-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-us.html
322 lines (304 loc) · 11.4 KB
/
contact-us.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
<!DOCTYPE html>
<!-- This site was created in Webflow. http://www.webflow.com -->
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HB10MNN5NL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HB10MNN5NL');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="images/site.webmanifest">
<link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>Contact Us Website Design Sweden | We Web Wizards</title>
<meta
name="description"
content="Web Design in Lund, Sweden, we create websites that get results for our clients."
/>
<meta
name="keywords"
content="Web Design Sweden, Website Development
Sweden, Web Developer Sweden, Business Website Development Sweden, Website development Sweden"
key="kywrds"
/>
<meta name="twitter:card" content="summary_large_image" key="twcard" />
<meta
name="twitter:title"
content="We Web Wizards | Best Website Design in Sweden, Sweden"
key="twtitle"
/>
<meta
name="twitter:description"
content="Web Design in Lund, Sweden, we create websites that get results for our clients."
key="twdesc"
/>
<meta
content="We Web Wizards | Best Website Design in Lund, Sweden"
property="og:title"
/>
<meta property="og:site_name" content="We Web Wizards" key="ogsitename" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta property="og:image"
content=“https://webmedialab.ie/images/web-logo.png”>
<meta property="og:image:alt" content="We Web Wizards" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap"
rel="stylesheet"
/>
<link href="css/purified.css" rel="stylesheet" type="text/css" />
<script
src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"
type="text/javascript"
></script>
</head>
<body>
<header class="navigation-section position-absolute is-transparent nav">
<nav class="nav">
<div class="logo">
<a href="index.html"
><img src="images/king (1).png" alt=""
/></a>
</div>
<ul class="nav-links">
<li><a href="index.html" class="c-nav__link">Home</a></li>
<li><a href="about-us.html" class="c-nav__link">About</a></li>
<li>
<a href="sustainability.html" class="c-nav__link">Sustainabiliy</a>
</li>
<li>
<a href="services.html" class="c-nav__link">Services</a>
</li>
<li><a href="portfolio.html" class="c-nav__link">Portfolio</a></li>
<li><a href="contact-us.html" class="c-nav__link">Contact Us</a></li>
</ul>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
</header>
<div class="section is-header">
<div class="container">
<div class="col lg-12 text-align-center">
<h1>Contact Us</h1>
</div>
</div>
</div>
<div class="section">
<div class="container is-wide">
<div class="col lg-12 position-relative bg-accent">
<div class="container container-nested position-relative">
<div class="col lg-4"></div>
<div class="col lg-8 md-12 padding-double">
<div class="w-form">
<form
id="email-form"
name="email-form"
data-name="Email Form"
action="https://formspree.io/f/mrgworlb"
method="POST"
>
<label for="name" class="form-label">Name</label
><input
placeholder="Name"
type="text"
class="form-input-text w-input"
maxlength="256"
name="name"
data-name="Name"
id="name"
required=""
/><label for="email" class="form-label">Email Address</label
><input
placeholder="Email"
type="email"
class="form-input-text w-input"
maxlength="256"
name="email"
data-name="Email"
id="email"
required=""
/>
<label for="phone" class="form-label">Phone Number</label>
<input
placeholder="Phone Number"
type="phone"
class="form-input-text w-input"
maxlength="15"
name="phone"
data-name="Phone"
id="phone"
required=""
/>
<label for="phone" class="form-label">Message</label>
<textarea
placeholder="Tell us about your project"
maxlength="5000"
id="field"
name="message"
data-name="Field"
class="form-textarea w-input"
></textarea>
<div class="field" style="margin-bottom: 24px">
<div data-netlify-recaptcha="true"></div>
</div>
<input
type="submit"
value="Submit"
data-wait="Please wait..."
class="button-primary is-form-button w-button"
/>
</form>
<div class="w-form-done">
<div>Thank you! Your submission has been received!</div>
</div>
<div class="w-form-fail">
<div>
Oops! Something went wrong while submitting the form.
</div>
</div>
</div>
</div>
</div>
<div class="c-overlay-widget has-shadow contact">
<div class="text-medium margin-bottom">
Scheelevägen 15 ,223 70, Venture Lab Lund, Sweden
</div>
<div class="text-medium margin-bottom">
<a href="mailto:pravin@webmedialab.ie">wewebwizards@gmail.com</a>
</div>
<div class="text-medium margin-bottom-double">+46 769 798 825</div>
</div>
</div>
</div>
</div>
<footer class="section padding-bottom-16 is-black">
<div class="container flex-horizontal">
<!-- <div class="col lg-3 flexv-space-between md-12 footer">
<img
src="images/king-fotor-bg-remover-2023100323182.png"
alt=""
class="footer-logo"
/>
<div class="footer-tagline">
We build websites that deliver results.
</div>
</div>
-->
<div class="col lg-8 md-12 footer">
<div class="text-xlarge is-thin margin-bottom-double">
Let us build something great for you.
<a
href="mailto:pravin@webmedialab.ie"
class="email-footer"
></a>
</div>
<div class="container container-nested is-wrapped">
<div class="col lg-4 no-margin-bottom-lg md-12 footer">
<div class="size-h4 margin-bottom">Office</div>
<p class="margin-bottom">
Scheelevägen 15, 223 70<br> Venture Lab Lund, Sweden<br />
</p>
</div>
<div class="col lg-3 md-12 footer">
<div class="size-h4 margin-bottom">Let's talk</div>
<p>
<a href="mailto:pravin@webmedialab.ie" class="email-footer"
>mabcse3c@gmail.com</a
>
</p>
<div>
<a href="tel:+46769798825" class="phone-footer"
>+46 769-798-825</a
>
</div>
</div>
<div class="col lg-3 no-margin-bottom-lg md-12 footer">
<div class="size-h4 margin-bottom">Company</div>
<a href="about-us.html" class="footer-nav-link on-dark">About</a
><a href="portfolio.html" class="footer-nav-link on-dark"
>Portfolio</a
>
<a href="services.html" class="footer-nav-link on-dark"
>Services</a
>
<a href="contact-us.html" class="footer-nav-link on-dark"
>Contact Us</a
>
</div>
</div>
</div>
<div class="col lg-4 no-margin-bottom footer">
<div class="text-xlarge is-thin margin-bottom-double">
Signup for the newsletter
<form id="footerform">
<input type="email" placeholder="Enter your email here">
<button>Subscribe</button>
</form>
</div>
<div class="text-xlarge is-thin margin-bottom-double">
Follow Us
<div class="fa-brand margin-right-small"><a href="https://www.facebook.com/wewebwizards/"></a>
<a href=""></a>
<a href=""></a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="col lg-12 margin-bottom footer">
<div class="hr on-dark opacity"></div>
</div>
</div>
<div class="container">
<div class="col lg-6 no-margin-bottom md-12 md-order-last footer">
<div
class="
low-text-contrast
text-small
flexh-space-between
md-flex-vertical
"
>
<div class="md-order-last on-dark">
©2023 We Web Wizards. All rights reserved.
</div>
</div>
</div>
<div class="col lg-6 no-margin-bottom md-12 footer">
<div class="w100 text-align-right footer-bottom md-text-align-left">
We build websites that deliver results.
</div>
</div>
</div>
<div id="fb-root"></div>
<!-- Your Chat Plugin code -->
<div id="fb-customer-chat" class="fb-customerchat">
</div>
</footer>
<div class="container is-fullwidth cookie-container">
<p>
We use cookies in this website to give you the best experience on our
site.
</p>
<button class="cookie-btn">Okay</button>
</div>
<script src="js/jquery-3.4.1.min.js" type="text/javascript"></script>
<script src="js/webflow.js" type="text/javascript"></script>
<script src="js/nav.js" type="text/javascript"></script>
<script src="js/cookie.js"></script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
</body>
</html>