forked from AustinCodingAcademy/web-workbook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
66 lines (54 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link type="text/css" rel="stylesheet" href="style.css" />
<title>Web Workbook</title>
</head>
<body>
<!-- <h1>[Your Name] Workbook</h1> -->
<h1>Drew's Workbook</h1>
<section class="week">
<h2>Week 1</h2>
<a href="01week/helloworld/index.html">Hello World</a>
<br />
<a href="01week/resume/index.html">Resume</a>
</section>
<section class="week">
<h2>Week 2</h2>
<a href="02week/bio/index.html">Bio</a>
</section>
<section class="week">
<h2>Week 3</h2>
<!-- link projects here -->
</section>
<section class="week">
<h2>Week 4</h2>
<!-- link projects here -->
</section>
<section class="week">
<h2>Week 5</h2>
<!-- link projects here -->
</section>
<section class="week">
<h2>Week 6</h2>
<!-- link projects here -->
</section>
<section class="week">
<h2>Week 7</h2>
<!-- link projects here -->
</section>
<section class="week">
<h2>Week 8</h2>
<!-- link projects here -->
</section>
<section class="week">
<h2>Week 9</h2>
<!-- link projects here -->
</section>
<section class="week">
<h2>Week 10</h2>
<!-- link projects here -->
</section>
</body>
</html>