-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
53 lines (51 loc) · 2.14 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Before the Sn@il</title>
<link href='https://fonts.googleapis.com/css?family=Monsieur+La+Doulaise' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css">
<link rel="stylesheet" type="text/css" href="stylesheets/trg.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</head>
<body>
<header class="row">
<div class="logo col span-6-t">Before the Sn@il</div>
<div class="nav col span-6-t">
<ul>
<li id="tab-1"><a href="index.html">home</a></li>
<li id="tab-2"><a href="about.html">about Regina</a></li>
<li id="tab-3"><a href="projects/index.html">projects</a></li>
<li id="tab-4"><a href="blog/blog-template.html">blog</a></li>
<li id="tab-5"><a href="contact.html">contact</a></li>
</ul>
</div>
</header>
<main class="row">
<div class="text span-8">
<h1>Contact</h1>
<p>You can find Regina on Twitter, Linkedin, and Github. You can also call, write an email, or send some snail mail.</p>
<p><a href="mailto:reginafcompton@gmail.com">reginafcompton@gmail.com</a>
<br>941.685.4632</p>
<p>Before the Snail
<br>attn: Regina Compton
<br>1030 N. Dearborn St.
<br>#318
<br>Chicago, IL 60610</p>
</div>
<div class="social">
<ul>
<li><a href="https://github.com/reginafcompton" target="_blank"><img src="imgs/github-128.png"></a></li>
<li><a href="https://twitter.com/reginafcompton" target="_blank"><img src="imgs/twitter-128.png"></a></li>
<li><a href="https://www.linkedin.com/pub/regina-compton/33/975/38b" target="_blank"><img src="imgs/linkedin-128.png"></a></li>
</ul>
</div>
</main>
<footer class="row">
<p>Copyright © 2015 Regina Frances Compton</p>
</footer>
</body>
</html>