-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (32 loc) · 1.31 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
<!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="Cole Cannon's page for turning in assignments to his CIT 230 class">
<link rel="stylesheet" href="styles/main.css">
<title>Project Hub</title>
</head>
<body onload="loadDate()">
<header>
<h1>Project Hub</h1>
</header>
<nav>
<h3>Some projects might be broken because of expired API keys.</h3>
<ul>
<li><a href="termproject/mountainspoke/index.html">Biking - Modules using JS, Forms, Image slide show, Responsive</a></li>
<li><a href="weathersite/index.html">Weather - API calls to OpenWeatherMap for weather data, Modules using JS, Forms, Responsive</a></li>
<li><a href="assignments/lesson-11/Lesson-4/index.htm">Alcove - Check bottom right nav for mini projects, Forms, CSS</a></li>
</ul>
</nav>
<main>
<h2></h2>
<ul>
</ul>
</main>
<footer>
<p class="smaller">©<span id="currentyear">asdf</span></p>
</footer>
<script src="currentyear.js"></script>
</body>
</html>