forked from trucsclub/trucsclub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
501 lines (438 loc) · 29.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="TRU CS Club Website">
<meta name="keywords" content="TRU, Computer Science, CS Club, CS, Kamloops, Thompson Rivers University">
<title>TRU CS Club</title>
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
</head>
<body class="font-body m-0 p-0 bg-background">
<!-- Navbar -->
<nav class="bg-background relative container mx-auto p-5">
<!-- Flex Container -->
<div class="flex items-center lg:justify-evenly justify-end">
<!-- Logo -->
<div class="w-32 hidden">
<a href="">
<img src="assets/logo.svg" alt="logo">
</a>
</div>
<!-- Menu Items -->
<div class="md:text-text text-2xl hidden lg:flex space-x-16 py-1 px-6 ali items-center">
<a href="" class=""><img src="assets/logo.svg" alt="logo"></a>
<a href="#hero-section" class="px-8 py-2 hover:text-accent" onclick="scrollToSection('hero-section'); return false;">Get Involved</a>
<a href="#events-section" class="px-8 py-2 hover:text-accent" onclick="scrollToSection('events-section'); return false;">Events</a>
<a href="#board-section" class="px-8 py-2 hover:text-accent" onclick="scrollToSection('board-section'); return false;">Board Meeting</a>
<a href="./coming-soon.html" class="px-8 py-2 hover:text-accent">Members</a>
<a href="#merch-section" class="px-8 py-2 hover:text-accent" onclick="scrollToSection('merch-section'); return false;">Merch</a>
</div>
<!-- Hamburger Icon -->
<button id="menu-btn" class="block hamburger lg:hidden focus:outline-none">
<span class="hamburger-top"></span>
<span class="hamburger-middle"></span>
<span class="hamburger-bottom"></span>
</button>
</div>
<!-- Mobile Menu -->
<div class="lg:hidden">
<div id="menu"
class="absolute flex-col items-center hidden self-end py-8 space-y-6 font-bold bg-white-glass sm:w-auto sm:self-center left-6 right-6 drop-shadow-md">
<a href="#hero-section" class="hover:text-accent" onclick="scrollToSection('hero-section'); return false;">Get Involved </a>
<a href="#events-section" class="hover:text-accent" onclick="scrollToSection('events-section'); return false;">Events</a>
<a href="#board-section" class="hover:text-accent" onclick="scrollToSection('board-section'); return false;">Board Meeting</a>
<a href="./coming-soon.html" class="hover:text-accent">Members</a>
<a href="#merch-section" class="hover:text-accent" onclick="scrollToSection('merch-section'); return false;">Merch</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="hero-section" class="area flex flex-col items-center gap-8">
<a href="./board-members.html">-</a>
<!-- Logo -->
<a href="">
<img src="assets/logo.svg" alt="logo" class="w-48">
</a>
<!-- Title -->
<div>
<h1 class="text-text text-center font-bold lg:text-4xl text-2xl">Thompson Rivers University's<br>Computer
Science Club</h1>
</div>
<!-- Background Circles Animation -->
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<!-- Socials -->
<div class="flex gap-12">
<a href="https://discord.gg/UEGuccvBRy" target="_blank">
<!-- https://icons.getbootstrap.com/icons/discord/ -->
<svg xmlns="http://www.w3.org/2000/svg" class="w-10 h-10 hover:fill-secondary" fill="#b25fb9"
viewBox="0 0 16 16">
<path
d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z" />
</svg>
</a>
<a href="https://www.instagram.com/trucsclub/" target="_blank">
<!-- https://icons.getbootstrap.com/icons/instagram/ -->
<svg xmlns="http://www.w3.org/2000/svg" class="w-10 h-10 hover:fill-secondary" fill="#b25fb9"
viewBox="0 0 16 16">
<path
d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z" />
</svg>
</a>
<a href="https://www.facebook.com/profile.php?id=61551258991234&ref=xav_ig_profile_web" target="_blank">
<!-- https://icons.getbootstrap.com/icons/facebook/ -->
<svg xmlns="http://www.w3.org/2000/svg" fill="#b25fb9" class="w-10 h-10 hover:fill-secondary"
viewBox="0 0 16 16">
<path
d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z" />
</svg>
</a>
</div>
<!-- Subscribe Button -->
<a href="#" class="mb-16">
<button id="subscribe-button"
class="text-text py-2 px-10 rounded-full bg-accent hover:bg-secondary">Subscribe!</button>
<div id="mc_embed_shell" style="display: none;" class="mb-40">
<link href="//cdn-images.mailchimp.com/embedcode/classic-061523.css" rel="stylesheet"
type="text/css">
<div id="mc_embed_signup" class="bg-white-glass">
<form action="https://trucsclub.us7.list-manage.com/subscribe/post?u=0fdd1a326517787271a19d50e&id=8c0f896303&f_id=0093d6e4f0"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form"
class="validate" target="_blank">
<div id="mc_embed_signup_scroll">
<br>
<h2>Subscribe</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required
</div>
<div class="mc-field-group"><label for="mce-EMAIL">Email Address <span
class="asterisk">*</span></label><input type="email" name="EMAIL"
class="required email" id="mce-EMAIL" required="" value=""></div>
<div id="mce-responses" class="clear foot">
<div class="response" id="mce-error-response" style="display: none;"></div>
<div class="response" id="mce-success-response" style="display: none;"></div>
</div>
<div aria-hidden="true" style="position: absolute; left: -5000px;">
/* real people should not fill this in and expect good things - do not remove
this or risk form
bot signups */
<input type="text" name="b_0fdd1a326517787271a19d50e_8c0f896303" tabindex="-1"
value="">
</div>
<div class="optionalParent">
<div class="clear foot">
<input type="submit" name="subscribe" id="mc-embedded-subscribe"
class="button" value="Subscribe">
<button id="cancel-subscribe" class="button">Cancel</button>
<p style="margin: 0px auto;"><a href="http://eepurl.com/izSGyA"
title="Mailchimp - email marketing made easy and fun"><span
style="display: inline-block; background-color: transparent; border-radius: 4px;"><img
class="refferal_badge"
src="https://digitalasset.intuit.com/render/content/dam/intuit/mc-fe/en_us/images/intuit-mc-rewards-text-dark.svg"
alt="Intuit Mailchimp"
style="width: 220px; height: 40px; display: flex; padding: 2px 0px; justify-content: center; align-items: center;"></span></a>
</p>
</div>
</div>
</div>
</form>
</div>
<script type="text/javascript"
src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script>
<script
type="text/javascript">(function ($) { window.fnames = new Array(); window.ftypes = new Array(); fnames[0] = 'EMAIL'; ftypes[0] = 'email'; fnames[1] = 'FNAME'; ftypes[1] = 'text'; fnames[2] = 'LNAME'; ftypes[2] = 'text'; }(jQuery)); var $mcj = jQuery.noConflict(true);</script>
</div>
</a>
</section>
<!-- Events -->
<section id="events-section" class="bg-section flex flex-col gap-12 items-center py-10 px-5">
<!-- Title -->
<h2 class="text-text font-extrabold text-5xl text-center">Upcoming Events</h2>
<!-- Event Container -->
<div class="flex flex-wrap gap-12 items-start justify-center py-10 px-5">
<!-- EVENT #1 -->
<div class="event-card event-card-blur sm:w-1/2 md:w-auto mb-8 sm:mb-0">
<h3 class="text-black font-bold text-lg">Fall LAN Party</h3>
<pre class="text-black text-lg tab2">
<b>Date:</b> October 26th, 2024
<b>Time:</b> 12:30 pm
<b>Room:</b> OM 3732</pre>
<p class="text-gray-700">Join us in our LAN party! Bring your setup, play some games, and enjoy some free food and prizes!</p>
<br><br><br>
<a href="https://simpli.events/e/LAN24FALL" target="_blank">
<span class="font-bold hover:text-accent absolute bottom-3">Get Your Tickets</span>
</a>
</div>
<!-- EVENT #2 -->
<div class="event-card event-card-blur sm:w-1/2 md:w-auto mb-8 sm:mb-0">
<h3 class="text-black font-bold text-lg">Github Workshop</h3>
<pre class="text-black text-lg tab2">
<b>Date:</b> November 16th, 2024
<b>Time:</b> 12:00 pm
<b>Room:</b> OM 1241</pre>
<p class="text-gray-700">Join us in our workshop where you can learn the basics of using GitHub web-based platform. This workshop will break down the use of this collaboration tool into simple, practical steps anyone can master. </p>
<br><br><br>
<a href="https://simpli.events/e/26b856" target="_blank">
<span class="font-bold hover:text-accent absolute bottom-3">Get Your Tickets</span>
</a>
</div>
<!-- EVENT #3 -->
<div class="event-card event-card-blur w-full md:w-auto">
<h3 class="text-black font-bold text-lg">Can You Code?</h3>
<pre class="text-black text-lg tab2">
<b>Date:</b> November 29th, 2024
<b>Time:</b> TBA
<b>Room:</b> TBA</pre>
<p class="text-gray-700">Compete against your friends to find out who can
code! Work in teams to battle for prizes while you enjoy some free food!</p>
<br><br><br>
<a href="https://simpli.events/" target="_blank">
<span class="font-bold hover:text-accent absolute bottom-3">Get Your Tickets</span>
</a>
</div>
</div>
</section>
<!-- Next Board Meeting -->
<section id="board-section" class="bg-section flex flex-col gap-12 items-center py-10 px-5">
<!-- Title -->
<h2 class="text-text font-extrabold text-5xl">Board Meeting</h2>
<!-- Event Cards -->
<div class="event-card event-card-blur">
<h3 class="text-black font-bold text-lg">Join us for our next board meeting!</h3>
<!-- MANUALLY CHANGE -->
<pre class="text-black text-lg tab2">
<b>Date:</b> October 16th, 2024
<b>Time:</b> 1:30 pm
<b>Room:</b> OM 1365</pre>
<p class="text-gray-700">Join us in our bi-weekly board meetings!
Get to know us, share your ideas, and be part of our community!
</p>
<br><br><br>
<a href="https://discord.gg/4CrZudX8" target="_blank">
<span class="font-bold hover:text-accent absolute bottom-3">Join the Meeting</span>
</a>
</div>
</section>
<!-- Help Desk Timetable -->
<section id="helpdesk-section" class="bg-section flex flex-col gap-12 items-center py-10 px-5">
<!-- Title -->
<h2 class="text-text font-extrabold text-5xl text-center">Help Desk Timetable</h2>
<!-- Timetable -->
<div class="event-card-helpdesk event-card-blur">
<table class="w-full border-collapse text-xs md:text-base">
<thead>
<!-- Title Row -->
<tr>
<th class="bg-secondary/40">Time</th>
<th class="bg-secondary/40">Mon</th>
<th class="bg-secondary/40">Tue</th>
<th class="bg-secondary/40">Wed</th>
<th class="bg-secondary/40">Thu</th>
<th class="bg-secondary/40">Fri</th>
</tr>
</thead>
<tbody>
<!-- Row #1 -->
<tr>
<td>
<span class="block sm:inline">08:30</span>
<span class="hidden sm:inline"> - </span>
<span class="block sm:inline">09:20</span>
</td>
<td class="bg-secondary/20"></td>
<td class="bg-secondary/20"></td>
<td class="bg-secondary/20"></td>
<td class="bg-secondary/20"></td>
<td class="bg-secondary/20"></td>
</tr>
<!-- Row #2 -->
<tr>
<td>
<span class="block sm:inline">09:30</span>
<span class="hidden sm:inline"> - </span>
<span class="block sm:inline">10:20</span>
</td>
<td class="bg-secondary/20"></td>
<td class="bg-secondary/20"></td>
<td class="bg-secondary/20"></td>
<td>Harbir</td>
<td class="bg-secondary/20"></td>
</tr>
<!-- Row #3 -->
<tr>
<td>
<span class="block sm:inline">10:30</span>
<span class="hidden sm:inline"> - </span>
<span class="block sm:inline">11:20</span>
</td>
<td class="bg-secondary/20"></td>
<td>Harbir</td>
<td>Hamza</td>
<td>Harbir</td>
<td>Harbir</td>
</tr>
<!-- Row #4 -->
<tr>
<td>
<span class="block sm:inline">11:30</span>
<span class="hidden sm:inline"> - </span>
<span class="block sm:inline">12:20</span>
</td>
<td class="bg-secondary/20"></td>
<td>Harbir</td>
<td>John</td>
<td>Harbir</td>
<td>Harbir</td>
</tr>
<!-- Row #5 -->
<tr>
<td>
<span class="block sm:inline">12:30</span>
<span class="hidden sm:inline"> - </span>
<span class="block sm:inline">13:20</span>
</td>
<td>John</td>
<td>Harbir</td>
<td>John</td>
<td>John</td>
<td>John</td>
</tr>
<!-- Row #6 -->
<tr>
<td>
<span class="block sm:inline">13:30</span>
<span class="hidden sm:inline"> - </span>
<span class="block sm:inline">14:20</span>
</td>
<td>John</td>
<td class="bg-secondary/20"></td>
<td>John</td>
<td class="bg-secondary/20"></td>
<td>John</td>
</tr>
<!-- Row #7 -->
<tr>
<td>
<span class="block sm:inline">14:30</span>
<span class="hidden sm:inline"> - </span>
<span class="block sm:inline">15:20</span>
</td>
<td class="bg-secondary/20"></td>
<td>Hamza</td>
<td class="bg-secondary/20"></td>
<td>Hamza</td>
<td class="bg-secondary/20"></td>
</tr>
<!-- Row #8 -->
<tr>
<td>
<span class="block sm:inline">15:30</span>
<span class="hidden sm:inline"> - </span>
<span class="block sm:inline">16:20</span>
</td>
<td>Hamza</td>
<td class="bg-secondary/20"></td>
<td>Hamza</td>
<td>Hamza</td>
<td>Hamza</td>
</tr>
<!-- Row #9 -->
<tr>
<td>
<span class="block sm:inline">16:30</span>
<span class="hidden sm:inline"> - </span>
<span class="block sm:inline">17:20</span>
</td>
<td class="bg-secondary/20"></td>
<td class="bg-secondary/20"></td>
<td>Hamza</td>
<td class="bg-secondary/20"></td>
<td class="bg-secondary/20"></td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- Merch Store -->
<section id="merch-section" class="bg-section flex flex-col gap-12 items-center py-10 px-5">
<!-- Title -->
<h2 class="text-text font-extrabold text-5xl">Merch</h2>
<!-- iFrame with Website -->
<div class="bg-white rounded-lg p-3 gap-5 shadow-lg shadow-accent w-[97%] lg:w-[80%] h-[1000px]">
<iframe src="https://my-store-f1a084.creator-spring.com/" frameborder="0" class="w-full h-full"></iframe>
</div>
<!-- Button Go to store -->
<a href="https://my-store-f1a084.creator-spring.com/" target="_blank">
<button id="merch-button" class="text-text py-2 px-10 rounded-full bg-accent hover:bg-secondary">Go to
store</button>
</a>
</section>
<!-- Smooth Scroll Scrip -->
<script>
function scrollToSection(sectionId) {
const section = document.getElementById(sectionId);
if (section) {
section.scrollIntoView({ behavior: 'smooth' });
}
}
</script>
<!-- Hamburger Script -->
<script src="assets/hamburger.js"></script>
<!-- Subscribe Script -->
<script>
document.getElementById('subscribe-button').addEventListener('click', () => {
document.getElementById('mc_embed_shell').style.display = 'block';
});
document.getElementById('cancel-subscribe').addEventListener('click', () => {
document.getElementById('mc_embed_shell').style.display = 'none';
});
</script>
</body>
<!-- Footer -->
<footer class="bg-footer-to-section flex justify-between px-5 pb-2 pt-5 items-end">
<!-- Email -->
<a href="mailto:[email protected]" class="text-text text-md hover:text-accent">
</a>
<!-- Copyright -->
<p class="text-gray-700 text-md">© by trucsclub</p>
<!-- Socials -->
<div class="flex gap-2">
<a href="https://discord.gg/UEGuccvBRy" target="_blank">
<!-- https://icons.getbootstrap.com/icons/discord/ -->
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 hover:fill-secondary" fill="#b25fb9"
viewBox="0 0 16 16">
<path
d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z" />
</svg>
</a>
<a href="https://www.instagram.com/trucsclub/" target="_blank">
<!-- https://icons.getbootstrap.com/icons/instagram/ -->
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 hover:fill-secondary" fill="#b25fb9"
viewBox="0 0 16 16">
<path
d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z" />
</svg>
</a>
<a href="https://www.facebook.com/profile.php?id=61551258991234&ref=xav_ig_profile_web" target="_blank">
<!-- https://icons.getbootstrap.com/icons/facebook/ -->
<svg xmlns="http://www.w3.org/2000/svg" fill="#b25fb9" class="w-5 h-5 hover:fill-secondary"
viewBox="0 0 16 16">
<path
d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z" />
</svg>
</a>
</div>
</footer>
</html>