-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (94 loc) · 3.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<!--[if lte IE 6]>
<style>#top, #bottom, #left, #right { display: none; }</style>
<![endif]-->
<meta charset="utf-8">
<title>Data Ethics</title>
<!-- Hotjar Tracking Code for www.annagingle.com -->
<script>
(function (h, o, t, j, a, r) {
h.hj = h.hj || function () {
(h.hj.q = h.hj.q || []).push(arguments)
};
h._hjSettings = {
hjid: 1525473,
hjsv: 6
};
a = o.getElementsByTagName('head')[0];
r = o.createElement('script');
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
<link rel="stylesheet" href="https://use.typekit.net/rrb3zjt.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="animate.min.css">
<link rel="stylesheet" href="animated-scroll-anchor.css">
<link rel="stylesheet" media="screen" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Inconsolata&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,700i&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Molengo&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Calistoga&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!----NAVIGATION-->
<nav>
<div class="logo">
<h1>Data Ethics</h1>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="records.html">Records</a></li>
<li><a href="essay.html">about us</a></li>
</ul>
<div class="burger" id="myBurger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<div class="intro">
<!--DESKTOP BANNER-->
<div class="banner">
<img id="home-banner" src="images/Post for Facebook_ 1200 x 630 px.png">
</div>
<!---MOBILE BANNER-->
<div class="mobile-banner">
<img id="mobile-home-banner" src="images/index-mobile-banner.png">
</div>
<!---
<div class="scrolling">
<img id="scrollsignal" src="images/scrollsignal.png">
</div>-->
<!-- <i class="material-icons md-48" 4>expand_more</i> -->
</div>
<section id="page-2">
<!--BACK TO TOP BUTTON-->
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="material-icons md-48"
4>vertical_align_top</i></button>
<div class="quote">
<h1>"YouTube may be one of the most powerful <br> radicalizing instruments<br>of the 21st century...”</h1>
<h2>-Zeynep Tufekci, sociologist & NYT writer</h2>
</div>
<div class="why">
<h1>What Do Ethics Look Like for a Programmer?</h1>
<div class="ethics-chart">
<img id="ethics" src="images/ethicschart.png">
</div>
</div>
</section>
<!--Footer-->
<footer>
<p>© 2018-2019 Anna Gingle, respective clients and agencies</p>
</footer>
<script type="text/javascript" src="script.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>