-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
795 lines (756 loc) · 33.2 KB
/
index.html
File metadata and controls
795 lines (756 loc) · 33.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>InfinityTech</title>
<link
href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"
rel="stylesheet"
/>
</head>
<body
class="w-screen overflow-x-hidden text-zinc-800 dark:text-zinc-100 duration-300 bg-white dark:bg-zinc-950 relative"
>
<div
class="fixed hidden lg:block lg:dark:block bg-gradient-to-b dark:from-blue-600 dark:via-blue-900/50 to-transparent blur-3xl size-[60rem] lg:left-[15%] rounded-full lg:-top-[90%] z-0"
></div>
<!-- Le header plus la navigation mobile et pc -->
<header
id="header"
class="fixed w-screen left-0 z-50 bg-white/80 lg:bg-transparent dark:bg-zinc-950/80 lg:dark:bg-transparent lg:backdrop-blur-none right-0 group p-3 px-8 lg:px-6 border-b lg:border-none lg:w-[75vw] lg:mx-auto border-dashed border-zinc-950/5 dark:border-white/5 duration-300 lg:top-4"
>
<!-- Nav overlay -->
<nav class="flex items-center justify-between">
<!-- logo officiel du site -->
<div class="">
<a
href="/index.html"
class="text-lg font-light flex gap-1 items-center"
>
<span class="h-max grid place-content-center">
<i class="bx bx-infinite text-4xl"></i>
</span>
<div class="hidden lg:block">
<span class=""
>infinity<span class="text-blue-700 font-semibold"
>Tech</span
></span
>
</div>
</a>
</div>
<!-- Menu mobile -->
<div
class="fixed h-0 duration-150 lg:hidden overflow-hidden z-40 p-2 top-16 left-0 right-0 group-data-[state=active]:h-screen w-screen"
>
<!-- Menu mobile -->
<ul
id="menumobile"
class="border opacity-0 rounded-3xl h-[45vh] w-[95vw] mx-auto flex flex-col justify-between border-zinc-950/10 dark:border-white/10 group-data-[state=active]:opacity-100 origin-top group-data-[state=active]:scale-100 overflow-hidden bg-white dark:bg-zinc-950 z-50 left-0 right-0 duration-300 p-8"
>
<div class="flex flex-col gap-5">
<li>
<a
href="/src/pages/articles.html"
class="flex hover:text-blue-600 duration-300"
>Articles</a
>
</li>
<li>
<a
href="/src/pages/about.html"
class="flex hover:text-blue-600 duration-300"
>A propos</a
>
</li>
<li>
<a
href="/src/pages/contact.html"
class="flex hover:text-blue-600 duration-300"
>Contact</a
>
</li>
</div>
<!-- Btn action -->
<li
class="w-full mt-6 border-t border-zinc-950/10 dark:border-white/5 pt-4"
>
<div class="flex flex-col gap-4 lg:flex-row w-full items-center">
<a
href="/src/pages/login.html"
class="p-2 hover:bg-zinc-100 border border-zinc-950/5 dark:border-white/5 dark:hover:bg-white/5 duration-300 rounded-full active:scale-90 w-full justify-center text-sm flex"
>
Log in
</a>
<a
href="/src/pages/register.html"
class="p-2 hover:bg-blue-500 duration-300 active:scale-90 active:bg-blue-800 w-full justify-center flex rounded-full bg-blue-600 text-white text-sm"
>
<span>Sign up</span>
</a>
</div>
</li>
</ul>
</div>
<div class="flex items-center gap-2">
<div class="flex items-center gap-2">
<!-- Menu ordinateur -->
<ul
class="hidden overflow-hidden lg:flex lg:items-center *:hover:text-blue-600 *:duration-300 *:text-zinc-800/80 *:dark:text-white/70 *:font-light *:text-sm lg:gap-4 pr-4"
>
<li><a href="/src/pages/articles.html">Articles</a></li>
<li><a href="/src/pages/about.html">A propos</a></li>
<li><a href="/src/pages/contact.html">Contact</a></li>
</ul>
<div
class="w-0.5 hidden lg:flex h-6 bg-zinc-950/10 dark:bg-white/10 rounded-full"
></div>
<button id="toggleButton" class="p-2 pl-4 hover:cursor-pointer">
<svg
id="moonIcon"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="size-5 hover:text-blue-950 duration-300 hover:rotate-12"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z"
/>
</svg>
<svg
id="sunIcon"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="size-5 hover:text-yellow-600 duration-300 hover:rotate-12"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z"
/>
</svg>
</button>
<!-- Btn action -->
<div class="lg:flex hidden flex-col gap-4 lg:flex-row items-center">
<a
href="/src/pages/login.html"
class="p-1 px-6 dark:text-white/70 font-light dark:hover:text-white hover:bg-zinc-100 dark:hover:bg-white/5 text-sm duration-300 rounded-full active:scale-90"
>
Log in
</a>
<a
href="/src/pages/register.html"
class="p-1 px-6 hover:bg-blue-500 duration-300 active:scale-90 active:bg-blue-800 rounded-full font-light border dark:border-white/5 border-zinc-950/5 bg-blue-600 text-sm text-white"
>
<span>Sign up</span>
</a>
</div>
</div>
<!-- umburger menu -->
<div class="flex lg:hidden">
<button
id="menu-btn"
aria-label="open menu"
class="btn variant-ghost sz-md icon-only relative z-20 -mr-2.5 block cursor-pointer lg:hidden hover:bg-zinc-950/5 p-2 rounded-full"
>
<svg
class="text-title m-auto size-6 transition-[transform,opacity] duration-300 group-data-[state=active]:rotate-180 group-data-[state=active]:scale-0 group-data-[state=active]:opacity-0"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M3.75 9h16.5m-16.5 6.75h16.5"
></path>
</svg>
<svg
class="text-title absolute inset-0 m-auto size-6 -rotate-180 scale-0 opacity-0 transition-[transform,opacity] duration-300 group-data-[state=active]:rotate-0 group-data-[state=active]:scale-100 group-data-[state=active]:opacity-100"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M6 18 18 6M6 6l12 12"
></path>
</svg>
</button>
</div>
</div>
</nav>
</header>
<!-- Contenue du site ici -->
<main class="relative z-20">
<!-- Le contenue principal ici -->
<!-- La hero section ici -->
<section
class="h-max lg:w-[85vw] mx-auto p-5 lg:p-0 grid gap-5 items-center relative top-3 lg:top-28 mb-12 lg:mb-52"
>
<div class="flex flex-col items-center mt-20">
<div>
<a
href=""
class="flex w-max items-center gap-2 mb-3 p-1 px-4 dark:bg-white/5 bg-blue-600/5 dark:hover:bg-blue-600/10 rounded-full border border-zinc-950/5 dark:border-white/5 hover:border-blue-600/40 group duration-300"
>
<div class="size-2 animate-pulse bg-green-600 rounded-full"></div>
<span class="text-sm">Read the latest article</span>
<ion-icon
name="arrow-forward-outline"
class="group-hover:translate-x-0.5 duration-300"
></ion-icon>
</a>
</div>
<h1
id="hero-title"
class="text-4xl lg:text-7xl text-center font-semibold bg-gradient-to-bl from-zinc-800 lg:leading-20 to-zinc-950 text-balance dark:from-blue-100 dark:to-blue-50 bg-clip-text text-transparent"
>
La communauté des <br class="hidden lg:block" />
passionnés de la tech
</h1>
<p
class="mt-4 text-zinc-500 lg:w-[40vw] text-center mx-auto lg:text-balance"
>
Fait ta veille technologique avec nos articles qui sont tendance et
touche à toutes les categories tech allant du développement
logicielle à l'IA
</p>
<!-- Action btn box -->
<div
class="flex flex-col w-[80vw] lg:w-full lg:flex-row items-center gap-5 mt-10 justify-center"
>
<a
href="/src/pages/articles.html"
class="p-3 lg:p-2 text-sm bg-gradient-to-b from-blue-500 via-blue-600 to-blue-500 font-light hover:bg-blue-500 ring-1 ring-white/10 text-white rounded-full hover:shadow-blue-600/70 w-full lg:w-max lg:px-10 border dark:border-white/10 border-zinc-950/5 flex justify-center duration-500 active:scale-90 shadow-xl lg:shadow-2xl shadow-blue-600/10 lg:shadow-blue-600/30"
>
<span>Voir tous les articles</span>
</a>
<a
href=""
class="p-3 lg:p-2 border border-zinc-950/5 dark:border-white/5 flex items-center justify-center lg:px-10 hover:bg-zinc-950/5 dark:hover:bg-white/5 rounded-full active:scale-90 text-sm duration-300 w-full lg:w-max font-light"
>
<span>En savoir plus</span>
</a>
</div>
</div>
</section>
<section
class="flex flex-col items-center lg:left-5 gap-1 relative lg:mt-20 mb-36 lg:mb-52 p-5 lg:p-0 lg:skew-6"
>
<div
class="skewbox dark:border-white/5 w-screen flex justify-center gap-5"
>
<div class="gap-5 relative top-16 lg:top-24">
<div
class="h-[50vh] w-[85vw] lg:h-[70vh] lg:w-[80vw] rounded-3xl shadow-2xl shadow-blue-600/15 lg:-skew-6 overflow-hidden relative z-40 lg:-ml-10"
>
<img
src="./src/assets/blog/Img_1.webp"
alt="Image"
class="rounded-3xl w-full h-full object-cover"
/>
</div>
<div
class="bg-zinc-950/5 dark:bg-white/5 backdrop-blur-3xl rounded-3xl lg:-skew-6 -translate-y-36 relative z-10 w-[93%] border border-zinc-950/10 dark:border-white/10 h-[20vh] ml-4 lg:ml-0"
></div>
<div
class="bg-zinc-950/5 dark:bg-white/5 backdrop-blur-3xl rounded-3xl lg:-skew-6 -mt-72 relative z-0 w-[80%] mx-auto border border-zinc-950/10 dark:border-white/10 h-[20vh] ml-10 lg:ml-20"
></div>
</div>
</div>
</section>
<!-- Some stats here -->
<section>
<div class="lg:w-[85vw] mx-auto p-4 lg:p-0">
<div class="flex flex-col items-center justify-center gap-5">
<h2 class="text-xl lg:text-5xl">InfinityTech in numbers</h2>
<p class="text-center lg:w-[35vw] font-light">
We are a vibrant tech community that is growing every day. Here are some of our stats
</p>
</div>
<div class="grid lg:grid-cols-3 gap-5 mt-16 lg:mt-20">
<div class="lg:border-r border-zinc-950/5 dark:border-white/5">
<div class="flex justify-center">
<div class="flex flex-col items-center">
<h3 class="text-5xl">1452</h3>
<p class="font-light mt-2">Actives members</p>
</div>
</div>
</div>
<div class="border-t lg:border-t-0 lg:border-r border-zinc-950/5 dark:border-white/5">
<div class="flex justify-center">
<div class="flex flex-col items-center">
<h3 class="text-5xl">1452</h3>
<p class="font-light mt-2">Actives members</p>
</div>
</div>
</div>
<div class="border-t lg:border-t-0 border-zinc-950/5 dark:border-white/5">
<div class="flex justify-center">
<div class="flex flex-col items-center">
<h3 class="text-5xl">1452</h3>
<p class="font-light mt-2">Actives members</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- A propos de nous -->
<section
class="lg:p-4 h-max lg:py-20 lg:w-[85vw] mx-auto flex justify-center items-center mt-4 lg:mt-64 mb-16"
>
<section
class="border border-zinc-950/5 dark:border-white/5 aboutbox p-4 h-max flex flex-col gap-5"
>
<section
class="h-max bg-gradient-to-tr dark:from-zinc-900/40 dark:via-blue-600/10 overflow-hidden backdrop-blur-md border dark:border-white/5 border-zinc-950/5 dark:to-blue-950/20 rounded-3xl flex flex-col justify-between relative group shadow-2xl shadow-blue-600/10 p-2 lg:w-[85vw] mx-auto"
>
<div class="grid md:grid-cols-2 gap-5 lg:gap-10 items-center">
<div class="flex rounded-3xl relative overflow-hidden">
<div
class="w-full h-[50vh] scale-110 -rotate-12 relative -top-32 lg:h-[50vh] bg-zinc-950/10 dark:bg-white/10 rounded-3xl aboutusfirst group-hover:scale-125 duration-1000"
></div>
<div
class="absolute bottom-6 lg:bottom-16 right-12 bg-zinc-950 h-72 w-[80%] rounded-br-3xl ring-8 dark:ring-white/20 rotate-3 shadow-2xl shadow-blue-600/10 overflow-hidden"
>
<img
src="/src/assets/Img_1.webp"
class="h-full w-full object-cover"
alt=""
/>
</div>
</div>
<div
class="p-6 lg:p-10 border-dashed border-t lg:border-t-0 lg:border-l dark:border-white/5 border-zinc-950/10"
>
<h2 class="text-2xl lg:text-3xl">Qui sommes nous ?</h2>
<div class="mt-8">
<p class="dark:text-white/80">
Nous sommes une communauté des jeunes dynamiques qui ont
pour objectif de partager la connaissance dans le domaine de
la technologie et de l'innovation. Nous sommes passionnés
par la technologie et nous voulons partager cette passion
avec le monde entier. Nous sommes une communauté ouverte à
tous ceux qui veulent apprendre et partager leurs
connaissances avec les autres.
</p>
<a
href="#"
class="p-2 border dark:border-white/5 border-zinc-950/5 flex justify-between gap-6 items-center mt-10 lg:mt-8 bg-blue-600 text-white rounded-full hover:bg-blue-700 duration-300 lg:w-max"
>
<span class="relative left-2 font-light">
Nous réjoindre
</span>
<span
class="size-10 bg-white/15 grid place-content-center rounded-full border border-white/5 group-hover:-rotate-45 duration-500"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="size-5"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"
/>
</svg>
</span>
</a>
</div>
</div>
</div>
</section>
<section class="grid md:grid-cols-2 gap-5">
<div
class="h-max md:h-full gap-9 lg:h-[50vh] bg-gradient-to-bl dark:from-zinc-900/40 dark:via-blue-600/10 overflow-hidden backdrop-blur-md border dark:border-white/5 border-zinc-950/5 dark:to-blue-950/20 rounded-3xl p-6 flex flex-col justify-between"
>
<div
class="bg-gradient-to-b from-zinc-950/5 dark:from-white/5 to-transparent border-t border-l border-r border-zinc-950/5 dark:border-white/5 h-48 lg:h-56 rounded-2xl"
></div>
<div>
<h2 class="text-xl">Nous travaillons sur des projets</h2>
<p class="mt-2 font-light text-sm dark:text-white/80">
Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Dolore dignissimos eligendi quos incidunt expedita omnis sed
voluptatem ad earum ipsa, blanditiis dicta doloribus inventore
suscipit voluptas eum quod accusantium deserunt!
</p>
</div>
</div>
<div
class="h-max gap-5 lg:h-[50vh] bg-gradient-to-br dark:from-zinc-900/40 dark:via-blue-600/10 overflow-hidden backdrop-blur-md border dark:border-white/5 border-zinc-950/5 dark:to-blue-950/20 rounded-3xl p-6 flex flex-col justify-between relative group"
>
<div class="relative h-[33vh] lg:h-max -top-20">
<div
class="bg-gradient-to-t border-b border-l border-r border-zinc-950/5 dark:border-white/5 from-zinc-50 to-transparent dark:from-white/5 dark:to-transparent h-56 w-[87%] rounded-2xl -rotate-12 absolute top-0 backdrop-blur-2xl group-hover:top-3 duration-300"
></div>
<div
class="bg-gradient-to-t border-b border-l border-r border-zinc-950/5 dark:border-white/5 from-zinc-50 to-transparent dark:from-white/5 dark:to-transparent h-56 w-[87%] rounded-2xl -rotate-12 absolute top-5 left-8 group-hover:top-8 duration-300"
></div>
<div
class="bg-gradient-to-t border-b border-l border-r border-zinc-950/5 dark:border-white/5 from-zinc-50 to-transparent dark:from-white/5 dark:to-transparent h-56 w-[87%] rounded-2xl -rotate-12 absolute top-10 left-16 group-hover:top-16 duration-300"
></div>
</div>
<div>
<h2 class="text-xl">
Nous sommes un groupe des jeunes pationnées
</h2>
<p class="mt-2 font-light text-sm dark:text-white/80">
Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Dolore dignissimos eligendi quos incidunt expedita omnis sed
voluptatem ad earum ipsa, blanditiis dicta doloribus inventore
suscipit voluptas eum quod accusantium deserunt!
</p>
</div>
</div>
</section>
</section>
</section>
<!-- latest post -->
<section class="grid pb-16 place-content-center">
<div class="grid gap-4 p-4">
<!-- Title -->
<div class="font-medium text-xl lg:text-2xl capitalize">
<h2>latest post</h2>
</div>
<div
class="grid md:grid-cols-2 lg:grid-cols-1 gap-4 xl:w-[60vw] mx-auto border p-2 border-zinc-950/5 dark:border-white/5 bg-zinc-50 dark:bg-transparent rounded-3xl"
>
<!-- Card 1 -->
<button
class="flex items-center border p-4 rounded-2xl border-zinc-950/5 dark:border-white/5 bg-white dark:bg-white/5"
>
<div class="flex flex-col lg:flex-row lg:items-center gap-6">
<div class="h-full overflow-hidden lg:w-[30vw]">
<img
class="rounded-lg transition duration-700 h-full w-full object-cover ease-in-out"
src="./src/assets/blog/Img_1.webp"
alt=""
/>
</div>
<div class="p-4 flex flex-col">
<span
class="w-max font-semibold mb-4 rounded-md bg-blue-50 dark:bg-gray-900 px-3 py-2 text-xs text-blue-700"
>Technology
</span>
<h5 class="mb-2 text-left text-2xl font-semibold">
The Impact of Technology on the Workplace: How Technology is
Changing
</h5>
<div class="flex items-center mt-4">
<a href="#">
<img
src="./src/assets/author/JulesM.png"
alt="Author"
class="w-8 h-8 rounded-full mr-3"
/>
</a>
<p class="text-sm text-gray-600">
Jules MUKADI • Fevrier 07, 2025
</p>
</div>
</div>
</div>
</button>
<!-- Card 2 -->
<button
class="flex items-center border p-4 rounded-2xl border-zinc-950/5 dark:border-white/5 bg-white dark:bg-white/5"
>
<div class="flex flex-col lg:flex-row lg:items-center gap-6">
<div class="h-full overflow-hidden lg:w-[30vw]">
<img
class="rounded-lg transition duration-700 h-full w-full object-cover ease-in-out"
src="./src/assets/blog/Img_1.webp"
alt=""
/>
</div>
<div class="p-4 flex flex-col">
<span
class="w-max font-semibold mb-4 rounded-md bg-blue-50 dark:bg-gray-900 px-3 py-2 text-xs text-blue-700"
>Technology
</span>
<h5 class="mb-2 text-left text-2xl font-semibold">
The Impact of Technology on the Workplace: How Technology is
Changing
</h5>
<div class="flex items-center mt-4">
<a href="#">
<img
src="./src/assets/author/JulesM.png"
alt="Author"
class="w-8 h-8 rounded-full mr-3"
/>
</a>
<p class="text-sm text-gray-600">
Jules MUKADI • Fevrier 07, 2025
</p>
</div>
</div>
</div>
</button>
<!-- Card 3 -->
<button
class="flex items-center border p-4 rounded-2xl border-zinc-950/5 dark:border-white/5 bg-white dark:bg-white/5"
>
<div class="flex flex-col lg:flex-row lg:items-center gap-6">
<div class="h-full overflow-hidden lg:w-[30vw]">
<img
class="rounded-lg transition duration-700 h-full w-full object-cover ease-in-out"
src="./src/assets/blog/Img_1.webp"
alt=""
/>
</div>
<div class="p-4 flex flex-col">
<span
class="w-max font-semibold mb-4 rounded-md bg-blue-50 dark:bg-gray-900 px-3 py-2 text-xs text-blue-700"
>Technology
</span>
<h5 class="mb-2 text-left text-2xl font-semibold">
The Impact of Technology on the Workplace: How Technology is
Changing
</h5>
<div class="flex items-center mt-4">
<a href="#">
<img
src="./src/assets/author/JulesM.png"
alt="Author"
class="w-8 h-8 rounded-full mr-3"
/>
</a>
<p class="text-sm text-gray-600">
Jules MUKADI • Fevrier 07, 2025
</p>
</div>
</div>
</div>
</button>
<!-- Card 4 -->
<button
class="flex items-center border p-4 rounded-2xl border-zinc-950/5 dark:border-white/5 bg-white dark:bg-white/5"
>
<div class="flex flex-col lg:flex-row lg:items-center gap-6">
<div class="h-full overflow-hidden lg:w-[30vw]">
<img
class="rounded-lg transition duration-700 h-full w-full object-cover ease-in-out"
src="./src/assets/blog/Img_1.webp"
alt=""
/>
</div>
<div class="p-4 flex flex-col">
<span
class="w-max font-semibold mb-4 rounded-md bg-blue-50 dark:bg-gray-900 px-3 py-2 text-xs text-blue-700"
>Technology
</span>
<h5 class="mb-2 text-left text-2xl font-semibold">
The Impact of Technology on the Workplace: How Technology is
Changing
</h5>
<div class="flex items-center mt-4">
<a href="#">
<img
src="./src/assets/author/JulesM.png"
alt="Author"
class="w-8 h-8 rounded-full mr-3"
/>
</a>
<p class="text-sm text-gray-600">
Jules MUKADI • Fevrier 07, 2025
</p>
</div>
</div>
</div>
</button>
</div>
<!-- link view all -->
<div class="flex justify-center mt-10">
<a
href="#"
class="p-2 border rounded-full flex w-max items-center justify-between gap-5 group border-zinc-950/10 dark:border-white/5 hover:bg-blue-600/5 dark:hover:bg-white/5 duration-300"
>
<span class="pl-2 font-light">View all post</span>
<span
class="size-10 bg-blue-600/5 dark:bg-white/5 grid place-content-center rounded-full border dark:border-white/5 border-zinc-950/5 group-hover:-rotate-45 duration-500"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="size-5"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"
/>
</svg>
</span>
</a>
</div>
</div>
</section>
</main>
<!-- Le footer de la page -->
<footer
class="footer py-8 lg:h-[60vh] border-t border-dashed border-zinc-950/10 dark:border-white/5 relative overflow-hidden"
>
<div
class="container relative z-40 mx-auto px-4 mt-4 h-full flex flex-col justify-between"
>
<div
class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 lg:gap-12"
>
<div class="lg:col-span-2">
<!-- logo officiel du site -->
<div class="">
<a
href="/index.html"
class="text-lg font-light flex gap-1 items-center"
>
<span class="h-max grid place-content-center">
<i class="bx bx-infinite text-4xl"></i>
</span>
<div>
<span class=""
>infinity<span class="text-blue-700 font-semibold"
>Tech</span
></span
>
</div>
</a>
</div>
<p class="dark:text-white/80 mt-3 text-zinc-800 font-light text-balance">
L'obectif ici est de mettre a jour la connaissance a tous, dans
tout les domaine multidsciplainaire de la vie liee a la
Technologie
</p>
</div>
<div>
<h4 class="font-medium mb-4">Liens rapides</h4>
<ul
class="dark:text-white/75 text-zinc-800 font-light *:hover:text-blue-600 *:duration-300"
>
<li><a href="/index.html">Accueil</a></li>
<li><a href="/src/pages/about.html">À propos</a></li>
<li><a href="/src/pages/articles.html">Articles</a></li>
<li><a href="/src/pages/contact.html">Contact</a></li>
</ul>
</div>
<div>
<div>
<div>
<span>Email :</span>
<a
class="dark:text-white/70 text-zinc-800 font-light"
href="mailto:info@gmailcom"
>info@gmailcom</a
>
</div>
<div>
<span>Phone :</span>
<a
class="dark:text-white/70 text-zinc-800 font-light"
href="tel:+243 822717275"
>+243 822717275</a
>
</div>
</div>
</div>
</div>
<div>
<hr
class="mt-10 border-zinc-950/10 dark:border-white/5 border-dashed"
/>
<div
class="flex pt-4 flex-col lg:flex-row justify-between items-center"
>
<div class="flex flex-col items-center lg:items-start gap-2">
<ul class="flex space-x-4">
<li>
<a
href="https://www.facebook.com/"
target="_blank"
class="text-2xl"
>
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li>
<a
href="https://www.twitter.com/"
target="_blank"
class="text-2xl"
>
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
<li>
<a
href="https://www.instagram.com/"
target="_blank"
class="text-2xl"
>
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/"
target="_blank"
class="text-2xl"
>
<ion-icon name="logo-linkedin"></ion-icon>
</a>
</li>
</ul>
</div>
<div
class="dark:text-white/60 font-light mt-2 lg:mt-0 text-center lg:text-left"
>
<p>
Copyright © 2025 INFINITY-TECH. <br class="lg:hidden" />
Tous droits réservés.
</p>
</div>
</div>
</div>
</div>
<div
class="absolute size-[75rem] bg-gradient-to-t from-blue-600/10 via-blue-400/20 to-transparent blur-3xl -bottom-[50rem] z-0 rounded-full left-[10%] opacity-55"
></div>
<div
class="absolute size-[55rem] bg-gradient-to-t from-blue-600 via-blue-400 to-transparent blur-3xl -bottom-[35rem] z-0 rounded-full left-[20%] opacity-15"
></div>
</footer>
<script type="module" src="/src/main.js"></script>
<script
type="module"
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"
></script>
</body>
</html>