-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
248 lines (241 loc) · 8.62 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact Mike</title>
<meta charset="utf-8" />
<meta name="theme-color" content="#317EFB" />
<meta
name="keywords"
content="seo, google, website, internet, web design, design agency, website, atlanta"
/>
<meta
name="description"
content="I'm Mike and your should hire me to build your website"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link rel="shortcut icon" type="image/png" href="favicon.jpg" />
<link rel="preload" as="style" href="./css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css" />
<link rel="preload" as="style" href="style.min.css" />
<link rel="stylesheet" type="text/css" href="style.min.css" />
<link rel="preload" as="style" href="./css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css" />
<link rel="preload" as="style" href="./css/et-line.css" />
<link rel="stylesheet" type="text/css" href="./css/et-line.css" />
<link rel="preload" as="image" href="img/w1920-atlanta%20made%20sign.jpg" />
<link
rel="preload"
href="./fonts/fontawesome-webfont.woff2?v=4.7.0"
as="font"
type="font/woff2"
crossorigin
/>
<!-- Analytics -->
<!-- Analytics END -->
</head>
<body>
<!-- Main container -->
<div class="page-container">
<!-- bloc-0 -->
<div class="bloc bgc-white l-bloc" id="bloc-0">
<div class="container bloc-sm">
<nav class="navbar row">
<header class="navbar-header">
<a class="navbar-brand" href="GoMike-Designs.html"
><img
src="img/atlanta%20web%20design%20logo.png"
alt="Atlanta web design logo"
height="40"
width="40"
/></a>
<button
id="nav-toggle"
type="button"
class="ui-navbar-toggle navbar-toggle"
data-toggle="collapse"
data-target=".navbar-1"
>
<span class="sr-only">Toggle navigation</span
><span class="icon-bar"></span><span class="icon-bar"></span
><span class="icon-bar"></span>
</button>
</header>
<div class="collapse navbar-collapse navbar-1 special-dropdown-nav">
<ul class="site-navigation nav navbar-nav">
<li>
<a href="GoMike-Designs.html">Home</a>
</li>
<li></li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<!-- bloc-0 END -->
<!-- bloc-6 -->
<div
class="bloc bg-dots-bg bg-repeat bgc-dark-slate-blue d-bloc bloc-bg-texture texture-paper"
id="bloc-6"
>
<div class="container bloc-lg">
<div class="row">
<div class="col-sm-12">
<p class="text-center hero-bloc-text tc-white">
Let’s talk web design!
</p>
<p class="text-center mg-lg tc-white tight-width-whitespace">
I’m super excited that you want to work together.<br />Please
fill in the form below or get in touch so I can learn about your
project <br />and we can setup time to talk websites and
Atlanta city love.
</p>
</div>
</div>
</div>
</div>
<!-- bloc-6 END -->
<!-- bloc-7 -->
<div class="bloc bgc-white l-bloc" id="bloc-7">
<div class="container bloc-lg">
<div class="row">
<div class="col-sm-6">
<form id="form_1">
<div class="form-group">
<label>
Name <input id="name" class="form-control" required
/></label>
</div>
<div class="form-group">
<label>
Email
<input
id="email"
class="form-control"
type="email"
required
/></label>
</div>
<div class="form-group">
<label>
How did you find me?
<input
class="form-control"
type="email"
required
id="input_504"
/></label>
</div>
<div class="form-group">
<label>
Project brief (Please be as detailed as possible including
your company goals and any improvements you’d like to
have over your current website)<br />
<textarea
id="message"
class="form-control"
rows="4"
cols="50"
required
></textarea>
</label>
</div>
<button
class="bloc-button btn btn-lg btn-block cta-hero btn-atomic-tangerine"
type="submit"
>
Let's go Mike
</button>
</form>
</div>
<div class="col-sm-6 address">
<p>
mike@gomikedesigns.com<br />+1 (404) 555-1234<br />
<br />123 Peachtree Ave. Atlanta, GA<br />Available 9am–5pm,
Mon-Fri <br />
<br />Interested to learn about my freelace services?
<br />Please visit my <a
class="ltc-atomic-tangerine"
href="GoMike-Designs.html"
>other page</a
>.
</p>
</div>
</div>
</div>
</div>
<!-- bloc-7 END -->
<!-- ScrollToTop Button -->
<a class="bloc-button btn btn-d scrollToTop" onclick="scrollToTarget('1')"
><span class="fa fa-chevron-up"></span
></a>
<!-- ScrollToTop Button END-->
<!-- Footer - bloc-8 -->
<div class="bloc bgc-dark-slate-blue d-bloc" id="bloc-8">
<div class="container bloc-sm">
<div class="row">
<div class="col-sm-12">
<p class="text-center white">
GoMike Designs - Web designer living and loving Atlanta.<br />
</p>
<div class="row row-no-gutters social">
<div class="col-sm-3">
<div class="text-center">
<a
class="social"
href="GoMike-Designs.html"
aria-label="twitter page"
><span class="fa fa-twitter icon-md"></span
></a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a
class="social"
href="GoMike-Designs.html"
aria-label="facebook page"
><span class="fa fa-facebook icon-md"></span
></a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a
class="social"
href="GoMike-Designs.html"
aria-label="dribble page"
><span class="fa fa-dribbble icon-md"></span
></a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a
class="social"
href="GoMike-Designs.html"
aria-label="instagram page"
><span class="fa fa-instagram icon-md"></span
></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer - bloc-8 END -->
</div>
<script src="./js/jquery-2.1.0.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/blocs.min.js"></script>
<script src="./js/jqBootstrapValidation.js"></script>
<script src="./js/formHandler.js"></script>
<!-- Main container END -->
</body>
</html>