forked from abbydulski/22.03-Work
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (52 loc) · 1.66 KB
/
Copy pathindex.html
File metadata and controls
62 lines (52 loc) · 1.66 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
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<title>22.03: Intro to Design Thinking and Rapid Protyping </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-light bg-light">
<div style="align-items: left; justify-content:left;" class="container-fluid">
<h3 class="nav-title"> 22.03: Intro to Design Thinking and Rapid Protyping</h3>
<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>
</div>
</div>
</nav>
<body>
<xmp style="display:none;">
<div class="container-fluid bg-3 text-center">
<div class="row">
<div class="col-sm-4">

[Week 1: Introduction](./01_intro/index.html)
</div>
<div class="col-sm-4">

[Broken Link]()
</div>
<div class="col-sm-4">

[Broken Link]()
</div>
</div>
<div class="row">
<div class="col-sm-4">

[Broken Link]()
</div>
<div class="col-sm-4">

[Broken Link]()
</div>
<div class="col-sm-4">

[Broken Link]()
</div>
</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>