-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 842 Bytes
/
index.html
File metadata and controls
26 lines (24 loc) · 842 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sabeer Jones</title>
</head>
<body>
<h1>Sabeer Jones</h1>
<img src="img\img3.jpg" width="300" height="400" alt="">
<p>Greetings; my name is Sabeer Jones. I am a Public Speaker, Game Developer, and Computer Science major from Charlotte, NC</p>
<h4>Courses</h4>
<ul>
<li>Computer Programming Design</li>
<li>Computer Science Colloquium</li>
<li>Analysis of Algorithms</li>
<li>Programming Languages</li>
<li>Internet Systems</li>
<li>Writing Science and Technology</li>
</ul>
<a href="introduction.html">Introduction</a>
<a href="little_prince.html">Little Prince</a>
</body>
</html>