-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (45 loc) · 1.31 KB
/
index.html
File metadata and controls
52 lines (45 loc) · 1.31 KB
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
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Summer Camp Engineer 2019</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="container">
<h1>The Solar Powered Levitating Motor</h1>
<div class="menu">
<button class="solidworksButton">SolidWorks</button>
<button class="electricalButton">Electrical</button>
<button class="projectButton">Final Project</button>
</div>
<div class="page solidworksPage">
<p>Pictures</p>
<figure>
<figcaption>Complete Project</figcaption>
<img src=fansolar.jpg alt="Solar Motor Complete Project">
<img src=main2.jpg alt="Solar Motor Complete Project">
<img src=mainsolar.jpg alt="Solar Motor Complete Project">
<img src=topview.jpg alt="Solar Motor Complete Project">
<img src=solarluengineering.jpg alt="Solar Motor Complete Project">
<img src=lu.jpg alt"Solar Motor Complete Project">
</figure>
</div>
<div class="page electricalPage">
<p>Part List</p>
<ul>
<li>5 NeoDynium Magnets</li>
<li>Solar Panel Motor</li>
<li>3D Printed Base</li>
<li>3D Printed Back Piece</li>
</ul>
</div>
<div class="page projectPage">
<p>Instructions</p>
</div>
</div>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>