-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
181 lines (181 loc) · 8.46 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en" style="height: 100%">
<head>
<meta charset="utf-8" />
<title>Daniel Cox Contact</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Contact Information" />
<link rel="shortcut icon" href="ico/favicon.png" />
<!-- Core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="css/font-awesome.min.css" rel="stylesheet" />
<link
href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700"
rel="stylesheet"
/>
<link
href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic"
rel="stylesheet"
/>
<!-- Style Library -->
<link href="css/style-library-1.css" rel="stylesheet" />
<link href="css/plugins.css" rel="stylesheet" />
<link href="css/blocks.css" rel="stylesheet" />
<link href="css/custom.css" rel="stylesheet" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="nav">
<header id="header-1" class="soft-scroll header-1">
<!-- Navbar -->
<nav class="main-nav navbar-fixed-top headroom headroom--pinned">
<div class="container">
<!-- Brand and toggle -->
<div class="navbar-header">
<button
type="button"
class="navbar-toggle"
data-toggle="collapse"
data-target=".navbar-collapse"
>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#">
<img class="brand-img img-responsive" />
</a>
</div>
<!-- Navigation -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="nav-item">
<a href="index.html">Home</a>
</li>
<!-- <li class="nav-item">
<a href="#">SKills</a>
</li> -->
<li class="nav-item dropdown">
<a
class="dropdown-toggle"
data-toggle="dropdown"
data-hover="dropdown"
data-delay="0"
data-close-others="false"
href="#"
>PRojects <i
class="fa fa-angle-down"
></i
></a>
<ul class="dropdown-menu">
<li>
<a
href="https://www.danielcox.software/dartscore/"
>Dartscore</a
>
</li>
<li>
<a href="#">Amplify Music</a>
</li>
<li>
<a href="https://benevole.ru/en/home-3/"
>benevole.ru</a
>
</li>
<li>
<a
href="https://github.com/dariuscox/RPI-OBD"
>RPI-OBD</a
>
</li>
</ul>
</li>
<li class="active nav-item">
<a>Contact</a>
</li>
<!--//dropdown-->
<li class="nav-item">
<a href="images/DanielCoxResumeORG.pdf"
>Resume</a
>
</li>
</ul>
<!--//nav-->
</div>
<!--// End Navigation -->
</div>
<!--// End Container -->
</nav>
<!--// End Navbar -->
</header>
<section class="content-block contact-1">
<div class="container text-center">
<div class="col-sm-10 col-sm-offset-1">
<div class="underlined-title">
<h1>Get in Touch</h1>
<hr />
<h2>Feel free to Contact Me for More Information</h2>
</div>
<ul class="contact-info">
<li>
<span class="fa fa-map-marker"></span>
<wp-span>Brooklyn, NY</wp-span>
</li>
<li>
<span class="fa fa-envelope"></span>
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
<div id="contact" class="form-container">
<div id="message"></div>
</div>
<!-- /.form-container -->
</div>
<!-- /.col-sm-10 -->
</div>
<!-- /.container -->
</section>
<section class="content-block-nopad bg-deepocean footer-wrap-1-2">
<div class="container footer-1-2">
<img src="" />
<div class="big-social row">
<div class="col-sm-2 col-sm-offset-3 social-item facebook">
<a href="http://facebook.com/daniel.d.cox.1"
><i class="social-icon fa fa-2x fa-facebook"></i>
<h4 class="action"></h4
></a>
</div>
<div class="col-sm-2 social-item twitter">
<a href="https://www.linkedin.com/in/danieldcox"
><i class="social-icon fa fa-2x fa-linkedin"></i>
<h4 class="action"></h4
></a>
</div>
<div class="col-sm-2 social-item google">
<a href="https://github.com/dariuscox"
><i class="social-icon fa fa-2x fa-github"></i>
<h4 class="action"></h4
></a>
</div>
</div>
</div>
<!-- /.container -->
</section>
<script type="text/javascript" src="js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<script src="https://maps.google.com/maps/api/js?sensor=true"></script>
<script type="text/javascript" src="js/bskit-scripts.js"></script>
</body>
<body data-spy="scroll" data-target="nav" data-pgc>
<script type="text/javascript" src="js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<script src="https://maps.google.com/maps/api/js?sensor=true"></script>
<script type="text/javascript" src="js/bskit-scripts.js"></script>
</body>
</html>