-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (43 loc) · 1.79 KB
/
index.html
File metadata and controls
47 lines (43 loc) · 1.79 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
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title> COMP322: Internet Systems Assignment 1</title>
<meta name="author" content = "Izaiah Exum">
</head>
<body>
<h1> Izaiah's Assignment 1</h1>
<div style="display:inline-block">
<h3> Short Bio</h3>
<p> Hello, my name is Izaiah currently a junior Computer Science major<br>
at North Carolina A&T State university. I serve as the ACM Cyber Special Interest Group lead. <br>
My interest include but are not limited to ethical hacking, skateboarding, trading, and learning new languages!<br>
I'm excited to see my growth nd progression in this class throughout the semester and belive this class will be<br>
very beneficial to the career I'm pursuing.
</p>
</div>
<div>
<h2> This is ME!</h2>
<img src="IMG_6788.JPG" alt="Picture of Me" width="200" height="200">
</div>
<div>
<h3> My Courses (Spring '24) :</h3>
<ol>
<li>COMP320: Fundamentals of Cyber</li>
<li>COMP410: Software Engineering</li>
<li>COMP350: Operating Systems </li>
<li>COMP322: Internet Systems</li>
<li>COMP365: AI & Machine Learning</li>
</ol>
</div>
<h4>
Feel free to check out my intro page below: <br>
</h4>
<a href="introduction.html" target="_blank"> My Intro Page </a>
<div>
<h4>
Read about the little prince below: <br>
</h4>
<a href="little_prince.html" targte="_blank"> Story of Little Prince </a>
</div>
</body>
</html>