SELIGROUP commited on
Commit
51aea09
·
verified ·
1 Parent(s): 744b682

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +129 -19
index.html CHANGED
@@ -1,19 +1,129 @@
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
+ <html lang="fr">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+ <title>Séli I.A Master Agency - Inscription</title>
6
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap" rel="stylesheet">
7
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">
8
+ <link rel="stylesheet" href="styles.css">
9
+ </head>
10
+ <body>
11
+ <div class="container">
12
+ <header>
13
+ <div class="scrolling-header">
14
+ <div class="scrolling-text">
15
+ <span>SELI IA MASTER AGENCY</span>
16
+ <span>LA TASK FORCE DE L'IA AU SERVICE DE VOTRE BUSINESS</span>
17
+ </div>
18
+ </div>
19
+ </header>
20
+
21
+ <main>
22
+ <section class="registration-tunnel">
23
+ <div class="progress-indicator">
24
+ <div class="progress-step active" data-step="1">1</div>
25
+ <div class="progress-step" data-step="2">2</div>
26
+ <div class="progress-step" data-step="3">3</div>
27
+ </div>
28
+
29
+ <div id="registration-steps">
30
+ <div class="step active" data-step="1">
31
+ <h2>Informations Personnelles</h2>
32
+ <form id="personal-info-form">
33
+ <div class="input-group">
34
+ <input type="text" placeholder="Nom" required>
35
+ <input type="text" placeholder="Prénom" required>
36
+ </div>
37
+ <input type="tel" placeholder="Numéro de téléphone WhatsApp" required>
38
+ <button type="button" onclick="nextStep(2)">Suivant</button>
39
+ </form>
40
+ </div>
41
+
42
+ <div class="step" data-step="2">
43
+ <h2>Détails de l'Entreprise</h2>
44
+ <form id="company-info-form">
45
+ <input type="text" placeholder="Nom de l'entreprise" required>
46
+ <input type="text" placeholder="Secteur d'activité" required>
47
+ <select required>
48
+ <option value="">Taille de l'entreprise</option>
49
+ <option value="solopreneur">Solopreneur</option>
50
+ <option value="1-5">1-5 employés</option>
51
+ <option value="1-10">1-10 employés</option>
52
+ <option value="11-50">11-50 employés</option>
53
+ <option value="51-200">51-200 employés</option>
54
+ <option value="200+">Plus de 200 employés</option>
55
+ </select>
56
+ <div class="form-navigation">
57
+ <button type="button" class="btn-secondary" onclick="nextStep(1)">Précédent</button>
58
+ <button type="button" onclick="nextStep(3)">Suivant</button>
59
+ </div>
60
+ </form>
61
+ </div>
62
+
63
+ <div class="step" data-step="3">
64
+ <h2>Exprimer votre besoin</h2>
65
+ <form id="ai-needs-form">
66
+ <div class="checkbox-group">
67
+ <label class="checkbox-label">
68
+ <input type="checkbox" name="services" value="audit">
69
+ <span>Audit de vos méthodes de travail dans le but d'intégrer des outils IA dans vos processus de travail</span>
70
+ </label>
71
+ <label class="checkbox-label">
72
+ <input type="checkbox" name="services" value="integration">
73
+ <span>Prescription sans intégration ou Prescription & intégration d'outils IA dans vos processus de travail</span>
74
+ </label>
75
+ <label class="checkbox-label">
76
+ <input type="checkbox" name="services" value="workshop">
77
+ <span>Atelier d'initiation & coaching continu en IA pour entreprise ou solopreneur</span>
78
+ </label>
79
+ <label class="checkbox-label">
80
+ <input type="checkbox" name="services" value="development">
81
+ <span>Formation en développement assisté par IA pour la création de site web ou d'application pour votre entreprise</span>
82
+ </label>
83
+ <label class="checkbox-label">
84
+ <input type="checkbox" name="services" value="web-mobile">
85
+ <span>Service de création de site web et applications mobiles (Android/iOS)</span>
86
+ </label>
87
+ </div>
88
+ <textarea placeholder="Décrivez vos objectifs spécifiques"></textarea>
89
+ <div class="form-navigation">
90
+ <button type="button" class="btn-secondary" onclick="nextStep(2)">Précédent</button>
91
+ <button type="submit">Soumettre ma demande</button>
92
+ </div>
93
+ </form>
94
+ </div>
95
+
96
+ <div id="services-gallery-modal" class="modal">
97
+ <div class="modal-content">
98
+ <span class="close-modal">&times;</span>
99
+ <h2>Galerie des Services</h2>
100
+ <div class="swiper services-gallery">
101
+ <div class="swiper-wrapper">
102
+ <div class="swiper-slide">
103
+ <img src="/480295816_122102296886769821_1319206503856759784_n.jpg" alt="Séli IA Master Agency Services">
104
+ </div>
105
+ <!-- More slides can be added here -->
106
+ </div>
107
+ <div class="swiper-pagination"></div>
108
+ <div class="swiper-button-prev"></div>
109
+ <div class="swiper-button-next"></div>
110
+ </div>
111
+ </div>
112
+ </div>
113
+
114
+ <div class="gallery-button-container">
115
+ <button id="open-services-gallery" class="btn-gallery">Galerie Services</button>
116
+ </div>
117
+ </div>
118
+ </section>
119
+ </main>
120
+
121
+ <footer>
122
+ <p> 2024 Séli I.A Master Agency - Transformation Digitale par l'IA</p>
123
+ </footer>
124
+ </div>
125
+
126
+ <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
127
+ <script src="registration.js"></script>
128
+ </body>
129
+ </html>