-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
286 lines (283 loc) · 13.8 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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/main.css">
<title>Full Service Digital Agency | Cambridgeshire & Norfolk | Netmatters</title>
</head>
<body>
<header>
<div id="top-row-container"><div id="top-row">
<a href="#" id="home-link">
<img src="images/f-logo.png" id="home-link--logo">
</a>
<nav id="specifics-nav">
<a href="tel:+44-1603-704-020" id="call-button">
<span class="non-bitmap-media-only">Call us</span>
<div class="bitmap-media-only" id="call-button--icon"></div>
</a>
<a href="#" id="support-button">SUPPORT</a>
<a href="#" id="contact-button">CONTACT</a>
<form method="get" action="#" id="search-form">
<label for="search-form--bar" class="non-bitmap-media-only">Search:</label>
<input type="text" placeholder="Search..." id="search-form--bar">
<button type="submit" id="search-form--button"></button>
</form>
<a href="#" id="menu-button">
<span class="non-bitmap-media-only">Menu</span>
<div class="bitmap-media-only" id="menu-button--icon"></div>
</a>
</nav>
</div></div>
<nav id="services-nav"><ul>
<li><a href="#" id="services-nav__bespoke-software">
<span class="services-nav--first-word">BESPOKE</span> SOFTWARE
</a></li>
<li><a href="#" id="services-nav__it-support">
<span class="services-nav--first-word">IT</span> SUPPORT
</a></li>
<li><a href="#" id="services-nav__digital-marketing">
<span class="services-nav--first-word">DIGITAL</span> MARKETING
</a></li>
<li><a href="#" id="services-nav__telecoms-services">
<span class="services-nav--first-word">TELECOMS</span> SERVICES
</a></li>
<li><a href="#" id="services-nav__web-design">
<span class="services-nav--first-word">WEB</span> DESIGN
</a></li>
<li><a href="#" id="services-nav__cyber-security">
<span class="services-nav--first-word">CYBER</span> SECURITY
</a></li>
<li><a href="#" id="services-nav__developer-course">
<span class="services-nav--first-word">DEVELOPER</span> COURSE
</a></li>
</ul></nav>
<div id="slideshow"></div>
</header>
<main>
<div id="services-container"><section id="services">
<div id="services__top-row">
<h1>Our Services</h1>
<a href="#" class="view-our-work" id="view-our-work--1">View Our Work</a>
</div>
<ul>
<li><a href="#" id="services-list__bespoke-software">
<h2>Bespoke Software</h2>
<p>Bespoke software solutions for all your business needs including integrations and reporting.</p>
<div class="read-more-button">READ MORE</div>
</a></li>
<li><a href="#" id="services-list__it-support">
<h2>IT Support</h2>
<p>Fully managed IT support and consultancy packages tailored to meet your exact business needs.</p>
<div class="read-more-button">READ MORE</div>
</a></li>
<li><a href="#" id="services-list__digital-marketing">
<h2>Digital Marketing</h2>
<p>Driven brand awareness & ROI through creative digital marketing campaigns.</p>
<div class="read-more-button">READ MORE</div>
</a></li>
<li><a href="#" id="services-list__telecoms-services">
<h2>Telecoms Services</h2>
<p>Business telephony solutions including mobile & connectivity solutions.</p>
<div class="read-more-button">READ MORE</div>
</a></li>
<li><a href="#" id="services-list__web-design">
<h2>Web Design</h2>
<p>User-centric design for businesses looking to make a lasting impression.</p>
<div class="read-more-button">READ MORE</div>
</a></li>
<li><a href="#" id="services-list__cyber-security">
<h2>Cyber Security</h2>
<p>Prevention, testing, consultancy & breach management services.</p>
<div class="read-more-button">READ MORE</div>
</a></li>
<li><a href="#" id="services-list__developer-training">
<h2>Developer Training</h2>
<p>Web design & software training courses designed to secure a job in tech.</p>
<div class="read-more-button">READ MORE</div>
</a></li>
</ul>
<a href="#" class="view-our-work" id="view-our-work--2">View Our Work</a>
</section></div>
<ul id="credentials">
<li><img src="images/credentials/google-partner.jpg" alt="Google Partners"></li>
<li><img src="images/credentials/living_wage.png" alt="Living Wage"></li>
<li><img src="images/credentials/norfolk_prohelp.png" alt="Norfolk Prohelp logo"></li>
<li><img src="images/credentials/investing-in-future-growth.jpg" alt="Investing In Future Growth"></li>
<li><img src="images/credentials/norfolk-carbon-charter.jpg" alt="Norfolk Carbon Charter"></li>
<li><img src="images/credentials/PPC_logo.jpg" alt="PPC Logo"></li>
<li><img src="images/credentials/princess-royal-training.png" alt="Princess Royal Training"></li>
<li><img src="images/credentials/future-50.jpg" alt="Future 50"></li>
<li><img src="images/credentials/qms.png" alt="QMS"></li>
<li><img src="images/credentials/iso_27001.png" alt="ISO 27001"></li>
<li><img src="images/credentials/skills-of-tomorrow.jpg" alt="Skills Of tomorrow"></li>
<li><img src="images/credentials/cyber-essentials-colour.jpg" alt="Cyber Essentials"></li>
</ul>
<div id="articles-container"><section id="articles">
<article id="welcome-to-netmatters">
<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>
<footer>
<a href="#">WHY CHOOSE US?</a>
<a href="#">OUR CULTURE</a>
</footer>
</article>
<article id="what-our-clients-think">
<h1>What Our Clients Think</h1>
<div role="img" aria-label="5 out of 5 rating" id="rating-stars"></div>
<p>
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!
</p>
<address id="review-author">
Eleanor Bishop, Head of Marketing - <a href="#">Ashcroft Partnership LLP</a>
</address>
<footer>
<a href="#">GOOGLE REVIEWS</a>
<a href="#">TRUSTPILOT REVIEWS</a>
</footer>
</article>
</section></div>
<div id="news-container"><section id="news">
<h1>Latest News</h1>
<ul id="article-previews">
<li>
<img alt="Notable for June: Scott Covey! Find out more about out amazing team and their accomplishments this month.">
<div class="article-preview__text">
<h2>June's Notables 2024 - Celebrating Our Team</h2>
<p>June Notables 2024 Celebrating the achievements and dedication of our staff, at Netmatters, we put a...</p>
<a href="#">READ MORE</a>
</div>
<div class="article-preview__publication-info">
<img src="https://www.netmatters.co.uk/assets/images/thumbnails/article_contact_thumb/netmatters-ltd-VXAv.png">
<p>
<span id="posted-by-netmatters">Posted by Netmatters</span><br>
<date datetime="2024-07-08">8th July 2024</date>
</p>
</div>
</li>
<li>
<img alt="Introducing Out Latest Hero! Elliott Peacock has become a Netmatters Hero after 10 years of service!">
<div class="article-preview__text">
<h2>Elliott Peacock – Netmatters 10 Year Hero</h2>
<p>Elliott Peacock – Netmatters 10 Year Hero Today, we celebrate the brilliant accomplishments of Ellio...</p>
<a href="#">READ MORE</a>
</div>
<div class="article-preview__publication-info">
<img src="https://www.netmatters.co.uk/assets/images/thumbnails/article_contact_thumb/netmatters-ltd-VXAv.png">
<p>
<span id="posted-by-netmatters">Posted by Netmatters</span><br>
<date datetime="2024-07-05">5th July 2024</date>
</p>
</div>
</li>
<li>
<img alt="Introducing Our Latest Hero! Tom Lancaster has become a Netmatters Hero after 10 years of service!">
<div class="article-preview__text">
<h2>Tom Lancaster – Netmatters 10 Year Hero</h2><span> - 4 MINUTE READ</span>
<p>Tom Lancaster – Netmatters 10 Year Hero Today, we celebrate the brilliant accomplishments of Tom Lan...</p>
<a href="#">READ MORE</a>
</div>
<div class="article-preview__publication-info">
<img src="https://www.netmatters.co.uk/assets/images/thumbnails/article_contact_thumb/netmatters-ltd-VXAv.png">
<p>
<span id="posted-by-netmatters">Posted by Netmatters</span><br>
<date datetime="2024-07-01">1st July 2024</date>
</p>
</div>
</li>
</ul>
</section></div>
<ul id="corporate-customers">
<li><img src="images/corporate-customers/ashcroftlogo_landscape_goldblack_DP60P-small.png" alt="Ashcroft Logo"></li>
<li><img src="images/corporate-customers/onetravellerlogo_white_figuire.png" alt="One Traveller Logo"></li>
<li><img src="images/corporate-customers/searles_logo.jpg" alt="Searles Logo"></li>
<li><img src="images/corporate-customers/busseys_logo.png" alt="Busseys Logo"></li>
<li><img src="images/corporate-customers/crane_logo.png" alt="Crane Garden Buildings Logo"></li>
<li><img src="images/corporate-customers/black_swan_logo.png" alt="Black Swan Logo"></li>
<li><img src="images/corporate-customers/xupes_logo.png" alt="Xupes Logo"></li>
<li><img src="images/corporate-customers/beat_logo.png" alt="BEAT Logo"></li>
<li><img src="images/corporate-customers/survey_solutions_logo.png" alt="Survey Solutions Logo"></li>
<li><img src="images/corporate-customers/girl_guides_anglia_logo.png" alt="Girl Guiding Logo"></li>
<li><img src="images/corporate-customers/sweetzy_logo.png" alt="Sweetzy Logo"></li>
<li><img src="images/corporate-customers/howespercivallogo.png" alt="Howes Percival Logo"></li>
<li><img src="images/corporate-customers/girls_day_school_trust_logob.png" alt="GDST Logo"></li>
</ul>
</main>
<footer>
<div id="socials-and-text-links-container"><section id="socials-and-text-links">
<div id="socials">
<img src="images/nm-logo-white-med.png" alt="Netmatters logo" id="socials--logo">
<h2>FOLLOW US ON:</h2>
<ul>
<li role="img" aria-label="Facebook logo" id="facebook-logo"></li>
<li role="img" aria-label="LinkedIn logo" id="linkedin-logo"></li>
<li role="img" aria-label="X logo" id="x-logo"></li>
<li role="img" aria-label="Instagram logo" id="instagram-logo"></li>
</ul>
</div>
<ul id="text-links-outer-list">
<li>
<h2>ABOUT NETMATTERS</h2>
<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>
</li>
<li>
<h2>OUR SERVICES</h2>
<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>
</li>
<li>
<h2>OUR INDUSTRIES</h2>
<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>
</li>
<li>
<h2>LOCATIONS</h2>
<ul>
<li><a href="#">Cambridge Office</a></li>
<li><a href="#">Wymondham Office</a></li>
<li><a href="#">Great Yarmouth Office</a></li>
</ul>
</li>
</ul>
</section></div>
<div id="copyright-container"><small id="copyright">
© Copyright Netmatters 2024. All rights reserved. <a href="#">Sitemap</a>
</small></div>
</footer>
</body>
</html>