-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (97 loc) · 4.7 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<!-- Set character encoding for the document -->
<meta charset="utf-8">
<!-- Viewport for responsive web design -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Document Title -->
<title> CIT 230: Anita Woodford: </title>
<!-- Meta Description -->
<meta name="description"
content="CIT 230 Assignment Website: Web Front-End Development, at Brigham Young University - Idaho">
<!-- link to google api -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<!-- link to css style sheet -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/small.css">
<link rel="stylesheet" href="css/meduim.css">
<script></script>
<style></style>
</head>
<!-- BODY -->
<body>
<!-- HEADER -->
<header>
<!-- logo will go here or picture of me -->
<img src="images/w1photocopy.jpg" alt="Profile Picture of Anita Woodford">
<!-- Header 1 title my name -->
<h1>Anita Woodford</h1>
</header>
<main>
<!-- enter header h2 = smaller than h1 -->
<h2 class="classTitle"></a>CIT 230: Assignment Portal</h2>
<!-- List for assignments-->
<ul>
<li class="active"> Lesson 01: <a href="index.html"> Anita Woodford</a></li>
<li>Lesson 02: <a href="cit230/lesson2/design-principles.html"> Design Principles</a></li>
<li> Lesson 03: <a href="cit230/lesson03/index.html"> Weather Site Development</a></li>
<li> Lesson 04: <a href="cit230/lesson04/preston.html"> Weather Site Project- Preston</a></li>
<li> Lesson 05: <a href="cit230/lesson5/preston.html"> Preston Town Page </a>
<li> Lesson 06: <a href="cit230/lesson06/preston.html"> Preston Town</a>
<li> Lesson 07: <a href="cit230/lesson07/lazyload.html"> Lazy Load </a> | <a href="cit230/lesson07/gallery.html"> Gallery </a>
<li> Lesson 08: <a href="cit230/lesson08/tablebuild/tablebuild.html"> Table Build</a> | <a
href="cit230/lesson08/stormcenter.html">Weather Site - Storm Center </a>
<li> Lesson 09: <a href="cit230/lesson09/prophet.html"> Prophets</a> | <a href="cit230/lesson09/index.html"> Weather Site </a>
<li> Lesson 10: <a href="cit230/lesson10/api-test.html"> API Test</a> | <a href="cit230/lesson10/preston.html"> Weather Site</a>
<li> Lesson 11: <a href="cit230/lesson11/index.html"> Weather Website</a>
<li> Lesson 12: <a href="cit230/lesson12/start_here/index.html"> Preprocessor</a> <a
href="https://github.com/awarbler/awarbler.github.io"> GitHub Repository</a> | <a href="cit230/Final Project/"> fP</a>
<li> Lesson 14: <a href="cit230/Final Project/"> Final Project</a>
</ul>
<!-- enter header h2 = smaller than h1 -->
<h2 class="classTitle"></a>WDD 330: Assignment Portal</h2>
<ul id="assignments">
</ul>
<!-- List for assignments-->
<!-- enter header h2 = smaller than h1 -->
<h2 class="classTitle"></a>CSE 210: Assignment Portal</h2>
<!-- List for assignments-->
<ul>
<li> Lesson 03: <a href="cse210/week3/index.html">Notes | Team Work </a></li>
<li> Lesson 04: <a href="cse210/week04/index.html">Assignment</a> | Notes | Teamwork</li>
<li> Lesson 05: <a href="cse210/week5/index.html">Assignment </a></li>
<!-- <li> Lesson 06: <a href=""> </a>
<li> Lesson 07: <a href=""> </a>
<li> Lesson 08: <a href=""> </a>
<li> Lesson 09: <a href=""> </a>
<li> Lesson 10: <a href=""> </a>
<li> Lesson 11: <a href=""> </a>
<li> Lesson 12: <a href=""> </a> <a href=""> </a>
<li> Lesson 13: <a href=""> </a> -->
</ul>
<!-- List for assignments-->
<!-- enter header h2 = smaller than h1 -->
<h2 class="classTitle"></a> CSE 212: Assignment Portal </h2>
<!-- List for assignments-->
<ul>
<li> Final: <a href="cse212/final/index.html"> Notes | final </a></li>
</ul>
<h2 class="cs308"></a>CS 308: Assignment Portal</h2>
<br>
<li><a href="cs308/eportfolio/eportfolio.html"> E-Portfolio </a></li>
<ul id="assignment"></ul>
</main>
<footer>
<p>
© 2020 | Anita Woodford | Texas | <a href="https://www.byui.edu/online"></href>
BYUI Online Learning</a>| Current Date : <span id ='currentdate'></span><br>Last Modified:
<span id="dateModified"></span><script>document.getElementById("dateModified").innerHTML = document.lastModified</script>
</p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script> WebFont.load({google: {families: ['open Sans', 'Roboto']}});</script>
<!-- <script src ='js/date.js'></script> -->
<script src="js/main.js"></script>
</body>
</html