-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
80 lines (77 loc) · 3.22 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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Deborah Engelmeyer">
<meta name ="viewport" content ="width=device-width, initial-scale = 1" />
<link href='https://fonts.googleapis.com/css?family=Lora:400,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="styles/format.css">
<link rel="stylesheet" type="text/css" href="styles/layout.css">
<script type="text/javascript" src="scripts/date.js"></script>
<script src='http://code.jquery.com/jquery-2.2.0.min.js'></script>
<script src='scripts/jquery.keyframes.min.js'></script>
<script type='text/javascript' src='scripts/animate.js'></script>
<title>Deborah Engelmeyer </title>
<!-- This script is used to put filler text in to better test the layout></-->
<script type="text/javascript" src="http://rouleurderby.com/js/greek.js"></script>
</head>
<body onLoad="document.getElementById('date').innerHTML=document.lastModified;">
<div id="front">
<header>
<section>
<h1>Template</h1>
</section>
</header>
<nav>
<h2>Navigation</h2>
<ul>
<li><a id="current" href="index.html">Home</a></li>
<li><a href="exercises/index.html">Exercises</a>
<ul>
<li><a href="exercises/sandwich.html">Sandwich Fixin's</a></li>
<li><a href="exercises/veggies/index.html">Veggies List</a></li>
<li><a href="exercises/positioning/index.html">Positioning Boxes</a></li>
<li><a href="exercises/lincoln/lincoln.html">Lincoln's Address</a></li>
<li><a href="exercises/pinwheel/start.html">Pinwheel Animation</a></li>
<li><a href="exercises/bunny-love/start.html">Bunny Love</a></li>
<li><a href="exercises/grid/index.html">Grid Layout</a></li>
<li><a href="exercises/popup/figure6.24.html">Popups</a></li>
<li><a href="exercises/responsive/responsive.html">Responsive Design</a></li>
</ul>
</li>
<li><a href="assignments/index.html">Assignments</a>
<ul>
<li><a href="assignments/portfolio-design.html">Portfolio Design</a></li>
<li><a href="assignments/interactive.html">Interactive Design</a></li>
<li><a href="assignments/cookie.html">Interactive Story</a></li>
</ul>
</li>
<li><a href="designs/index.html">Designs</a>
<ul>
<li><a href="designs/seahorse/index.html">Seahorse Dive Club Site</a></li>
<li><a href="designs/knitting/index.html">Knitting Site</a></li>
</ul>
</li>
<li><a href="resume.html">Resume</a></li>
</ul>
</nav>
<section id="content">
<h2>Velo Ipsum Content</h2>
<!-- This div and script are used to put filler text in></-->
<div id="merckx"></div>
<script type="text/javascript">greek("merckx",100);</script>
</section>
<footer>
<div>
<p>Copyright © Deborah Engelmeyer 2016</p>
<p>Last modified: <span id="date"></span></p>
</div>
<div id="contact">
<p>email: <a href="mailto:[email protected]">[email protected]</a></p>
<a id="facebook" href="https://www.facebook.com/debbie.engelmeyer"><img src="images/FB-f-Logo__blue_29.png" alt="Facebook"/></a>
<a id="linkedin" href="https://www.linkedin.com/in/deborahengelmeyer"><img src="images/In-2C-28px-TM.png" alt="LinkedIn"/></a>
</div>
</footer>
</div>
</body>
</html>