-
Notifications
You must be signed in to change notification settings - Fork 0
/
old.html
41 lines (40 loc) · 1.86 KB
/
old.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>S(HE)TEM</title>
<link rel="stylesheet" href="old.css">
<link href="https://fonts.googleapis.com/css?family=Zilla+Slab&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lexend+Exa&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand:700|Source+Code+Pro:600i&display=swap" rel="stylesheet">
</head>
<body>
<a href="#" id="scroll" style="display: none;"><span></span></a>
<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</a>
</div>
<!-- <img class = "profile" src = "memeish.jpg">
<img class = "adventure" src = "gamingJAKE.gif"> -->
<div class = "mainMenu">
<a class = "mainPhoebe" href="purpose.html">S(HE)TEM</a>
<a class = "mainJournal" href="journals.html">History</a>
<a class = "mainHigh" href="highlights.html">DIY Projects</a>
<a class = "mainSet" href="settings.html">Quizzes</a>
<a class = "mainProject" href="projects.html">Team</a>
</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="old.js"></script>
</body>
</html>