-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Change to your title</title>
<meta charset="utf-8">
<link rel="stylesheet" href="mainwebstyles.css">
<meta name="robots" content="noindex, no follow, noarchive" />
<meta name="author" content="Davin Asiala" />
</head>
<body>
<div id="wrapper">
<header>
<h1>Computer Programming Course Projects Web Site
</h1>
</header>
<nav>
<ul>
<li>Fall<br>2023<br>Courses</li><br>
<li><a href="1510/index.html">1510</a></li><br>
<li><a href="2361/index.html">2361</a></li><br>
<li><a href="1221/index.html">1221</a></li>
</ul>
</nav>
<main>
<h2>Davin Asiala</h2>
<img src="yourphoto.jpg" alt="yourdescription" width="320">
<p><span class="resort">This semester I am enrolled in the following courses:</p>
<ul>
<li>CIST2361</li>
<li>CIST1221</li>
<li>CIST1510</li>
</ul>
<div class="clear">I am in the:<br>
Computer Programming: Degree Program<br>
<br>
<br>
<br>
</div>
</main>
<footer>Copyright © 2018 Computer Science Department Web Design/Development Program<br>
</footer>
</div>
</body>
</html>