-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
513 lines (511 loc) · 28.7 KB
/
index.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
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
<!DOCTYPE html>
<html lang="en">
<head>
<title>Stoogle</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="vendors/owl-carousel/css/owl.carousel.min.css">
<link rel="stylesheet" href="vendors/owl-carousel/css/owl.theme.default.css">
<link rel="stylesheet" href="vendors/mdi/css/materialdesignicons.min.css">
<link rel="stylesheet" href="vendors/aos/css/aos.css">
<link rel="stylesheet" href="css/style.min.css">
<!-- Matomo Tag Manager -->
<script>
var _mtm = window._mtm = window._mtm || [];
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
(function() {
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='https://stats.stoogle.co.uk/js/container_JnuAcEjm.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Tag Manager -->
</head>
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="100">
<header id="header-section">
<nav class="navbar navbar-expand-lg pl-3 pl-sm-0" id="navbar">
<div class="container">
<div class="navbar-brand-wrapper d-flex w-100">
<h3 ><span style="color:#4285F4">S</span><span style="color:#0F9D58">t</span><span style="color:#F4B400">o</span><span style="color:#DB4437">o</span><span style="color:#4285F4">g</span><span style="color:#0F9D58">l</span><span style="color:#DB4437">e</span><br><span style="font-size: 22px; color: #999;"></span></h3>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="mdi mdi-menu navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse navbar-menu-wrapper" id="navbarSupportedContent">
<ul class="navbar-nav align-items-lg-center align-items-start ml-auto">
<li class="d-flex align-items-center justify-content-between pl-4 pl-lg-0">
<div class="navbar-collapse-logo">
<h3 ><span style="color:#4285F4">S</span><span style="color:#0F9D58">t</span><span style="color:#F4B400">o</span><span style="color:#DB4437">o</span><span style="color:#4285F4">g</span><span style="color:#0F9D58">l</span><span style="color:#DB4437">e</span><br><span style="font-size: 22px; color: #999;"></span></h3>
</div>
<button class="navbar-toggler close-button" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="mdi mdi-close navbar-toggler-icon pl-5"></span>
</button>
</li>
<li class="nav-item">
<a class="nav-link" href="#header-section">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features-section">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#it-foundations-section">Service</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="#blog">Blog</a>-->
</li>
<li class="nav-item">
<a class="nav-link" href="#feedback-section">Price</a>
</li>
<li class="nav-item btn-contact-us pl-4 pl-lg-0">
<button class="btn btn-info" data-toggle="modal" data-target="#exampleModal">Contact Us</button>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="banner" >
<div class="container">
<h1 ><span style="color:#4285F4">S</span><span style="color:#0F9D58">t</span><span style="color:#F4B400">o</span><span style="color:#DB4437">o</span><span style="color:#4285F4">g</span><span style="color:#0F9D58">l</span><span style="color:#DB4437">e</span><br><span style="font-size: 22px; color: #999;">THE TECH HANDYMAN</span></h1>
<h6 class="font-weight-normal text-muted pb-3">We'll Help You Get the Most Out of Your Tech</h6>
<br>
<img src="images/Group171.png" alt="" class="img-fluid">
</div>
</div>
<div class="content-wrapper">
<div class="container">
<section class="features-overview" id="features-section" >
<div class="content-header">
<h2>About <span style="color:#4285F4">S</span><span style="color:#0F9D58">t</span><span style="color:#F4B400">o</span><span style="color:#DB4437">o</span><span style="color:#4285F4">g</span><span style="color:#0F9D58">l</span><span style="color:#DB4437">e</span> <br> Your Trusted Tech Support!</h2>
<h6 class="section-subtitle text-muted">Based in Whitchurch, the vibrant suberb of Cardiff, Wales, <span style="color:#4285F4">S</span><span style="color:#0F9D58">t</span><span style="color:#F4B400">o</span><span style="color:#DB4437">o</span><span style="color:#4285F4">g</span><span style="color:#0F9D58">l</span><span style="color:#DB4437">e</span> is your go-to destination for all your home tech needs. As a new business, we're excited to bring our passion for technology and our expertise to homes and small businesses in the local community and beyond.</h6>
</div>
<div class="d-md-flex justify-content-between">
<div class="grid-margin d-flex justify-content-start">
<div class="features-width">
<img src="images/Group12.svg" alt="" class="img-icons">
<h5 class="py-3">Services</h5>
<p class="text-muted">We offer a wide range of tech services, from setting up your new TV to troubleshooting your home network.</p>
<a class="nav-link" href="#it-foundations-section">Readmore</a>
</div>
</div>
<div class="grid-margin d-flex justify-content-center">
<div class="features-width">
<img src="images/Group7.svg" alt="" class="img-icons">
<h5 class="py-3">Advanced Setups</h5>
<p class="text-muted">Advanced tech setups, tailored to your media, security, and smart home needs</p>
<a class="nav-link" href="#smart-living-section">Readmore</a>
</div>
</div>
<div class="grid-margin d-flex justify-content-end">
<div class="features-width">
<img src="images/Group5.svg" alt="" class="img-icons">
<h5 class="py-3">Examples</h5>
<p class="text-muted">Real-world examples and customer feedback of how Stoogle can help you with your tech.</p>
<a class="nav-link" href="#smart-living-section">Readmore</a>
</div>
</div>
</div>
</section>
<section class="digital-marketing-service" id="it-foundations-section">
<div class="row align-items-center">
<div class="container" data-aos="fade-right">
<h3 class="container">Services</h3>
<div class="container">
<p class="m-0 text-muted">At <span style="color:#4285F4">S</span><span style="color:#0F9D58">t</span><span style="color:#F4B400">o</span><span style="color:#DB4437">o</span><span style="color:#4285F4">g</span><span style="color:#0F9D58">l</span><span style="color:#DB4437">e</span>, we're your go-to experts for building a robust tech infrastructure that forms the bedrock of your digital journey. Our comprehensive services include:</p>
<ul class="m-0 text-muted">
<br>
<p class="m-0 text-muted" ><b>Audio Visual</b></p>
<li>TV setup</li>
<li>Surround sound setup</li>
<li>Multi room & speaker setup</li>
<li>Setup smart TV and streaming services</li>
</ul>
<ul class="m-0 text-muted">
<div style="line-height:100%;">
<br>
</div>
<p class="m-0 text-muted" ><b>IT</b></p>
<li>IT, computers, printers and accessories setup</li>
<li>Home & small business network setup and security</li>
<li>Advanced security setup</li>
<li>Software updates</li>
<li>PC repairs and upgrades</li>
<li>WiFi & Mesh setup</li>
<li>Cloud and local backups</li>
</ul>
<ul class="m-0 text-muted">
<div style="line-height:100%;">
<br>
</div>
<p class="m-0 text-muted" ><b>Mobile Phone's & Tablets</b></p>
<li>Setup and repair software on mobile phones and tablets</li>
<li>Install and configure mobile/tablet apps</li>
<li>Troubleshoot issues and offer solutions</li>
<li>Offer advice on upgrade options</li>
</ul>
<ul class="m-0 text-muted">
<div style="line-height:100%;">
<br>
</div>
<p class="m-0 text-muted" ><b>Smart Home</b></p>
<li>Alexa, Siri or Google Home</li>
<li>Setup smart speakers, lights, switches, motion sensors and other accessories for easier living</li>
</ul>
<ul class="m-0 text-muted">
<div style="line-height:100%;">
<br>
</div>
<p class="m-0 text-muted" ><b>Home security</b></p>
<li>Wired and wireless home security setup</li>
<li>Indoor and outdoor CCTV</li>
<li>Home Alarm systems</li>
</ul>
<ul class="m-0 text-muted">
<div style="line-height:100%;">
<br>
</div>
<p class="m-0 text-muted" ><b>Advice</b></p>
<li>Advice on hardware and software needed to accomplish your needs and requests. We will look for the best price vs quality and expectations. </li>
</ul>
<div style="line-height:100%;">
<br>
</div>
<p class="m-0 text-muted">At <span style="color:#4285F4">S</span><span style="color:#0F9D58">t</span><span style="color:#F4B400">o</span><span style="color:#DB4437">o</span><span style="color:#4285F4">g</span><span style="color:#0F9D58">l</span><span style="color:#DB4437">e</span>, we're dedicated to setting you up for digital success with reliability, expertise, and utmost care.</p>
</div>
</div>
</div>
<br>
<br>
<div class="row align-items-center" id="smart-living-section" >
<div class="col-12 col-lg-9 col-xl-8 grid-margin grid-margin-lg-0" data-aos="fade-right">
<h3 class="m-0">Advanced Setups</h3>
<div class="col-lg-9 col-xl-8 p-0">
<p class="m-0 text-muted">At <span style="color:#4285F4">S</span><span style="color:#0F9D58">t</span><span style="color:#F4B400">o</span><span style="color:#DB4437">o</span><span style="color:#4285F4">g</span><span style="color:#0F9D58">l</span><span style="color:#DB4437">e</span>, we specialise in curating and configuring tailored technological marvels that enrich your spaces. Our more advanced services include:</p>
<ul class="m-0 text-muted">
<br>
<li>Home media server</li>
<li>Pi-Hole or AdGuard Web Security</li>
<li>HomeLabs</li>
<li>Home assistant</li>
<li>Synology home server & backup</li>
<li>Virtual machines</li>
<br>
</ul>
<p class="m-0 text-muted">We not only set up these tech wonders but also provide expert advice, ensuring you embrace the future with confidence and convenience. Elevate your lifestyle with our exceptional installation and advisory services.</p>
<br><br><br><br><br><br>
</div>
</div>
<div class="col-12 col-lg-4 p-0 grid-margin grid-margin-lg-0" data-aos="fade-left">
<h3 class="m-0">Real World Examples</h3>
<div class="col-lg-9 col-xl-8 p-0">
<p class="m-0 text-muted">At <span style="color:#4285F4">S</span><span style="color:#0F9D58">t</span><span style="color:#F4B400">o</span><span style="color:#DB4437">o</span><span style="color:#4285F4">g</span><span style="color:#0F9D58">l</span><span style="color:#DB4437">e</span>, we specialise in curating and configuring tailored technological marvels that enrich your spaces. Our comprehensive services encompass:</p>
<ul class="m-0 text-muted">
<br>
<li>Stoogle installed and set up an alarm system which I can control with my phone and the best part is there were no monthly fee's.</li>
<li>Stoogle set up a motion sensor and smart speak for my elderly dad. Now when there is no movement during the day my dad will be promted to confirm he is okay. If there's no response I will be alerted on my phone.</li>
<br>
</ul>
</div>
</div>
<br>
<br>
</section>
<br>
<br>
<!--<section class="case-studies" id="blog">
<div class="row grid-margin">
<div class="col-12 text-center pb-5">
<h2>BLOG</h2>
<h6 class="section-subtitle text-muted">Blog posts coming soon...</h6>
</div>
<div class="col-12 col-md-6 col-lg-3 stretch-card mb-3 mb-lg-0" data-aos="zoom-in">
<div class="card color-cards">
<div class="card-body p-0">
<div class="bg-primary text-center card-contents">
<div class="card-image">
<img src="images/coming soon.jpg" class="case-studies-card-img" alt="">
</div>
<div class="card-desc-box d-flex align-items-center justify-content-around">
<div>
<h6 class="text-white pb-2 px-3">Coming soon</h6>
<button class="btn btn-white">Read More</button>
</div>
</div>
</div>
<div class="card-details text-center pt-4">
<h6 class="m-0 pb-1">Coming soon</h6>
<p>Coming soon</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 stretch-card mb-3 mb-lg-0" data-aos="zoom-in" data-aos-delay="200">
<div class="card color-cards">
<div class="card-body p-0">
<div class="bg-warning text-center card-contents">
<div class="card-image">
<img src="images/coming soon.jpg" class="case-studies-card-img" alt="">
</div>
<div class="card-desc-box d-flex align-items-center justify-content-around">
<div>
<h6 class="text-white pb-2 px-3">Coming soon</h6>
<button class="btn btn-white">Read More</button>
</div>
</div>
</div>
<div class="card-details text-center pt-4">
<h6 class="m-0 pb-1">Coming soon</h6>
<p>Coming soon</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 stretch-card mb-3 mb-lg-0" data-aos="zoom-in" data-aos-delay="400">
<div class="card color-cards">
<div class="card-body p-0">
<div class="bg-violet text-center card-contents">
<div class="card-image">
<img src="images/coming soon.jpg" class="case-studies-card-img" alt="">
</div>
<div class="card-desc-box d-flex align-items-center justify-content-around">
<div>
<h6 class="text-white pb-2 px-3">Coming soon</h6>
<button class="btn btn-white">Read More</button>
</div>
</div>
</div>
<div class="card-details text-center pt-4">
<h6 class="m-0 pb-1">Coming soon</h6>
<p>Coming soon</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 stretch-card" data-aos="zoom-in" data-aos-delay="600">
<div class="card color-cards">
<div class="card-body p-0">
<div class="bg-success text-center card-contents">
<div class="card-image">
<img src="images/coming soon.jpg" class="case-studies-card-img" alt="">
</div>
<div class="card-desc-box d-flex align-items-center justify-content-around">
<div>
<h6 class="text-white pb-2 px-3">Coming soon</h6>
<button class="btn btn-white">Read More</button>
</div>
</div>
</div>
<div class="card-details text-center pt-4">
<h6 class="m-0 pb-1">Coming soon</h6>
<p>Coming soon</p>
</div>
</div>
</div>
</div>
</div>
</section>-->
<section class="customer-feedback" id="feedback-section">
<div class="row">
<div class="col-12 text-center pb-5">
<h2>Prices</h2>
<h6 class="section-subtitle text-muted m-0">At <span style="color:#4285F4">S</span><span style="color:#0F9D58">t</span><span style="color:#F4B400">o</span><span style="color:#DB4437">o</span><span style="color:#4285F4">g</span><span style="color:#0F9D58">l</span><span style="color:#DB4437">e</span>, we understand that every tech job is different, so we offer free online estimates to get a better understanding of your needs and provide you with a fair price. If we need to come to your home to assess the job, we will charge a standard callout fee to cover the cost of travel and time. Once we have a good understanding of the work involved, we will provide you with a final quote. We are committed to providing our customers with high-quality tech support at a fair price.<br><br>Please note that I am not a handyman or qualified tradesman, so anything that requires specialist services will have an extra cost associated. This includes jobs such as installing new wiring, replacing electrical outlets, and mounting TVs. We can help you to find a local tradesman to complete any jobs that require those services.</h6>
</div>
<!--<div class="owl-carousel owl-theme grid-margin">
<div class="card customer-cards">
<div class="card-body">
<div class="text-center">
<img src="images/face2.jpg" width="89" height="89" alt="" class="img-customer">
<p class="m-0 py-3 text-muted">Lorem ipsum dolor sit amet, tincidunt vestibulum. Fusce egeabus consectetuer turpis, suspendisse.</p>
<div class="content-divider m-auto"></div>
<h6 class="card-title pt-3">Tony Martinez</h6>
<h6 class="customer-designation text-muted m-0">Marketing Manager</h6>
</div>
</div>
</div>
<div class="card customer-cards">
<div class="card-body">
<div class="text-center">
<img src="images/face3.jpg" width="89" height="89" alt="" class="img-customer">
<p class="m-0 py-3 text-muted">Lorem ipsum dolor sit amet, tincidunt vestibulum. Fusce egeabus consectetuer turpis, suspendisse.</p>
<div class="content-divider m-auto"></div>
<h6 class="card-title pt-3">Sophia Armstrong</h6>
<h6 class="customer-designation text-muted m-0">Marketing Manager</h6>
</div>
</div>
</div>
<div class="card customer-cards">
<div class="card-body">
<div class="text-center">
<img src="images/face20.jpg" width="89" height="89" alt="" class="img-customer">
<p class="m-0 py-3 text-muted">Lorem ipsum dolor sit amet, tincidunt vestibulum. Fusce egeabus consectetuer turpis, suspendisse.</p>
<div class="content-divider m-auto"></div>
<h6 class="card-title pt-3">Cody Lambert</h6>
<h6 class="customer-designation text-muted m-0">Marketing Manager</h6>
</div>
</div>
</div>
<div class="card customer-cards">
<div class="card-body">
<div class="text-center">
<img src="images/face15.jpg" width="89" height="89" alt="" class="img-customer">
<p class="m-0 py-3 text-muted">Lorem ipsum dolor sit amet, tincidunt vestibulum. Fusce egeabus consectetuer turpis, suspendisse.</p>
<div class="content-divider m-auto"></div>
<h6 class="card-title pt-3">Cody Lambert</h6>
<h6 class="customer-designation text-muted m-0">Marketing Manager</h6>
</div>
</div>
</div>
<div class="card customer-cards">
<div class="card-body">
<div class="text-center">
<img src="images/face16.jpg" width="89" height="89" alt="" class="img-customer">
<p class="m-0 py-3 text-muted">Lorem ipsum dolor sit amet, tincidunt vestibulum. Fusce egeabus consectetuer turpis, suspendisse.</p>
<div class="content-divider m-auto"></div>
<h6 class="card-title pt-3">Cody Lambert</h6>
<h6 class="customer-designation text-muted m-0">Marketing Manager</h6>
</div>
</div>
</div>
<div class="card customer-cards">
<div class="card-body">
<div class="text-center">
<img src="images/face1.jpg" width="89" height="89" alt="" class="img-customer">
<p class="m-0 py-3 text-muted">Lorem ipsum dolor sit amet, tincidunt vestibulum. Fusce egeabus consectetuer turpis, suspendisse.</p>
<div class="content-divider m-auto"></div>
<h6 class="card-title pt-3">Tony Martinez</h6>
<h6 class="customer-designation text-muted m-0">Marketing Manager</h6>
</div>
</div>
</div>
<div class="card customer-cards">
<div class="card-body">
<div class="text-center">
<img src="images/face2.jpg" width="89" height="89" alt="" class="img-customer">
<p class="m-0 py-3 text-muted">Lorem ipsum dolor sit amet, tincidunt vestibulum. Fusce egeabus consectetuer turpis, suspendisse.</p>
<div class="content-divider m-auto"></div>
<h6 class="card-title pt-3">Tony Martinez</h6>
<h6 class="customer-designation text-muted m-0">Marketing Manager</h6>
</div>
</div>
</div>
<div class="card customer-cards">
<div class="card-body">
<div class="text-center">
<img src="images/face3.jpg" width="89" height="89" alt="" class="img-customer">
<p class="m-0 py-3 text-muted">Lorem ipsum dolor sit amet, tincidunt vestibulum. Fusce egeabus consectetuer turpis, suspendisse.</p>
<div class="content-divider m-auto"></div>
<h6 class="card-title pt-3">Sophia Armstrong</h6>
<h6 class="customer-designation text-muted m-0">Marketing Manager</h6>
</div>
</div>
</div>
<div class="card customer-cards">
<div class="card-body">
<div class="text-center">
<img src="images/face20.jpg" width="89" height="89" alt="" class="img-customer">
<p class="m-0 py-3 text-muted">Lorem ipsum dolor sit amet, tincidunt vestibulum. Fusce egeabus consectetuer turpis, suspendisse.</p>
<div class="content-divider m-auto"></div>
<h6 class="card-title pt-3">Cody Lambert</h6>
<h6 class="customer-designation text-muted m-0">Marketing Manager</h6>
</div>
</div>
</div>
</div>
</div>-->
</section>
<!--<section class="contact-us" id="contact-section">
<div class="contact-us-bgimage grid-margin" >
<div class="pb-4">
<h4 class="px-3 px-md-0 m-0" data-aos="fade-down">Do you have any projects?</h4>
<h4 class="pt-1" data-aos="fade-down">Contact us</h4>
</div>
<div data-aos="fade-up">
<button class="btn btn-rounded btn-outline-danger">Contact us</button>
</div>
</div>
</section>-->
</br>
</br>
<section class="contact-details" id="contact-details-section">
<footer class="border-top">
</br>
</br>
<div class="row text-center text-md-left">
<div class="col-12 col-md-6 col-lg-3 grid-margin">
<h3 ><span style="color:#4285F4">S</span><span style="color:#0F9D58">t</span><span style="color:#F4B400">o</span><span style="color:#DB4437">o</span><span style="color:#4285F4">g</span><span style="color:#0F9D58">l</span><span style="color:#DB4437">e</span><br><span style="font-size: 22px; color: #999;"></span></h3>
<div class="pt-2">
<p class="text-muted m-0"></p>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 grid-margin">
<h5 class="pb-2">Stay Connected</h5>
<p class="text-muted">Be the first to know of any Blog updates or special sales!</p>
<form action="https://formspree.io/f/myyqbrqa" method="POST">
<input type="text" class="form-control" name="email" placeholder="Email">
<div class="pt-3">
<button type="submit" class="btn btn-dark">Subscribe</button>
</div>
</form>
</div>
<div class="col-12 col-md-6 col-lg-3 grid-margin">
<h5 class="pb-2">Our Guidelines</h5>
<a href="#"><p class="m-0 pb-2">Terms</p></a>
<a href="#" ><p class="m-0 pt-1 pb-2">Privacy policy</p></a>
<a href="#"><p class="m-0 pt-1 pb-2">Cookie Policy</p></a>
<a href="#"><p class="m-0 pt-1">Discover</p></a>
</div>
<div class="col-12 col-md-6 col-lg-3 grid-margin">
<h5 class="pb-2">Our address</h5>
<p class="text-muted">Whitchurch<br>Cardiff, Wales, CF14</p>
<div class="d-flex justify-content-center justify-content-md-start">
<a href="#"><span class="mdi mdi-facebook"></span></a>
<a href="#"><span class="mdi mdi-twitter"></span></a>
<a href="#"><span class="mdi mdi-instagram"></span></a>
<a href="#"><span class="mdi mdi-linkedin"></span></a>
</div>
</div>
</div>
</section>
</footer>
<!-- Modal for Contact - us Button -->
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="exampleModalLabel">Contact Us</h4>
</div>
<div class="modal-body">
<form action="https://formspree.io/f/xknlpdlo" method="POST">
<div class="form-group">
<label>
<input type="text" class="form-control" name="name" placeholder="Name" required>
</label>
</div>
<div class="form-group">
<label>
<input type="email" class="form-control" name="email" placeholder="Email" required>
</label>
</div>
<div class="form-group">
<label>
<textarea class="form-control" name="message" placeholder="Enter your Message" required></textarea>
</label>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
<button type="submit" class="btn btn-success">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<script src="vendors/jquery/jquery.min.js"></script>
<script src="vendors/bootstrap/bootstrap.min.js"></script>
<script src="vendors/owl-carousel/js/owl.carousel.min.js"></script>
<script src="vendors/aos/js/aos.js"></script>
<script src="js/landingpage.js"></script>
</body>
</html>