-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
394 lines (354 loc) · 20.6 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
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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Contact - Forrest Herman - Wedding Photographer + Filmmaker</title>
<link rel="icon" href="assets/favicon.png" id="light-scheme-icon" />
<!-- <link rel="icon" href="assets/favicon-black" id="dark-scheme-icon" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Wedding Photographer + Filmmaker in North Bay, ON. Capturing visuals as timeless as your memories." />
<meta name="keywords" content="photo, film, wedding, wedding photography, photography, filmmaking, couple photos, photos" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="Contact - Forrest Herman - Wedding Photographer + Filmmaker" />
<meta property="og:image" content="img/share-img.jpg" />
<meta property="og:url" content="https://www.forrestherman.ca/contact" />
<meta property="og:site_name" content="ForrestHerman.ca" />
<meta property="og:description" content="I'm a wedding photographer and filmmaker based in North Bay, ON. Capturing moments and memories. Weddings, engagements, events." />
<!-- Pinterest -->
<meta name="p:domain_verify" content="c4b5730c61a16c84e09c3bbf2e419c05" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Cardo&family=DM+Serif+Display:ital@0;1&family=Fanwood+Text:ital@0;1&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css" />
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css" />
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css" />
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css" />
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css" />
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M423Z0G5J7"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag("js", new Date())
gtag("config", "G-M423Z0G5J7")
</script>
</head>
<body>
<div class="fh5co-loader"></div>
<div id="page">
<!-- ****************************************** White Nav ****************************************** -->
<nav id="navbar" class="fh5co-nav" role="navigation">
<!-- <div class="overlay-prep" style="background: rgba(0, 0, 0, 0.4)"></div> -->
<div class="container">
<div id="nav" class="row nav nav-white">
<div class="col-xs-2 col-nav">
<div id="fh5co-logo">
<a href="index">
<img id="logo" src="assets/forrest-herman-white.png" alt="logo" />
</a>
</div>
</div>
<div class="col-xs-10 text-right menu-1">
<ul id="nav-menu" class="nav-menu">
<li class="hidden-on-mobile"><a href="index">Home</a></li>
<li><a href="about">Hello</a></li>
<li>
<a href="photos">Photos</a>
</li>
<li>
<a href="films">Films</a>
</li>
<li class="has-dropdown">
<a href="offerings">Offerings</a>
<ul class="dropdown">
<li><a href="offerings">Photos</a></li>
<li><a href="#">Films</a></li>
</ul>
</li>
<li><a href="contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
<header id="fh5co-header" class="fh5co-cover fh5co-cover-sm" role="banner" style="background-image: url(/img/banner_contact.jpg); background-position: 45% 60% !important">
<div class="overlay overlay-light"></div>
<div class="fh5co-container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="display-t">
<div class="display-tc animate-box" style="vertical-align: bottom" data-animate-effect="fadeIn">
<h2 class="header-script">Get in Touch!</h2>
<!-- <h2>Free HTML5 templates Made by <a href="http://freehtml5.co" target="_blank">FreeHTML5.co</a></h2> -->
</div>
</div>
</div>
</div>
</div>
</header>
<div class="fh5co-section below-image">
<div class="container">
<div class="row">
<div class="col-md-5 animate-box">
<div class="fh5co-contact-info" style="margin-bottom: 5.5rem">
<h2>Hello!</h2>
<p>
If you made it this far, it's likely you're considering me as your photographer. That's
awesome (and makes me so happy!).
<br />
I look forward to meeting you and documenting your story.
</p>
<p>And maybe we can become friends in the process—who knows!</p>
<br />
<h3>Contact Information</h3>
<ul>
<li class="address">
<p class="accent-color"><a href="https://goo.gl/maps/WEJMCZGMTFSxvZ5Y6" target="_blank">North Bay</a> &
<a href="https://goo.gl/maps/n9pwpyn9XFhgmfWq6" target="_blank">Hamilton,
Ontario</a>
</p>
</li>
<li class="phone">
<p><a href="tel://7052032534">(705) 203-2534</a></p>
</li>
<li class="email">
<p>
<a href="mailto:[email protected]?subject=Forrest Herman — Inquiry">
[email protected] </a>
</p>
</li>
<li class="insta">
<p>
<a href="https://www.instagram.com/forrestherman.ca/" target="_blank">
@forrestherman.ca </a>
</p>
</li>
</ul>
<div class="img-container d-sm-none" style="padding: 4rem 4rem 1rem 0rem; padding-left: 0">
<img src="/img/details/rings_001.jpg" alt="" />
</div>
<div class="img-container d-sm-none" style="padding: 1rem 4rem 4rem 0rem; padding-left: 0">
<img src="/img/details/flower_001.jpg" alt="" />
</div>
</div>
</div>
<div class="col-md-7 animate-box">
<!-- Contact Form -->
<form action="https://formspree.io/f/xyylwddn" method="POST">
<div class="row form-group">
<div class="col-md-6 col-12 show-only-on-mobile">
<h3>Contact Form</h3>
</div>
<input type="hidden" name="_subject" value="Contact Form Submission - forrestherman.ca" />
<div class="col-md-6 inner-form-group">
<label for="name1">Your Name *</label>
<input type="text" id="name1" name="Name" class="form-control" placeholder="Your Name" required="" />
</div>
<div class="col-md-6 inner-form-group">
<label for="name2">Your Partner's Name</label>
<input type="text" id="name2" name="PartnerName" class="form-control" placeholder="Your Partner's Name" />
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label for="email">Email Address *</label>
<input type="email" id="email" name="_replyto" class="form-control" placeholder="Your email address" required="" />
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label for="telephone">Phone #</label>
<input type="telephone" name="telephone" id="telephone" class="form-control" placeholder="(444) 444-4444" />
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label for="instagram">Instagram — Let's follow each other! Mine's <a href="https://www.instagram.com/forrestherman.ca/" target="_blank">@forrestherman.ca</a> :)</label>
<input type="text" id="instagram" name="instagram" class="form-control" placeholder="@your-instagram-handle" />
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label for="date">Do you have a date in mind?</label>
<input type="text" id="date" name="date" class="form-control" placeholder="Enter a date (DD/MM/YYYY) or a range of dates that work for you" />
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label for="location">Do you have a location in mind? If not it's okay to leave
blank!</label>
<input type="text" id="location" name="location" class="form-control" placeholder="Enter location here" />
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label for="vibe">3 words to describe the vibe. (You can also link a Pinterest mood
board!)</label>
<input type="text" id="vibe" name="vibe" class="form-control" placeholder="adventure, cozy, romantic, fairytale, summer rainstorm, polaroid, etc." />
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label for="session_type">Session Type *</label>
<select name="session_type" id="session_type" class="form-control" required="">
<option value="Select" selected="" disabled="">Select</option>
<option value="Wedding or Elopement Photography">Wedding / Elopement -
Photography</option>
<option value="Wedding or Elopement Film">Wedding / Elopement - Film</option>
<option value="Engagement / Proposal">Engagement / Proposal</option>
<option value="Couple Session">Couple Session</option>
<option value="Family Session">Family Session</option>
<option value="Event or Celebration">Event</option>
<option value="Professional Headshots">Professional Headshots</option>
<option value="Business Inquiry">Business Inquiry</option>
<option value="other">Other (Please describe below)</option>
</select>
<p style="margin-bottom: 0px"><a href="offerings" target="_blank">Explore
packages</a></p>
</div>
</div>
<!-- <div class="row form-group">
<div class="col-md-12">
<label for="message">Let me in on a favourite memory of you both! (Optional)</label>
<textarea type="message" id="message" cols="30" rows="10" class="form-control" placeholder=""></textarea>
</div>
</div> -->
<div class="row form-group">
<div class="col-md-12">
<label for="message">Describe your request — How can I help you?</label>
<textarea type="message" id="message" name="message" cols="30" rows="4" class="form-control" placeholder="The more details the better. How can I serve you?"></textarea>
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label for="found_me">How did you hear about me? *</label>
<select name="found_me" id="found_me" class="form-control" required="">
<option value="Select" selected="" disabled="">Select</option>
<option value="Google">Google</option>
<option value="Facebook">Facebook</option>
<option value="Instagram">Instagram</option>
<option value="Ad">Ad</option>
<option value="Referral">Referral (please specify)</option>
<option value="other">Other (please specify)</option>
</select>
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label for="referral">If selected 'Referral' or 'Other' above, please specify who or
what. Thanks!</label>
<input type="text" id="referral" name="referral" class="form-control" placeholder="Name of person who referred you to me or other source" />
</div>
</div>
<!-- <div class="row form-group">
<div class="col-md-12">
<label for="message">Any question for me?</label>
<textarea type="message" id="questions" cols="30" rows="10" class="form-control" placeholder="Questions here, don't be shy!"></textarea>
</div>
</div> -->
<div class="form-group">
<p>Thank you for reaching out! I will get back to you within 24-48 hours.</p>
</div>
<div class="form-group">
<input type="submit" value="Send Message" class="btn btn-form" />
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Typeform Embed -->
<!-- <div
class="typeform-widget"
data-url="https://form.typeform.com/to/AoN00cGe?typeform-medium=embed-snippet"
data-transparency="50"
data-hide-headers="true"
data-hide-footer="true"
style="width: 100%; height: 850px"
></div>
<script>
;(function () {
var qs,
js,
q,
s,
d = document,
gi = d.getElementById,
ce = d.createElement,
gt = d.getElementsByTagName,
id = "typef_orm",
b = "https://embed.typeform.com/"
if (!gi.call(d, id)) {
js = ce.call(d, "script")
js.id = id
js.src = b + "embed.js"
q = gt.call(d, "script")[0]
q.parentNode.insertBefore(js, q)
}
})()
</script> -->
<!-- Insta Callout -->
<div id="insta-callout" class="fh5co-bg banner" style="background-image: url(img/banner_insta.jpg)">
<div class="overlay"></div>
<div class="animate-box">
<div include-html="callout_insta.html"></div>
</div>
</div>
<!-- Footer -->
<div include-html="footer.html"></div>
</div>
<!-- <div include-html="alertBar.html"></div> -->
<div class="gototop js-top hidden-on-mobile">
<a href="#" class="js-gotop"><i class="icon-arrow-up"></i></a>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- countTo -->
<script src="js/jquery.countTo.js"></script>
<!-- Stellar -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- Google Map -->
<!-- <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCefOgb1ZWqYtj7raVSmN4PL2WkTrc-KyA&sensor=false"></script>
<script src="js/google_map.js"></script> -->
<!-- Main -->
<script src="js/main.js"></script>
<!-- Bring in Html elements -->
<script>
includeHTML()
</script>
</body>
</html>