-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
36 lines (21 loc) · 1 KB
/
template.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
<!doctype html>
<html lang="en">
<head>
<title>A Course Site For GDES 45</title>
<meta charset="utf-8">
</head>
<body style="color:#ddd;padding:20px;background-image:url(bluspark.gif)">
<nav style="text-align:center">
<h1>Graphic Design 45 — Web Design with HTML and CSS</h1>
<span style="text-align:justify">
<a style="color:#ddd" href="https://jrpabraham.github.io/web-design">Home</a> <a style="color:#ddd" href="http://www.garrettmedia.com/mission/gdes45/gdes45_main.htm">Instructor</a> <a style="color:#ddd" href="http://missioncollege.edu/depts/gdes/classes/gdes045.php">Catalog</a> <a style="color:#ddd" href="OReilly.Learning.Web.Design.4th.Edition.Aug.2012.ISBN.1449319270.pdf">Textbook</a>
</span>
</nav>
<hr style="width:75%">
<!-- Content -->
<hr style="width:75%">
<footer style="color:#ddd">
<a style="color:#ddd" href="https://jrpabraham.github.io"><img src="copyleft.png" style="width:12px;height:12px;"> Justin Abraham</a>
</footer>
</body>
</html>