-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (32 loc) · 1.14 KB
/
index.html
File metadata and controls
39 lines (32 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="details.css" type="text/css" rel="stylesheet">
<title>COMP322: Internet Systems</title>
<meta name="author" content="Malia Cherry">
</head>
<body style="background: #375950">
<h1 style="color:white">Malia Cherry</h1>
<img src="img/image1.jpg" width="290" height="380">
<p style="color:white">My name is Malia Cherry, I'm 24, and I'm a senior at NC A&T, majoring in Computer Science
with a concentration in Cybersecurity.
I am a Specialist in the U.S. Army Reserves and I have two dobermans named Zero and Seven. I currently live in
Charlotte,
but I am hoping to move to Colorado after I graduate.
</p>
<hr />
<h3 style="color:white">Fall 2022 Courses</h3>
<ol style="color:white">
<li>COMP 322</li>
<li>COMP 360</li>
<li>COMP 365</li>
<li>COMP 410</li>
<li>COMP 422</li>
</ol>
<hr />
<ul id="links">
<li><a href="introduction.html">Introduction</a></li>
<li><a href="little_prince.html">Little Prince</a></li>
</ul>
</body>
</html>