-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (36 loc) · 1.18 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
<html>
<head>
<title>Ashley Meyers</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/fewd-36.css">
<link href='https://fonts.googleapis.com/css?family=Raleway:200' rel='stylesheet' type='text/css'>
</head>
<body>
<header>
<h1>ASHLEY MEYERS</h1>
</header>
<h2>CLASS ASSIGNMENTS</h2>
<ul>
<li><a href="http://ashleymmeyers.github.io/fewd-36/cookie-recipe/cookie-recipe.html" target="blank">Cookie Recipe</a>
<span>September 30, 2015</span>
</li>
<li><a href="http://ashleymmeyers.github.io/fewd-36/self/about.html" target="blank">[In-Progress] Resume Site</a>
<span>October 5, 2015</span>
</li>
<li><a href="" target="blank">Cookie Recipe with CSS</a>
<span>October 14, 2015</span>
</li>
<li><a href="http://ashleymmeyers.github.io/fewd-36/calculators/index.html" target="blank">Calculators</a>
<span>October 21, 2015</span>
</li>
</li>
<li><a href="http://ashleymmeyers.github.io/fewd-36/temp-converter/index.html" target="blank">Temperature Converter</a>
<span>_____, 2015</span>
</li>
</li>
<li><a href="http://ashleymmeyers.github.io/fewd-36/todo-list/todo-list.html" target="blank">Todo List</a>
<span>November ___, 2015</span>
</li>
</ul>
</body>
</html>