-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcontact.html
More file actions
83 lines (59 loc) · 3.88 KB
/
contact.html
File metadata and controls
83 lines (59 loc) · 3.88 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<!-- saved from url=(0040)http://getbootstrap.com/examples/cover/# -->
<!--date: 6-25-14 -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Personal webpage">
<meta name="author" content="Brynn Claypoole">
<title>Brynn's Homepage</title>
<!-- Bootstrap core CSS -->
<link href="./bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="./tabs.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style id="holderjs-style" type="text/css"></style></head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="masthead-new">
<div class="inner">
<h3 class="masthead-brand">brynn claypoole</h3>
<ul class="nav masthead-nav">
<li><a href="./life_story.html">Life Story</a></li>
<li><a href="./projects.html">Projects</a></li>
<li class="active"><a href="./contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<div class="inner cover">
<h1 class="cover-heading">Contact.</h1>
<p class="lead">Call me, beep me, if ya wanna reach me.</p>
</div>
<p>Email: brynn[at]pennapps.com</p>
<!-- Facebook Badge START <a href="https://www.facebook.com/bclaypoole" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Brynn Claypoole">Brynn Claypoole</a><br/><a href="https://www.facebook.com/bclaypoole" target="_TOP" title="Brynn Claypoole"><img src="https://badge.facebook.com/badge/528808892.7198.1696000408.png" style="border: 0px;" /></a><br/>--><!--<a href="https://www.facebook.com/badges/" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Make your own badge!">Create Your Badge</a> Facebook Badge END -->
</br>
<a href="https://twitter.com/bclaypoole" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false" data-dnt="true">Follow @bclaypoole</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</br></br></br></br>
<p>By Brynn Claypoole, with help from <a href="http://getbootstrap.com/">Bootstrap</a>.
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./jquery.min.js"></script>
<script src="./bootstrap.min.js"></script>
<script src="./docs.min.js"></script>
</body></html>