-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgstem.html
83 lines (66 loc) · 2.25 KB
/
gstem.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>jjasminew</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;800&display=swap" rel="stylesheet">
</head>
<body>
<!-- code for side nav bar -->
<div id="mySideNav" class="sideNav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">home</a>
<a href="aboutme.html">about me</a>
<a href="projects.html">projects</a>
<a href="portfolio.html">portfolio</a>
<a href="resume.html">resume</a>
</div>
<h1 class= "menuBtn" onclick="openNav()">menu</h1>
<h1 class="gStemMainTitle">(g)-stem<img class="gStemAlign" src="gstem.png"></h1>
<p class="gStemParagraph">a website that addresses the gender gap in stem and targets what is preventing women from entering the field, providing resources to empower girls to join stem</p>
<div class="gStemRoleSkills">
<div class="gStemRoleColumn">
<h1 class="gStemRole">role</h1>
<h1 class="gStemFounder">co-founder</h1>
<h1 class="gStemDeveloper">web developer</h1>
</div>
<div class="gStemSkillsColumn">
<h1 class="gStemSkills">skills used</h1>
<h1 class="gStemHtml">html</h1>
<h1 class="gStemCss">css</h1>
<h1 class="gStemJs">javascript</h1>
<h1 class="gStemData">data wrapper</h1>
<h1 class="gStemFigma">figma</h1>
</div>
</div>
<div class="gStemAlignImage">
<a href="https://jjasminew.github.io/g-stem/" target="_blank">
<img src="gstempic.png" class="gStemImage">
</a>
</div>
<h1 class="gStemProcess">the process</h1>
<div id="quad">
<figure>
<img src="gstemresearch.png" alt="research">
<figcaption>research</figcaption>
</figure>
<figure>
<img src="gstembranding.png" alt="branding">
<figcaption>branding</figcaption>
</figure>
<figure>
<img src="survey.png" alt="gender gap survey">
<figcaption>gender gap survey</figcaption>
</figure>
<figure>
<img src="gstemwireframe.png" alt="wireframe">
<figcaption>wireframe</figcaption>
</figure>
</div>
<script src="script.js"></script>
</body>
</html>