fais le lien mail pour contact@aizy.pro - Follow Up Deployment
Browse files- index.html +12 -26
- prompts.txt +7 -5
index.html
CHANGED
|
@@ -26,10 +26,11 @@
|
|
| 26 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 27 |
<div class="flex justify-between h-20 items-center">
|
| 28 |
<div class="flex items-center">
|
| 29 |
-
<
|
| 30 |
</div>
|
| 31 |
<div class="hidden md:flex space-x-8">
|
| 32 |
<a href="#services" class="text-gray-700 hover:text-indigo-600 transition">Nos services</a>
|
|
|
|
| 33 |
<a href="#advantages" class="text-gray-700 hover:text-indigo-600 transition">Pourquoi nous choisir ?</a>
|
| 34 |
<a href="#contact" class="text-gray-700 hover:text-indigo-600 transition">Contact</a>
|
| 35 |
</div>
|
|
@@ -218,31 +219,16 @@
|
|
| 218 |
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
| 219 |
<h2 class="text-3xl md:text-4xl font-bold mb-6">Prêt à transformer votre entreprise avec l'IA ?</h2>
|
| 220 |
<p class="text-xl mb-10 max-w-3xl mx-auto opacity-90">Contactez-nous dès aujourd'hui pour discuter de vos projets et découvrir comment l'intelligence artificielle peut stimuler votre croissance.</p>
|
| 221 |
-
<
|
| 222 |
-
<div class="
|
| 223 |
-
<
|
| 224 |
-
|
| 225 |
-
<input type="text" id="name" placeholder="Votre nom" class="w-full px-5 py-3 rounded-lg border-0 bg-white bg-opacity-10 backdrop-blur-md text-white placeholder-gray-300 focus:ring-2 focus:ring-white">
|
| 226 |
-
</div>
|
| 227 |
-
<div>
|
| 228 |
-
<label for="email" class="sr-only">Email</label>
|
| 229 |
-
<input type="email" id="email" placeholder="Votre email" class="w-full px-5 py-3 rounded-lg border-0 bg-white bg-opacity-10 backdrop-blur-md text-white placeholder-gray-300 focus:ring-2 focus:ring-white">
|
| 230 |
-
</div>
|
| 231 |
</div>
|
| 232 |
-
<div>
|
| 233 |
-
<
|
| 234 |
-
|
| 235 |
</div>
|
| 236 |
-
|
| 237 |
-
<label for="message" class="sr-only">Message</label>
|
| 238 |
-
<textarea id="message" rows="4" placeholder="Votre message" class="w-full px-5 py-3 rounded-lg border-0 bg-white bg-opacity-10 backdrop-blur-md text-white placeholder-gray-300 focus:ring-2 focus:ring-white"></textarea>
|
| 239 |
-
</div>
|
| 240 |
-
<div>
|
| 241 |
-
<button type="submit" class="bg-white text-indigo-600 px-8 py-3 rounded-lg font-semibold text-lg hover:bg-gray-100 transition duration-300 w-full md:w-auto">
|
| 242 |
-
Envoyer le message
|
| 243 |
-
</button>
|
| 244 |
-
</div>
|
| 245 |
-
</form>
|
| 246 |
</div>
|
| 247 |
</section>
|
| 248 |
|
|
@@ -251,7 +237,7 @@
|
|
| 251 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 252 |
<div class="md:flex md:justify-between">
|
| 253 |
<div class="mb-8 md:mb-0">
|
| 254 |
-
<
|
| 255 |
<p class="mt-2 text-gray-400 max-w-xs">Solutions en intelligence artificielle pour votre entreprise.</p>
|
| 256 |
</div>
|
| 257 |
<div class="grid grid-cols-2 md:grid-cols-3 gap-8">
|
|
@@ -277,7 +263,7 @@
|
|
| 277 |
<ul class="mt-4 space-y-2">
|
| 278 |
<li class="flex items-center">
|
| 279 |
<i class="fas fa-envelope mr-2 text-gray-400"></i>
|
| 280 |
-
<
|
| 281 |
</li>
|
| 282 |
<li class="flex items-center">
|
| 283 |
<i class="fas fa-phone mr-2 text-gray-400"></i>
|
|
|
|
| 26 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 27 |
<div class="flex justify-between h-20 items-center">
|
| 28 |
<div class="flex items-center">
|
| 29 |
+
<a href="index.html" class="text-2xl font-bold text-indigo-600 hover:text-indigo-800 transition"><i class="fas fa-robot mr-1"></i>AIzy<span class="text-purple-600 hover:text-purple-800">Now</span></a>
|
| 30 |
</div>
|
| 31 |
<div class="hidden md:flex space-x-8">
|
| 32 |
<a href="#services" class="text-gray-700 hover:text-indigo-600 transition">Nos services</a>
|
| 33 |
+
<a href="recherche.html" class="text-gray-700 hover:text-indigo-600 transition">Centre de recherche</a>
|
| 34 |
<a href="#advantages" class="text-gray-700 hover:text-indigo-600 transition">Pourquoi nous choisir ?</a>
|
| 35 |
<a href="#contact" class="text-gray-700 hover:text-indigo-600 transition">Contact</a>
|
| 36 |
</div>
|
|
|
|
| 219 |
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
| 220 |
<h2 class="text-3xl md:text-4xl font-bold mb-6">Prêt à transformer votre entreprise avec l'IA ?</h2>
|
| 221 |
<p class="text-xl mb-10 max-w-3xl mx-auto opacity-90">Contactez-nous dès aujourd'hui pour discuter de vos projets et découvrir comment l'intelligence artificielle peut stimuler votre croissance.</p>
|
| 222 |
+
<div class="flex flex-col md:flex-row justify-center gap-8 items-center">
|
| 223 |
+
<div class="flex items-center text-xl">
|
| 224 |
+
<i class="fas fa-envelope mr-3"></i>
|
| 225 |
+
<a href="mailto:contact@aizy.pro" class="hover:text-white transition">contact@aizy.pro</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 226 |
</div>
|
| 227 |
+
<div class="flex items-center text-xl">
|
| 228 |
+
<i class="fas fa-phone mr-3"></i>
|
| 229 |
+
06 51 72 53 01
|
| 230 |
</div>
|
| 231 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 232 |
</div>
|
| 233 |
</section>
|
| 234 |
|
|
|
|
| 237 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 238 |
<div class="md:flex md:justify-between">
|
| 239 |
<div class="mb-8 md:mb-0">
|
| 240 |
+
<a href="index.html" class="text-2xl font-bold text-white hover:text-gray-200 transition"><i class="fas fa-robot mr-1"></i>AIzy<span class="text-purple-400 hover:text-purple-300">Now</span></a>
|
| 241 |
<p class="mt-2 text-gray-400 max-w-xs">Solutions en intelligence artificielle pour votre entreprise.</p>
|
| 242 |
</div>
|
| 243 |
<div class="grid grid-cols-2 md:grid-cols-3 gap-8">
|
|
|
|
| 263 |
<ul class="mt-4 space-y-2">
|
| 264 |
<li class="flex items-center">
|
| 265 |
<i class="fas fa-envelope mr-2 text-gray-400"></i>
|
| 266 |
+
<a href="mailto:contact@aizy.pro" class="text-gray-400 hover:text-white transition">contact@aizy.pro</a>
|
| 267 |
</li>
|
| 268 |
<li class="flex items-center">
|
| 269 |
<i class="fas fa-phone mr-2 text-gray-400"></i>
|
prompts.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
le titre est clckable vers : index.html
|
| 2 |
+
a coté du titre "Nos services" ajouter un nouveau titre "Centre de recherche"
|
| 3 |
+
non pas dans la page en haut dans le menu
|
| 4 |
+
enleve Centre de recherche qui se trouve dans la page laisse juste le titre du menu
|
| 5 |
+
le menu centre de recherche pointe vers la page recherche.html
|
| 6 |
+
supprime le formulaire de contact, ajoute juste le telephone et le mail de contact
|
| 7 |
+
fais le lien mail pour contact@aizy.pro
|