-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathastronomy.html
38 lines (35 loc) · 1.58 KB
/
astronomy.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Quicksand:700%7CSource+Code+Pro:600i&display=swap" rel="stylesheet">
<link rel="stylesheet" href="projectsTwo.css">
<title> Projects | S(HE)TEM</title>
</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>
<h1>Learn About Astronomy</h1>
<p>Estimated Amount of Time: <strong>Unlimited</strong></p>
<p>For girls aged 11+</p>
<!-- Slideshow container -->
<h2>Planets Lesson</h2>
<h3> Lesson Planned and Written <br> By Bridget Yang</h3>
<div class = "flexSlide">
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vT9V7MWF1Wt8jI1JS7erJ--I3abrrEe5JTMoRCW1u5wmv0Tf78x5Bqq8vChG-0IilY9Euhd8it4tGbf/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
</div>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="projectsTwo.js"></script>
</body>
</html>