-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.87 KB
/
Copy pathindex.html
File metadata and controls
39 lines (39 loc) · 1.87 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
<!-- Ronnie Maggard : Assignment 3.2 -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ronnie Maggard CSD 340 Landing Page</title>
<link href="site.css" type="text/css"
rel="stylesheet" >
</head>
<body>
<div id=”container”></div>
<h1>Ronnie Maggard CSD 340 Landing Page</h1>
<h2>CSD 340 Web Development with HTML and CSS</h2>
<hr>
<h3>Module Assignments</h3>
<ul>
<li><a href="module-1/Maggard_Mod1_3.html">Assignment 1.3</a></li>
<li><a href="module-2/Maggard_Mod2_2.html">Assignment 2.2</a></li>
<li><a href="module-3/Maggard_Mod3_3.html">Assignment 3.3</a></li>
<li><a href="module-4/Maggard_Mod4_2.html">Assignment 4.2</a></li>
<li><a href="module-6/Maggard_Mod6_2.html">Assignment 6.2</a></li>
<li><a href="module-8/Maggard_Mod8_2.html">Assignment 8.2</a></li>
<li><a href="module-9/Maggard_Mod9_3.html">Assignment 9.3</a></li>
<li><a href="module-10/Maggard_Mod10_3.html">Assignment 10.3</a></li>
<li><a href="module-11/Maggard_Mod11_2.html">Assignment 11.2</a></li>
<li><a href="module-12/Maggard_Mod12_2.html">Assignment 12.2</a></li>
</ul>
<h3>Projects</h3>
<ul>
<li><a href="https://fatpixel77.github.io/biosite/">bioSite Project Home Page</a></li>
</ul>
<h4>Important Links</h4>
<ul>
<li><a href="https://validator.w3.org/">W3C HTML Validator</a></li>
<li><a href="http://jigsaw.w3.org/css-validator/">W3C CSS Validator</a></li>
<li><a href="https://www.w3schools.com/html/">HTML Tutorial</a></li>
<li><a href="https://bruinconnect.bellevue.edu/">BRUIN Connect</a></li>
</ul>
</body>
</html>