-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
213 lines (184 loc) · 9.5 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
<!--
| __ \ | | | / _| | | | | | | | |
| |__) |___ ___ _ _| | |_ ___ | |_ | |__| |_ _ ___| |_| | ___
| _ // _ \/ __| | | | | __| / _ \| _| | __ | | | / __| __| |/ _ \
| | \ \ __/\__ \ |_| | | |_ | (_) | | | | | | |_| \__ \ |_| | __/
|_| \_\___||___/\__,_|_|\__| \___/|_| |_| |_|\__,_|___/\__|_|\___|
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Hen</title>
<!-- Bootstrap core CSS -->
<link href="/codechair.github.io-integrante/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i" rel="stylesheet">
<link href="/codechair.github.io-integrante/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/coming-soon.min.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/images/favicon/site.webmanifest">
<link rel="mask-icon" href="/assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/assets/images/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/assets/images/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="import" href="customGA.html">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
// Set to the same value as the web property used on the site
var gaProperty = 'UA-XXX-1';
// Disable tracking if the opt-out cookie exists.
var disableStr = 'ga-disable-' + gaProperty;
if (document.cookie.indexOf(disableStr + '=true') > -1) {
window[disableStr] = true;
}
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXX-1">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-XXX-1');
</script>
<!-- end custom analytics snippet -->
</head>
<body>
<div class="overlay"></div>
<video playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop">
<source src="/codechair.github.io-integrante/mp4/bg.mp4" type="video/mp4">
</video>
<div class="masthead-contact">
<header class="masthead__navigation mb-auto d-flex w-100 p-3 mx-auto flex-column">
<div class="inner">
<a class="inner-masthead" href="/"><img src="/assets/images/logo.jpg" style="max-height:40px; width:auto;"></a>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link" href="/">Home</a>
<a class="nav-link" href="/blog">Blog</a>
<a class="nav-link active" href="/contact">Contact</a>
<a class="nav-link" href="#" id="open-popup" onclick ="showMailingPopUp(); return false;">Join Newsletter</a>
</nav>
</div>
</header>
<div class="masthead-bg"></div>
<div class="container h-100">
<div class="row h-100">
<div class="col-12 my-auto">
<div class="masthead-contact-content text-white py-5 py-md-0">
<h4 class="mb-3">Contact Us</h4>
<script src="/codechair.github.io-integrante/scripts/wufoo.js"></script>
<form id="form2" name="form2" accept-charset="UTF-8" autocomplete="off" enctype="multipart/form-data" method="post" novalidate action="https://pamora.wufoo.co.uk/forms/m1vjyeqa089xcf8/#public">
<div class="form-group">
<label class="sr-only" id="title1" for="Field1"><strong>Message</strong><span id="req_1" class="req">*</span></label>
<textarea id="Field1" name="Field1" spellcheck="true" rows="8" cols="50" required placeholder="Message"></textarea>
</div>
<div class="form-group">
<label class="sr-only" id="title15" for="Field15"><strong>Name</strong></label>
<input id="Field15" name="Field15" type="text" maxlength="255" placeholder="Name">
</div>
<div class="form-group">
<label class="sr-only" id="title10" for="Field10"><strong>Email address</strong><span id="req_2" class="req">*</span> <small>(will remain private)</small></label>
<input id="Field10" name="Field10" type="email" spellcheck="false" maxlength="255" required placeholder="Email address (will remain private)">
</div>
<!--
<div class="form-group">
<label class="sr-only" id="title10" for="Field10"><strong>How’d you hear about my website?</strong></label>
<input id="Field10" name="Field10" type="text" maxlength="255" placeholder="How’d you hear about my website?">
</div>
-->
<div class="form-group">
<button type="submit" id="saveForm" name="saveForm" tabindex="5" class="btn btn-secondary-contact text-white btn--large"><b>Send Message</b></button>
</div>
<div class="form-group hidden">
<label for="comment">Do Not Fill This Out</label>
<textarea name="comment" id="comment" rows="1" cols="1"></textarea>
<input type="hidden" id="idstamp" name="idstamp" value="DdAfFGGKpzHgjrs/VITyq2tfQl0dtfqZX9mj+VK/8YI=">
</div>
</form>
<!-- <form action="https://hen.us18.list-manage.com/subscribe/post" method="POST" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank">
<input type="hidden" name="u" value="377b993ba697354f6584371c9">
<input type="hidden" name="id" value="e1c7ba1f4b">
<div class="input-group input-group-newsletter">
<input type="email" autocapitalize="off" autocorrect="off" name="MERGE0" id="MERGE0" size="25" value="" class="form-control" placeholder="Enter your email..." aria-label="Enter email..." aria-describedby="basic-addon">
<div class="input-group-append">
<button class="btn btn-secondary" type="submit">Notify Me!</button>
</div>
<input type="hidden" name="ht" value="f5b0455009025ab4743b2ecc932316028905c673:MTUzMTgyNjMzMC43NDM3">
<input type="hidden" name="mc_signupsource" value="hosted">
</div>
</form> -->
</div>
</div>
</div>
</div>
</div>
<div class="mastfoot">
<div class="inner-mastfoot">
© 2018 X Ltd. All Rights Reserved. • <a href="/legal">Legal</a> • <a href="/contact">Contact</a>
</div>
</div>
<div class="social-icons">
<ul class="list-unstyled text-center mb-0">
<li class="list-unstyled-item">
<a href="/contact">
<i class="fa fa-envelope"></i>
</a>
</li>
<li class="list-unstyled-item">
<a href="#">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-unstyled-item">
<a href="#">
<i class="fa fa-medium"></i>
</a>
</li>
<li class="list-unstyled-item">
<a href="#">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li class="list-unstyled-item">
<a href="#">
<i class="fa fa-instagram"></i>
</a>
</li>
<li class="list-unstyled-item">
<a href="#">
<i class="fa fa-facebook"></i>
</a>
</li>
</ul>
</div>
<!-- Bootstrap core JavaScript -->
<script src="/codechair.github.io-integrante/vendor/jquery/jquery.min.js"></script>
<script src="/codechair.github.io-integrante/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Custom scripts for this template -->
<script src="/codechair.github.io-integrante/js/coming-soon.min.js"></script>
<!-- Newsletter pop-up -->
<link rel="import" href="newsletter.html">
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script>
<script>
function showMailingPopUp() {
require(
["mojo/signup-forms/Loader"],
function(L) {
L.start({"baseUrl":"mc.us18.list-manage.com","uuid":"377b993ba697354f6584371c9","lid":"e1c7ba1f4b"})
}
);
document.cookie = "MCPopupClosed=;path=/;expires=Thu, 01 Jan 1970 00:00:00 UTC;";
document.cookie = "MCPopupSubscribed=;path=/;expires=Thu, 01 Jan 1970 00:00:00 UTC;";
}
document.getElementById("open-popup").onclick = function() {showMailingPopUp()};
</script>
</body>
</html>