-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbio.html
38 lines (35 loc) · 791 Bytes
/
bio.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
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>BiO</title>
<link rel="stylesheet" href="css/styles2.css"/>
</head>
<body>
<div id="banner">
<nav>
<ul>
<li><a href="index.html">home</a></li>
<li><a href="bio.html"><b>bio</b></a></li>
<li><a href="contact.html">contact</a></li>
<li><a href="gallery.html">gallery</a></li>
</ul>
</nav>
</div>
<div id="glassbody">
<h1>About me</h1><hr>
<p align="center">
<p> I'm just a guy from a desert planet. The past is behind me. The force is within me. </p>
<p>
<b>Proud Moments</b>
<ul>
<li>Esteemd droid craftsman
<li>Winner of Booonta Eve Classic </li>
<li>Jedi Master</li>
<li>Sith Lord</li>
<li>Mad saber skillz</li>
<li>Restored balance to the force</li>
<li>I can fly anything</li>
</ul>
</div>
</body>
</html>