-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
288 lines (264 loc) · 9.94 KB
/
contact.html
File metadata and controls
288 lines (264 loc) · 9.94 KB
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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoMike Atlanta Freelance Web Designer — Contact Me</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<!-- GOOGLE SEARCH CONSOLE -->
<meta name="google-site-verification" content="86NZ6RolcV8XQ_yIcZHRhTv0lH_pJ67PjkMAsNe_N7E"/>
<!-- CODE FOR CRAWLING BOTS -->
<meta name="robots" content="noindex, follow">
<!-- SEO TITLE AND DESCRIPTION -->
<meta name="description" content="GoMike - Best Freelance web and logo designer in Atlanta.">
<meta name="keywords" content="web designer atlanta, website design atlanta, web design company atlanta, logo design atlanta, graphic design atlanta, web designers in atlanta">
<meta property="og:title" content="GoMike Freelance Web Design — The Best Web Designer in Atlanta.">
<meta property="og:description" content="GoMike — Atlanta's best Freelancer Website and Logo Designer. Helping Atlanta's Local Businesses attract more clients and thrive. Let's design something amazing together!">
<meta property="og:image" content="https://unsplash.com/photos/bs2Ba7t69mM">
<!-- FAVICONS -->
<link rel="icon" href="img/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
<link rel="manifest" href="/img/favicon/manifest.json">
<!-- CSS -->
<link rel="stylesheet" media="screen" type="text/css" href="./css/font-awesome-min.css">
<link rel="stylesheet" media="screen" type="text/css" href="./css/et-line-min.css">
<link rel="stylesheet" media="screen" type="text/css" href="./css/bootstrap-min.css">
<link rel="stylesheet" media="screen" type="text/css" href="style.css">
<!-- SCRIPTS -->
<script defer src="./js/jquery-2.1.0-min.js"></script>
<script defer src="./js/jquery.touchSwipe-min.js"></script>
<script defer src="./js/bootstrap-min.js"></script>
<script defer src="./js/gmaps-min.js"></script>
<script defer src="./js/blocs-min.js"></script>
<!-- Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script defer src="https://www.googletagmanager.com/gtag/js?id=G-R6ERFCVVG8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-F927V918B8');
</script>
<!-- Analytics END -->
</head>
<body>
<a class="skip-to-content-link" href="#main">
Skip to content
</a>
<!-- HEADER -->
<header class="bloc bgc-white l-bloc " id="bloc-0" role="banner">
<div class="container bloc-sm">
<!-- NAV -->
<nav class="navbar row" role="navigation">
<div class="navbar-header" role="tablist">
<a class="navbar-brand" href="index.html" aria-label="Company Logo Link to Homepage">
<img src="img/goMike-atlanta-web-design-logo.svg" alt="GoMike Atlanta Company logo, link to homepage" height="40" width="214">
</a>
<button
id="nav-toggle"
type="button"
class="ui-navbar-toggle navbar-toggle"
data-toggle="collapse" data-target=".navbar-1"
aria-controls="menu"
aria-haspopup="true"
aria-label="Toggle Navigation"
role="tab"
tabindex="0">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse navbar-1 special-dropdown-nav">
<ul id="menu" class="site-navigation nav navbar-nav" role="menu" aria-label="Navigation Menu">
<li role="none">
<a role="menuitem" tabindex="0" href="index.html">Home</a>
</li>
<li role="none">
<a role="menuitem" tabindex="0" href="contact.html" aria-current="page">Contact Me</a>
</li>
</ul>
</div>
</nav>
<!-- NAV ENDS -->
</div>
</header>
<!-- bloc-0 HEADER ENDS -->
<!-- Main container -->
<main class="page-container" role="main">
<!-- bloc-6 -->
<article role="article" aria-label="Contact Form Introduction" 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">
<h1 class="text-center hero-bloc-text tc-white">
Let's talk web design!
</h1>
<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 and we can setup time to talk websites and Atlanta city love.
</p>
</div>
</div>
</div>
</article>
<!-- bloc-6 END -->
<!-- bloc-7 -->
<div class="bloc bgc-white l-bloc" id="bloc-7">
<div id="form-container" class="container bloc-lg">
<div class="row">
<div class="col-sm-6">
<form role="form" id="form_1" success-msg="Your message has been sent." fail-msg="Sorry it seems that our mail server is not responding, Sorry for the inconvenience!">
<fieldset>
<legend>Your Contact Information</legend>
<div class="form-group">
<label for="name">
Name
</label>
<input
type="text"
id="name"
class="form-control"
required
aria-required="true"
placeholder="Write your name."
title="Please write your name."/>
</div>
<div class="form-group">
<label for="email">
Email
</label>
<input
id="email"
class="form-control"
type="email"
required
aria-required="true"
placeholder="example@provider.com"
title="Please provide a valid email address"/>
</div>
</fieldset>
<fieldset>
<legend>Project Information</legend>
<div class="form-group">
<label for="find-me">
How did you find me?
</label>
<input
class="form-control"
type="text"
required
aria-required="true"
id="find-me"
placeholder="Search Engines, Social Media, Websites..."
title="Please state where you find out about GoMike."/>
</div>
<div class="form-group">
<label for="message">
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>
</label>
<textarea
id="message"
class="form-control"
rows="4"
cols="50"
required
aria-required="true"
placeholder="Describe your project in detail here."
title="Please describe your project."></textarea>
</div>
</fieldset>
<button id="form-submit" aria-labelledby="form_1" class="bloc-button btn btn-lg btn-block cta-hero btn-atomic-tangerine" type="submit">
Send your Message
</button>
</form>
</div>
<div id="business-info" class="col-sm-6">
<div class="business-information">
<p><a href="mailto:mike@gomikedesigns.com">mike@gomikedesigns.com</a></p>
<p>Phone no: +1 (404) 555-1234</p>
<p>123 Peachtree Ave. Atlanta, GA</p>
<p>Available 9am–5pm, Mon-Fri</p>
</div>
</div>
</div>
</div>
</div>
<!-- bloc-7 END -->
</main>
<!-- Main container END -->
<!-- Footer - bloc-8 -->
<footer role="contentinfo" 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 aria-label="Click for GoMike's Twitter Page" class="social" href="index.html">
<span role="img" aria-label="twitter icon" class="fa fa-twitter icon-md"></span>
</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a aria-label="Click for GoMike's Facebook page" class="social" href="index.html">
<span role="img" aria-label="Facebook icon" class="fa fa-facebook icon-md"></span>
</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a aria-label="Click for our dribbble page" class="social" href="index.html">
<span role="img" aria-label="dribble icon" class="fa fa-dribbble icon-md"></span>
</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a aria-label="Click for our Instagram Page" class="social" href="index.html">
<span role="img" aria-label="Instagram Icon" class="fa fa-instagram icon-md"></span>
</a>
</div>
</div>
</div>
<div class="row">
<div id="partners" class="col-sm-4">
GoMike's Partners
<ul>
<li class="footer-link">
<a href="car.com">car.com</a>
</li>
<li class="footer-link">
<a href="pizza.com">pizza.com</a>
</li>
<li class="footer-link">
<a href="myroof.com">myroof.com</a>
</li>
<li class="footer-link">
<a href="realestateseo.com">realestateseo.com</a>
</li>
</ul>
</div>
<div class="col-sm-4">
<ul>
<li><a href="mailto:mike@gomikedesigns.com">Email: mike@gomikedesigns.com</a></li>
<li>Phone no: +1 (404) 555-1234</li>
<li>Address: 123 Peachtree Ave. Atlanta, GA</li>
<li>Available 9am–5pm, Mon-Fri</li>
<li id="sitemap"><a href="./sitemap.xml">Sitemap</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer - bloc-8 END -->
</body>
</html>