-
Notifications
You must be signed in to change notification settings - Fork 0
/
homework.html
43 lines (39 loc) · 1.76 KB
/
homework.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Katie Soldau - Homework</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body class="homework_page">
<div class="container">
<div class="content">
<div class="name">
<p>K<span class="smaller">ATIE</span> <span class= "taller">S</span><span class="smaller">OLDAU - IS4300</span> </p>
<p class="email"> [email protected] </p>
</div>
<div class="navigation_bar_container">
<div class="navigation_bar">
<ul class="nav_options">
<li><a href="index.html">about</a></li>
<li><a href="readings.html">readings</a></li>
<li><a href="homework.html" class="current">homework</a></li>
<li><a href="team_project.html">team project</a><li>
</ul>
</div>
</div>
<!-- for navigation -->
<ul class="list">
<li><a href="h5takethescenic.html">Homework 5 - Heuristic Evaluation - Take the Scenic</a></li>
<li><a href="h5classtastic.html">Homework 5 - Heuristic Evaluation - Classtastic</a></li>
<li><a href="h4.html">Homework 4 - Prototyping</a></li>
<li><a href="h3.html">Homework 3 - Ethnography</a></li>
<li><a href="h2.html">Homework 2 - UI Critique</a></li>
<li><a href="h1.html">Homework 1 - Project Web Site and Brainstorming</a></li>
</ul>
</div>
<!-- for content -->
</div>
<!-- for container -->
</body>
</html>