-
Notifications
You must be signed in to change notification settings - Fork 0
/
interviews.html
45 lines (44 loc) · 2.45 KB
/
interviews.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Interviews | S(HE)TEM</title>
<link rel="stylesheet" href="interviews.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 class = "flexAll">
<h1> Interviews </h1>
<input type="image" src="interview.png" name="button" class="logo"/>
</div>
<a href = "firstInt.html"><p class = "kaylen"> with a UCLA Computer Science Student </p></a>
<a href = "secInt.html"><p class = "crystal"> with a Carnegie Mellon Computer Science Student </p></a>
<a href = "thirdInt.html"><p class = "karlie"> with the Founder of Kode With Klossy </p></a>
<a href = "fourInt.html"><p class = "tamara"> with the Founder of FIIT Collective </p></a>
<a href = "fiveInt.html"><p class = "roma"> with a Structural Engineer </p></a>
<a href = "sixInt.html"><p class = "allison"> with a U of Michigan Computer Science Student </p></a>
<a href = "sevInt.html"><p class = "rina"> with a Computer Science Cornell Tech Student </p></a>
<a href = "eigInt.html"><p class = "sofia"> with the Founder of ReDawn </p></a>
<a href = "nineInt.html"><p class = "marianne"> with a NASA JPL Chemical Engineer </p></a>
<a href = "tenInt.html"><p class = "bridget"> with a Computational and Neural Systems CalTech Student </p></a>
<a href = "elevenInt.html"><p class = "phoebe"> with a Computational Media Georgia Tech Student </p></a>
<!-- <a href = "fourInt.html"><p class = "justCode"> with a local coding club </p></a> -->
<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="interviews.js"></script>
</body>
</html>