-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (37 loc) · 1.02 KB
/
index.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
39
40
41
42
43
44
<!DOCTYPE html PUBLIC "">
<html>
<head>
<title>Lindsay Bangs</title>
<link href='http://fonts.googleapis.com/css?family=Dosis|Lobster|Indie+Flower' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="bootstrap.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<ul class="navbar">
<pre>
,___,
[o.o]
/)__)
-"--"-
</pre>
<li><a href="index.html">Home Page</a>
<li><a href="about.html">About me</a>
<li><a href="resume.html">Resume</a>
<li><a href="http://www.twitter.com/lyndsaymina">Twitter</a>
<li> <a href="http://www.linkedin.com/pub/lindsay-bangs/82/25/129">LinkedIn</a>
<li> <a href="https://github.com/lindsaybangs">Github</a>
</ul>
<div class="head">
<h1> Lindsay Bangs </h1>
</div>
</br></br></br>
<h3 class="home-page"> Bachelor of Computer Science: Mobile Computing </h3>
<h3 class="home-page"> Carleton University </h3>
</br></br></br>
<address>
Updated January 13th 2014 <br>
by Lindsay Bangs. </br>
lindsayebangs [at] gmail.com
</address>
</body>
</html>