-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
65 lines (53 loc) · 2.18 KB
/
about.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="keywords" content="maps, cartography"/>
<title>Clare Trainor</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav id="custom-navbar" class="navbar navbar-default navbar-fixed-top main-navbar custom-navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="glyphicon glyphicon-menu-hamburger"></span>
<span class="menu">Menu</span>
</button>
<a class="navbar-brand" href="index.html">Clare Trainor</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</div>
</div>
</nav>
<script type="text/javascript" src="lib/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>
<div class="header">
<h1>ABOUT ME</h1>
</div>
<div class="photo">
<img src="portfoliopic.jpg" width="30%">
</div>
<br>
<div class="aboutme">
<div class="container">
<div class="column-md-4">
<div class="col-lg-8 col-lg-offset-2">
<div> Hi! My name is Clare and I am a senior in Cartography and Geographic Information Systems at the University of Wisconsin-Madison. I currently work at the <a href="http://www.geography.wisc.edu/cartography/">UW-Madison Cartography Lab</a> where I get to make some pretty awesome maps! You can find me on <a href="https://twitter.com/ClareMTrainor">Twitter</a>, <a href="https://www.linkedin.com/in/claretrainor">LinkedIn</a>, or email me at [email protected]. I would love to hear from you!
</div>
</div>
</div>
</div>
</div>
<br>