-
Notifications
You must be signed in to change notification settings - Fork 0
/
engineer.html
45 lines (40 loc) · 2.13 KB
/
engineer.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">
<link href="https://fonts.googleapis.com/css?family=Quicksand:700%7CSource+Code+Pro:600i&display=swap" rel="stylesheet">
<link rel="stylesheet" href="projectsTwo.css">
<link rel="stylesheet" href="legos.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 class = "heading">Engineering</h1>
<p>Estimated Amount of Time: <strong>Unlimited</strong></p>
<p>For girls aged 12+</p>
<!-- Slideshow container -->
<h2>An Introduction to Engineering Lesson</h2>
<h3> Lesson Planned and Written <br> By Jackie Roche</h3>
<div class = "flexSlide">
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vR0-6YKFN-l_qlrYYf8Ni08736ND9xnOs8WDcBYmkY_cxy73sRDFMaXNoi-F60sCr8PUylWaOn5dtw1/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe></div>
<h2>LEGOS (Make a Building)</h2>
<p>A fun engineering project!</p>
<p>Estimated Amount of Time: <strong>Unlimited</strong></p>
<img id="img" class="legoimg" src="legos.png"></img>
<p>Building things out of Legos helps improve your math, spatial, and motor skills. Legos improve your ability to visualize and manipulate three-dimensional objects in your mind. Also, Legos are a great way to express yourself creatively! Make anything you want out of Legos for this activity :)</p>
<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>