-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
23 lines (21 loc) · 1.1 KB
/
aboutme.html
File metadata and controls
23 lines (21 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html id ="backgroundaboutme">
<head>
<title>About Me</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<nav class="aboutme">
<div> <a class="nav_tab navigationaboutme" href="index.html"> Home </a></div>
<div> <a id="navigation" href="aboutme.html"> About Me </a></div>
<div> <a class="nav_tab navigationaboutme" href="major.html"> My Major </a></div>
<div> <a class="nav_tab navigationaboutme" href="fact.html"> Interesting Fact </a></div>
</nav>
<p> Hi Everyone </p>
<p> My name is Long. </p>
<p> I am an international student from <span class="note" >Vietnam</span> </p>
<p> My major is Computer Science. You can learn more why do I choose this major and what I am having this semester in the Major tab </p>
<p> And here is a picture of me at Grand Canyon</p>
<img src="https://scontent.fsnc1-5.fna.fbcdn.net/v/t1.0-9/13872723_1208095942544331_7412667681036275477_n.jpg?oh=2e4b4aa8ec02c586d45f48feeff5168e&oe=5929D24A" alt="me" style="width:304px;height:304px;">
</body>