-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
308 lines (285 loc) · 13 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
<!DOCTYPE html>
<html class="no-js" lang="en-US">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Contact | Web Design & Development Agency | Scope Web</title>
<!-- Favicon Icon -->
<link rel="icon" type="image/png" href="assets/favicon/favicon.ico">
<!-- Apple, Android Icons -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Stylesheets -->
<link href="http://fonts.googleapis.com/css?family=Poppins:300,400,500" rel="stylesheet" type="text/css">
<link href="assets/css/style.css" id="default-style-css" media="all" rel="stylesheet" type="text/css">
<link href="assets/css/font-awesome.min.css" id="fontawesome-style-css" media="all" rel="stylesheet" type="text/css">
<link href="assets/css/ionicons.css" id="ionic-icons-style-css" media="all" rel="stylesheet" type="text/css">
<link href="assets/css/isotope.css" id="isotope-style-css" media="all" rel="stylesheet" type="text/css">
<link href="assets/revolution/css/settings.css" id="revolution-slider-main-css" media="all" rel="stylesheet" type="text/css">
<link href="assets/revolution/css/layers.css" id="revolution-slider-layer-css" media="all" rel="stylesheet" type="text/css">
<link href="assets/revolution/css/navigation.css" id="revolution-slider-nav-css" media="all" rel="stylesheet" type="text/css">
<link href="assets/css/lightcase.css" id="lightcase-css" media="all" rel="stylesheet" type="text/css">
<link href="assets/css/mqueries.css" id="responsive-css" media="all" rel="stylesheet" type="text/css">
</head>
<body>
<div class="text-light show-logo" id="page-loader">
<span class="loader-icon bullets-jump"><span></span><span></span><span></span></span>
</div>
<div id="page-content">
<header class="header-left" id="header">
<div class="header-inner clearfix">
<div class="logo-left text-light" id="logo">
<a href="index.html"><img alt="Logo Dark" id="dark-logo" src="assets/uploads/logo-scopeweb-dark.png" srcset="assets/uploads/logo-scopeweb-dark.png 1x, assets/uploads/[email protected] 2x"> <img alt="Logo Light" id="light-logo" src="assets/uploads/logo-scopeweb-dark.png" srcset="assets/uploads/logo-scopeweb-dark.png 1x, assets/uploads/[email protected] 2x"></a>
</div>
<div class="clearfix" id="menu">
<div class="menu-actions">
<div class="menu-toggle">
<span class="hamburger"></span>
</div>
</div>
<div id="menu-inner">
<nav id="main-nav">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="portfolio.html">Portfolio</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
<div id="header-actions">
<div class="header-search">
<a class="search-open action-search open-action" data-action="search-overlay" href="#"><svg class="search" viewbox="0 0 43.9 43.9" xmlns="http://www.w3.org/2000/svg">
<path d="M43.1,39.6L29.9,26.4c2-2.7,3.2-6.1,3.2-9.8C33.2,7.4,25.7,0,16.6,0S0,7.4,0,16.6c0,9.2,7.4,16.6,16.6,16.6 c3.7,0,7.1-1.2,9.8-3.2l13.2,13.2c1,1,2.6,1,3.5,0C44.1,42.2,44.1,40.6,43.1,39.6z M4.7,16.6C4.7,10,10,4.7,16.6,4.7 S28.5,10,28.5,16.6c0,6.6-5.3,11.9-11.9,11.9S4.7,23.1,4.7,16.6z"></path></svg></a>
</div>
<div class="header-totop">
<a class="totop" href="#"><svg class="arrow arrow-top" viewbox="0 0 60 35.35" xmlns="http://www.w3.org/2000/svg">
<path d="M0,16.88a3,3,0,0,0,.16.94,1.51,1.51,0,0,0,.63.78l15,15a2.14,2.14,0,0,0,3.52.08,2.14,2.14,0,0,0-.08-3.52L8.59,19.38H57.5a2.5,2.5,0,1,0,0-5H8.59L19.22,3.59A2.14,2.14,0,0,0,19.3.08a2.14,2.14,0,0,0-3.52.08l-15,15a1.51,1.51,0,0,0-.62.78A3,3,0,0,0,0,16.88Z"></path></svg></a>
</div>
</div>
<div id="header-actions-overlay">
<a class="action-close header-close" href=""></a>
<div class="action-overlay search-overlay">
<form action="" class="searchform" id="header-searchform" method="get" name="header-searchform" role="search">
<input id="s" name="s" placeholder="Enter your search" type="text" value=""><input id="searchsubmit" type="submit" value="Search">
</form>
<h6 class="widget-title">Press Enter to start</h6>
</div>
</div>
<div class="custom" id="header-widget">
<div class="copyright">
Copyright by <a href="https://www.scopeweb.nyc">Scope Web LLC</a>
</div>
</div>
</div><span class="pseudo-close header-close"></span>
</header>
<!-- HERO & BODY -->
<div id="hero-and-body">
<!-- HERO -->
<section id="hero" class="hero-auto">
<div id="page-title" class="wrapper">
<h1 class="h2">We would love to hear from you</h1>
<h3 class="mt-50">We put all the experience and know-how in this product so we can offer you the best product we have ever built.</h3>
</div>
</section>
<!-- HERO -->
<!-- PAGEBODY -->
<section id="page-body">
<div id="map1" class="google-map" style="height:400px;">
<div class="mapouter"><div class="gmap_canvas"><iframe width="1850" height="400" id="gmap_canvas" src="https://maps.google.com/maps?q=3333%20Broadway&t=&z=11&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a href="https://www.pureblack.de">webdesign agentur</a></div><style>.mapouter{text-align:right;height:400px;width:1850px;}.gmap_canvas {overflow:hidden;background:none!important;height:400px;width:1850px;}</style></div>
</div>
<div class="spacer-big"></div>
<div class="wrapper">
<div class="column-section clearfix">
<div class="column one-fourth">
<h5 class="title-alt"><strong>Our Offices</strong></h5>
</div>
<div class="column one-fourth">
<h4>New York City</h4>
<p>3333 Broadway<br>Ny 10013 New York City<br>+1 570 580 7737</p>
</div>
<div class="column one-fourth">
<h4>Rotterdam</h4>
<p>Weena 290<br>3012 NJ Rotterdam<br>+31 685 661 069</p>
</div>
</div> <!-- END .column-section -->
<div class="spacer-big"></div>
<div class="column-section clearfix">
<div class="column one-fourth">
<h5 class="title-alt"><strong>Write Us</strong></h5>
</div>
<div class="column three-fourth last-col">
<form id="contact-form" class="checkform sendemail" action="send.php" method="post">
<div class="form-row">
<label for="name">Name <abbr title="required" class="required">*</abbr></label>
<input type="text" name="name" id="name" class="name req" value="" />
</div>
<div class="form-row">
<label for="email">Email <abbr title="required" class="required">*</abbr></label>
<input type="text" name="email" id="email" class="email req" value="" />
</div>
<div class="form-row">
<label for="message">Message <abbr title="required" class="required">*</abbr></label>
<textarea name="message" id="message" class="message req" rows="30" cols="50"></textarea>
</div>
<div class="form-row form-note">
<div class="alert-error">
<p>Please check your entries!</p>
</div>
</div>
<div class="form-row hidden">
<input type="text" id="form-check" name="form-check" value="" class="form-check" />
</div>
<div class="form-row">
<input type="submit" name="submit" class="submit" value="Send Message" />
</div>
<input type="hidden" name="subject" value="Contact Subject Noha HTML" />
<input type="hidden" name="fields" value="name,email,message" />
</form>
</div>
</div>
</div> <!-- END .wrapper -->
<div class="spacer-big"></div>
</section>
<!-- PAGEBODY -->
</div>
<!-- HERO & BODY -->
<footer class="text-light" id="footer">
<div class="footer-inner wrapper">
<div class="column-section spaced-big clearfix">
<div class="column one-third">
<div class="widget">
<h3><strong>Scope Web</strong> <small>Agency</small></h3>
<div class="spacer-small"></div>
<p>3333 Broadway<br>
NY 10031, New York<br>
Tel: +1 570 580 7737That</p>
</div>
<div class="widget">
<h5 class="widget-title title-alt"><strong>Project request</strong></h5>
<p>Stephan Moerman, CTO & Co-Founder<br>
<a href="mailto:[email protected]?Subject=Project Request">[email protected]</a></p>
</div>
</div>
<div class="column one-third">
<div class="widget">
<h5 class="widget-title title-alt"><strong>Last Works</strong></h5>
<ul class="menu">
<li>
<a href="portfolio-single-casestudy.html">Ultrabse</a>
</li>
<li>
<a href="portfolio-single-casestudy.html">Bayron Home Improvements</a>
</li>
<li>
<a href="portfolio-single-casestudy.html">Gemini Gas Springs</a>
</li>
</ul>
</div>
<div class="widget">
<h5 class="widget-title title-alt"><strong>Connect</strong></h5>
<ul class="menu">
<li>
<a href="#">Facebook</a>
</li>
<li>
<a href="#">Twitter</a>
</li>
<li>
<a href="#">Instagram</a>
</li>
</ul>
</div>
</div>
<div class="column one-third last-col">
<div class="widget">
<h5 class="widget-title title-alt"><strong>Agency</strong></h5>
<ul class="menu">
<li>
<a href="#">About Us</a>
</li>
<li>
<a href="#">Team</a>
</li>
<li>
<a href="#">Contact</a>
</li>
</ul>
</div>
<div class="widget">
<h5 class="widget-title title-alt"><strong>Services</strong></h5>
<ul class="menu">
<li>
<a href="#">Design</a>
</li>
<li>
<a href="#">Development</a>
</li>
<li>
<a href="#">Digital Marketing</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="http://code.jquery.com/jquery-1.12.4.js" integrity="sha256-Qw82+bXyGq6MydymqBxNPYTaUXXq7c8v3CwiYwLLNXU=" crossorigin="anonymous">
</script>
<script src="assets/js/plugins.js" type="text/javascript">
</script>
<script src="assets/revolution/js/jquery.themepunch.tools.min.js?rev=5.0" type="text/javascript">
</script>
<script src="assets/revolution/js/jquery.themepunch.revolution.min.js?rev=5.0" type="text/javascript">
</script>
<script src="assets/revolution/js/extensions/revolution.extension.slideanims.min.js" type="text/javascript">
</script>
<script src="assets/revolution/js/extensions/revolution.extension.layeranimation.min.js" type="text/javascript">
</script>
<script src="assets/revolution/js/extensions/revolution.extension.navigation.min.js" type="text/javascript">
</script>
<script src="assets/revolution/js/extensions/revolution.extension.video.min.js" type="text/javascript">
</script>
<script src="assets/revolution/js/extensions/revolution.extension.actions.min.js" type="text/javascript">
</script>
<script src="assets/js/jquery.imagesloaded.min.js" type="text/javascript">
</script>
<script src="assets/js/jquery.isotope.min.js" type="text/javascript">
</script>
<script src="assets/js/jquery.min.phatvideobg.js" type="text/javascript">
</script>
<script src="assets/js/jquery.lightcase.min.js" type="text/javascript">
</script>
<script src="assets/js/script.js" type="text/javascript">
</script>
</body>
</html>