-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 1.49 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
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PS 70: Intro to Digital Fabrication</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
</head>
<header>
<nav class = "container">
<a href="index.html">Home</a>
<a href="about.html">About me!</a>
</nav>
</header>
<body>
<main class = "container">
<h1>PS70: Introduction to Digital Fabrication</h1>
<a href = "Weekly Documentation/Final Project.html">Final Project</a><br><br>
<a href = "Weekly Documentation/Final Project process.html">Final project process</a><br>
<a href="Weekly Documentation/Week 1.html">Week 1</a><br>
<a href="Weekly Documentation/Week 2.html">Week 2</a><br>
<a href="Weekly Documentation/Week 3.html">Week 3</a><br>
<a href="Weekly Documentation/Week 4.html">Week 4</a><br>
<a href="Weekly Documentation/Week 5.html">Week 5</a><br>
<a href="MVP Check in.html">MVP Check-in</a><br>
<a href="Weekly Documentation/Week 6.html">Week 6</a><br>
<a href="Weekly Documentation/Week 7.html">Week 7</a><br>
<a href="Weekly Documentation/Week 8.html">Week 8</a><br>
<a href="Weekly Documentation/Week 9.html">Week 9</a><br>
<a href="Weekly Documentation/Week 11.html">Week 11</a><br>
</main>
</body>
</html>