-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
61 lines (57 loc) · 3.88 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
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<!-- FONT -->
<link href="https://fonts.googleapis.com/css?family=Nothing+You+Could+Do" rel="stylesheet">
<script src="https://use.fontawesome.com/3e276c68e8.js"></script>
<!-- Style Sheets-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/override.css">
<link rel="stylesheet" type="text/css" href="css/contact.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!--END Styles-->
<title>Ashtine | Developer + Designer</title>
</head>
<body class="fade-in">
<div id="container">
<header class="row">
<nav class="navbar navbar-default col-xs-12">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><span class="light"><i class="fa fa-home" aria-hidden="true"></i></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="about.html">ABOUT<span class="sr-only">(current)</span></a></li>
<li><a href="work.html">WORK</a></li>
<!-- <li><a href="#">BLOG</a></li> -->
<li><a href="#">CONTACT</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</header>
<div class="handles">
<h1 class="light">follow me</h1>
<a href="https://twitter.com/ashtinetapanes" target="_blank"><img src="images/twitter.png"></a>
<a href="https://www.linkedin.com/in/ashtinetapanes/" target="_blank"><img src="images/linkedin.png">
<a href="https://github.com/ashtine" target="_blank"><img src="images/github.png"></a>
<a href="https://calendly.com/ashtinetapanes/let-s-have-a-15-minute-talk" target="_blank"><img src="images/calendly.png"></a>
<a href="mailto:ashtinetapanes@gmail.com"><img src="images/mail.png"></a>
</div>
<footer>
Tapanes 2017. Let's get <i class="fa fa-coffee" aria-hidden="true"></i> 203.400.4940 <a href="https://github.com/ashtine" target="_blank"><i class="fa fa-github" aria-hidden="true"></i> <a href="https://www.linkedin.com/in/ashtinetapanes/" target="_blank"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a>
</footer>
</div> <!---END container DIV-->
</body>
</html>