Lucaaas commited on
Commit
4eea00f
·
verified ·
1 Parent(s): 75db736

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +554 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Campus Dpc
3
- emoji: 👁
4
- colorFrom: purple
5
  colorTo: pink
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: campus-dpc
3
+ emoji: 🐳
4
+ colorFrom: yellow
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,554 @@
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>CAMPUS DPC - Solution clé en main pour vos formations DPC</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-gradient {
11
+ background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
12
+ }
13
+ .feature-card:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .how-it-works-step::before {
18
+ content: "";
19
+ position: absolute;
20
+ top: 0;
21
+ left: 24px;
22
+ height: 100%;
23
+ width: 2px;
24
+ background-color: #3b82f6;
25
+ }
26
+ .how-it-works-step:last-child::before {
27
+ display: none;
28
+ }
29
+ .floating-animation {
30
+ animation: float 6s ease-in-out infinite;
31
+ }
32
+ @keyframes float {
33
+ 0% { transform: translateY(0px); }
34
+ 50% { transform: translateY(-15px); }
35
+ 100% { transform: translateY(0px); }
36
+ }
37
+ </style>
38
+ </head>
39
+ <body class="font-sans antialiased text-gray-800">
40
+ <!-- Header -->
41
+ <header class="bg-white shadow-sm sticky top-0 z-50">
42
+ <div class="container mx-auto px-4 py-4 flex justify-between items-center">
43
+ <div class="flex items-center">
44
+ <div class="w-12 h-12 bg-blue-600 rounded-lg flex items-center justify-center mr-3">
45
+ <i class="fas fa-graduation-cap text-white text-2xl"></i>
46
+ </div>
47
+ <h1 class="text-xl font-bold text-blue-800">CAMPUS <span class="text-blue-600">DPC</span></h1>
48
+ </div>
49
+ <nav class="hidden md:flex space-x-8">
50
+ <a href="#features" class="font-medium text-gray-600 hover:text-blue-600 transition">Fonctionnalités</a>
51
+ <a href="#how-it-works" class="font-medium text-gray-600 hover:text-blue-600 transition">Comment ça marche</a>
52
+ <a href="#benefits" class="font-medium text-gray-600 hover:text-blue-600 transition">Avantages</a>
53
+ <a href="#contact" class="font-medium text-gray-600 hover:text-blue-600 transition">Contact</a>
54
+ </nav>
55
+ <button class="md:hidden text-gray-600">
56
+ <i class="fas fa-bars text-2xl"></i>
57
+ </button>
58
+ </div>
59
+ </header>
60
+
61
+ <!-- Hero Section -->
62
+ <section class="hero-gradient text-white py-20">
63
+ <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
64
+ <div class="md:w-1/2 mb-12 md:mb-0">
65
+ <h2 class="text-4xl md:text-5xl font-bold mb-6">Solution clé en main pour vos sessions DPC</h2>
66
+ <p class="text-xl mb-8 opacity-90">Mettez en ligne vos formations DPC en 1 jour seulement et profitez d'un suivi complet de vos apprenants et de la facturation.</p>
67
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
68
+ <a href="#contact" class="bg-white text-blue-600 font-bold py-3 px-8 rounded-lg hover:bg-gray-100 transition duration-300 text-center">Demander une démo</a>
69
+ <a href="#how-it-works" class="border-2 border-white text-white font-bold py-3 px-8 rounded-lg hover:bg-white hover:bg-opacity-10 transition duration-300 text-center">En savoir plus</a>
70
+ </div>
71
+ </div>
72
+ <div class="md:w-1/2 flex justify-center">
73
+ <div class="relative w-full max-w-md">
74
+ <div class="absolute -top-10 -left-10 w-32 h-32 bg-blue-400 rounded-full opacity-20"></div>
75
+ <div class="absolute -bottom-10 -right-10 w-32 h-32 bg-blue-400 rounded-full opacity-20"></div>
76
+ <img src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80" alt="Formation en ligne" class="rounded-xl shadow-2xl relative z-10 floating-animation">
77
+ </div>
78
+ </div>
79
+ </div>
80
+ </section>
81
+
82
+ <!-- Trust Badges -->
83
+ <section class="bg-gray-50 py-8">
84
+ <div class="container mx-auto px-4">
85
+ <p class="text-center text-gray-500 mb-6">Utilisé et approuvé par des centaines de professionnels de santé</p>
86
+ <div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
87
+ <div class="flex items-center">
88
+ <i class="fas fa-check-circle text-green-500 text-2xl mr-2"></i>
89
+ <span class="font-medium">Certifié ANDPC</span>
90
+ </div>
91
+ <div class="flex items-center">
92
+ <i class="fas fa-shield-alt text-blue-500 text-2xl mr-2"></i>
93
+ <span class="font-medium">Hébergement sécurisé</span>
94
+ </div>
95
+ <div class="flex items-center">
96
+ <i class="fas fa-clock text-purple-500 text-2xl mr-2"></i>
97
+ <span class="font-medium">Mise en ligne en 24h</span>
98
+ </div>
99
+ </div>
100
+ </div>
101
+ </section>
102
+
103
+ <!-- Features Section -->
104
+ <section id="features" class="py-20 bg-white">
105
+ <div class="container mx-auto px-4">
106
+ <div class="text-center mb-16">
107
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Tout ce dont vous avez besoin pour vos formations DPC</h2>
108
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Une plateforme complète pour gérer facilement vos actions de Développement Professionnel Continu</p>
109
+ </div>
110
+
111
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
112
+ <!-- Feature 1 -->
113
+ <div class="bg-white rounded-xl shadow-lg p-8 transition duration-300 feature-card">
114
+ <div class="w-14 h-14 bg-blue-100 rounded-lg flex items-center justify-center mb-6">
115
+ <i class="fas fa-laptop text-blue-600 text-2xl"></i>
116
+ </div>
117
+ <h3 class="text-xl font-bold mb-3">Formations en ligne</h3>
118
+ <p class="text-gray-600">Proposez vos actions DPC en format digital à vos clients avec une interface intuitive et moderne.</p>
119
+ </div>
120
+
121
+ <!-- Feature 2 -->
122
+ <div class="bg-white rounded-xl shadow-lg p-8 transition duration-300 feature-card">
123
+ <div class="w-14 h-14 bg-green-100 rounded-lg flex items-center justify-center mb-6">
124
+ <i class="fas fa-chart-line text-green-600 text-2xl"></i>
125
+ </div>
126
+ <h3 class="text-xl font-bold mb-3">Suivi des apprenants</h3>
127
+ <p class="text-gray-600">Visualisez en un coup d'œil la progression de chaque participant et identifiez rapidement ceux qui ont besoin d'accompagnement.</p>
128
+ </div>
129
+
130
+ <!-- Feature 3 -->
131
+ <div class="bg-white rounded-xl shadow-lg p-8 transition duration-300 feature-card">
132
+ <div class="w-14 h-14 bg-purple-100 rounded-lg flex items-center justify-center mb-6">
133
+ <i class="fas fa-file-invoice-dollar text-purple-600 text-2xl"></i>
134
+ </div>
135
+ <h3 class="text-xl font-bold mb-3">Facturation simplifiée</h3>
136
+ <p class="text-gray-600">Recevez automatiquement tous les documents nécessaires pour votre facturation auprès de l'ANDPC.</p>
137
+ </div>
138
+
139
+ <!-- Feature 4 -->
140
+ <div class="bg-white rounded-xl shadow-lg p-8 transition duration-300 feature-card">
141
+ <div class="w-14 h-14 bg-yellow-100 rounded-lg flex items-center justify-center mb-6">
142
+ <i class="fas fa-cogs text-yellow-600 text-2xl"></i>
143
+ </div>
144
+ <h3 class="text-xl font-bold mb-3">Configuration rapide</h3>
145
+ <p class="text-gray-600">Notre équipe paramètre vos cours à partir de vos ressources pour une mise en ligne express.</p>
146
+ </div>
147
+
148
+ <!-- Feature 5 -->
149
+ <div class="bg-white rounded-xl shadow-lg p-8 transition duration-300 feature-card">
150
+ <div class="w-14 h-14 bg-red-100 rounded-lg flex items-center justify-center mb-6">
151
+ <i class="fas fa-users text-red-600 text-2xl"></i>
152
+ </div>
153
+ <h3 class="text-xl font-bold mb-3">Espaces dédiés</h3>
154
+ <p class="text-gray-600">Accès séparés pour formateurs et apprenants avec suivi des unités DPC complété.</p>
155
+ </div>
156
+
157
+ <!-- Feature 6 -->
158
+ <div class="bg-white rounded-xl shadow-lg p-8 transition duration-300 feature-card">
159
+ <div class="w-14 h-14 bg-indigo-100 rounded-lg flex items-center justify-center mb-6">
160
+ <i class="fas fa-rocket text-indigo-600 text-2xl"></i>
161
+ </div>
162
+ <h3 class="text-xl font-bold mb-3">Plug N Play</h3>
163
+ <p class="text-gray-600">En 1 jour seulement, votre cours est en ligne et vous pouvez commencer à former immédiatement.</p>
164
+ </div>
165
+ </div>
166
+ </div>
167
+ </section>
168
+
169
+ <!-- How It Works Section -->
170
+ <section id="how-it-works" class="py-20 bg-gray-50">
171
+ <div class="container mx-auto px-4">
172
+ <div class="text-center mb-16">
173
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Comment fonctionne CAMPUS DPC ?</h2>
174
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Une solution simple et efficace pour vos formations DPC</p>
175
+ </div>
176
+
177
+ <div class="max-w-3xl mx-auto relative">
178
+ <!-- Step 1 -->
179
+ <div class="how-it-works-step relative pl-16 pb-12">
180
+ <div class="absolute left-0 top-0 w-10 h-10 rounded-full bg-blue-600 flex items-center justify-center text-white font-bold z-10">1</div>
181
+ <div class="bg-white p-6 rounded-lg shadow-md">
182
+ <h3 class="text-xl font-bold mb-3">Transmettez vos ressources</h3>
183
+ <p class="text-gray-600">Envoyez-nous vos supports de formation (présentations, documents, vidéos...) que vous utilisez habituellement.</p>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Step 2 -->
188
+ <div class="how-it-works-step relative pl-16 pb-12">
189
+ <div class="absolute left-0 top-0 w-10 h-10 rounded-full bg-blue-600 flex items-center justify-center text-white font-bold z-10">2</div>
190
+ <div class="bg-white p-6 rounded-lg shadow-md">
191
+ <h3 class="text-xl font-bold mb-3">Nous paramétrons votre cours</h3>
192
+ <p class="text-gray-600">Notre équipe technique intègre vos ressources sur notre plateforme ETICEO et configure les espaces formateur et apprenant.</p>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Step 3 -->
197
+ <div class="how-it-works-step relative pl-16 pb-12">
198
+ <div class="absolute left-0 top-0 w-10 h-10 rounded-full bg-blue-600 flex items-center justify-center text-white font-bold z-10">3</div>
199
+ <div class="bg-white p-6 rounded-lg shadow-md">
200
+ <h3 class="text-xl font-bold mb-3">Votre formation est en ligne</h3>
201
+ <p class="text-gray-600">En 24 heures seulement, votre cours est disponible et vous pouvez commencer à former vos participants.</p>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Step 4 -->
206
+ <div class="how-it-works-step relative pl-16">
207
+ <div class="absolute left-0 top-0 w-10 h-10 rounded-full bg-blue-600 flex items-center justify-center text-white font-bold z-10">4</div>
208
+ <div class="bg-white p-6 rounded-lg shadow-md">
209
+ <h3 class="text-xl font-bold mb-3">Suivi et facturation</h3>
210
+ <p class="text-gray-600">Accédez aux rapports de progression et recevez automatiquement les documents de facturation pour l'ANDPC.</p>
211
+ </div>
212
+ </div>
213
+ </div>
214
+ </div>
215
+ </section>
216
+
217
+ <!-- Benefits Section -->
218
+ <section id="benefits" class="py-20 bg-blue-600 text-white">
219
+ <div class="container mx-auto px-4">
220
+ <div class="text-center mb-16">
221
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Les avantages CAMPUS DPC</h2>
222
+ <p class="text-xl opacity-90 max-w-3xl mx-auto">Pourquoi choisir notre solution pour vos formations DPC ?</p>
223
+ </div>
224
+
225
+ <div class="grid md:grid-cols-3 gap-8">
226
+ <div class="bg-white bg-opacity-10 p-8 rounded-xl backdrop-blur-sm">
227
+ <div class="w-12 h-12 bg-white bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
228
+ <i class="fas fa-bolt text-2xl"></i>
229
+ </div>
230
+ <h3 class="text-xl font-bold mb-3">Rapidité</h3>
231
+ <p>Mise en ligne de vos formations en seulement 24 heures, sans effort technique de votre part.</p>
232
+ </div>
233
+
234
+ <div class="bg-white bg-opacity-10 p-8 rounded-xl backdrop-blur-sm">
235
+ <div class="w-12 h-12 bg-white bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
236
+ <i class="fas fa-eye text-2xl"></i>
237
+ </div>
238
+ <h3 class="text-xl font-bold mb-3">Transparence</h3>
239
+ <p>Suivi en temps réel de la progression de vos apprenants et accès aux statistiques détaillées.</p>
240
+ </div>
241
+
242
+ <div class="bg-white bg-opacity-10 p-8 rounded-xl backdrop-blur-sm">
243
+ <div class="w-12 h-12 bg-white bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
244
+ <i class="fas fa-file-invoice text-2xl"></i>
245
+ </div>
246
+ <h3 class="text-xl font-bold mb-3">Gestion simplifiée</h3>
247
+ <p>Documents de facturation DPC générés automatiquement, prêts à être déposés sur le site de l'ANDPC.</p>
248
+ </div>
249
+ </div>
250
+ </div>
251
+ </section>
252
+
253
+ <!-- Testimonials -->
254
+ <section class="py-20 bg-white">
255
+ <div class="container mx-auto px-4">
256
+ <div class="text-center mb-16">
257
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Ils nous font confiance</h2>
258
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Découvrez ce que nos clients disent de CAMPUS DPC</p>
259
+ </div>
260
+
261
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
262
+ <!-- Testimonial 1 -->
263
+ <div class="bg-gray-50 p-8 rounded-xl">
264
+ <div class="flex items-center mb-4">
265
+ <div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center mr-4">
266
+ <i class="fas fa-user-md text-blue-600 text-xl"></i>
267
+ </div>
268
+ <div>
269
+ <h4 class="font-bold">Dr. Martin Dupont</h4>
270
+ <p class="text-sm text-gray-500">Médecin généraliste</p>
271
+ </div>
272
+ </div>
273
+ <p class="text-gray-700 italic">"Grâce à CAMPUS DPC, j'ai pu mettre en ligne mes formations en quelques heures seulement. La plateforme est intuitive et le suivi des apprenants très précis."</p>
274
+ <div class="mt-4 text-yellow-400">
275
+ <i class="fas fa-star"></i>
276
+ <i class="fas fa-star"></i>
277
+ <i class="fas fa-star"></i>
278
+ <i class="fas fa-star"></i>
279
+ <i class="fas fa-star"></i>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Testimonial 2 -->
284
+ <div class="bg-gray-50 p-8 rounded-xl">
285
+ <div class="flex items-center mb-4">
286
+ <div class="w-12 h-12 rounded-full bg-green-100 flex items-center justify-center mr-4">
287
+ <i class="fas fa-user-nurse text-green-600 text-xl"></i>
288
+ </div>
289
+ <div>
290
+ <h4 class="font-bold">Sophie Leroy</h4>
291
+ <p class="text-sm text-gray-500">Infirmière formatrice</p>
292
+ </div>
293
+ </div>
294
+ <p class="text-gray-700 italic">"Les documents de facturation fournis automatiquement m'ont fait gagner un temps précieux. Plus besoin de créer manuellement les logs pour l'ANDPC."</p>
295
+ <div class="mt-4 text-yellow-400">
296
+ <i class="fas fa-star"></i>
297
+ <i class="fas fa-star"></i>
298
+ <i class="fas fa-star"></i>
299
+ <i class="fas fa-star"></i>
300
+ <i class="fas fa-star"></i>
301
+ </div>
302
+ </div>
303
+
304
+ <!-- Testimonial 3 -->
305
+ <div class="bg-gray-50 p-8 rounded-xl">
306
+ <div class="flex items-center mb-4">
307
+ <div class="w-12 h-12 rounded-full bg-purple-100 flex items-center justify-center mr-4">
308
+ <i class="fas fa-hospital-user text-purple-600 text-xl"></i>
309
+ </div>
310
+ <div>
311
+ <h4 class="font-bold">Prof. Alain Bernard</h4>
312
+ <p class="text-sm text-gray-500">Responsable formation hospitalière</p>
313
+ </div>
314
+ </div>
315
+ <p class="text-gray-700 italic">"La solution clé en main de CAMPUS DPC nous a permis de digitaliser rapidement nos formations tout en respectant les exigences du DPC. Un vrai gain de temps et d'efficacité."</p>
316
+ <div class="mt-4 text-yellow-400">
317
+ <i class="fas fa-star"></i>
318
+ <i class="fas fa-star"></i>
319
+ <i class="fas fa-star"></i>
320
+ <i class="fas fa-star"></i>
321
+ <i class="fas fa-star-half-alt"></i>
322
+ </div>
323
+ </div>
324
+ </div>
325
+ </div>
326
+ </section>
327
+
328
+ <!-- CTA Section -->
329
+ <section class="py-16 bg-blue-800 text-white">
330
+ <div class="container mx-auto px-4 text-center">
331
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Prêt à digitaliser vos formations DPC ?</h2>
332
+ <p class="text-xl mb-8 max-w-3xl mx-auto">Mettez en ligne vos actions DPC dès demain et simplifiez votre gestion des formations.</p>
333
+ <a href="#contact" class="bg-white text-blue-800 font-bold py-3 px-8 rounded-lg hover:bg-gray-100 transition duration-300 inline-block">Demander une démonstration</a>
334
+ </div>
335
+ </section>
336
+
337
+ <!-- Contact Section -->
338
+ <section id="contact" class="py-20 bg-white">
339
+ <div class="container mx-auto px-4">
340
+ <div class="max-w-4xl mx-auto">
341
+ <div class="text-center mb-12">
342
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Contactez-nous</h2>
343
+ <p class="text-xl text-gray-600">Une question sur CAMPUS DPC ? Notre équipe est à votre disposition.</p>
344
+ </div>
345
+
346
+ <div class="bg-white rounded-xl shadow-lg overflow-hidden">
347
+ <div class="md:flex">
348
+ <div class="md:w-1/2 bg-blue-600 text-white p-8 md:p-12">
349
+ <h3 class="text-2xl font-bold mb-6">Informations de contact</h3>
350
+ <div class="space-y-6">
351
+ <div class="flex items-start">
352
+ <div class="flex-shrink-0">
353
+ <i class="fas fa-envelope text-xl"></i>
354
+ </div>
355
+ <div class="ml-4">
356
+ <p class="font-medium">Email</p>
357
+ <p>contact@campusdpc.com</p>
358
+ </div>
359
+ </div>
360
+ <div class="flex items-start">
361
+ <div class="flex-shrink-0">
362
+ <i class="fas fa-phone-alt text-xl"></i>
363
+ </div>
364
+ <div class="ml-4">
365
+ <p class="font-medium">Téléphone</p>
366
+ <p>01 23 45 67 89</p>
367
+ </div>
368
+ </div>
369
+ <div class="flex items-start">
370
+ <div class="flex-shrink-0">
371
+ <i class="fas fa-clock text-xl"></i>
372
+ </div>
373
+ <div class="ml-4">
374
+ <p class="font-medium">Horaires</p>
375
+ <p>Lundi - Vendredi : 9h - 18h</p>
376
+ </div>
377
+ </div>
378
+ </div>
379
+ </div>
380
+
381
+ <div class="md:w-1/2 p-8 md:p-12">
382
+ <form id="contactForm" class="space-y-6">
383
+ <div>
384
+ <label for="name" class="block text-sm font-medium text-gray-700 mb-1">Nom complet</label>
385
+ <input type="text" id="name" name="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" required>
386
+ </div>
387
+ <div>
388
+ <label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email</label>
389
+ <input type="email" id="email" name="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" required>
390
+ </div>
391
+ <div>
392
+ <label for="phone" class="block text-sm font-medium text-gray-700 mb-1">Téléphone</label>
393
+ <input type="tel" id="phone" name="phone" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
394
+ </div>
395
+ <div>
396
+ <label for="message" class="block text-sm font-medium text-gray-700 mb-1">Message</label>
397
+ <textarea id="message" name="message" rows="4" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" required></textarea>
398
+ </div>
399
+ <div>
400
+ <button type="submit" class="w-full bg-blue-600 text-white font-bold py-3 px-6 rounded-lg hover:bg-blue-700 transition duration-300">Envoyer le message</button>
401
+ </div>
402
+ </form>
403
+ </div>
404
+ </div>
405
+ </div>
406
+ </div>
407
+ </div>
408
+ </section>
409
+
410
+ <!-- FAQ Section -->
411
+ <section class="py-20 bg-gray-50">
412
+ <div class="container mx-auto px-4">
413
+ <div class="max-w-3xl mx-auto">
414
+ <div class="text-center mb-12">
415
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Questions fréquentes</h2>
416
+ <p class="text-xl text-gray-600">Trouvez les réponses aux questions les plus posées sur CAMPUS DPC.</p>
417
+ </div>
418
+
419
+ <div class="space-y-4">
420
+ <!-- FAQ Item 1 -->
421
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
422
+ <button class="faq-toggle w-full flex justify-between items-center p-6 text-left">
423
+ <span class="text-lg font-medium">Combien de temps faut-il pour mettre en ligne une formation ?</span>
424
+ <i class="fas fa-chevron-down transition-transform duration-300"></i>
425
+ </button>
426
+ <div class="faq-content px-6 pb-6 hidden">
427
+ <p class="text-gray-600">Grâce à notre processus simplifié, nous pouvons mettre en ligne votre formation en seulement 24 heures après réception de vos ressources. Notre équipe technique s'occupe de tout le paramétrage pour vous.</p>
428
+ </div>
429
+ </div>
430
+
431
+ <!-- FAQ Item 2 -->
432
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
433
+ <button class="faq-toggle w-full flex justify-between items-center p-6 text-left">
434
+ <span class="text-lg font-medium">Quels types de ressources puis-je utiliser pour mes formations ?</span>
435
+ <i class="fas fa-chevron-down transition-transform duration-300"></i>
436
+ </button>
437
+ <div class="faq-content px-6 pb-6 hidden">
438
+ <p class="text-gray-600">Nous acceptons tous les formats courants : présentations PowerPoint, documents Word, PDF, vidéos MP4, fichiers audio, images, etc. Si vous avez des questions sur un format spécifique, notre équipe peut vous conseiller.</p>
439
+ </div>
440
+ </div>
441
+
442
+ <!-- FAQ Item 3 -->
443
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
444
+ <button class="faq-toggle w-full flex justify-between items-center p-6 text-left">
445
+ <span class="text-lg font-medium">Comment sont générés les documents de facturation pour l'ANDPC ?</span>
446
+ <i class="fas fa-chevron-down transition-transform duration-300"></i>
447
+ </button>
448
+ <div class="faq-content px-6 pb-6 hidden">
449
+ <p class="text-gray-600">Notre plateforme génère automatiquement les logs de connexion, les attestations de présence et tous les documents nécessaires au format exigé par l'ANDPC. Vous recevez ces documents par email à la fin de chaque session, prêts à être déposés sur le site de l'ANDPC.</p>
450
+ </div>
451
+ </div>
452
+
453
+ <!-- FAQ Item 4 -->
454
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
455
+ <button class="faq-toggle w-full flex justify-between items-center p-6 text-left">
456
+ <span class="text-lg font-medium">Puis-je tester la plateforme avant de m'engager ?</span>
457
+ <i class="fas fa-chevron-down transition-transform duration-300"></i>
458
+ </button>
459
+ <div class="faq-content px-6 pb-6 hidden">
460
+ <p class="text-gray-600">Absolument ! Nous proposons une démonstration personnalisée de la plateforme où nous pouvons vous montrer toutes les fonctionnalités et répondre à vos questions spécifiques. Contactez-nous pour organiser cette démo.</p>
461
+ </div>
462
+ </div>
463
+ </div>
464
+ </div>
465
+ </div>
466
+ </section>
467
+
468
+ <!-- Footer -->
469
+ <footer class="bg-gray-900 text-white py-12">
470
+ <div class="container mx-auto px-4">
471
+ <div class="grid md:grid-cols-4 gap-8">
472
+ <div>
473
+ <div class="flex items-center mb-4">
474
+ <div class="w-10 h-10 bg-blue-600 rounded-lg flex items-center justify-center mr-3">
475
+ <i class="fas fa-graduation-cap text-white"></i>
476
+ </div>
477
+ <h3 class="text-xl font-bold">CAMPUS <span class="text-blue-400">DPC</span></h3>
478
+ </div>
479
+ <p class="text-gray-400">Solution clé en main pour réaliser vos sessions DPC avant la fin du plan triennal.</p>
480
+ </div>
481
+
482
+ <div>
483
+ <h4 class="text-lg font-bold mb-4">Liens utiles</h4>
484
+ <ul class="space-y-2">
485
+ <li><a href="#features" class="text-gray-400 hover:text-white transition">Fonctionnalités</a></li>
486
+ <li><a href="#how-it-works" class="text-gray-400 hover:text-white transition">Comment ça marche</a></li>
487
+ <li><a href="#benefits" class="text-gray-400 hover:text-white transition">Avantages</a></li>
488
+ <li><a href="#contact" class="text-gray-400 hover:text-white transition">Contact</a></li>
489
+ </ul>
490
+ </div>
491
+
492
+ <div>
493
+ <h4 class="text-lg font-bold mb-4">Légal</h4>
494
+ <ul class="space-y-2">
495
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Mentions légales</a></li>
496
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Politique de confidentialité</a></li>
497
+ <li><a href="#" class="text-gray-400 hover:text-white transition">CGU</a></li>
498
+ </ul>
499
+ </div>
500
+
501
+ <div>
502
+ <h4 class="text-lg font-bold mb-4">Suivez-nous</h4>
503
+ <div class="flex space-x-4">
504
+ <a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-blue-600 transition">
505
+ <i class="fab fa-linkedin-in"></i>
506
+ </a>
507
+ <a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-blue-400 transition">
508
+ <i class="fab fa-twitter"></i>
509
+ </a>
510
+ <a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-blue-800 transition">
511
+ <i class="fab fa-facebook-f"></i>
512
+ </a>
513
+ </div>
514
+ </div>
515
+ </div>
516
+
517
+ <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
518
+ <p>&copy; 2023 CAMPUS DPC. Tous droits réservés.</p>
519
+ </div>
520
+ </div>
521
+ </footer>
522
+
523
+ <script>
524
+ // FAQ Toggle
525
+ document.querySelectorAll('.faq-toggle').forEach(button => {
526
+ button.addEventListener('click', () => {
527
+ const content = button.nextElementSibling;
528
+ const icon = button.querySelector('i');
529
+
530
+ content.classList.toggle('hidden');
531
+ icon.classList.toggle('rotate-180');
532
+ });
533
+ });
534
+
535
+ // Smooth scrolling for anchor links
536
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
537
+ anchor.addEventListener('click', function (e) {
538
+ e.preventDefault();
539
+
540
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
541
+ behavior: 'smooth'
542
+ });
543
+ });
544
+ });
545
+
546
+ // Form submission
547
+ document.getElementById('contactForm').addEventListener('submit', function(e) {
548
+ e.preventDefault();
549
+ alert('Merci pour votre message ! Nous vous contacterons rapidement.');
550
+ this.reset();
551
+ });
552
+ </script>
553
+ <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=Lucaaas/campus-dpc" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
554
+ </html>