-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (43 loc) · 1.86 KB
/
index.html
File metadata and controls
44 lines (43 loc) · 1.86 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Peter Ratemo | WDD 130 Assignment Portal</title>
<meta
name="description"
content="This is the assignment home page portal for WDD 130 at BYU-Idaho."
/>
</head>
<body>
<header>
<h1>WDD 130 Assignment Portal</h1>
</header>
<main>
<h2>Assignment Links</h2>
<ul>
<li>Week 1: <a href="aboutme.html">About Me</a></li>
<li>Week 2: <a href="site-plan.html">Safari Adventure Site Plan</a></li>
<li>week 3: <a href="troubleshooting.html">Troubleshooting Activity</a></li>
<li>Week 4: <a href="optimizingimages.html">Optimizing Images</a></li>
<li>Week 5: <a href="project/index.html">Page Enhancements</a></li>
<li>Week 6: <a href="w6-exercise-1.html">Layout Assignment</a></li>
<li>week 7: <a href="project/index.html">Finishing Rafting Site</a></li>
<li>Week 8: <a href="wireframes.html">Wireframes For project</a></li>
<li>Week 9: <a href="project/index.html">Dry Oar Final</a></li>
<li>Week 9: <a href="websiteplan.html">Final Website Plan</a></li>
<li>Week 10:<a href="customersfeedback.html">Customers Feedback Form</a></li>
<li>week 10:<a href="websiteproject/index.html">Hacker Free</a></li>
<li>Week 11:<a href="tableactivity/index.html">Table Activity</a></li>
<li>Week 12: <a href="mediacard/mediacard.html">Media Card</a></li>
</ul>
</main>
<footer>
©2020 | Peter Ratemo | Johannesburg, South Africa |
<a href="https://www.byui.edu/online" target="_blank"
>BYU-Idaho Online Learning</a
>
</footer>
</body>
</html>