-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAboutMe.html
More file actions
42 lines (39 loc) · 1.45 KB
/
AboutMe.html
File metadata and controls
42 lines (39 loc) · 1.45 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
<!DOCTYPE html>
<html>
<body>
<head>
<meta charset = “utf-8”>
<meta name = “viewport” content = “width=device-width, initial-scale=1”>
<title>Don't Click Me!</title>
<link href="mywebsite.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<header id="main-header">
<h1>Albert's Lounge</h1>
<div class="box1"
<h2 ><b>The greatest space in the universe</b></h2>
</div>
</header>
<nav id="navbar">
<div class="menus"
<ul>
<li><a href="file:///Users/albertlin/Stuff/Coding/website/AlbertsWebsite.html#"><b>Home</b></a></li>
<li><a href="file:///Users/albertlin/Stuff/Coding/website/AboutMe.html"><b>About</b></a></li>
<li><a href="file:///Users/albertlin/Stuff/Coding/website/Contact.html"><b>Contact</b></a></li>
</ul>
</div>
</nav>
<h3>About Me</h3>
<div class="box2"
<p>Hello, my name is Albert Lin and I am studying computer science at the University of
Washington in Tacoma! Here you'll find some cool things about me. In addition, below are some
fun things to do if you are bored...please, make yourselves at home
and enjoy! This is a sacred space for all who seek happiness ^_^</b></p>
</div>
<hr>
<footer>
<p>Avatar Abo © 2019, CSE reject <br> Capacity Constrained University ©
2019, Boundless with Constraints <br> Albert's Lounge © 2020, My Sanctuary </p>
</footer>
</body>
</html>