-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (24 loc) · 802 Bytes
/
Copy pathindex.html
File metadata and controls
31 lines (24 loc) · 802 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
27
28
29
30
31
<!DOCTYPE HTML>
<html>
<head>
<title> Home Page </title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<nav>
<div class = "container-fluid">
<ul class = "nav navbar-nav">
<li class = "active"> <a href = "index.html"> About </a> </li>
<li> <a href = "projects.html"> Projects </a> </li>
<li> <a href = "contact.html"> Contact </a> </li>
</ul>
</div>
</nav>
<div class = "container">
<h2> Introduction </h2>
<p> My name is Anh Ha. I was born in Hanoi, Vietnam. </p>
<p> I spent my first 17 years of life in Hanoi before moving to the UK to study. </p>
<p> I am currently a sophomore in Computer Science at Oregon State University. </p>
<h2> Skills and Interests </h2>
</body>
</html>