-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
610 lines (580 loc) · 29 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
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Full Service Digital Agency | Cambridgeshire & Norfolk | Netmatters</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- TODO: Manage consent button -->
<!-- HACKY Fix for icons on GH preview -->
<style>
@font-face {
font-family: "icomoon";
src: url("fonts/icomoon.eot?pjllt9");
src: url("fonts/icomoon.eot?pjllt9#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?pjllt9") format("truetype"), url("fonts/icomoon.woff?pjllt9") format("woff"), url("fonts/icomoon.svg?pjllt9#icomoon") format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
</style>
<header class="main-header">
<div class="container">
<div class="inner">
<a class="logo" href="#">
<img class="logo" src="img/f-logo.webp" alt="Netmatters™">
</a>
<div class="actions">
<a class="btn btn-support btn-it" href="#"><span class="icon icon-display"></span> Support</a>
<a class="btn btn-contact" href="#"><span class="icon icon-compass"></span> Contact</a>
<search class="search-lg">
<form class="search-form" method="get" action="index.html">
<input class="search-input" type="search" name="keyword" placeholder="Search...">
<button class="btn btn-default" type="submit"><span class="icon icon-search"></span></button>
</form>
</search>
<a class="call-btn" href="tel:+#">
<span class="icon icon-phone"></span>
</a>
<button class="btn btn-hamburger" type="button">
<span></span>
</button>
</div>
<search class="search-sm">
<form class="search-form" method="get" action="index.html">
<input class="search-input" type="search" name="keyword" placeholder="Search...">
<button type="submit"><span class="icon icon-search"></span></button>
</form>
</search>
</div>
</div>
</header>
<nav class="main-navigation">
<div class="container">
<ul class="main-items">
<li class="nav-item software">
<a href="#">
<span class="icon icon-laptop"></span>
<small>Bespoke</small>
Software
</a>
<div class="sub-menu-banner">
<ul class="container sub-menu">
<li class="sub-menu-title">Our Bespoke Software Services</li>
<li class="nav-item"><a href="#"><span class="icon icon-cogs"></span> <span class="link-text">Bespoke CRM</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-briefcase"></span> <span class="link-text">Business Automation</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-shuffle"></span> <span class="link-text">Software Integrations</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-mobile"></span> <span class="link-text">Mobile App Development</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-folder-open"></span> <span class="link-text">Bespoke Databases</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-tab"></span> <span class="link-text">Sharepoint Development</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-download3"></span> <span class="link-text">Operational Systems</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-users"></span> <span class="link-text">Business Central Implementation</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-laptop"></span> <span class="link-text">Internet of Things (IoT) Software</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-cloud"></span> <span class="link-text">Intranet Development</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-cloud-download"></span> <span class="link-text">Customer Portal Development</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-earth"></span> <span class="link-text">Reporting Hub</span></a></li>
</ul>
</div>
</li>
<li class="nav-item it">
<a href="#">
<span class="icon icon-display"></span>
<small>IT</small>
Support
</a>
<div class="sub-menu-banner">
<ul class="container sub-menu">
<li class="sub-menu-title">Our IT Support Services</li>
<li class="nav-item"><a href="#"><span class="icon icon-headphones"></span> <span class="link-text">Managed IT Support</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-briefcase"></span> <span class="link-text">Business IT Support</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-laptop"></span> <span class="link-text">Office 365 for Business</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-book"></span> <span class="link-text">IT Consultancy</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-cloud"></span> <span class="link-text">Cloud Service Provider</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-drive"></span> <span class="link-text">Data Backup & Disaster Recovery</span></a><li>
</ul>
</div>
</li>
<li class="nav-item digital">
<a href="#">
<span class="icon icon-stats-bars2"></span>
<small>Digital</small>
Marketing
</a>
<div class="sub-menu-banner">
<ul class="container sub-menu">
<li class="sub-menu-title">Our Digital Marketing Services</li>
<li class="nav-item"><a href="#"><span class="icon icon-search"></span> <span class="link-text">Search Engine Optimisation (SEO)</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-coin-dollar"></span> <span class="link-text">Pay Per Click Advertising (PPC)</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-stats-dots"></span> <span class="link-text">Conversion Rate Optimisation (CRO)</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-mail3"></span> <span class="link-text">Email Marketing</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-users"></span> <span class="link-text">Social Media Marketing</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-pencil"></span> <span class="link-text">Content Marketing</span></a></li>
</ul>
</div>
</li>
<li class="nav-item telecoms">
<a href="#">
<span class="icon icon-phone"></span>
<small>Telecoms</small>
Services
</a>
<div class="sub-menu-banner">
<ul class="container sub-menu">
<li class="sub-menu-title">Our Telecoms Services</li>
<li class="nav-item"><a href="#"><span class="icon icon-ticket"></span> <span class="link-text">Business Mobile</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-phone"></span> <span class="link-text">Hosted VoIP Provider</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-phone"></span> <span class="link-text">Business VoIP Systems</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-meter"></span> <span class="link-text">Business Broadband</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-shuffle"></span> <span class="link-text">Leased Lines Provider</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-phone"></span> <span class="link-text">3CX Systems</span></a></li>
</ul>
</div>
</li>
<li class="nav-item web">
<a href="#">
<span class="icon icon-embed2"></span>
<small>Web</small>
Design
</a>
<div class="sub-menu-banner">
<ul class="container sub-menu">
<li class="sub-menu-title">Our Web Design Services</li>
<li class="nav-item"><a href="#"><span class="icon icon-pencil"></span> <span class="link-text">Bespoke Website Design</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-cart"></span> <span class="link-text">eCommerce Website Design</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-display"></span> <span class="link-text">Pay Monthly Websites</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-bullhorn"></span> <span class="link-text">Branding & Design</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-mobile"></span> <span class="link-text">Mobile App Development</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-cloud"></span> <span class="link-text">Web Hosting</span></a></li>
</ul>
</div>
</li>
<li class="nav-item security">
<a href="#">
<span class="icon icon-shield"></span>
<small>Cyber</small>
Security
</a>
<div class="sub-menu-banner">
<ul class="container sub-menu">
<li class="sub-menu-title">Our Cyber Security Services</li>
<li class="nav-item"><a href="#"><span class="icon icon-clipboard"></span> <span class="link-text">Cyber Security Assessment</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-clock"></span> <span class="link-text">Cyber Security Management</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-lab"></span> <span class="link-text">Cyber Penetration Testing</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-library"></span> <span class="link-text">Cyber Essentials Certification</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-shield"></span> <span class="link-text">PCI Compliance</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-lock"></span> <span class="link-text">Hacking Prevention</span></a></li>
</ul>
</div>
</li>
<li class="nav-item developer">
<a href="#">
<span class="icon icon-library"></span>
<small>Developer</small>
Course
</a>
<div class="sub-menu-banner">
<ul class="container sub-menu">
<li class="sub-menu-title">Our Developer Course Services</li>
<li class="nav-item"><a href="#"><span class="icon icon-laptop"></span> <span class="link-text">Train For a Career in Tech</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-embed2"></span> <span class="link-text">Skills Bootcamp</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-question"></span> <span class="link-text">Scion Scheme Frequently Asked Questions</span></a></li>
<li class="nav-item"><a href="#"><span class="icon icon-shuffle"></span> <span class="link-text">Scion Collaborators</span></a></li>
</ul>
</div>
</li>
</ul>
</div>
</nav>
<section class="banner">
<div class="img">
<img src="img/banner-web.webp" alt="The East Of England's Leading Technology Company Norwich, Norfolk, Cambridge, North London, Essex, Hertfordshire, Enfield">
</div>
<div class="content container">
<h1>The East Of England's Leading <br>Technology Company</h1>
<p>Performance-driven digital and technology services <br> with complete transparency.</p>
<a class="btn btn-lg btn-web" href="#">Why Choose Us? <span class="icon icon-arrow-right2"></span></a>
</div>
</section>
<section class="services">
<div class="container">
<h1>Our Services</h1>
<h3 class="view-work-top"><a href="#">View Our Work <span class="icon icon-arrow-right2"></span></a></h3>
<div class="service-list">
<div class="card software">
<a href="#">
<span class="icon icon-laptop"></span>
<h2>Bespoke Software</h2>
<p>Bespoke software solutions for all your business needs including integrations and reporting.</p>
<div class="btn">Read More</div>
</a>
</div>
<div class="card it">
<a href="#">
<span class="icon icon-display"></span>
<h2>IT Support</h2>
<p>Fully managed IT support and consultancy packages tailored to meet your exact business needs.</p>
<div class="btn">Read More</div>
</a>
</div>
<div class="card digital">
<a href="#">
<span class="icon icon-stats-bars2"></span>
<h2>Digital Marketing</h2>
<p>Driven brand awareness & ROI through creative digital marketing campaigns.</p>
<div class="btn">Read More</div>
</a>
</div>
<div class="card telecoms">
<a href="#">
<span class="icon icon-phone"></span>
<h2>Telecoms Services</h2>
<p>Business telephony solutions including mobile & connectivity solutions.</p>
<div class="btn">Read More</div>
</a>
</div>
<div class="card web">
<a href="#">
<span class="icon icon-embed2"></span>
<h2>Web Design</h2>
<p>User-centric design for businesses looking to make a lasting impression.</p>
<div class="btn">Read More</div>
</a>
</div>
<div class="card security">
<a href="#">
<span class="icon icon-shield"></span>
<h2>Cyber Security</h2>
<p>Prevention, testing, consultancy & breach management services.</p>
<div class="btn">Read More</div>
</a>
</div>
<div class="card developer">
<a href="#">
<span class="icon icon-library"></span>
<h2>Developer Training</h2>
<p>Web design & software training courses designed to secure a job in tech.</p>
<div class="btn">Read More</div>
</a>
</div>
</div>
<h3 class="display-sm">
<a href="#">View Our Work <span class="icon icon-arrow-right2"></span></a>
</h3>
</div>
</section>
<aside class="logo-list accreditations">
<img src="img/accreditations/google-partner.webp">
<img src="img/accreditations/living_wage.webp">
<img src="img/accreditations/norfolk_prohelp.webp">
<img src="img/accreditations/investing-in-future-growth.webp">
<img src="img/accreditations/norfolk-carbon-charter.webp">
<img src="img/accreditations/PPC_logo.webp">
<img src="img/accreditations/princess-royal-training.webp">
<img src="img/accreditations/future-50.webp">
<img src="img/accreditations/qms.webp">
<img src="img/accreditations/iso_27001.webp">
<img src="img/accreditations/skills-of-tomorrow.webp">
<img src="img/accreditations/cyber-essentials-colour.webp">
</aside>
<main class="home-main">
<div class="container">
<div class="flex">
<div class="col">
<h1>Welcome To Netmatters</h1>
<p>Netmatters is a leading <a href="#">Bespoke Software</a>, <a href="#">IT Support</a>, and <a href="#">Digital Marketing</a> company based in the East of England with offices in <a href="#">Cambridge</a>, <a href="#">Wymondham</a>, and <a href="#">Great Yarmouth</a>.</p>
<p>We aren't tied into contracts with third-party providers, so you know that our recommendations for your business are based purely with one benefit in mind: to help improve your business with the most appropriate solutions.</p>
<p>We pride ourselves on being an ethical business and have a unique business offering and cost model that ensures you get the most from our relationship in an upfront manner.</p>
<a class="btn btn-primary" href="#">Why Choose Us? <span class="icon icon-arrow-right2"></span></a>
<a class="btn btn-primary" href="#">Our Culture <span class="icon icon-arrow-right2"></span></a>
</div>
<div class="col">
<h2>What Our Clients Think</h2>
<span class="icon icon-star-full"></span>
<span class="icon icon-star-full"></span>
<span class="icon icon-star-full"></span>
<span class="icon icon-star-full"></span>
<span class="icon icon-star-full"></span>
<figure class="hp-review">
<blockquote>
Netmatters stood out from the start. Great guys and very easy to work with. Both the build and digital marketing teams are clearly skilled -they know their stuff! They delivered a website to our (high!) expectations and went over and above to ensure we were satisfied clients - and we are!
</blockquote>
<figcaption>Eleanor Bishop, Head of Marketing - <a href="#">Ashcroft Partnership LLP</a></figcaption>
</figure>
<a class="btn btn-primary btn-google" href="#">Google Reviews <span class="icon icon-arrow-right2"></span></a>
<a class="btn btn-primary btn-trustpilot" href="#">TrustPilot Reviews <span class="icon icon-arrow-right2"></span></a>
</div>
</div>
</div>
</main>
<section class="articles container">
<div class="row">
<h1>Latest News</h1>
<a class="view-all--top" href="#">View All <span class="icon icon-arrow-right2"></span></a>
</div>
<div class="article-list">
<article class="item software">
<a href="#">
<div class="img-container">
<span href="#" title="View all: Bespoke Software / News">News</span>
<img src="img/articles/future-proof-your-business.png">
</div>
<div class="block">
<div class="text">
<h3>Future-Proof Your Business Processes with Bes...
<span class="read-time">- 5 minute read</span>
</h3>
<p>Sometimes it can feel like there are limitless possibilities when it comes to new technologies helpi...</p>
<div class="btn" href="#">Read More</div>
</div>
<div class="footer">
<div class="avatar">
<img src="img/netmatters-ltd.webp" alt="Netmatters">
</div>
<div class="details">
<strong>Posted by Netmatters</strong><br>
<time datetime="2024-07-15">15th July 2024</time>
</div>
</div>
</div>
</a>
</article>
<article class="item security">
<a href="#">
<div class="img-container">
<span href="#" title="View all: Cyber Security / News">News</span>
<img src="img/articles/junes-notables-2024.webp">
</div>
<div class="block">
<div class="text">
<h3>June's Notables 2024 - Celebrating Our Team</h3>
<p>June Notables 2024 Celebrating the achievements and dedication of our staff, at Netmatters, we put a...</p>
<div class="btn" href="#">Read More</div>
</div>
<div class="footer">
<div class="avatar">
<img src="img/netmatters-ltd.webp" alt="Netmatters">
</div>
<div class="details">
<strong>Posted by Netmatters</strong><br>
<time datetime="2024-07-08">8th July 2024</time>
</div>
</div>
</div>
</a>
</article>
<article class="item busdev">
<a href="#">
<div class="img-container">
<span href="#" title="View all: Business Development / News">News</span>
<img src="img/articles/elliott-peacock.webp">
</div>
<div class="block">
<div class="text">
<h3>Elliott Peacock – Netmatters 10 Year Hero</h3>
<p>Elliott Peacock – Netmatters 10 Year Hero Today, we celebrate the brilliant accomplishments of Ellio...</p>
<div class="btn" href="#">Read More</div>
</div>
<div class="footer">
<div class="avatar">
<img src="img/netmatters-ltd.webp" alt="Netmatters">
</div>
<div class="details">
<strong>Posted by Netmatters</strong><br>
<time datetime="2024-07-05">5th July 2024</time>
</div>
</div>
</div>
</a>
</article>
</div>
<a class="view-all display-sm" href="#">View All <span class="icon icon-arrow-right2"></span></a>
</section>
<aside class="logo-list clients">
<div class="logo-container">
<div class="details">
<h3>Black Swan Care Group</h3>
<p>Black Swan Care Group own and manage 21 high-quality care and residential homes with a focus on putting the needs of their residents first.</p>
<a class="btn btn-software" href="#">View Our Case Study <span class="icon icon-arrow-right2"></span></a>
<div class="arrow"></div>
</div>
<img src="img/clients/black_swan_logo.webp" alt="Black Swan Logo">
</div>
<div class="logo-container">
<div class="details">
<h3>Xupes</h3>
<div class="arrow"></div>
</div>
<img src="img/clients/xupes_logo.webp" alt="Xupes Logo">
</div>
<div class="logo-container">
<div class="details">
<h3>BEAT</h3>
<p>The UK's eating disorder charity founded in 1989.</p>
<div class="arrow"></div>
</div>
<img src="img/clients/beat_logo.webp" alt="BEAT Logo">
</div>
<div class="logo-container">
<div class="details">
<h3>Survey Solutions</h3>
<div class="arrow"></div>
</div>
<img src="img/clients/survey_solutions_logo.webp" alt="Survey Solutions Logo">
</div>
<div class="logo-container">
<div class="details">
<h3>Girl Guiding Anglia</h3>
<p>Girl Guiding Anglia is part of Girlguiding, the UK's leading charity for girls and young women in the UK.</p>
<a class="btn btn-it" href="#">View Our Case Study <span class="icon icon-arrow-right2"></span></a>
<div class="arrow"></div>
</div>
<img src="img/clients/girl_guides_anglia_logo.webp" alt="Girl Guiding Logo">
</div>
<div class="logo-container">
<div class="details">
<h3>Sweetzy</h3>
<p>Sweetzy are an online sweets retailer, based in Wymondham.</p>
<a class="btn btn-digital" href="#">View Our Case Study <span class="icon icon-arrow-right2"></span></a>
<div class="arrow"></div>
</div>
<img src="img/clients/sweetzy_logo.webp" alt="Sweetzy Logo">
</div>
<div class="logo-container">
<div class="details">
<h3>Howes Percival</h3>
<div class="arrow"></div>
</div>
<img src="img/clients/howespercivallogo.webp" alt="Howes Percival Logo">
</div>
<div class="logo-container">
<div class="details">
<h3>GDST</h3>
<p>The <a href="#">Girls' Day School Trust (GDST)</a> is the UK's leading family of 25 independent girls' schools.</p>
<a class="btn btn-digital" href="#">View Our Case Study <span class="icon icon-arrow-right2"></span></a>
<div class="arrow"></div>
</div>
<img src="img/clients/girls_day_school_trust_logob.webp" alt="GDST Logo">
</div>
<div class="logo-container">
<div class="details">
<h3>Ashcroft Partnership LLP</h3>
<p>Originally founded in 2006 as Ashcroft Anthony, they became Ashcroft Partnership LLP in 2020 and are one of the top chartered accountancy firms in Cambridge, advising entrepreneurs and families.</p>
<a class="btn btn-web" href="#">View Our Case Study <span class="icon icon-arrow-right2"></span></a>
<div class="arrow"></div>
</div>
<img src="img/clients/ashcroftlogo_landscape_goldblack_DP60P-small.webp" alt="Ashcroft Logo">
</div>
<div class="logo-container">
<div class="details">
<h3>One Traveller</h3>
<p><a href="#">One Traveller</a>, founded in 2007, is a leading provider of solo holidays for over 50s.</p>
<a href="#">View Our Case Study <span class="icon icon-arrow-right2"></span></a>
<div class="arrow"></div>
</div>
<img src="img/clients/onetravellerlogo_white_figuire.webp" alt="One Traveller Logo">
</div>
<div class="logo-container">
<div class="details">
<h3>Searles Leisure Resort</h3>
<p>Searles Leisure Resort, on the beautiful North Norfolk coast, is an award-winning UK holiday resort for families.</p>
<a class="btn btn-digital" href="#">View Our Case Study <span class="icon icon-arrow-right2"></span></a>
<div class="arrow"></div>
</div>
<img src="img/clients/searles_logo.webp" alt="Searles Logo">
</div>
<div class="logo-container">
<div class="details">
<h3>Busseys</h3>
<p>One of the UK's leading Ford dealerships.</p>
<div class="arrow"></div>
</div>
<img src="img/clients/busseys_logo.webp" alt="Busseys Logo">
</div>
<div class="logo-container">
<div class="details">
<h3>Crane Garden Buildings</h3>
<p>Leading manufacturer and supplier of high-end garden rooms, summerhouses, workshops and sheds in the UK.</p>
<div class="arrow"></div>
</div>
<img src="img/clients/crane_logo.webp" alt="Crane Garden Buildings Logo">
</div>
</aside>
<footer class="footer-nav">
<div class="container">
<div class="logo">
<img src="img/nm-logo-white-med.webp" alt="Netmatters™">
<h4>Follow us on:</h4>
<div class="social-logos">
<a class="btn btn-primary facebook" href="#"><span class="icon icon-facebook"></span></a>
<a class="btn btn-primary linkedin" href="#"><span class="icon icon-linkedin2"></span></a>
<a class="btn btn-primary twitter" href="#"><span class="icon icon-twitter"></span></a>
<a class="btn btn-primary instagram" href="#"><span class="icon icon-instagram"></span></a>
</div>
</div>
<div class="footer-links">
<div>
<h4>About Netmatters</h4>
<ul>
<li><a href="#">News</a></li>
<li><a href="#">Our Careers</a></li>
<li><a href="#">Our Team</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Cookie Policy</a></li>
<li><a href="#">Data Retention & Disposal Policy</a></li>
<li><a href="#">CCTV Policy</a></li>
<li><a href="#">Environmental Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
</div>
<div>
<h4>Our Services</h4>
<ul>
<li><a href="#">Bespoke Software</a></li>
<li><a href="#">IT Support</a></li>
<li><a href="#">Digital Marketing</a></li>
<li><a href="#">Telecoms Services</a></li>
<li><a href="#">Web Design</a></li>
<li><a href="#">Cyber Security</a></li>
<li><a href="#">Developer Training</a></li>
</ul>
</div>
<div>
<h4>Our Industries</h4>
<ul>
<li><a href="#">Financial Services</a></li>
<li><a href="#">Construction</a></li>
<li><a href="#">Retail & E-Commerce</a></li>
<li><a href="#">Non-Profits</a></li>
<li><a href="#">SME's</a></li>
<li><a href="#">Healthcare</a></li>
<li><a href="#">Education & Training</a></li>
<li><a href="#">Travel & Leisure</a></li>
</ul>
</div>
<div>
<h4>Locations</h4>
<ul>
<li><a href="#">Cambridge Office</a></li>
<li><a href="#">Wymondham Office</a></li>
<li><a href="#">Great Yarmouth Office</a></li>
</ul>
</div>
</div>
</div>
</footer>
<footer class="footer-bottom">
<div class="container">
<p class="flex">
<span>© Copyright Netmatters 2024.<br class="display-sm"></span>
<span>All rights reserved.<br class="display-sm"></span>
<span><a href="#">Sitemap</a></span>
</p>
</div>
</footer>
<button class="manage-consent" type="button">Manage Consent</button>
</body>
</html>