-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (47 loc) · 2.63 KB
/
index.html
File metadata and controls
50 lines (47 loc) · 2.63 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
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Matt Rushton Assignment Portal for WDD 230: Web Frontend Development at BYU-I">
<meta name="author" content="Matt Rushton">
<title>Assignment Portal | Matt Rushton - WDD 230</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/small.css">
<link rel="stylesheet" href="css/medium.css">
</head>
<body>
<header>
<img class="imgheader" src="images/Matt-Rushton-Profile.jpg" alt="photo of Matt Rushton" width="200">
<h1>Matt Rushton</h1>
</header>
<main>
<h2>WDD 230 Assignment Portal</h2>
<hr>
<nav>
<ul class="assignmentlist">
<li><a href="index.html">Home</a></li>
<li>Lesson 02: <a href="ranch/index.html">Ranch Project</a> | <a href="lesson2\design-principles.html\index.html">Design Principles</a></li>
<li>Lesson 03: <a href="water_cycle/index.html">Water Cycle</a> | <a href="lesson3/index.html">Weather Site Plan</a></li>
<li>Lesson 04: <a href="lesson4/preston.html">Preston Town Page</a>
<li>Lesson 05: <a href="lesson5/preston.html">Preston Town Page Cont.</a>
<li>Lesson 06: <a href="lesson6/preston.html">Responsive Images, Font and Wind Chill</a>
<li>Lesson 07: <a href="lesson7/lazyload.html">Progressive Images</a> | <a href="lesson7/weathersite/gallery-7.html"> Gallery Page</a>
<li>Lesson 08: <a href="lesson8/tablebuild/tablebuild.html">Table Build</a> | <a href="lesson8/weathersite/stormcenter.html">Storm Center</a>
<li>Lesson 09: <a href="lesson9/prophets/prophets.html">Prophets</a> | <a href="lesson9/wireframes/home-wireframes.html">Home Wireframes</a> | <a href="lesson9/weathersite/index.html">Homepage</a>
<li>Lesson 10: <a href="lesson10/weathersite/preston.html">Preston Weather API</a>
<li>Lesson 11: <a href="lesson11/index.html">The Weather Site</a>
<li>Lesson 12: <a href="final-project/index.html">My Final Project: PG Chamber of Commerce</a></li>
</ul>
</nav>
</main>
<footer>
<p>© 2021 | Matt Rushton | Utah | <a href="https://www.byui.edu/online">BYUI Online Learning</a></p>
<div id="updatetime"></div>
</footer>
<script src="js/currentdate.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script src="js/fontload.js"></script>
</body>
</html>