-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (61 loc) · 3.71 KB
/
index.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
<!DOCTYPE html>
<html Lang="en-us">
<head>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/normalize.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/styles.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/medium.css" media="screen" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BYU idaho WDD 230 - Elias Maximo - Assignment Portal</title>
<meta name="description" content="Assignment portal for Elias Maximo in WDD 230: Web Frontend Development at Brigham Young University - Idaho">
<link rel="shortcut icon" href="images/nimbus-favicon.ico">
<script defer src="js/dates.js"></script>
</head>
<body>
<main>
<header>
<h1>Elias Yuri Maximo</h1>
</header>
<img src="images/eliasmaximo.jpg" alt="Profile pictureElias Maximo">
<section>
<h2>WDD 230: Assignment Portal</h2>
<hr>
<ul>
<li>Lesson 02:<a href="lesson2/design-principles.html">Design Principles</a> </li>
<li>Lesson 03:<a href="lesson3/index.html">Weather Site Plan and Flex Nav bar</a></li>
<li>Lesson 04:<a href="lesson4/index.html">Preston Idaho</a></li>
<li>Lesson 05:<a href="lesson5/dom-manipulation/bom.html">Dom Manipulation Assignment</a></li>
<li>Lesson 05:<a href="lesson5/assignment5/preston-5.html">Preston Idaho</a></li>
<li>lesson 06:<a href="lesson6/assignment6/preston-6.html">Preston Idaho</a> </li>
<li>lesson 07:<a href="lesson7/lazyload/lazyload.html">lazyload</a> </li>
<li>lesson 07:<a href="lesson7/assignment7/gallery-7.html">Gallery</a> </li>
<li>lesson 08:<a href="lesson8/wdd230_document_Form-start/Form-start/index.html">Brother Chainey's Tutorial</a> </li>
<li>lesson 08:<a href="lesson8/table-assignment/tablebuild.html">Table Build</a> </li>
<li>lesson 08:<a href="lesson8/assignment-8/stormcenter.html">Storm Center</a> </li>
<li>lesson 09:<a href="lesson9/json-assignment/prophets.html">Prophet Cards</a> </li>
<li>lesson 09:<a href="lesson9/assignment-week9/index.html">Home</a></li>
<li>lesson 09:<a href="lesson9/wireframes/wireframes.html">Wireframes</a></li>
<li>lesson 10:<a href="lesson10/weather-api/api-test.html">weather Api</a></li>
<li>lesson 10:<a href="lesson11/preston.html">Preston 10</a></li>
<li>lesson 11:<a href="lesson11/index.html">Finished Website</a></li>
<li>Final Project:<a href="lesson12/index.html">Chamber of Commerce Website</a></li>
</ul>
</section>
<footer>
<div class="footer-info">
<p>© <span id="copyrightyear"></span> | Elias Yuri Maximo | Sao Paulo, Brazil |<a href="https://www.byui.edu/online"> BYUI Online Learning</a></p>
<p>Last modified: <span id="lastupdated"></span> </p>
</div>
</footer>
</main>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js">
WebFont.load({
google:{
families:[
'IBM Plex Serif'
]
}});
</script>
</body>
</html>