-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathai-business.html
More file actions
126 lines (116 loc) · 5.86 KB
/
ai-business.html
File metadata and controls
126 lines (116 loc) · 5.86 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!-- ai-business.html -->
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sourcinno - AI Business</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Header -->
<div id="app-header"></div>
<!-- Hero -->
<section class="hero ai-hero" style="background-image: url('pictures/1ai_hero.jpg');">
<h1 data-typewriter data-text="Accélérez votre entreprise avec l'IA"></h1>
<p class="subtitle">AI BUSINESS</p>
</section>
<div style="text-align: center; margin-top: 30px; margin-bottom: 30px;">
<h2 class="secondary-color" style="margin: 0 0 10px 0;">(BPI) "<i>3/4 des PME s'interrogent sur les cas d'usage et
gains concrets de l'IA</i>"</h2>
</div>
<!-- Section 1: Services -->
<section class="cards-section">
<div class="card">
<h3 class="primary-color">1. COMPRENDRE FACILEMENT</h3>
<h1 class="secondary-color">POURQUOI, QUOI, COMMENT L'IA</h1>
<ul style="list-style: none; padding-left: 1.2rem; font-size: 1.4rem; line-height: 1.6; margin: 0.5rem 0;">
<li style="margin-bottom: 0.4rem;">▪️ Formation de la Stratégie à la Mise en oeuvre</li>
<li style="margin-bottom: 0.4rem;">▪️ Comité exécutif, managers, opérationnels</li>
</ul>
</div>
<div class="card">
<h3 class="primary-color">2. EXPÉRIMENTER IMMÉDIATEMENT</h3>
<h1 class="secondary-color">CAS D'USAGE PERSONNALISÉS</h1>
<ul style="list-style: none; padding-left: 1.2rem; font-size: 1.4rem; line-height: 1.6; margin: 0.5rem 0;">
<li style="margin-bottom: 0.4rem;">▪️ Tester un cas d'usage simple</li>
<li style="margin-bottom: 0.4rem;">▪️ Créer une routine d'utilisation</li>
</ul>
</div>
<div class="card">
<h3 class="primary-color">3. DÉPLOYER PRAGRAMATIQUEMENT</h3>
<h1 class="secondary-color">AUTOMATISATION DE PROCESSUS</h1>
<ul style="list-style: none; padding-left: 1.2rem; font-size: 1.4rem; line-height: 1.6; margin: 0.5rem 0;">
<li style="margin-bottom: 0.4rem;">▪️ Définir les processus, compétences, outils</li>
<li style="margin-bottom: 0.4rem;">▪️ Planifier la mise en oeuvre</li>
</ul>
</div>
</section>
<!-- Section 2: Chatbot -->
<div style="background-color: #000000; width: 100%; padding: 3rem 0;">
<div class="container" aria-label="Assistant de contact">
<script type="module">
Typebot.initStandard({ typebot: "paiement-produit-num-rique-o8lsepu" });
</script>
<typebot-standard style="width:100%; min-height: 480px;"></typebot-standard>
</div>
</div>
<!-- Section 3: Testimonies -->
<section style="padding: 20px 20px">
<div style="max-width: 1200px; margin: 0 auto;">
<div style="text-align: center; margin-bottom: 30px;">
<h2 style="font-size: 36px; color: #333; margin: 0 0 10px 0; font-weight: 600;">Ils nous font confiance</h2>
</div>
<div style="display: flex; flex-wrap: wrap; gap: 30px; justify-content: center;">
<!-- Testimonial 1 -->
<div
style="flex: 1; min-width: 300px; max-width: 350px; background: white; padding: 30px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); border-left: 4px solid #bf184c; transition: transform 0.3s;">
<div style="margin-bottom: 20px;">
<h4 style="color: #555; font-size: 18px; margin: 0; font-weight: 400;">DRH d'ETI</h4>
</div>
<div>
<p style="color: #555; line-height: 1.6; margin: 0; font-size: 15px; font-style: italic;">« Promesse tenue !
Les Enjeux m'ont retourné la tête ! La Pratique m'a ouvert les yeux sur les cas d'usage. Et le Plan
d'action me permet de lancer la montée d'une 1ère marche d'IA demain matin. Formation 100% recommandée ! »
</p>
</div>
</div>
<!-- Testimonial 2 -->
<div
style="flex: 1; min-width: 300px; max-width: 350px; background: white; padding: 30px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); border-left: 4px solid #bf184c; transition: transform 0.3s;">
<div style="margin-bottom: 20px;">
<h4 style="color: #555; font-size: 18px; margin: 0; font-weight: 400;">Dirigeant de PME</h4>
</div>
<div>
<p style="color: #555; line-height: 1.6; margin: 0; font-size: 15px; font-style: italic;">« J'ai eu un vrai
déclic, complété d'une très bonne compréhension tant théorique que pratique de l'IA : je vais mobiliser
sans délai l'entreprise sur le sujet »</p>
</div>
</div>
<!-- Testimonial 3 -->
<div
style="flex: 1; min-width: 300px; max-width: 350px; background: white; padding: 30px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); border-left: 4px solid #bf184c; transition: transform 0.3s;">
<div style="margin-bottom: 20px;">
<h4 style="color: #555; font-size: 18px; margin: 0; font-weight: 400;">Directeur Marketing de PME</h4>
</div>
<div>
<p style="color: #555; line-height: 1.6; margin: 0; font-size: 15px; font-style: italic;">« Hyper efficace
et pédagogue ! Des concepts et du concret, des exercices et démonstrations personnalisés. Merci ! »</p>
</div>
</div>
</div>
<br>
<div style="text-align: center; margin-top: 30px; margin-bottom: 30px;">
<h2>ROUE > FEU > AGRICULTURE > IMPRIMERIE > MOTEUR > ORDINATEUR >
<strong class="secondary-color">IA</strong>.
<br>
LE CHANGEMENT, C'EST MAINTENANT
</h2>
</div>
</section>
<!-- Footer -->
<div id="app-footer"></div>
<script src="script.js"></script>
</body>
</html>