-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
310 lines (272 loc) · 16.6 KB
/
index.html
File metadata and controls
310 lines (272 loc) · 16.6 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fiche Personnage : Stéphanie Nadeau (V4 Complète)</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Special+Elite&family=Rock+Salt&family=Roboto+Condensed:wght@300;400;700&display=swap" rel="stylesheet">
<style>
:root {
--ink-black: #0f0f0f;
--paper-white: #f4f4f0;
--slide-width: 1080px;
--slide-height: 1920px;
}
body {
background-color: #222;
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
padding: 40px 0;
margin: 0;
font-family: 'Special Elite', monospace;
}
.slide {
width: var(--slide-width);
height: var(--slide-height);
background-color: var(--paper-white);
color: var(--ink-black);
position: relative;
overflow: hidden;
box-shadow: 0 0 50px rgba(0,0,0,0.5);
flex-shrink: 0;
background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7z' fill='%239C92AC' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}
h1, h2, h3, .marker-font { font-family: 'Permanent Marker', cursive; }
.handwritten { font-family: 'Rock Salt', cursive; }
.body-text { font-family: 'Roboto Condensed', sans-serif; }
.ink-border {
border: 4px solid var(--ink-black);
box-shadow: 8px 8px 0px 0px rgba(10,10,10,1);
}
.tape-effect {
background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.scaled-wrapper {
transform-origin: top center;
}
</style>
</head>
<body>
<script>
function scaleSlides() {
const slides = document.querySelectorAll('.slide');
const wrapper = document.getElementById('slide-wrapper');
const windowWidth = window.innerWidth;
const slideWidth = 1080;
const scale = Math.min(1, (windowWidth - 40) / slideWidth);
wrapper.style.transform = `scale(${scale})`;
wrapper.style.height = `${(1920 * scale * slides.length) + (40 * slides.length)}px`;
}
window.addEventListener('resize', scaleSlides);
window.addEventListener('DOMContentLoaded', scaleSlides);
</script>
<div id="slide-wrapper" class="scaled-wrapper flex flex-col gap-10">
<!-- ======================= SLIDE 1: IDENTITÉ ======================= -->
<div class="slide p-12 flex flex-col justify-between">
<div class="relative mt-4">
<div class="absolute top-0 right-0 z-10 transform rotate-3">
<span class="tape-effect px-6 py-2 text-2xl font-bold text-purple-900 border border-gray-300">
ARCHÉTYPE: Le Paradoxe Lucide
</span>
</div>
<h1 class="text-8xl leading-none mb-2 mt-4 transform -rotate-1">STÉPHANIE<br><span class="text-6xl text-gray-700 ml-2">NADEAU</span></h1>
<!-- Double Identity Box -->
<div class="mt-8 bg-black text-white p-6 transform -skew-x-2 border-l-8 border-purple-400">
<div class="flex justify-between items-center">
<div>
<p class="text-gray-400 text-sm uppercase tracking-widest mb-1">Identité Quotidienne</p>
<p class="text-3xl font-bold">Stéphanie</p>
<p class="italic text-sm text-gray-400">La femme vulnérable</p>
</div>
<div class="text-4xl text-purple-400">↔</div>
<div class="text-right">
<p class="text-gray-400 text-sm uppercase tracking-widest mb-1">Identité Auteure</p>
<p class="text-3xl font-bold handwritten text-purple-200">Arielle Desabysses</p>
<p class="italic text-sm text-gray-400">L'analyste qui théorise</p>
</div>
</div>
</div>
</div>
<div class="ink-border bg-white p-4 mx-4 my-6 rotate-1">
<div class="w-full aspect-square overflow-hidden bg-gray-200 border-2 border-black relative">
<img src="Gemini_Generated_Image_f67n8vf67n8vf67n~2.png"
alt="Stéphanie Nadeau"
class="w-full h-full object-cover grayscale contrast-125"
onerror="this.src='https://placehold.co/1000x1000/1a1a1a/FFF?text=PHOTO+STÉPHANIE';">
</div>
</div>
<div class="space-y-6">
<div class="bg-gray-100 p-6 border-l-8 border-black shadow-lg">
<h2 class="text-4xl mb-2">Bagage</h2>
<p class="body-text text-3xl">Instabilité, abandons et exploitation sexuelle à l'adolescence.</p>
</div>
<div class="ink-border bg-white p-6">
<h2 class="text-3xl mb-4 border-b-4 border-black inline-block">Neurodivergence</h2>
<div class="flex flex-wrap gap-3">
<span class="bg-black text-white px-3 py-1 text-xl font-bold">TPL</span>
<span class="bg-gray-200 text-black px-3 py-1 text-xl font-bold border-2 border-black">TSPT-C</span>
<span class="bg-gray-200 text-black px-3 py-1 text-xl font-bold border-2 border-black">TDAH (Inattentif)</span>
<span class="bg-gray-200 text-black px-3 py-1 text-xl font-bold border-2 border-black">Anxiété Sociale</span>
<span class="bg-red-700 text-white px-3 py-1 text-xl font-bold border-2 border-black animate-pulse">Épisodes dépressifs majeurs</span>
</div>
</div>
</div>
<div class="text-center mt-2">
<span class="handwritten text-2xl text-gray-400">1 / 3</span>
</div>
</div>
<!-- ======================= SLIDE 2: PSYCHOLOGIE ======================= -->
<div class="slide p-12 flex flex-col">
<h2 class="text-6xl text-center mb-6 border-b-8 border-black pb-2">MÉCANIQUE INTERNE</h2>
<div class="flex-grow space-y-6">
<!-- Main Traits -->
<div class="space-y-4">
<div class="flex items-start gap-4">
<div class="bg-black text-white p-1 w-12 text-center text-xl font-bold mt-1">A</div>
<div>
<h3 class="text-2xl mb-1">Analytique & Articulée</h3>
<p class="body-text text-lg text-gray-700 leading-tight">Capacité à verbaliser des concepts psychologiques complexes. Communications méticuleuses.</p>
</div>
</div>
<div class="flex items-start gap-4">
<div class="bg-black text-white p-1 w-12 text-center text-xl font-bold mt-1">B</div>
<div>
<h3 class="text-2xl mb-1">Intense & Passionnée</h3>
<p class="body-text text-lg text-gray-700 leading-tight">Vit et exprime ses émotions sans filtre (amour, déception, colère).</p>
</div>
</div>
<div class="flex items-start gap-4">
<div class="bg-black text-white p-1 w-12 text-center text-xl font-bold mt-1">C</div>
<div>
<h3 class="text-2xl mb-1">Protectrice (Sauveuse)</h3>
<p class="body-text text-lg text-gray-700 leading-tight">S'investit corps et âme pour régler les problèmes de l'autre, créant une dépendance.</p>
</div>
</div>
</div>
<!-- Split Traits & Motivation -->
<div class="grid grid-cols-2 gap-4">
<div class="ink-border bg-gray-50 p-4">
<h3 class="text-xl text-red-800 mb-1">Anxieuse Sociale</h3>
<p class="body-text text-lg leading-tight">Craint le jugement et le rejet, ce qui la pousse à l'isolement.</p>
</div>
<div class="ink-border bg-gray-50 p-4">
<h3 class="text-xl text-green-800 mb-1">Fidèle</h3>
<p class="body-text text-lg leading-tight">Loyauté féroce envers ceux qu'elle aime, même si la relation est néfaste.</p>
</div>
</div>
<!-- Motivation/Peur (NEW) -->
<div class="bg-purple-100 p-4 border-l-4 border-purple-800">
<h3 class="text-xl font-bold uppercase mb-1 text-purple-900">Motivation & Peur</h3>
<p class="body-text text-xl font-medium leading-snug">
Désire une connexion stable et sécurisante, mais sabote les relations par peur de l'abandon.
</p>
</div>
<!-- Resources -->
<div class="bg-white p-4 border-2 border-dashed border-gray-400 relative">
<div class="grid grid-cols-2 gap-8">
<div>
<h4 class="handwritten text-xl mb-1 underline decoration-wavy decoration-green-500">Forces</h4>
<p class="body-text text-lg leading-tight">Créativité, perspective, pardon, curiosité, gentillesse, intelligence sociale.</p>
</div>
<div>
<h4 class="handwritten text-xl mb-1 underline decoration-wavy decoration-blue-500">Survie</h4>
<p class="body-text text-lg font-bold">L'ÉCRITURE</p>
<p class="body-text text-base italic">(Ordonner le chaos mental)</p>
</div>
</div>
</div>
<!-- Paradox (UPDATED) -->
<div class="bg-black text-white p-6 relative mt-2 shadow-xl">
<h3 class="font-bold uppercase tracking-widest text-lg text-red-500 border-b border-gray-700 pb-2 mb-2">Conflit Majeur : Le Paradoxe de la Conscience</h3>
<p class="handwritten text-xl leading-snug text-gray-300 italic mb-3">
"Elle regarde son propre naufrage en temps réel."
</p>
<p class="body-text text-lg leading-tight">
Elle possède une intelligence analytique lui permettant de comprendre ses schémas toxiques avec une précision clinique, mais reste impuissante face à la vague émotionnelle.
</p>
</div>
</div>
<div class="text-center mt-2">
<span class="handwritten text-2xl text-gray-400">2 / 3</span>
</div>
</div>
<!-- ======================= SLIDE 3: NARRATION ======================= -->
<div class="slide p-12 flex flex-col">
<!-- Narrative Role (NEW) -->
<div class="bg-white border-4 border-black p-6 mb-6 relative shadow-[8px_8px_0px_0px_rgba(0,0,0,0.2)]">
<div class="absolute -top-4 left-6 bg-black text-white px-4 py-1 text-lg font-bold uppercase transform -rotate-1">
Rôle Narratif : Protagoniste & Narratrice
</div>
<p class="body-text text-2xl text-justify mt-2 leading-snug">
Elle est le sujet de l'étude clinique, disséquant sa propre destruction pour trouver le chemin de la reconstruction.
</p>
</div>
<!-- Attachment Style -->
<div class="bg-gray-100 p-4 text-center mb-6 border-l-8 border-purple-600">
<div class="flex items-center justify-center gap-4">
<h3 class="uppercase font-bold text-gray-500 text-lg">Style d'Attachement</h3>
<p class="marker-font text-3xl text-purple-900">DÉSORGANISÉ</p>
</div>
<p class="body-text text-lg italic mt-1">"Désire ardemment la connexion, mais la redoute viscéralement."</p>
</div>
<!-- Dynamics -->
<div class="ink-border bg-white p-6 mb-6">
<h2 class="text-3xl mb-4 border-b-2 border-black inline-block">Dynamiques Relationnelles</h2>
<div class="mb-4">
<h3 class="text-xl font-bold bg-gray-200 inline-block px-2 mb-1">LE TRIANGLE DE KARPMAN</h3>
<p class="body-text text-lg text-justify leading-tight">
<span class="font-bold text-green-700">Sauveuse</span> (créer la dépendance) ➔
<span class="font-bold text-blue-700">Victime</span> (investissement non retourné) ➔
<span class="font-bold text-red-700">Persécutrice</span> (frustration).
</p>
</div>
<div>
<h3 class="text-xl font-bold bg-gray-200 inline-block px-2 mb-1">LE SABOTAGE PRÉVENTIF</h3>
<p class="body-text text-lg text-justify leading-tight">
Provoquer la rupture (crises/tests) pour contrôler la fin inévitable plutôt que de la subir par surprise.
</p>
</div>
</div>
<!-- Frank Case Study (UPDATED) -->
<div class="bg-black text-white p-6 mb-6 shadow-lg">
<h3 class="text-center font-bold text-lg uppercase mb-4 tracking-widest text-gray-400 border-b border-gray-700 pb-2">Étude de Cas : Frank</h3>
<div class="grid grid-cols-3 gap-4 text-center">
<div class="border-r border-gray-700 pr-2">
<h4 class="handwritten text-lg font-bold text-red-400 mb-1">1. FUSION</h4>
<p class="body-text text-sm leading-tight">Love Bombing inversé. <span class="font-bold text-gray-300">Idéalisation rapide pour sécuriser le lien.</span></p>
</div>
<div class="border-r border-gray-700 pr-2">
<h4 class="handwritten text-lg font-bold text-red-400 mb-1">2. CONTRÔLE</h4>
<p class="body-text text-sm leading-tight">Micro-gestion & Jalousie <span class="font-bold text-gray-300">pour apaiser l'anxiété.</span></p>
</div>
<div>
<h4 class="handwritten text-lg font-bold text-red-400 mb-1">3. EXPLOSION</h4>
<p class="body-text text-sm leading-tight"><span class="font-bold text-gray-300">Communication paradoxale.</span> (Froideur vs Émotion).</p>
</div>
</div>
</div>
<!-- Narrative Arc (UPDATED) -->
<div class="mt-auto bg-white border-l-8 border-green-500 p-6 shadow-md">
<h3 class="text-2xl font-bold mb-2">Évolution & Vérité</h3>
<div class="space-y-3">
<p class="body-text text-xl leading-tight">
<span class="font-bold text-green-700">Vérité :</span> La sécurité ne vient pas d'un Sauveur, mais de sa capacité à tolérer l'inconfort.
</p>
<p class="body-text text-xl leading-tight">
<span class="font-bold text-green-700">Arc :</span> De Victime à Experte. <span class="font-bold bg-green-100 px-1">Elle ne guérit pas en effaçant ses cicatrices, mais en apprenant à naviguer avec elles.</span>
</p>
</div>
</div>
<div class="text-center mt-4">
<span class="handwritten text-2xl text-gray-400">3 / 3</span>
</div>
</div>
</div>
</body>
</html>