tochska commited on
Commit
fab7c72
·
verified ·
1 Parent(s): 528bb34

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +534 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Projetriven
3
- emoji: 📊
4
- colorFrom: green
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: projetriven
3
+ emoji: 🐳
4
+ colorFrom: purple
5
+ colorTo: pink
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,534 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="fr">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Portfolio Vidéaste | Créateur de Contenu Visuel</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .hero {
11
+ background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1551269901-5c5e14c25df7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2069&q=80');
12
+ background-size: cover;
13
+ background-position: center;
14
+ }
15
+
16
+ .video-thumbnail {
17
+ position: relative;
18
+ transition: all 0.3s ease;
19
+ }
20
+
21
+ .video-thumbnail:hover {
22
+ transform: scale(1.03);
23
+ }
24
+
25
+ .video-thumbnail::after {
26
+ content: '';
27
+ position: absolute;
28
+ top: 0;
29
+ left: 0;
30
+ width: 100%;
31
+ height: 100%;
32
+ background: rgba(0, 0, 0, 0.4);
33
+ opacity: 0;
34
+ transition: opacity 0.3s ease;
35
+ }
36
+
37
+ .video-thumbnail:hover::after {
38
+ opacity: 1;
39
+ }
40
+
41
+ .play-icon {
42
+ position: absolute;
43
+ top: 50%;
44
+ left: 50%;
45
+ transform: translate(-50%, -50%);
46
+ z-index: 2;
47
+ opacity: 0;
48
+ transition: opacity 0.3s ease;
49
+ }
50
+
51
+ .video-thumbnail:hover .play-icon {
52
+ opacity: 1;
53
+ }
54
+
55
+ .nav-link {
56
+ position: relative;
57
+ }
58
+
59
+ .nav-link::after {
60
+ content: '';
61
+ position: absolute;
62
+ width: 0;
63
+ height: 2px;
64
+ bottom: -2px;
65
+ left: 0;
66
+ background-color: white;
67
+ transition: width 0.3s ease;
68
+ }
69
+
70
+ .nav-link:hover::after {
71
+ width: 100%;
72
+ }
73
+ </style>
74
+ </head>
75
+ <body class="font-sans bg-gray-50 text-gray-800">
76
+ <!-- Navigation -->
77
+ <nav class="fixed w-full bg-black bg-opacity-90 text-white z-50">
78
+ <div class="container mx-auto px-6 py-4 flex justify-between items-center">
79
+ <a href="#" class="text-2xl font-bold">VIDEO<span class="text-blue-500">CREA</span></a>
80
+ <div class="hidden md:flex space-x-8">
81
+ <a href="#home" class="nav-link">Accueil</a>
82
+ <a href="#services" class="nav-link">Prestations</a>
83
+ <a href="#portfolio" class="nav-link">Réalisations</a>
84
+ <a href="#about" class="nav-link">À propos</a>
85
+ <a href="#contact" class="nav-link">Contact</a>
86
+ </div>
87
+ <button class="md:hidden focus:outline-none">
88
+ <i class="fas fa-bars text-2xl"></i>
89
+ </button>
90
+ </div>
91
+ </nav>
92
+
93
+ <!-- Hero Section -->
94
+ <section id="home" class="hero min-h-screen flex items-center justify-center text-white pt-20">
95
+ <div class="container mx-auto px-6 text-center">
96
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">CRÉATEUR DE CONTENU VISUEL</h1>
97
+ <p class="text-xl md:text-2xl mb-12 max-w-3xl mx-auto">Je donne vie à vos idées à travers l'image et le son. Capturer l'émotion, raconter des histoires, créer l'impact.</p>
98
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
99
+ <a href="#portfolio" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-full font-semibold transition duration-300">Voir mon travail</a>
100
+ <a href="#contact" class="bg-transparent border-2 border-white hover:bg-white hover:text-black text-white px-8 py-3 rounded-full font-semibold transition duration-300">Me contacter</a>
101
+ </div>
102
+ </div>
103
+ </section>
104
+
105
+ <!-- Services Section -->
106
+ <section id="services" class="py-20 bg-white">
107
+ <div class="container mx-auto px-6">
108
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">MES PRESTATIONS</h2>
109
+
110
+ <div class="grid md:grid-cols-3 gap-10">
111
+ <!-- Service 1 -->
112
+ <div class="bg-gray-50 p-8 rounded-lg shadow-sm hover:shadow-md transition duration-300">
113
+ <div class="text-blue-600 text-4xl mb-4">
114
+ <i class="fas fa-video"></i>
115
+ </div>
116
+ <h3 class="text-xl font-bold mb-3">Tournage Professionnel</h3>
117
+ <p class="text-gray-600">Captation d'événements, interviews, reportages avec du matériel professionnel pour une qualité d'image optimale.</p>
118
+ </div>
119
+
120
+ <!-- Service 2 -->
121
+ <div class="bg-gray-50 p-8 rounded-lg shadow-sm hover:shadow-md transition duration-300">
122
+ <div class="text-blue-600 text-4xl mb-4">
123
+ <i class="fas fa-film"></i>
124
+ </div>
125
+ <h3 class="text-xl font-bold mb-3">Montage Vidéo</h3>
126
+ <p class="text-gray-600">Montage dynamique, étalonnage colorimétrique, intégration de musique et effets sonores pour des vidéos impactantes.</p>
127
+ </div>
128
+
129
+ <!-- Service 3 -->
130
+ <div class="bg-gray-50 p-8 rounded-lg shadow-sm hover:shadow-md transition duration-300">
131
+ <div class="text-blue-600 text-4xl mb-4">
132
+ <i class="fas fa-ad"></i>
133
+ </div>
134
+ <h3 class="text-xl font-bold mb-3">Publicité & Promotion</h3>
135
+ <p class="text-gray-600">Création de spots publicitaires, teasers et vidéos promotionnelles pour booster votre communication digitale.</p>
136
+ </div>
137
+
138
+ <!-- Service 4 -->
139
+ <div class="bg-gray-50 p-8 rounded-lg shadow-sm hover:shadow-md transition duration-300">
140
+ <div class="text-blue-600 text-4xl mb-4">
141
+ <i class="fas fa-music"></i>
142
+ </div>
143
+ <h3 class="text-xl font-bold mb-3">Clip Musical</h3>
144
+ <p class="text-gray-600">Réalisation de clips musicaux avec une approche artistique et narrative pour mettre en valeur votre musique.</p>
145
+ </div>
146
+
147
+ <!-- Service 5 -->
148
+ <div class="bg-gray-50 p-8 rounded-lg shadow-sm hover:shadow-md transition duration-300">
149
+ <div class="text-blue-600 text-4xl mb-4">
150
+ <i class="fas fa-drone-alt"></i>
151
+ </div>
152
+ <h3 class="text-xl font-bold mb-3">Vidéos Aériennes</h3>
153
+ <p class="text-gray-600">Prises de vues aériennes par drone pour des plans spectaculaires et des perspectives uniques.</p>
154
+ </div>
155
+
156
+ <!-- Service 6 -->
157
+ <div class="bg-gray-50 p-8 rounded-lg shadow-sm hover:shadow-md transition duration-300">
158
+ <div class="text-blue-600 text-4xl mb-4">
159
+ <i class="fas fa-graduation-cap"></i>
160
+ </div>
161
+ <h3 class="text-xl font-bold mb-3">Formation</h3>
162
+ <p class="text-gray-600">Ateliers et formations personnalisés pour apprendre les bases de la vidéo et du montage.</p>
163
+ </div>
164
+ </div>
165
+ </div>
166
+ </section>
167
+
168
+ <!-- Portfolio Section -->
169
+ <section id="portfolio" class="py-20 bg-gray-50">
170
+ <div class="container mx-auto px-6">
171
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">MES RÉALISATIONS</h2>
172
+
173
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
174
+ <!-- Video 1 -->
175
+ <div class="video-thumbnail rounded-lg overflow-hidden relative">
176
+ <img src="https://images.unsplash.com/photo-1579389083078-4e7018379f7e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Projet vidéo" class="w-full h-64 object-cover">
177
+ <div class="play-icon">
178
+ <i class="fas fa-play text-4xl text-white bg-blue-600 rounded-full p-4"></i>
179
+ </div>
180
+ <div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black to-transparent p-4 text-white z-10">
181
+ <h3 class="font-bold text-lg">Clip Musical - "Horizon"</h3>
182
+ <p class="text-sm">2023 • Réalisation & Montage</p>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Video 2 -->
187
+ <div class="video-thumbnail rounded-lg overflow-hidden relative">
188
+ <img src="https://images.unsplash.com/photo-1551269901-5c5e14c25df7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2069&q=80" alt="Projet vidéo" class="w-full h-64 object-cover">
189
+ <div class="play-icon">
190
+ <i class="fas fa-play text-4xl text-white bg-blue-600 rounded-full p-4"></i>
191
+ </div>
192
+ <div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black to-transparent p-4 text-white z-10">
193
+ <h3 class="font-bold text-lg">Documentaire Entreprise</h3>
194
+ <p class="text-sm">2023 • Tournage & Post-production</p>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Video 3 -->
199
+ <div class="video-thumbnail rounded-lg overflow-hidden relative">
200
+ <img src="https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Projet vidéo" class="w-full h-64 object-cover">
201
+ <div class="play-icon">
202
+ <i class="fas fa-play text-4xl text-white bg-blue-600 rounded-full p-4"></i>
203
+ </div>
204
+ <div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black to-transparent p-4 text-white z-10">
205
+ <h3 class="font-bold text-lg">Publicité Immobilière</h3>
206
+ <p class="text-sm">2022 • Drone & Montage</p>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Video 4 -->
211
+ <div class="video-thumbnail rounded-lg overflow-hidden relative">
212
+ <img src="https://images.unsplash.com/photo-1542744173-8e7e53415bb0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Projet vidéo" class="w-full h-64 object-cover">
213
+ <div class="play-icon">
214
+ <i class="fas fa-play text-4xl text-white bg-blue-600 rounded-full p-4"></i>
215
+ </div>
216
+ <div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black to-transparent p-4 text-white z-10">
217
+ <h3 class="font-bold text-lg">Reportage Événementiel</h3>
218
+ <p class="text-sm">2022 • Multi-caméras</p>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Video 5 -->
223
+ <div class="video-thumbnail rounded-lg overflow-hidden relative">
224
+ <img src="https://images.unsplash.com/photo-1521791055366-0d403874e3cd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Projet vidéo" class="w-full h-64 object-cover">
225
+ <div class="play-icon">
226
+ <i class="fas fa-play text-4xl text-white bg-blue-600 rounded-full p-4"></i>
227
+ </div>
228
+ <div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black to-transparent p-4 text-white z-10">
229
+ <h3 class="font-bold text-lg">Série Web - Épisode 1</h3>
230
+ <p class="text-sm">2021 • Scénario & Réalisation</p>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Video 6 -->
235
+ <div class="video-thumbnail rounded-lg overflow-hidden relative">
236
+ <img src="https://images.unsplash.com/photo-1508700115892-45ecd05ae2ad?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2069&q=80" alt="Projet vidéo" class="w-full h-64 object-cover">
237
+ <div class="play-icon">
238
+ <i class="fas fa-play text-4xl text-white bg-blue-600 rounded-full p-4"></i>
239
+ </div>
240
+ <div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black to-transparent p-4 text-white z-10">
241
+ <h3 class="font-bold text-lg">Motion Design</h3>
242
+ <p class="text-sm">2021 • Animation & Sound Design</p>
243
+ </div>
244
+ </div>
245
+ </div>
246
+
247
+ <div class="text-center mt-12">
248
+ <a href="#" class="inline-block border-2 border-blue-600 text-blue-600 hover:bg-blue-600 hover:text-white px-6 py-2 rounded-full font-medium transition duration-300">Voir plus de projets</a>
249
+ </div>
250
+ </div>
251
+ </section>
252
+
253
+ <!-- About Section -->
254
+ <section id="about" class="py-20 bg-white">
255
+ <div class="container mx-auto px-6">
256
+ <div class="flex flex-col lg:flex-row items-center gap-12">
257
+ <div class="lg:w-1/2">
258
+ <img src="https://images.unsplash.com/photo-1515378791036-0648a3ef77b2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Vidéaste au travail" class="rounded-lg shadow-lg w-full">
259
+ </div>
260
+ <div class="lg:w-1/2">
261
+ <h2 class="text-3xl md:text-4xl font-bold mb-8">À PROPOS DE MOI</h2>
262
+ <p class="text-lg mb-6">Passionné par l'image et le son depuis mon plus jeune âge, j'ai transformé ma passion en métier après des études en audiovisuel et plusieurs années d'expérience dans le domaine.</p>
263
+ <p class="text-lg mb-8">Mon approche allie technicité et sens artistique pour créer des vidéos qui captivent et communiquent efficacement votre message. Je m'adapte à chaque projet avec une écoute attentive de vos besoins.</p>
264
+
265
+ <div class="mb-8">
266
+ <h3 class="text-xl font-bold mb-4">MES COMPÉTENCES</h3>
267
+ <div class="space-y-3">
268
+ <div>
269
+ <div class="flex justify-between mb-1">
270
+ <span>Montage vidéo</span>
271
+ <span>95%</span>
272
+ </div>
273
+ <div class="w-full bg-gray-200 rounded-full h-2">
274
+ <div class="bg-blue-600 h-2 rounded-full" style="width: 95%"></div>
275
+ </div>
276
+ </div>
277
+ <div>
278
+ <div class="flex justify-between mb-1">
279
+ <span>Tournage</span>
280
+ <span>90%</span>
281
+ </div>
282
+ <div class="w-full bg-gray-200 rounded-full h-2">
283
+ <div class="bg-blue-600 h-2 rounded-full" style="width: 90%"></div>
284
+ </div>
285
+ </div>
286
+ <div>
287
+ <div class="flex justify-between mb-1">
288
+ <span>Étalonnage</span>
289
+ <span>85%</span>
290
+ </div>
291
+ <div class="w-full bg-gray-200 rounded-full h-2">
292
+ <div class="bg-blue-600 h-2 rounded-full" style="width: 85%"></div>
293
+ </div>
294
+ </div>
295
+ <div>
296
+ <div class="flex justify-between mb-1">
297
+ <span>Motion Design</span>
298
+ <span>75%</span>
299
+ </div>
300
+ <div class="w-full bg-gray-200 rounded-full h-2">
301
+ <div class="bg-blue-600 h-2 rounded-full" style="width: 75%"></div>
302
+ </div>
303
+ </div>
304
+ </div>
305
+ </div>
306
+
307
+ <div>
308
+ <h3 class="text-xl font-bold mb-4">OUTILS MAÎTRISÉS</h3>
309
+ <div class="flex flex-wrap gap-3">
310
+ <span class="bg-gray-100 px-3 py-1 rounded-full">Adobe Premiere Pro</span>
311
+ <span class="bg-gray-100 px-3 py-1 rounded-full">After Effects</span>
312
+ <span class="bg-gray-100 px-3 py-1 rounded-full">DaVinci Resolve</span>
313
+ <span class="bg-gray-100 px-3 py-1 rounded-full">Final Cut Pro</span>
314
+ <span class="bg-gray-100 px-3 py-1 rounded-full">Photoshop</span>
315
+ <span class="bg-gray-100 px-3 py-1 rounded-full">Lightroom</span>
316
+ </div>
317
+ </div>
318
+ </div>
319
+ </div>
320
+ </div>
321
+ </section>
322
+
323
+ <!-- Testimonials Section -->
324
+ <section class="py-20 bg-gray-50">
325
+ <div class="container mx-auto px-6">
326
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">ILS M'ONT FAIT CONFIANCE</h2>
327
+
328
+ <div class="grid md:grid-cols-3 gap-8">
329
+ <!-- Testimonial 1 -->
330
+ <div class="bg-white p-8 rounded-lg shadow-sm">
331
+ <div class="flex items-center mb-4">
332
+ <div class="text-yellow-400 text-xl mr-1">
333
+ <i class="fas fa-star"></i>
334
+ <i class="fas fa-star"></i>
335
+ <i class="fas fa-star"></i>
336
+ <i class="fas fa-star"></i>
337
+ <i class="fas fa-star"></i>
338
+ </div>
339
+ </div>
340
+ <p class="text-gray-600 mb-6">"Un travail exceptionnel sur notre clip musical. Le vidéaste a su capter parfaitement l'essence de notre musique et la traduire en images. Le montage est dynamique et l'étalonnage sublime chaque plan."</p>
341
+ <div class="flex items-center">
342
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Client" class="w-10 h-10 rounded-full mr-3">
343
+ <div>
344
+ <h4 class="font-bold">Sarah L.</h4>
345
+ <p class="text-sm text-gray-500">Artiste Musicienne</p>
346
+ </div>
347
+ </div>
348
+ </div>
349
+
350
+ <!-- Testimonial 2 -->
351
+ <div class="bg-white p-8 rounded-lg shadow-sm">
352
+ <div class="flex items-center mb-4">
353
+ <div class="text-yellow-400 text-xl mr-1">
354
+ <i class="fas fa-star"></i>
355
+ <i class="fas fa-star"></i>
356
+ <i class="fas fa-star"></i>
357
+ <i class="fas fa-star"></i>
358
+ <i class="fas fa-star"></i>
359
+ </div>
360
+ </div>
361
+ <p class="text-gray-600 mb-6">"Nous avons collaboré pour notre campagne de communication et le résultat a dépassé nos attentes. Professionnalisme, créativité et réactivité. Je recommande vivement ce vidéaste talentueux."</p>
362
+ <div class="flex items-center">
363
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Client" class="w-10 h-10 rounded-full mr-3">
364
+ <div>
365
+ <h4 class="font-bold">Thomas R.</h4>
366
+ <p class="text-sm text-gray-500">Directeur Marketing</p>
367
+ </div>
368
+ </div>
369
+ </div>
370
+
371
+ <!-- Testimonial 3 -->
372
+ <div class="bg-white p-8 rounded-lg shadow-sm">
373
+ <div class="flex items-center mb-4">
374
+ <div class="text-yellow-400 text-xl mr-1">
375
+ <i class="fas fa-star"></i>
376
+ <i class="fas fa-star"></i>
377
+ <i class="fas fa-star"></i>
378
+ <i class="fas fa-star"></i>
379
+ <i class="fas fa-star-half-alt"></i>
380
+ </div>
381
+ </div>
382
+ <p class="text-gray-600 mb-6">"Le reportage de notre événement corporate était parfait. Les angles de vue variés, le montage rythmé et les interviews bien mises en valeur. Un vrai travail de pro qui a impressionné tous nos partenaires."</p>
383
+ <div class="flex items-center">
384
+ <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Client" class="w-10 h-10 rounded-full mr-3">
385
+ <div>
386
+ <h4 class="font-bold">Élodie M.</h4>
387
+ <p class="text-sm text-gray-500">Responsable Événementiel</p>
388
+ </div>
389
+ </div>
390
+ </div>
391
+ </div>
392
+ </div>
393
+ </section>
394
+
395
+ <!-- Contact Section -->
396
+ <section id="contact" class="py-20 bg-white">
397
+ <div class="container mx-auto px-6">
398
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">TRABAILONS ENSEMBLE</h2>
399
+
400
+ <div class="flex flex-col lg:flex-row gap-12">
401
+ <div class="lg:w-1/2">
402
+ <form class="space-y-6">
403
+ <div>
404
+ <label for="name" class="block text-sm font-medium text-gray-700 mb-1">Votre nom</label>
405
+ <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
406
+ </div>
407
+ <div>
408
+ <label for="email" class="block text-sm font-medium text-gray-700 mb-1">Votre email</label>
409
+ <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
410
+ </div>
411
+ <div>
412
+ <label for="subject" class="block text-sm font-medium text-gray-700 mb-1">Sujet</label>
413
+ <input type="text" id="subject" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
414
+ </div>
415
+ <div>
416
+ <label for="message" class="block text-sm font-medium text-gray-700 mb-1">Votre message</label>
417
+ <textarea id="message" rows="5" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500"></textarea>
418
+ </div>
419
+ <button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-semibold transition duration-300">Envoyer le message</button>
420
+ </form>
421
+ </div>
422
+
423
+ <div class="lg:w-1/2">
424
+ <div class="bg-gray-50 p-8 rounded-lg h-full">
425
+ <h3 class="text-2xl font-bold mb-6">COORDONNÉES</h3>
426
+
427
+ <div class="space-y-6">
428
+ <div class="flex items-start">
429
+ <div class="text-blue-600 text-xl mt-1 mr-4">
430
+ <i class="fas fa-envelope"></i>
431
+ </div>
432
+ <div>
433
+ <h4 class="font-bold mb-1">Email</h4>
434
+ <p class="text-gray-600">contact@videocrea.com</p>
435
+ </div>
436
+ </div>
437
+
438
+ <div class="flex items-start">
439
+ <div class="text-blue-600 text-xl mt-1 mr-4">
440
+ <i class="fas fa-phone-alt"></i>
441
+ </div>
442
+ <div>
443
+ <h4 class="font-bold mb-1">Téléphone</h4>
444
+ <p class="text-gray-600">+33 6 12 34 56 78</p>
445
+ </div>
446
+ </div>
447
+
448
+ <div class="flex items-start">
449
+ <div class="text-blue-600 text-xl mt-1 mr-4">
450
+ <i class="fas fa-map-marker-alt"></i>
451
+ </div>
452
+ <div>
453
+ <h4 class="font-bold mb-1">Localisation</h4>
454
+ <p class="text-gray-600">Paris, France<br>Disponible pour des déplacements en région</p>
455
+ </div>
456
+ </div>
457
+
458
+ <div class="flex items-start">
459
+ <div class="text-blue-600 text-xl mt-1 mr-4">
460
+ <i class="fas fa-clock"></i>
461
+ </div>
462
+ <div>
463
+ <h4 class="font-bold mb-1">Horaires</h4>
464
+ <p class="text-gray-600">Lundi - Vendredi : 9h - 19h<br>Week-end : Sur rendez-vous</p>
465
+ </div>
466
+ </div>
467
+ </div>
468
+
469
+ <div class="mt-8">
470
+ <h4 class="font-bold mb-4">SUIVEZ-MOI</h4>
471
+ <div class="flex space-x-4">
472
+ <a href="#" class="text-gray-700 hover:text-blue-600 text-xl"><i class="fab fa-instagram"></i></a>
473
+ <a href="#" class="text-gray-700 hover:text-blue-600 text-xl"><i class="fab fa-vimeo-v"></i></a>
474
+ <a href="#" class="text-gray-700 hover:text-blue-600 text-xl"><i class="fab fa-youtube"></i></a>
475
+ <a href="#" class="text-gray-700 hover:text-blue-600 text-xl"><i class="fab fa-linkedin-in"></i></a>
476
+ </div>
477
+ </div>
478
+ </div>
479
+ </div>
480
+ </div>
481
+ </div>
482
+ </section>
483
+
484
+ <!-- Footer -->
485
+ <footer class="bg-black text-white py-12">
486
+ <div class="container mx-auto px-6">
487
+ <div class="flex flex-col md:flex-row justify-between items-center">
488
+ <div class="mb-6 md:mb-0">
489
+ <a href="#" class="text-2xl font-bold">VIDEO<span class="text-blue-500">CREA</span></a>
490
+ <p class="mt-2 text-gray-400">Créateur de contenu visuel - Vidéaste & Monteur Professionnel</p>
491
+ </div>
492
+
493
+ <div class="flex flex-col items-center md:items-end">
494
+ <div class="flex space-x-6 mb-4">
495
+ <a href="#home" class="hover:text-blue-400 transition duration-300">Accueil</a>
496
+ <a href="#services" class="hover:text-blue-400 transition duration-300">Prestations</a>
497
+ <a href="#portfolio" class="hover:text-blue-400 transition duration-300">Réalisations</a>
498
+ <a href="#about" class="hover:text-blue-400 transition duration-300">À propos</a>
499
+ <a href="#contact" class="hover:text-blue-400 transition duration-300">Contact</a>
500
+ </div>
501
+ <p class="text-gray-400 text-sm">© 2023 VideoCrea. Tous droits réservés.</p>
502
+ </div>
503
+ </div>
504
+ </div>
505
+ </footer>
506
+
507
+ <script>
508
+ // Smooth scrolling for navigation links
509
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
510
+ anchor.addEventListener('click', function (e) {
511
+ e.preventDefault();
512
+
513
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
514
+ behavior: 'smooth'
515
+ });
516
+ });
517
+ });
518
+
519
+ // Simple mobile menu toggle (would need more JS for full functionality)
520
+ document.querySelector('.md\\:hidden').addEventListener('click', function() {
521
+ // In a real implementation, you would toggle a mobile menu here
522
+ alert('Menu mobile à implémenter');
523
+ });
524
+
525
+ // Video thumbnail click handler
526
+ document.querySelectorAll('.video-thumbnail').forEach(thumbnail => {
527
+ thumbnail.addEventListener('click', function() {
528
+ // In a real implementation, this would open a lightbox with the video
529
+ alert('Lecture de la vidéo à implémenter');
530
+ });
531
+ });
532
+ </script>
533
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=tochska/projetriven" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
534
+ </html>