-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (51 loc) · 2.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Eliza Nimrichter">
<meta name="keywords" content="">
<meta name="description" content="">
<title>The STEM GAP: Self-Confidence and Gender Bias</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<section>
<div class="circle"></div>
<header>
<a href="index.html"><img src="assets/innovation.png" class="logo"></a>
<ul class="navigation">
<li><a href="index.html">Purpose</a></li>
<li><a href="confidence_gap.html">The Confidence Gap</a></li>
<li><a href="perceptions.html">Perceptions</a></li>
<li><a href="female_representation.html">Female Representation</a></li>
<li><a href="resources.html">Resources</a></li>
</ul>
</header>
<main>
<div class="content">
<div class="textBox">
<h1>The STEM Gap:</h1>
<h2>Self-Confidence and its Relationship with Gender Bias</h2>
<p id="funFact">While more women are showing an interest in science, technology, engineering, and mathematics, there is still a marked difference in the number of men versus women that persist in these fields.</p>
<p class="more">Click the icons below for more. <img src="assets/arrow.png" class="arrow"></p>
</div>
<div class="imgBox">
<img src="assets/chemistry.png" class="mainImg">
</div>
<div class="thumb">
<ul>
<li><img src="assets/chemistry.png" onclick="imgSlider('assets/chemistry.png');factText1()"></li>
<li><img src="assets/mathematics.png" onclick="imgSlider('assets/mathematics.png');factText2()"></li>
<li><img src="assets/physics.png" onclick="imgSlider('assets/physics.png');factText3();"></li>
</ul>
</div>
</div>
</main>
</section>
<script src="scripts.js"></script>
<footer>
<p><small><div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div></small></p>
<p><small>Eliza Nimrichter © 2021</small></p>
</footer>
</body>
</html>