-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaqs.html
494 lines (468 loc) · 32 KB
/
faqs.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
---
permalink: /faqs/
---
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://kit.fontawesome.com/029ff40d7b.js" crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XVK8SSNQSC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XVK8SSNQSC');
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://sybiltec.com/"
},{
"@type": "ListItem",
"position": 2,
"name": "FAQs"
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "Why do I need a website?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Every day there are thousands of searches being carried out on search engines by people looking for information on products and services. Having a good online presence is one of the best ways to gain new customers and so one of the first things you'd want to do to improve your online presence is to create a website. There are many reasons why you may need a website. If you are a start-up you may be trying to secure funding, and you need a proof of concept. Or, if you run a medium-sized business you may need a larger website to showcase your services, clients, case studies, testimonials, portfolio of work and so on. But websites are not just for start-ups or larger businesses - even if you are a sole trader or are self-employed, and you run a coaching or mentoring business for example, then having a personal website is crucial for you too."
}
}, {
"@type": "Question",
"name": "Which platform is best for my needs?",
"acceptedAnswer": {
"@type": "Answer",
"text": "WordPress is the most flexible platform, so if you need a website that will adapt as your business grows, then we would recommend WordPress. However, there is a learning curve associated with it, so if your time is limited and you want to get started more quickly, then Wix would be more suitable as it's user-friendly for those who are managing their first website. Then finally we have Shopify: if you run an e-commerce business then Shopify is the best choice as it includes everything you need to get started with selling your products or services online."
}
}, {
"@type": "Question",
"name": "What services do you offer?",
"acceptedAnswer": {
"@type": "Answer",
"text":"The services we offer include: website review, website design, website development, website maintenance, workshops and leaflet design."
}
}, {
"@type": "Question",
"name": "Which platforms do you work with?",
"acceptedAnswer": {
"@type": "Answer",
"text":"New websites will be developed on Wix, WordPress or Shopify. If you have an existing website built on an alternative platform, for example BigCommerce or Squarespace, we may be able to provide support for these too - please contact us to find out how we can help."
}
}, {
"@type": "Question",
"name": "What kinds of businesses do you work with?",
"acceptedAnswer": {
"@type": "Answer",
"text":"Our preferred clients are business owners of established businesses who are serious about improving and growing their online presence, and therefore may have an existing website which needs redesigning to reflect their new requirements. We can also work with start-ups who would like to build their first website."
}
}, {
"@type": "Question",
"name": "Where are you based?",
"acceptedAnswer": {
"@type": "Answer",
"text":"We are based in Bexley, South East London."
}
}, {
"@type": "Question",
"name": "Which geographical areas do you serve?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Our clients are primarily based in South East London, but as we operate on a remote working basis we can serve clients anywhere in the UK, or in fact anywhere in the world!"
}
}, {
"@type": "Question",
"name": "How much does a full website build cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "This would very much depend on the requirements of the project. Please get in touch with us to arrange an initial consultation, after which we can provide a detailed and accurate quote for you."
}
}, {
"@type": "Question",
"name": "How long does it take to build a full website?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The time it takes to complete the work would depend on the complexity of the project. A 5-page website could be completed in as little as 4 weeks depending on how quickly we receive the required information. In order for the work to be completed as soon as possible, please provide the required information promptly. An estimated timeframe for completion of the project can be discussed during our initial call."
}
}, {
"@type": "Question",
"name": "What do I need to provide you with?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Copy and content for each page. Company logo. Branding guidelines. Any partner logos.
High quality images. If you don't have your own images, we can recommend a professional photography service. However, if this exceeds your budget, we will source appropriate stock photos (these may be free or paid). Links to social media profiles. Any videos. Access to your domain and hosting. Examples of websites that inspire you. We prefer to work with documents submitted via Google Drive - we can provide you with a link to a shared folder. Alternatively, please send us the content by email."
}
}, {
"@type": "Question",
"name": "What can I expect from the website design process?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You can read about our complete website design process in our blog post, The Web Design Process Explained in 12 Easy Steps."
}
}, {
"@type": "Question",
"name": "Will my website work on mobile and tablet devices?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Of course. Considering that the majority of users are browing the internet via mobile devices nowadays, it's crucial that your website is mobile responsive. As part of the website development process, we carry out thorough testing to ensure that your website looks and functions beautifully on all devices, including mobile phones and tablets."
}
}, {
"@type": "Question",
"name": "Will my website be compliant with data privacy laws?",
"acceptedAnswer": {
"@type": "Answer",
"text": "For UK-based businesses, we will ensure that the relevant privacy notices and cookie banners are in place to ensure that your website meets the requirements of the UK GDPR. If your businesses is based outside of the UK, or your businesses processes personal information of users outside of the UK, our expert data protection partners will provide guidance - additional charges may apply."
}
}, {
"@type": "Question",
"name": "Would we need to meet in person?",
"acceptedAnswer": {
"@type": "Answer",
"text": "If you are based within a travelling distance of our offices at The Engine House, we would highly recommend meeting in person at least once, especially during the early stages of the web design process. However, if this is not possible, or you are based outside of the local area, we are perfectly happy to hold all meetings online. We are able to meet via Zoom, Google Meet or Microsoft Teams, according to your preference."
}
}, {
"@type": "Question",
"name": "Can I see examples of your previous work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Of course, please see the Website Design page for examples of web design projects that we have completed for past clients."
}
}, {
"@type": "Question",
"name": "What are your payment terms?",
"acceptedAnswer": {
"@type": "Answer",
"text": "For website design or website development projects, we will ask for a deposit which will be 25-50% of the total cost, depending on the size of the project. The remainder of the payments will be taken throughout the project and upon project completion."
}
}, {
"@type": "Question",
"name": "What payment methods do you accept?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We accept payments via bank transfer for all services. If you would like to purchase one of our website maintenance services, you can also do so directly via the Website Maintenance page. All major debit and credit cards are accepted."
}
}, {
"@type": "Question",
"name": "I cannot find the answer to my question in these FAQs. How can I contact you?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Please email us on [email protected] or complete the contact form. We look forward to hearing from you."
}
}
]
}
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQs | Web Designer Erith South East London | Sybiltec</title>
<meta name="Description" content="Sybil Mayard provides website design and development services for small businesses. Find the answers to your frequently asked questions (FAQs) here.">
<meta name="robots" content="all">
<link rel="canonical" href="https://sybiltec.com/faqs/">
<meta property="og:locale" content="en_GB" />
<meta property="og:type" content="website" />
<meta property="og:title" content="FAQs | Web Designer Erith Bexley South East London | Sybiltec" />
<meta property="og:description" content="Sybil Mayard provides website design and development services for small businesses. Find the answers to your frequently asked questions (FAQs) here." />
<meta property="og:url" content="https://sybiltec.com/faqs/" />
<meta property="og:site_name" content="Sybiltec" />
<meta property="og:image" content="https://sybiltec.com/images/logos/sybiltec-logo-social.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@sybiltec" />
<meta name="twitter:site" content="@sybiltec" />
<meta name="twitter:label1" content="Written by">
<meta name="twitter:data1" content="Sybil Mayard">
<meta name="twitter:label2" content="Estimated reading time">
<meta name="twitter:data2" content="10 minutes">
<meta name="google-site-verification" content="4CQdjA8VuHHdJlLAeL33JXUNCcg92x6Yy2MK2H-F5rs" />
<meta name="geo.region" content="GB" />
<meta name="geo.placename" content="London" />
<meta name="geo.position" content="51.495673;0.141465" />
<meta name="ICBM" content="51.495673, 0.141465" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"image": "https://sybiltec.com/images/logos/sybiltec-logo-social.png",
"name": "Sybiltec Web Design",
"address": {
"@type": "PostalAddress",
"streetAddress": "2 Veridion Way",
"addressLocality": "Bexley",
"addressRegion": "London",
"postalCode": "DA18 4AL",
"addressCountry": "GB"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 51.495673,
"longitude": 0.141465
},
"url": "https://sybiltec.com",
"telephone": "+447768059730",
"priceRange": "$$",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "18:00"
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"image": "https://sybiltec.com/images/logos/sybiltec-logo-social.png",
"url": "https://www.sybiltec.com",
"sameAs": ["https://www.instagram.com/sybiltec/", "https://www.facebook.com/sybiltec", "https://www.linkedin.com/company/sybiltec/"],
"logo": "https://sybiltec.com/favicon.png",
"name": "Sybiltec Web Design",
"description": "Sybiltec provides web design services to small businesses in the South East London region and surrounding areas. Whether you are looking to build your first website or redesign an existing one, we offer a service that's right for you. Services include: small business websites, e-commerce websites and online learning platforms. We work with Shopify, WordPress, Wix, WooCommerce and LearnDash.",
"email": "[email protected]",
"telephone": "+447768059730",
"address": {
"@type": "PostalAddress",
"streetAddress": "2 Veridion Way",
"addressLocality": "Bexley",
"addressCountry": "GB",
"addressRegion": "London",
"postalCode": "DA18 4AL"
}
}
</script>
<link rel="stylesheet" href="https://sybiltec.com/styles.min.css" type="text/css">
<link rel="icon" type="image/png" href="https://sybiltec.com/favicon.png">
</head>
<body>
<div class="announcement-bar">
<div class="container-1140">
<span><i class="fa-regular fa-envelope"></i><a href="mailto:[email protected]?subject=Website Enquiry" target="_blank">[email protected]</a></span>
</div>
</div>
<div class="header">
<div class="container-1140">
<div class="row">
<div class="col-2">
<div class="logo">
<span class="logo"><a href="/">Sybiltec</a></span>
</div>
</div>
<div class="col-10">
<div class="nav">
<div class="topnav" id="myTopnav">
<a href="/">Home</a>
<a href="https://sybiltec.com/about/">About</a>
<a href="https://sybiltec.com/services/">Services</a>
<a href="https://sybiltec.com/clients/">Case Studies</a>
<a href="https://sybiltec.com/contact/" class="btn-contact">Contact Us</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fas fa-bars"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="hero">
<div class="container-1140">
<h1>FAQs</h1>
</div>
</div>
<div class="main section">
<div class="container-1140">
<ol class="breadcrumb">
<li>
<a href="https://sybiltec.com">Home</a>
</li>
>
<li>
FAQs
</li>
</ol>
<h2>General Questions</h2>
<hr class="left-align">
<p><strong>1. Why do I need a website?</strong></p>
<p>Every day there are thousands of searches being carried out on search engines by people looking for information on products and services. Having a good online presence is one of the best ways to gain new customers and so one of the first things you'd want to do to improve your online presence is to create a website.</p>
<p>There are many reasons why you may need a website. If you are a start-up you may be trying to secure funding, and you need a proof of concept. Or, if you run a medium-sized business you may need a larger website to showcase your services, clients, case studies, testimonials, portfolio of work and so on.</p>
<p>But websites are not just for start-ups or larger businesses - even if you are a sole trader or are self-employed, and you run a coaching or mentoring business for example, then having a personal website is crucial for you too.</p>
<p><strong>2. Which platform is best for my needs?</strong></p>
<p>WordPress is the most flexible platform, so if you need a website that will adapt as your business grows, then we would recommend WordPress. However, there is a learning curve associated with it, so if your time is limited and you want to get started more quickly, then Wix would be more suitable as it's user-friendly for those who are managing their first website. Then finally we have Shopify: if you run an e-commerce business then Shopify is the best choice as it includes everything you need to get started with selling your products or services online.</p>
<h2>Website Services Questions</h2>
<hr class="left-align">
<p><strong>1. What services do you offer?</strong></p>
<p>The services we offer include:</p>
<ul>
<li>Website review</li>
<li>Website design</li>
<li>Website development</li>
<li>Website maintenance</li>
<li>Workshops</li>
<li>Leaflet design</li>
</ul>
<p><strong>2. Which platforms do you work with?</strong></p>
<p>New websites will be developed on Wix, WordPress or Shopify. If you have an existing website built on an alternative platform, for example BigCommerce or Squarespace, we may be able to provide support for these too - please <a href="https://sybiltec.com/contact/">contact us</a> to find out how we can help.</p>
<p><strong>3. What kinds of businesses do you work with?</strong></p>
<p>Our preferred clients are business owners of established businesses who are serious about improving and growing their online presence, and therefore may have an existing website which needs redesigning to reflect their new requirements. We can also work with start-ups who would like to build their first website.</p>
<p><strong>4. Where are you based?</strong></p>
<p>We are based in Bexley, South East London.</p>
<p><strong>5. Which geographical areas do you serve?</strong></p>
<p>Our clients are primarily based in South East London, but as we operate on a remote working basis we can serve clients anywhere in the UK, or in fact anywhere in the world!</p>
<p><strong>6. How much does a full website build cost?</strong></p>
<p>This would very much depend on the requirements of the project. Please <a href="https://sybiltec.com/contact/" target="_blank" rel="noopener noreferrer">get in touch</a> with us to arrange an initial consultation, after which we can provide a detailed and accurate quote for you. </p>
<p><strong>7. How long does it take to build a full website?</strong></p>
<p>The time it takes to complete the work would depend on the complexity of the project. A 5-page website could be completed in as little as 4 weeks depending on how quickly we receive the required information. In order for the work to be completed as soon as possible, please provide the required information promptly. An estimated timeframe for completion of the project can be discussed during our initial call.</p>
<p><strong>8. What do I need to provide you with?</strong></p>
<li>Copy and content for each page</li>
<li>Company logo</li>
<li>Branding guidelines</li>
<li>Any partner logos</li>
<li>High quality images. If you don't have your own images, we can recommend a professional photography service. However, if this exceeds your budget, we will source appropriate stock photos (these may be free or paid).</li>
<li>Links to social media profiles</li>
<li>Any videos</li>
<li>Access to your domain and hosting</li>
<li>Examples of websites that inspire you</li>
<p>We prefer to work with documents submitted via Google Drive - we can provide you with a link to a shared folder. Alternatively, please send us the content by email.</p>
<p><strong>9. What can I expect from the website design process?</strong></p>
<p>You can read about our complete website design process in our blog post, <a href="https://sybiltec.com/web-design-process-explained-12-easy-steps/">The Web Design Process Explained in 12 Easy Steps</a>.</p>
<p><strong>10. Will my website work on mobile and tablet devices?</strong></p>
<p>Of course. Considering that the majority of users are browing the internet via mobile devices nowadays, it's crucial that your website is mobile responsive. As part of the website development process, we carry out thorough testing to ensure that your website looks and functions beautifully on all devices, including mobile phones and tablets.</p>
<p><strong>11. Will my website be compliant with data privacy laws?</strong></p>
<p>For UK-based businesses, we will ensure that the relevant privacy notices and cookie banners are in place to ensure that your website meets the requirements of the UK GDPR. If your businesses is based outside of the UK, or your businesses processes personal information of users outside of the UK, our expert data protection partners will provide guidance - additional charges may apply.</p>
<p><strong>12. Would we need to meet in person?</strong></p>
<p>If you are based within a travelling distance of our offices at <a href="https://enginehousebexley.co.uk/" target="_blank" rel="noopener noreferrer">The Engine House</a>, we would highly recommend meeting in person at least once, especially during the early stages of the web design process. However, if this is not possible, or you are based outside of the local area, we are perfectly happy to hold all meetings online. We are able to meet via Zoom, Google Meet or Microsoft Teams, according to your preference.</p>
<p><strong>13. Can I see examples of your previous work?</strong></p>
<p>Of course, please see the <a href="https://sybiltec.com/small-business-web-design/">Website Design</a> page for examples of web design projects that we have completed for past clients.</p>
<p><strong>14. What are your payment terms?</strong></p>
<p>For website design or website development projects, we will ask for a deposit which will be 25-50% of the total cost, depending on the size of the project. The remainder of the payments will be taken throughout the project and upon project completion.</p>
<p><strong>15. What payment methods do you accept?</strong></p>
<p>We accept payments via bank transfer for all services.</p>
<p>If you would like to purchase one of our website maintenance services, you can also do so directly via the <a href="https://sybiltec.com/website-maintenance/">Website Maintenance</a> page. All major debit and credit cards are accepted.</p>
<p><strong>16. I cannot find the answer to my question in these FAQs. How can I contact you?</strong></p>
<p>Please <a href="mailto:[email protected]" target="_blank">email us</a> or complete the <a href="https://sybiltec.com/contact/">contact form</a>. We look forward to hearing from you.</p>
</div>
</div>
<div class="contact section">
<div class="container-1140">
<div class="row">
<div class="col-8">
<p><strong>Would You Like To Start A Project With Us?</strong></p>
<p>Click the contact button to get in touch with your requirements</p>
</div>
<div class="col-4">
<a class="btn-primary" href="https://sybiltec.com/contact/">Contact Us</a>
</div>
</div>
</div>
</div>
<div class="footer section">
<div class="container-1140">
<div class="row">
<div class="col-2-4">
<p><strong>Links</strong></p>
<p><a href="https://sybiltec.com/about/">About</a></p>
<p><a href="https://sybiltec.com/blog/">Blog</a></p>
<p><a href="https://sybiltec.com/faqs/">FAQs</a></p>
<p><a href="https://sybiltec.com/sitemap/">Sitemap</a></p>
<p><a href="https://sybiltec.com/privacy-notice/">Privacy Notice</a></p>
<p><a href="https://sybiltec.com/terms-and-conditions/">Terms and Conditions</a></p>
</div>
<div class="col-2-4">
<p><strong>Services</strong></p>
<p><a href="https://sybiltec.com/ecommerce-websites/">E-commerce Websites</a></p>
<p><a href="https://sybiltec.com/website-review/">Website Review</a></p>
<p><a href="https://sybiltec.com/small-business-web-design/">Web Design</a></p>
<p><a href="https://sybiltec.com/website-maintenance/">Website Maintenance</a></p>
<p><a href="https://sybiltec.com/training/">Workshops</a></p>
<p><a href="https://sybiltec.com/leaflet-design/">Leaflet Design</a></p>
</div>
<div class="col-2-4">
<p><strong>Some Areas We Cover</strong></p>
<p><a href="https://sybiltec.com/website-design/">Web Design in Bexley</a></p>
<p><a href="https://sybiltec.com/web-design-surrey/">Web Design in Surrey</a></p>
<p><a href="https://sybiltec.com/free-workshops-greenwich-borough/">Workshops in Greenwich</a></p>
</div>
<div class="col-2-4">
<p><strong>Get in Touch</strong></p>
<p><a href="mailto:[email protected]?subject=Website Enquiry">[email protected]</a><br>
The Engine House<br>2 Veridion Way<br>Erith DA18 4AL</p>
<p>
<a href="https://www.uksmallbusinessdirectory.co.uk/bid/284687/" rel="noopener noreferrer" target="_blank"><img src="https://www.uksmallbusinessdirectory.co.uk/links/uksbd-100.png" alt="Business Directory"></a>
</p>
</div>
<div class="col-2-4">
<p><strong>Awards</strong></p>
<img src="https://sybiltec.com/images/awards/best-sme-focused-web-design-agency-2024.webp" alt="SME News Best SME-Focused Web Design Agency 2024">
<img src="https://sybiltec.com/images/awards/digital-services-customer-service-excellence-award-2024.webp" alt="SME News Digital Services Customer Service Excellence Award 2024">
</div>
</div>
</div>
<div class="container-1140 center padding-top padding-bottom">
<a href="https://www.linkedin.com/in/sybil-m" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-linkedin"></i></a>
<a href="https://instagram.com/sybiltec/" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-instagram"></i></a>
<a href="https://www.pinterest.co.uk/sybiltec/" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-pinterest"></i></a>
<a href="https://www.facebook.com/sybiltec" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-facebook"></i></a>
<a href="https://x.com/sybiltec" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.tiktok.com/@sybiltec" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-tiktok"></i></a>
</div>
<div class="copyright section center"><p>Copyright ©
<span id="year"></span> Sybiltec Web Design. ICO registration reference: ZB744424</p>
</div>
</div>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function toggleDropdown() {
document.getElementById("myDropdown").classList.toggle("show");
console.log("click");
}
// Close the dropdown if the user clicks outside of it
window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
document.getElementById("year").innerHTML = new Date().getFullYear();
</script>
</body>
</html>