-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomework.html
More file actions
39 lines (35 loc) · 1.83 KB
/
homework.html
File metadata and controls
39 lines (35 loc) · 1.83 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta charser='utf-g'>
<title> Temporary Home Page | jacobhester.github.io</title>
<link href="fheroulette.css" type="text/css"
rel="stylesheet" media="screen"> </head>
<body>
<header>
<h1>jacobhester.github.io</h1>
<img alt='The logo for jacobhester.github.io' src='/images/Page%20Logo.jpg'
</header>
<nav> Links go here
</nav>
<main id="home">
<h1> Homework Links</h2>
<ul>
<li><a href='/homework/design_template.html' title='View the design principles document'> Design Principles Document</a></li>
<li><a href='/homework/visitor_analysis_persona.html' title='View the visitor analysis persona assignment'>Mobil browsing analysis</a></li>
<li><a href='/homework/practice.html' title='View the practice thingy we did in class'>Practice thingy we did in class</a></li>
<li><a href='/homework/weatherwireframes.html' title='View My initial planning doc'>Initial Planning Document</a></li>
<li><a href="homework/teachingpres.html">Teaching Presentation Slides</a></li>
<li><a href='index.html'>fheRoulette</a></li>
<li><a href='responsive_media/nps.html' title='responsive media assignment'>Responsive Media Demo</a></li>
<li><a href="homework/jqpractice/Lesson4/index.htm">JQ Lesson 4 Practice</a></li>
<li><a href="jsonweather-html/index.html">Current Weather Assesment</a></li>
<li><a href="homework/weather_site/index.html">Weather Page</a></li>
</ul>
<h1 id="projvid"><a href="https://www.youtube.com/watch?v=p338lfq0cO4">MY PROJECT VIDEO</a></h1>
</main>
<footer>
<p> I am hungry</p>
</footer>
</body>
</html>