-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbio.html
24 lines (23 loc) · 814 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Biography - Cameron Kirk Engineering</title>
<link rel="stylesheet" type="text/css" href="stylesheet/stylesheet.css">
</head>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="bio.html">Bio</a>
<a href="projects.html">Projects</a>
<a href="pictures.html">Pictures</a>
</div>
<div class="main">
<h1>Biography</h1>
<img src="images/CameronKirk.jpg" width="25%">
University of Nevada, Las Vegas B.S Computer Engineering
<p>Cameron Kirk was born in Las Vegas, Nevada on March 16, 1996</p>
<a href="index.html"><button>Page 1</button></a>
</div>
</body>
</html>