-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (99 loc) · 3.44 KB
/
index.html
File metadata and controls
100 lines (99 loc) · 3.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tailus Marquee</title>
<meta
name="description"
content="Découvrez une galerie d'images en mouvement avec l'effet marquee. Une expérience visuelle unique créée avec Tailus."
/>
<meta
name="keywords"
content="marquee, gallery, images, animation, tailus, frontend"
/>
<meta name="author" content="Tegrakmd" />
<meta property="og:title" content="Tailus Marquee Gallery" />
<meta
property="og:description"
content="Galerie d'images animée avec effet marquee design by tailus"
/>
<meta property="og:type" content="website" />
<!-- <meta property="og:url" content="https://votresite.com" /> -->
<meta property="og:image" content="./assets/images/othes/1.JPG" />
<link rel="stylesheet" href="./assets/css/style.css" />
<!-- -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
rel="stylesheet"
/>
<link
rel="shortcut icon"
href="./assets/images/othes/favicon.png"
type="image/x-icon"
/>
<!-- Favicon amélioré -->
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./assets/images/othes/favicon-16x16.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/images/othes/favicon-32x32.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="./assets/images/othes/apple-touch-icon.png"
/>
<link rel="manifest" href="./assets/images/othes/site.webmanifest" />
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<main class="app">
<!-- <section class="section_hero">
<div class="hero_container">
<div class="hero_wrapper">
<div class="hero_avatar">
<img src="./assets/images/othes/4.JPG" alt="" />
</div>
<div class="hero_data">
<p>Tegrakmd</p>
<span>Front-End Develope</span>
</div>
<div class="hero_desc">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Soluta,
vero velit ?
</div>
</div>
</div>
</section> -->
<div class="container">
<div class="mask-container">
<div class="top-overlay"></div>
<div class="bottom-overlay"></div>
<div class="marquee-container">
<div class="image-grid">
<img src="./assets/images/othes/1.JPG" alt="" />
<img src="./assets/images/othes/2.JPG" alt="" />
<img src="./assets/images/othes/3.JPG" alt="" />
<img src="./assets/images/othes/4.JPG" alt="" />
<img src="./assets/images/othes/5.JPG" alt="" />
<img src="./assets/images/othes/6.JPG" alt="" />
<img src="./assets/images/othes/7.JPG" alt="" />
<img src="./assets/images/othes/8.JPG" alt="" />
<img src="./assets/images/othes/9.JPG" alt="" />
<img src="./assets/images/othes/10.JPG" alt="" />
</div>
</div>
</div>
</div>
</main>
</body>
</html>