-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 862 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="wrapper">
<p>
<a id="img" href="https://avatars2.githubusercontent.com/u/19988947?s=400&u=6d2529159976fd00508383c09b5c2f7f59716fb8&v=4">
<img id="img" src="https://avatars2.githubusercontent.com/u/19988947?s=400&u=6d2529159976fd00508383c09b5c2f7f59716fb8&v=4">
</a>
</p>
<p id="bio">
Hello my name is Matthew Lemmond and I am a Senior Computer Science student at UNC Charlotte.
<br>
I am also a TA for Professor Ilson in ITSC 3155 which is Software Engineering.
<br>
</p>
<p id="nav">
<ul id="nav">
Navigation
<li><a href="introduction.html">Introduction</a></li>
</ul>
</p>
</div>
</body>
</html>