This repository has been archived by the owner on Apr 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 2.44 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
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>FODF Index</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div id="title">Fundamentals of Digital Fabrication</div>
<div class="card">
<h1><i class="material-icons"> home </i> Welcome</h1>
<p>This is the index page of my FODF Documentation.</p>
<p>Currently available sites:
<ul class="menu">
<li><i class="material-icons"> person </i> <a href="./about me/">About Me</a></li>
<li>Documentation:
<ul>
<li><i class="material-icons"> assignment </i> <a href="./week1/">Week 1: Project Management</a></li>
<li><i class="material-icons"> aspect_ratio </i> <a href="./week2/">Week 2: 2D and 3D Design</a></li>
<li><i class="material-icons"> gesture </i> <a href="./week3/">Week 3: Laser Cutting</a></li>
<li><i class="material-icons"> print </i> <a href="./week4/">Week 4: 3D Printing</a></li>
<li><i class="material-icons"> nfc </i> <a href="./week5/">Week 5: Electronics Production</a></li>
<li><i class="material-icons"> nfc </i> <a href="./week6/">Week 6: Electronics Design</a></li>
<li><i class="material-icons"> code </i> <a href="./week7/">Week 7: Embedded Programming</a></li>
<li><i class="material-icons"> input </i> <a href="./week8/">Week 8: Input Devices</a></li>
<li><i class="material-icons"> speaker </i> <a href="./week9/">Week 9: Output Devices</a></li>
</ul>
</li>
<li><i class="material-icons">assignment_turned_in</i> <a href="./finalproject/">Final Project</a></li>
</ul>
</p>
<p>~ Antonio Sarcevic</p>
</div>
</body>
</html>