-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
500 lines (464 loc) · 34.3 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/app.css">
<title>Services - Simon Sites</title>
<link rel="stylesheet" href="styles/nav.css">
<script src="scripts/nav.js"></script>
<script src="scripts/alpine.js" defer></script>
<link rel="shortcut icon" href="assets/SmallLogo.svg" type="image/x-icon">
<link rel="stylesheet" href="styles/scrollanims.css">
<script src="scripts/scrollanims.js" defer></script>
<meta name="title" content="Simon Sites">
<meta name="description" content="Simon Sites provides affordable, custom website development with responsive design, basic SEO, and ongoing maintenance. Contact us today!">
<meta name="keywords" content="Web Design, SEO, Website, Cheap Website">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="Simon P">
</head>
<body class="text-gray-900">
<!-- NAV SECTION -->
<header>
<div class="nav-container">
<nav id="navbar">
<img onclick="homeFunc()" id="logo" src="assets/fulllogo.svg" alt="double s logo">
<ul class="menu" id="menu">
<li><a onclick="myFunction(this)" href="index.html">Home</a></li>
<li><a onclick="myFunction(this)" href="about.html">About</a></li>
<li><a class="active" onclick="myFunction(this)" href="services.html">Services</a></li>
<li><a onclick="myFunction(this)" href="contact.html">Contact</a></li>
<li><a href="fr/services.html">Français</a></li>
</ul>
<a onclick="myFunction(this)" class="icon" id="icon">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</a>
<div id="cover" class="absolute w-full h-20 top-0 left-0 z-50 bg-white hidden cover">
</div>
</nav>
</div>
</header>
<!-- HERO SECTION -->
<section>
<div class="bg-white">
<div class="relative isolate px-6 pt-14 lg:px-8">
<div class="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80" aria-hidden="true">
<div class="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 rotate-[70deg] bg-gradient-to-tr from-[#38B6FF] to-[#135981] opacity-30 sm:left-[calc(50%-30rem)] sm:w-[72.1875rem]" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
</div>
<div class="mx-auto max-w-2xl py-24 sm:py-32 lg:py-48 2xl:py-56">
<div class="text-center">
<h1 class="text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl fadeup">Our Services</h1>
<p class="mt-6 text-lg leading-8 text-gray-600 fadeup delay1">At Simon Sites, we strive to craft custom websites tailored to your specific business needs. We believe that every brand is unique, so we work closely with you to create a website that reflects your identity and values. Our affordable services ensure that you get a high-quality, professional website without breaking the bank. <br><br><b>Not sure if Simon Sites is right for you?</b> We offer a free demo to demonstrate the quality of our work firsthand!</p>
<div class="mt-6 flex items-center justify-center gap-x-6">
<a href="contact.html" class="rounded-md bg-[#135981] px-3.5 py-2.5 text-base font-semibold text-white shadow-md hover:bg-[#38B6FF] focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600 fadeup delay2">Get in Touch</a>
</div>
</div>
</div>
<div class="absolute inset-x-0 top-[calc(100%-13rem)] -z-10 transform-gpu overflow-hidden blur-3xl sm:top-[calc(100%-30rem)]" aria-hidden="true">
<div class="relative left-[calc(50%+3rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 bg-gradient-to-tr to-[#38B6FF] from-[#FFFFFF] opacity-30 sm:left-[calc(50%+36rem)] sm:w-[72.1875rem]" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
</div>
</div>
</div>
</section>
<!-- WHAT WE OFFER -->
<section class="pb-12 pt-4">
<div class="px-6 grid grid-cols-1 2xl:px-24 items-center">
<div class="bg-gray-50 fadeup rounded-lg shadow-md p-4 md:w-2/3 mx-auto pb-6 2xl:w-fit 2xl:px-12">
<h2 class=" text-2xl font-bold py-4 lg:text-3xl 2xl:text-4xl 2xl:text-center">What We Offer</h2>
<ul class="list-disc 2xl:list-none marker:text-gray-900 ml-6 space-y-2 2xl:mx-auto 2xl:w-fit text-gray-600">
<li class="2xl:text-center">Personalized designs that match your brand</li>
<li class="2xl:text-center">Easy-to-navigate layouts for a seamless user experience</li>
<li class="2xl:text-center">Flexibility to update and grow with your business</li>
<li class="2xl:text-center">Cost-effective solutions tailored to your budget</li>
</ul>
</div>
</div>
</section>
<!-- SERVICES SECTION -->
<section>
<div class="px-6 2xl:px-24">
<div class="py-12 grid grid-cols-1 md:grid-cols-2 md:gap-12">
<div>
<h2 class="fadeup text-2xl font-bold py-4 lg:text-3xl 2xl:text-4xl">
Responsive Design
</h2>
<div class="fadeup w-1/3 h-0.5 ml-1 bg-[#135981] xl:w-1/3"></div>
<p class="fadeup py-4 text-gray-600 text-base lg:text-lg 2xl:text-xl">
In an age where users access websites from a variety of devices, ensuring your site looks and functions beautifully on all screen sizes is essential. We meticulously test your website for responsiveness across different devices, from smartphones to tablets and desktops, guaranteeing a consistent and engaging user experience.
</p>
</div>
<div class="fadeup delay1 bg-gray-50 rounded-lg shadow-md p-4">
<h2 class=" text-xl font-bold py-4 lg:text-2xl 2xl:text-3xl">Why it Matters</h2>
<ul class="text-gray-600 marker:text-gray-900 list-disc ml-6 space-y-2 text-base lg:text-lg 2xl:text-xl">
<li>Consistent look and feel across all devices</li>
<li>Increased accessibility and user satisfaction</li>
<li>Better engagement and lower bounce rates</li>
<li>Enhanced mobile search rankings</li>
</ul>
</div>
</div>
<div class="py-12 grid grid-cols-1 2xl:grid-cols-3 md:gap-12 md:px-24 2xl:px-0">
<div>
<h2 class="fadeup text-2xl md:text-center 2xl:text-left font-bold py-4 lg:text-3xl 2xl:text-4xl">
Basic SEO Optimization
</h2>
<div class="fadeup md:mx-auto 2xl:mx-0 w-1/3 h-0.5 ml-1 bg-[#135981] xl:w-1/3"></div>
<p class="fadeup py-4 text-gray-600 2xl:text-left text-base md:text-center lg:text-lg 2xl:text-xl">
Maximize your online presence with our basic SEO services. We provide essential optimization techniques that help your website rank better in search engines, driving more organic traffic to your site. Our approach is straightforward and effective, designed to give your business the visibility it needs without unnecessary complexity.
</p>
</div>
<div class="fadeup delay1 bg-gray-50 rounded-lg shadow-md p-4">
<h2 class=" text-xl font-bold py-4 lg:text-2xl 2xl:text-3xl">What's Included</h2>
<ul class="text-gray-600 marker:text-gray-900 list-disc ml-6 space-y-2 text-base lg:text-lg 2xl:text-xl">
<li>Essential keyword research and integration</li>
<li>On-page SEO optimization (titles, meta descriptions, etc.)</li>
<li>Basic performance tracking and adjustments</li>
<li>Affordable packages that fit your needs</li>
</ul>
</div>
<div class="mt-8 2xl:mt-0">
<img class="fadeup delay2 size-72 md:size-80 2xl:size-96 mx-auto drop-shadow-md" src="assets/laptop-person.svg" alt="">
</div>
</div>
<div class="py-12 grid grid-cols-1 md:grid-cols-2 md:gap-12">
<div>
<h2 class="fadeup text-2xl font-bold py-4 lg:text-3xl 2xl:text-4xl">
Website Maintenance
</h2>
<div class="fadeup w-1/3 h-0.5 ml-1 bg-[#135981] xl:w-1/3"></div>
<p class="fadeup py-4 text-gray-600 text-base lg:text-lg 2xl:text-xl">
Your website needs regular care to stay updated, secure, and functioning smoothly. Our website maintenance services are designed to keep your site in peak condition with minimal hassle. Whether it’s performing routine updates, fixing bugs, or making minor content adjustments, we handle it all so you can focus on your business.
</p>
</div>
<div class="fadeup delay1 bg-gray-50 rounded-lg shadow-md p-4">
<h2 class="text-xl font-bold py-4 lg:text-2xl 2xl:text-3xl">Maintenance services include:</h2>
<ul class="text-gray-600 marker:text-gray-900 list-disc ml-6 space-y-2 text-base lg:text-lg 2xl:text-xl">
<li>Regular software updates and backups</li>
<li>Security checks and vulnerability patching</li>
<li>Performance monitoring and optimization</li>
<li>Affordable monthly plans for peace of mind</li>
</ul>
</div>
</div>
</div>
</section>
<!-- PROCESS SECTION -->
<section>
<div class="px-6 grid md:grid-cols-2 md:gap-12 2xl:px-24 xl:grid-cols-1 items-center">
<div class="xl:flex xl:flex-col xl:justify-center xl:items-center xl:w-1/2 xl:mx-auto">
<h2 class="fadeup text-2xl font-bold py-4 lg:text-3xl 2xl:text-4xl">
Our Process
</h2>
<div class="fadeup w-1/3 h-0.5 ml-1 bg-[#135981] xl:w-1/6"></div>
<p class="fadeup py-4 text-gray-600 text-base lg:text-lg 2xl:text-xl xl:text-center">
At Simon Sites, we take pride in our hands-on, collaborative approach to web development. Here’s how we bring your website to life:
</p>
</div>
<!--Small Screens-->
<div x-data="serviceSlider(4)" class="relative overflow-hidden w-full xl:hidden">
<div class="flex transition-transform duration-500 ease-in-out"
:style="{ transform: `translateX(-${currentSlide * 100}%)` }">
<!-- Service 1 -->
<div class="w-full flex-shrink-0 p-4 shadow-md bg-gray-50 rounded-lg xl:py-12">
<img class="size-32 mx-auto py-2" src="assets/collaboration.svg" alt="image">
<h3 class="text-xl font-semibold text-center mb-2 lg:text-2xl">Consultation & Planning</h3>
<p class="text-center text-gray-600 lg:text-lg">We start by understanding your vision, goals, and target audience. Together, we choose the right hosting plan and domain name that best suits your business needs.</p>
</div>
<!-- Service 2 -->
<div class="w-full flex-shrink-0 p-4 shadow-md bg-gray-50 rounded-lg xl:py-12">
<img class="size-32 mx-auto py-2" src="assets/design.svg" alt="image">
<h3 class="text-xl font-semibold text-center mb-2 lg:text-2xl">Custom Design & Development</h3>
<p class="text-center text-gray-600 lg:text-lg">Every website we create is hand-built from the ground up. We focus on crafting a unique design that aligns with your brand, ensuring that the user experience is both intuitive and engaging.</p>
</div>
<!-- Service 3 -->
<div class="w-full flex-shrink-0 p-4 shadow-md bg-gray-50 rounded-lg xl:py-12">
<img class="size-32 mx-auto py-2" src="assets/testing.svg" alt="image">
<h3 class="text-xl font-semibold text-center mb-2 lg:text-2xl">Responsive & Security Testing</h3>
<p class="text-center text-gray-600 lg:text-lg">Before launch, we rigorously test your website on various devices and browsers to ensure it’s fully responsive. We also implement essential security measures to protect your site and data.</p>
</div>
<!-- Service 4 -->
<div class="w-full flex-shrink-0 p-4 shadow-md bg-gray-50 rounded-lg xl:py-12">
<img class="size-32 mx-auto py-2" src="assets/launch.svg" alt="image">
<h3 class="text-xl font-semibold text-center mb-2 lg:text-2xl">Launch & Support</h3>
<p class="text-center text-gray-600 lg:text-lg">Once everything is perfect, we launch your website and provide ongoing support. We’re here to help with any future updates, maintenance, or additional features you might need.</p>
</div>
</div>
<!-- Navigation Dots -->
<div class="fadeup flex justify-center gap-x-2 py-2 mt-2">
<template x-for="(dot, index) in totalSlides" :key="index">
<button
class="w-4 h-4 rounded-full focus:outline-none"
:class="{ 'bg-[#135981]': currentSlide === index, 'bg-gray-300': currentSlide !== index }"
@click="currentSlide = index; slide = false"
></button>
</template>
</div>
</div>
<!--Large Screens-->
<div class="hidden xl:grid grid-cols-4 gap-6">
<!-- Service 1 -->
<div class="fadeup w-full flex-shrink-0 p-4 shadow-md bg-gray-50 rounded-lg xl:py-12">
<img class="size-32 mx-auto py-2" src="assets/collaboration.svg" alt="image">
<h3 class="text-xl font-semibold text-center mb-2 lg:text-2xl">Consultation & Planning</h3>
<p class="text-center text-gray-600 lg:text-lg">We start by understanding your vision, goals, and target audience. Together, we choose the right hosting plan and domain name that best suits your business needs.</p>
</div>
<!-- Service 2 -->
<div class="fadeup delay1 w-full flex-shrink-0 p-4 shadow-md bg-gray-50 rounded-lg xl:py-12">
<img class="size-32 mx-auto py-2" src="assets/design.svg" alt="image">
<h3 class="text-xl font-semibold text-center mb-2 lg:text-2xl">Custom Design & Development</h3>
<p class="text-center text-gray-600 lg:text-lg">Every website we create is hand-built from the ground up. We focus on crafting a unique design that aligns with your brand, ensuring that the user experience is both intuitive and engaging.</p>
</div>
<!-- Service 3 -->
<div class="fadeup delay2 w-full flex-shrink-0 p-4 shadow-md bg-gray-50 rounded-lg xl:py-12">
<img class="size-32 mx-auto py-2" src="assets/testing.svg" alt="image">
<h3 class="text-xl font-semibold text-center mb-2 lg:text-2xl">Responsive & Security Testing</h3>
<p class="text-center text-gray-600 lg:text-lg">Before launch, we rigorously test your website on various devices and browsers to ensure it’s fully responsive. We also implement essential security measures to protect your site and data.</p>
</div>
<!-- Service 4 -->
<div class="fadeup delay3 w-full flex-shrink-0 p-4 shadow-md bg-gray-50 rounded-lg xl:py-12">
<img class="size-32 mx-auto py-2" src="assets/launch.svg" alt="image">
<h3 class="text-xl font-semibold text-center mb-2 lg:text-2xl">Launch & Support</h3>
<p class="text-center text-gray-600 lg:text-lg">Once everything is perfect, we launch your website and provide ongoing support. We’re here to help with any future updates, maintenance, or additional features you might need.</p>
</div>
</div>
</div>
</section>
<!--PRICING-->
<section>
<div class="bg-white py-24 sm:py-32">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-2xl sm:text-center">
<h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl fadeup">Simple, Affordable Pricing</h2>
<p class="mt-6 text-lg leading-8 text-gray-600 fadeup">We offer very affordable packages to start your online prescence. <b>We offer a free demo to anyone!</b></p>
</div>
<div class="mx-auto mt-16 max-w-2xl rounded-lg shadow-md sm:mt-20 lg:mx-0 lg:flex lg:max-w-none fadeup">
<div class="p-8 sm:p-10 lg:flex-auto">
<h3 class="text-2xl font-bold tracking-tight text-gray-900">Standard Site</h3>
<p class="mt-6 text-base leading-7 text-gray-600">Perfect for small businesses and individuals who need a professional online presence.</p>
<div class="mt-10 flex items-center gap-x-4">
<h4 class="flex-none text-sm font-semibold leading-6 text-[#135981]">What’s included</h4>
<div class="h-px flex-auto bg-gray-100"></div>
</div>
<ul role="list" class="mt-8 grid grid-cols-1 gap-4 text-sm leading-6 text-gray-600 sm:grid-cols-2 sm:gap-6">
<li class="flex gap-x-3">
<svg class="h-6 w-5 flex-none text-[#38B6FF]" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
</svg>
Mulitple Pages (up to 3 pages)
</li>
<li class="flex gap-x-3">
<svg class="h-6 w-5 flex-none text-[#38B6FF]" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
</svg>
Fully custom design
</li>
<li class="flex gap-x-3">
<svg class="h-6 w-5 flex-none text-[#38B6FF]" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
</svg>
Responsive for all devices
</li>
<li class="flex gap-x-3">
<svg class="h-6 w-5 flex-none text-[#38B6FF]" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
</svg>
Basic SEO setup
</li>
<li class="flex gap-x-3">
<svg class="h-6 w-5 flex-none text-[#38B6FF]" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
</svg>
Hosting and domain setup (added to payment)
</li>
<li class="flex gap-x-3">
<svg class="h-6 w-5 flex-none text-[#38B6FF]" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
</svg>
Basic security features
</li>
<li class="flex gap-x-3">
<svg class="h-6 w-5 flex-none text-[#38B6FF]" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
</svg>
Ongoing support for 3 months
</li>
</ul>
</div>
<div class="-mt-2 p-2 lg:mt-0 lg:w-full lg:max-w-md lg:flex-shrink-0">
<div class="rounded-lg bg-gray-50 py-10 text-center ring-1 ring-inset h-full ring-gray-900/5 lg:flex lg:flex-col lg:justify-center lg:py-16">
<div class="mx-auto max-w-xs px-8">
<p class="text-base font-semibold text-gray-600">Starting At</p>
<p class="mt-6 flex items-baseline justify-center gap-x-2">
<span class="text-5xl font-bold tracking-tight text-gray-900">$150</span>
<span class="text-sm font-semibold leading-6 tracking-wide text-gray-600">CAD</span>
</p>
<a href="contact.html" class="mt-10 block w-full rounded-md bg-[#135981] px-3 py-2 text-center text-sm font-semibold text-white shadow-sm hover:bg-[#38B6FF] focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Get Started</a>
<p class="mt-6 text-xs leading-5 text-gray-600">Hosting and domain cost added on</p>
</div>
</div>
</div>
</div>
<div class="mx-auto mt-16 max-w-2xl rounded-lg shadow-md sm:mt-20 lg:mx-0 lg:flex lg:max-w-none fadeup">
<div class="p-8 sm:p-10 lg:flex-auto">
<h3 class="text-2xl font-bold tracking-tight text-gray-900">Premium Site</h3>
<p class="mt-6 text-base leading-7 text-gray-600">Ideal for businesses looking for advanced features and more customization.</p>
<div class="mt-10 flex items-center gap-x-4">
<h4 class="flex-none text-sm font-semibold leading-6 text-[#135981]">What’s included</h4>
<div class="h-px flex-auto bg-gray-100"></div>
</div>
<ul role="list" class="mt-8 grid grid-cols-1 gap-4 text-sm leading-6 text-gray-600 sm:grid-cols-2 sm:gap-6">
<li class="flex gap-x-3">
<svg class="h-6 w-5 flex-none text-[#38B6FF]" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
</svg>
Many Pages (over 3 pages)
</li>
<li class="flex gap-x-3">
<svg class="h-6 w-5 flex-none text-[#38B6FF]" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
</svg>
Fully custom design and functionality
</li>
<li class="flex gap-x-3">
<svg class="h-6 w-5 flex-none text-[#38B6FF]" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
</svg>
Fully responsive for all devices
</li>
<li class="flex gap-x-3">
<svg class="h-6 w-5 flex-none text-[#38B6FF]" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
</svg>
Detailed SEO setup
</li>
<li class="flex gap-x-3">
<svg class="h-6 w-5 flex-none text-[#38B6FF]" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
</svg>
Hosting and domain setup (added to payment)
</li>
<li class="flex gap-x-3">
<svg class="h-6 w-5 flex-none text-[#38B6FF]" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
</svg>
Comprehensive security features
</li>
<li class="flex gap-x-3">
<svg class="h-6 w-5 flex-none text-[#38B6FF]" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
</svg>
Ongoing support for 3 months
</li>
</ul>
</div>
<div class="-mt-2 p-2 lg:mt-0 lg:w-full lg:max-w-md lg:flex-shrink-0">
<div class="rounded-lg bg-gray-50 py-10 text-center ring-1 ring-inset h-full ring-gray-900/5 lg:flex lg:flex-col lg:justify-center lg:py-16">
<div class="mx-auto max-w-xs px-8">
<p class="text-base font-semibold text-gray-600">Starting At</p>
<p class="mt-6 flex items-baseline justify-center gap-x-2">
<span class="text-5xl font-bold tracking-tight text-gray-900">$280</span>
<span class="text-sm font-semibold leading-6 tracking-wide text-gray-600">CAD</span>
</p>
<a href="contact.html" class="mt-10 block w-full rounded-md bg-[#135981] px-3 py-2 text-center text-sm font-semibold text-white shadow-sm hover:bg-[#38B6FF] focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Get Started</a>
<p class="mt-6 text-xs leading-5 text-gray-600">Hosting and domain cost added on</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--CTA-->
<section>
<div class="px-6 py-24 pt-12 2xl:px-24">
<div class="flex flex-col justify-center items-center py-6">
<h2 class="fadeup text-2xl text-center font-bold py-4 lg:text-3xl 2xl:text-4xl">Get Started Today!</h2>
<p class="fadeup py-4 text-gray-600 md:w-4/6 2xl:w-4/12 text-center text-base lg:text-lg 2xl:text-xl">Ready to take your online presence to the next level? At Simon Sites, we’re dedicated to delivering high-quality, custom websites at an affordable price. Whether you're starting a new project or looking to refresh your current site, we’re here to help. Let’s bring your vision to life!</p>
<a href="contact.html" class="fadeup bg-[#135981] hover:bg-[#38B6FF] w-fit px-3.5 py-2.5 rounded-md text-md font-semibold text-white block">Get in Touch</a>
</div>
</div>
</section>
<footer>
<div class="bg-gray-50 py-4 px-6 pt-12 2xl:px-24">
<div class="flex justify-between px-4">
<div class="flex flex-col gap-2">
<a class="fadeup " href="index.html">Home</a>
<a class="fadeup delay1" href="about.html">About</a>
<a class="fadeup delay2" href="services.html">Services</a>
<a class="fadeup delay3" href="contact.html">Contact</a>
</div>
<div class="flex flex-col md:flex-row justify-around md:items-center md:gap-4">
<a href="https://www.instagram.com/simon.p15/" target="_blank" class="w-fit"><svg class="size-8 fadeup" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg></a>
<a href="mailto:simonsites10@gmail.com"><svg class="size-8 fadeup delay1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"/></svg></a>
</div>
</div>
<div class="mt-4">
<p class="text-xs text-center fadeup">
© 2025 Simon Sites. All Rights Reserved
</p>
</div>
</div>
</footer>
<div id="cookie-banner" class="fixed w-full bottom-0">
<div class="bg-white p-4 flex flex-col lg:flex-row lg:justify-between gap-4 w-full border-t fadeup delay4">
<div class="flex flex-col gap-2">
<span class="text-lg font-bold">We Value Your Privacy</span>
<span>This site uses cookies to improve your experience. Do you accept?</span>
</div>
<div class="flex justify-between gap-5">
<button id="reject-cookies" class="rounded-md border-[#135981] border-2 px-5 py-2.5 w-full lg:min-w-44 text-base font-semibold text-[#135981] hover:border-[#38B6FF] hover:text-[#38B6FF]">Reject</button>
<button id="accept-cookies" class="rounded-md bg-[#135981] border-[#135981] px-5 w-full lg:min-w-44 border-2 py-2.5 text-base font-semibold text-white shadow-md hover:border-[#38B6FF] hover:bg-[#38B6FF]">Accept</button>
</div>
</div>
</div>
<script>
document.addEventListener('DOMContentLoaded', function() {
// Check if consent has already been given
const consentGiven = localStorage.getItem('cookieConsent');
if (consentGiven === 'accepted') {
loadGoogleAnalytics();
hideBanner();
} else if (consentGiven === 'rejected') {
hideBanner();
} else {
// Show the cookie banner
document.getElementById('cookie-banner').style.display = 'block';
}
// Handle 'Accept' button click
document.getElementById('accept-cookies').addEventListener('click', function() {
localStorage.setItem('cookieConsent', 'accepted');
loadGoogleAnalytics();
hideBanner();
});
// Handle 'Reject' button click
document.getElementById('reject-cookies').addEventListener('click', function() {
localStorage.setItem('cookieConsent', 'rejected');
hideBanner();
});
function hideBanner() {
document.getElementById('cookie-banner').style.display = 'none';
}
function loadGoogleAnalytics() {
const script = document.createElement('script');
script.async = true;
script.src = 'https://www.googletagmanager.com/gtag/js?id=G-4024TESCJ5';
document.head.appendChild(script);
const script2 = document.createElement('script');
script2.innerHTML = `
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4024TESCJ5');
`
document.head.appendChild(script2);
}
});
</script>
<script src="scripts/slider.js"></script>
<script src="scripts/nav.js"></script>
</body>
</html>