-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (78 loc) · 3.45 KB
/
index.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<title>PS70: Intro to Digital Fabrication </title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="./style.css" rel="stylesheet">
<nav class="navbar navbar-expand-sm navbar-dark" style="background-color: #dcdcdc; color: #EEE7E8;">
<div style="align-items: center; justify-content: center;" class="container-fluid">
<div class="flexrow">
<h2 class="nav-title">PS70 Fall 2024</h2>
</div>
<div class="navbar-nav">
<h4><a class="nav-link" href="./index.html">Home</a></h4>
<h4><a class="nav-link" href="./about.html">About</a></h4>
<h4><a class="nav-link" href="./13_finalproject/index.html">Final Project</a></h4>
</div>
</div>
</nav>
<body>
<xmp style="display:none;">
<div class="container-fluid bg-3 text-center">
<div class="row">
<div class="col-sm-4">
<image style = "width: 75%"src = "./01_intro/week1-placeholder-image.jpg" alt = "week 1 placeholder"> </image>
<br>[Week 1: Intro](./01_intro/index.html)
</div>
<div class="col-sm-4">
<image style = "width: 75%"src = "./02_2Ddesign/week2-placeholder-image.jpg" alt = "week 2 placeholder"> </image>
<br>[Week 2: 2D Design](./02_2Ddesign/index.html)
</div>
<div class="col-sm-4">
<image style = "width: 75%"src = "./03_fabrication/week3-placeholder-image.jpg" alt = "week 3 placeholder"> </image>
<br>[Week 3: Fabrication](./03_fabrication/index.html)
</div>
</div>
<div class="row">
<div class="col-sm-4">
<image style = "width: 75%"src = "./04_microcontroller/week4-placeholder-image.jpg" alt = "week 4 placeholder"> </image>
<br>[Week 4: Programming](./04_microcontroller/index.html)
</div>
<div class="col-sm-4">
<image style = "width: 75%"src = "./05_3Ddesign/week5-placeholder-image.jpg" alt = "week 5 placeholder"> </image>
<br>[Week 5: 3D Design](./05_3Ddesign/index.html)
</div>
<div class="col-sm-4">
<image style = "width: 75%"src = "./06_inputs/week6-placeholder-image.jpg" alt = "week 6 placeholder"> </image>
<br>[Week 6: Inputs](./06_inputs/index.html)
</div>
</div>
<div class="row">
<div class="col-sm-4">
<image style = "width: 75%"src = "./07_outputs/week7-placeholder-image.jpg" alt = "week 7 placeholder"> </image>
<br>[Week 7: Outputs](./07_outputs/index.html)
</div>
<div class="col-sm-4">
<image style = "width: 75%"src = "./08_cnc/week8-placeholder-image.jpg" alt = "week 8 placeholder"> </image>
<br>[Week 8: CNC](./08_cnc/index.html)
</div>
<div class="col-sm-4">
<image style = "width: 75%"src = "./09_networking/week9-placeholder-image.jpg" alt = "week 9 placeholder"> </image>
<br>[Week 9: Networking](./09_networking/index.html)
</div>
</div>
<div class="row">
<div class="col-sm-4">
<image style = "width: 75%"src = "./10_machine/machine-placeholder-image.jpg" alt = "machine building placeholder"> </image>
<br>[Machine Building](./10_machine/index.html)
</div>
<div class="col-sm-4">
<image style = "width: 75%"src = "./13_finalproject/final-project-placeholder-image.jpg" alt = "final project placeholder"> </image>
<br>[Final Project](./13_finalproject/index.html)
</div>
</div>
</div>
</xmp>
</body>
<script src="./strapdown.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" ></script>
</html>