-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegos.html
34 lines (33 loc) · 1.69 KB
/
legos.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Projects | S(HE)TEM</title>
<link rel="stylesheet" href="legos.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>
<h1 class="heading">LEGOS</h1>
<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://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="team.js"></script>
</body>
</html>