-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheduGap.html
77 lines (54 loc) · 2.57 KB
/
eduGap.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
<!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="eduGapMainTitle">the education gap<img class="eduGapAlign" src="edugap.PNG"></h1>
<p class="eduGapParagraph">a website for educational equity that highlights the disparities in success between lower and higher-income high schools across California counties</p>
<div class="eduGapRoleSkills">
<div class="eduGapRoleColumn">
<h1 class="eduGapRole">role</h1>
<h1 class="eduGapFounder">co-founder</h1>
<h1 class="eduGapData">data analyst</h1>
</div>
<div class="eduGapSkillsColumn">
<h1 class="eduGapSkills">skills used</h1>
<h1 class="eduGapStudio">google data studio</h1>
<h1 class="eduGapSites">google sites</h1>
<h1 class="eduGapSheets">google sheets</h1>
</div>
</div>
<div class="eduGapAlignImage">
<a href="https://sites.google.com/view/theeducationgap/home?authuser=0" target="_blank">
<img src="eduGapPic.png" class="eduGapImage">
</a>
</div>
<h1 class="eduGapProcess">the process</h1>
<div class="eduGapSlideAlign">
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vTH_83VNdUTloe7MO08RiS5h24QOvSCLmWmbZdmJA9MYg9jBQ15TUfr_63sH3hdgTNwI_8I2CMWVF3H/embed?start=false&loop=false&delayms=3000" frameborder="0" width="1005" height="594" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<h1 class="eduGapSlideTitle">project pitch</h1>
</div>
<div class="eduGapSlide2Align">
<h1 class="eduGapSlide2Title">final version</h1>
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vRIsZbKH2M4AQlbyB8zvGId8bLiLCjGBHj7coG-g_0bFB7778tQ1ojQv1NfZ4MLVE6Zk0CIJ1KzSNnU/embed?start=false&loop=false&delayms=3000" frameborder="0" width="1005" height="594" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
</div>
<script src="script.js"></script>
</body>
</html>