-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (30 loc) · 1.27 KB
/
Copy pathindex.html
File metadata and controls
45 lines (30 loc) · 1.27 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
<!DOCTYPE html>
<html>
<head>
<title>Jonathan's Introduction</title>
<h1>About Me</h1>
</head>
<body>
<p>My name is Jonathan Morales. I am a computer science student at North Carolina A&T State University set to graduate in Spring 2027.<br></br>
I like to watch movies, mess with cars, and learn about cybersecurity. I am particularly interested in hacking.</p>
<img src="./HTML-Projects/a1/img/img1.jpg" alt="Picture of Jonathan" height="200">
<p> I am currently taking 6 classes and a Lab, amounting to 17 credit hours</p>
<dl>
<dt>COMP200</dt>
<dd>Computer Science Sophomore Colloquium [1cr]</dd>
<dt>COMP322</dt>
<dd>Internet Systems [3cr]</dd>
<dt>COMP365</dt>
<dd>AI & Machine Learning [3cr]</dd>
<dt>COMP410</dt>
<dd>Software Engineering [3cr]</dd>
<dt>CHEM107</dt>
<dd>General Chemistry VII [3cr]</dd>
<dt>CHEM117</dt>
<dd>General Chemistry VII Lab [1cr]</dd>
</dl>
<a href="/HTML-Projects/a1/introduction.html">Introduction</a>
<a href="./HTML-Projects/a2/little_prince.html">The Little Prince</a>
<a href="./HTML-Projects/a3/calculator.html">Calculator</a>
</body>
</html>