-
Notifications
You must be signed in to change notification settings - Fork 0
/
home-contact.html
39 lines (39 loc) · 1.7 KB
/
home-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
<!DOCTYPE html>
<html>
<head>
<title>Contact Carolyn Page</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
</head>
<body>
<div class="jumbotron">
<div class="container">
<h1>Contact</h1>
<p>Are you interested in contacting me for further information? Here are a few options. I look forward to speaking with you.</p>
<div class="row">
<div class="col-sm-4">
<p><span class="glyphicon glyphicon-map-marker"></span> Greater New York City Area</p>
<p><span class="glyphicon glyphicon-phone"></span> (203)885-8308</p>
<p><span class="glyphicon glyphicon-envelope"></span> [email protected]</p>
</div>
</div>
<!-- Small button-->
<div class="btn">
<a href="home.html" class="btn btn-info" role="button">Homepage</a>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="list-group list-style">
<a href="#" class="list-group-item active">Lets get in touch. </a>
<a href="https://www.linkedin.com/in/carolyntevnan33" class="list-group-item">LinkedIn</a>
<a href="http://www.twitter.com/CarolynTevnan33" class="list-group-item">Twitter</a>
<a href="http://www.github.com/ctevnan" class="list-group-item">Github</a>
</div>
</div>
</div>
</div>
</body>
</html>