-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (42 loc) · 1.87 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>S(HE)TEM</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Quicksand:700|Source+Code+Pro:600i&display=swap" rel="stylesheet">
</head>
<body>
<div id = "otherCovering" class ="covering">
</div>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">Home</a>
<a href="history.html">History</a>
<a href="projects.html">DIY Projects</a>
<a href="interviews.html">Interviews</a>
<a href="quizzes.html">Quizzes</a>
<a href="resources.html">Resources</a>
<a href="team.html">Team & The Process</a>
</div>
<div id="openModal" class="modalDialog">
<div>
<a href="#close" title="Close" class="close">X</a>
<p class = "hey"style="color:white">Hello! Welcome to S(HE)TEM! </p>
<p class = "hey"style="color:white">Before you go and have fun, remember these quick directions. In order to see information from our site, you must click on the circular image pictured on each page. Also, if something does not look quite right, just refresh the page!</p>
<p class = "hey"style="color:white">Have fun! </p>
</div>
</div>
<div class = "flexAll">
<h1> S(HE)TEM </h1>
<input type="image" src="shetemLogo.png" name="button" class="logo"/>
</div>
<div class = "container">
</div>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
<script src="https://cdnjs.cloudflare.com/ajax/libs/paper.js/0.12.0/paper-core.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/simplex-noise/2.4.0/simplex-noise.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="index.js"></script>
</body>
</html>