-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnico.html
More file actions
338 lines (297 loc) · 16.8 KB
/
nico.html
File metadata and controls
338 lines (297 loc) · 16.8 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
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Présentation ERP Crystal - Sprint 1</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
body { font-family: 'Inter', sans-serif; overflow: hidden; background-color: #111827; }
/* Slide transitions */
.slide {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
opacity: 0; pointer-events: none;
}
.slide.active {
transform: translateX(0); opacity: 1; z-index: 10; pointer-events: auto;
}
.slide.prev {
transform: translateX(-100%); opacity: 0; z-index: 1;
}
.slide.next {
transform: translateX(100%); opacity: 0; z-index: 1;
}
/* Content Animations */
.slide-content > * {
opacity: 0; transform: translateY(30px); transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide.active .slide-content > * {
opacity: 1; transform: translateY(0);
}
/* Staggered animation delays for elements */
.slide.active .slide-content > *:nth-child(1) { transition-delay: 0.1s; }
.slide.active .slide-content > *:nth-child(2) { transition-delay: 0.2s; }
.slide.active .slide-content > *:nth-child(3) { transition-delay: 0.3s; }
.slide.active .slide-content > *:nth-child(4) { transition-delay: 0.4s; }
/* Custom scrollbar for content if it overflows */
.custom-scroll::-webkit-scrollbar { width: 8px; }
.custom-scroll::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.1); border-radius: 10px; }
.custom-scroll::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.3); border-radius: 10px; }
.placeholder { color: inherit; opacity: 0.7; font-style: italic; }
img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body class="text-gray-100">
<div id="presentation" class="relative w-screen h-screen">
<!-- ==============================
SECTION BLANC (Intro)
=============================== -->
<!-- Page Intro : Blanc -->
<div class="slide bg-gray-200 flex items-center justify-center p-8">
<div class="slide-content w-full max-w-5xl bg-gray-50 rounded-3xl border border-gray-200 shadow-2xl p-12 text-gray-800 text-center">
<div class="w-24 h-24 bg-gradient-to-r from-blue-500 via-purple-500 to-orange-500 rounded-full mx-auto mb-8 flex items-center justify-center text-white text-4xl shadow-lg">
💎
</div>
<h1 class="text-5xl font-bold mb-6 text-gray-900">
ERP Crystal
</h1>
<p class="text-2xl text-gray-600 mb-8">
Revue du Sprint 1
</p>
<div class="text-xl text-gray-700 space-y-2">
<p><strong>Antony Burlet</strong></p>
<p><strong>Billy Hallé</strong></p>
<p><strong>William Peck</strong></p>
<p><strong>Nicolas Michaud</strong></p>
</div>
</div>
</div>
<!-- ==============================
SECTION MAUVE (Membre 4)
=============================== -->
<!-- Page 10 : Mauve -->
<div class="slide bg-gradient-to-br from-purple-600 to-indigo-900 flex items-center justify-center p-8">
<div
class="slide-content w-full max-w-5xl bg-white/10 backdrop-blur-lg rounded-3xl border border-white/20 shadow-2xl p-12">
<div class="text-purple-300 font-semibold tracking-wider uppercase mb-2">Membre 4</div>
<h1 class="text-6xl font-bold mb-4 text-white"><span class="placeholder">Nicolas Michaud</span></h1>
<h2 class="text-3xl font-light mb-10 text-purple-200">Rôle : <span class="placeholder">Je travail sur le frontend du site Web.</span></h2>
<div class="bg-black/20 p-8 rounded-2xl border-l-4 border-purple-400">
<h3 class="text-2xl font-semibold mb-4 text-white">Mon mandat :</h3>
<p class="text-xl text-purple-100">
<span class="placeholder">Durant cette itération, j'ai crée le Header ainsi que le formulaire d'ajout d'utilisateur.</span>
</p>
</div>
</div>
</div>
<!-- Page 11 : Mauve -->
<div class="slide bg-gradient-to-br from-purple-600 to-indigo-900 flex items-center justify-center p-8">
<div
class="slide-content w-full max-w-5xl bg-white/10 backdrop-blur-lg rounded-3xl border border-white/20 shadow-2xl p-12">
<h2 class="text-4xl font-bold mb-8 text-white flex items-center gap-4">
<span
class="bg-purple-500 w-12 h-12 flex items-center justify-center rounded-full text-2xl shadow-lg">✅</span>
Tâches et Validations
</h2>
<ul class="space-y-6 text-xl">
<li class="bg-white/5 p-6 rounded-xl border border-purple-400/30">
<strong class="text-purple-300"><span class="placeholder">Le header.</span></strong>
<p class="text-gray-200 mt-2"><span class="placeholder">Voici donc le header qui est aussi compatible avec un affichage de téléphone cellullaire.
</span></p>
</li>
<li class="bg-white/5 p-6 rounded-xl border border-purple-400/30">
<img src="assets/Capture1.png" width="500" height="500" class="">
<br>
<img src="assets/Capture2.png" width="500" height="500" class="">
</li>
</ul>
</div>
</div>
<div class="slide bg-gradient-to-br from-purple-600 to-indigo-900 flex items-center justify-center p-8">
<div
class="slide-content w-full max-w-5xl bg-white/10 backdrop-blur-lg rounded-3xl border border-white/20 shadow-2xl p-12">
<h2 class="text-4xl font-bold mb-8 text-white flex items-center gap-4">
<span
class="bg-purple-500 w-12 h-12 flex items-center justify-center rounded-full text-2xl shadow-lg">✅</span>
Tâches et Validations
</h2>
<ul class="space-y-6 text-xl">
<li class="bg-white/5 p-6 rounded-xl border border-purple-400/30">
<strong class="text-purple-300"><span class="placeholder">Le forumulaire</span></strong>
<p class="text-gray-200 mt-2"><span class="placeholder">Et voici le formulaire d'ajout d'utilisateur seulement disponible pour les administrateurs et gérants. Le prochain point sur lequel je vais travailler sera sur la modification d'un utilisateur.
</span></p>
</li>
<li class="bg-white/5 p-6 rounded-xl border border-purple-400/30">
<img src="assets/Capture3.png" width="500" height="500" class="">
</li>
</ul>
</div>
</div>
<!-- Page 12 : Mauve -->
<div class="slide bg-gradient-to-br from-purple-600 to-indigo-900 flex items-center justify-center p-8">
<div
class="slide-content w-full max-w-5xl bg-white/10 backdrop-blur-lg rounded-3xl border border-white/20 shadow-2xl p-12">
<h2 class="text-4xl font-bold mb-8 text-white flex items-center gap-4">
<span
class="bg-purple-500 w-12 h-12 flex items-center justify-center rounded-full text-2xl shadow-lg">📊</span>
Ma conclusion sur ce que j'ai accompli.
</h2>
<div class="flex flex-col md:flex-row gap-8">
<div class="flex-1 bg-black/20 p-8 rounded-2xl">
<h3 class="text-2xl font-bold text-white mb-4">État de santé (Sprint 2)</h3>
<p class="text-purple-100 text-lg mb-4"><span class="placeholder">Ce que j'ai programmé sur le frontend fonctionne correctement, ceci dit je n'ai pas suffisement avancé par rapport à nos objectif sur l'itération.</span></p>
<div class="w-full bg-black/40 rounded-full h-4 mt-6">
<div class="bg-purple-500 h-4 rounded-full" style="width: 40%"></div>
</div>
<p class="text-right text-sm text-purple-300 mt-1"><span class="placeholder">Couverture:
40%</span></p>
</div>
<div class="flex-1 bg-purple-900/50 p-8 rounded-2xl border border-purple-400/30">
<h3 class="text-2xl font-bold text-white mb-4">Recommandations</h3>
<ul class="list-disc list-inside space-y-2 text-purple-100">
<li><span class="placeholder">Mettre davantage de temps dans le travail.</span></li>
</ul>
</div>
</div>
</div>
</div>
<!-- ==============================
SECTION BLANCHE (Conclusion)
=============================== -->
<!-- Page 13 : Blanc -->
<div class="slide bg-gray-50 flex items-center justify-center p-8">
<div class="slide-content w-full max-w-5xl bg-white rounded-3xl border border-gray-200 shadow-2xl p-12 text-gray-800 text-center">
<div class="w-24 h-24 bg-gradient-to-r from-blue-500 via-purple-500 to-orange-500 rounded-full mx-auto mb-8 flex items-center justify-center text-white text-4xl shadow-lg">
💎
</div>
<h1 class="text-5xl font-bold mb-6 text-gray-900">Bilan du Sprint 1</h1>
<p class="text-2xl text-gray-600 mb-10 max-w-3xl mx-auto">
Ce premier sprint nous a permis de poser des bases solides pour Crystal ERP. L'architecture est prête pour le développement intensif des modules métiers au Sprint 2.
</p>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto mb-12 text-left">
<div class="bg-gray-100 p-8 rounded-2xl">
<h3 class="text-xl font-bold text-gray-800 mb-4 border-b pb-2">Ce qui s'est bien passé</h3>
<ul class="list-disc list-inside space-y-2 text-gray-700">
<li>Bon flow de travail global (malgré des difficultés en fin de sprint)</li>
<li>Bonne compartimentation des tâches</li>
<li>Mise en place d’une base technique solide</li>
<li>Utilisation d’outils pertinents pour la suite du projet</li>
<li>Satisfaction du client vis-à-vis du travail réalisé</li>
</ul>
</div>
<div class="bg-gray-100 p-8 rounded-2xl">
<h3 class="text-xl font-bold text-gray-800 mb-4 border-b pb-2">À améliorer</h3>
<ul class="list-disc list-inside space-y-2 text-gray-700">
<li>Avoir une meilleure vision globale du projet</li>
<li>Définir une politique de travail claire (rôles, méthodes, organisation)</li>
<li>Prendre davantage de recul sur les choix d’architecture</li>
<li>Mieux valider les besoins avec le client avant d’implémenter</li>
<li>Trouver un équilibre entre autonomie et validation client</li>
</ul>
</div>
</div>
<h2 class="text-4xl font-bold text-gray-900 mb-4">Merci !</h2>
<p class="text-xl text-gray-500">Période de questions ?</p>
</div>
</div>
</div>
<!-- Interface de Navigation -->
<div class="fixed bottom-6 left-0 right-0 flex justify-between px-10 z-50 pointer-events-none">
<button onclick="prevSlide()" id="btnPrev" class="pointer-events-auto bg-black/40 hover:bg-black/60 text-white backdrop-blur-md px-6 py-3 rounded-full transition-all flex items-center gap-2 shadow-lg border border-white/10">
<span>←</span> Précédent
</button>
<div class="bg-black/40 backdrop-blur-md px-6 py-3 rounded-full text-white font-mono shadow-lg border border-white/10 flex items-center gap-2">
<span id="slideIndicator">1</span> / <span id="totalIndicator">4</span>
</div>
<button onclick="nextSlide()" id="btnNext" class="pointer-events-auto bg-black/40 hover:bg-black/60 text-white backdrop-blur-md px-6 py-3 rounded-full transition-all flex items-center gap-2 shadow-lg border border-white/10">
Suivant <span>→</span>
</button>
</div>
<!-- Modal zoom image -->
<div id="imageModal" class="fixed inset-0 bg-black/90 hidden items-center justify-center z-50">
<img id="modalImg" class="max-w-[90%] max-h-[90%] rounded-xl shadow-2xl">
</div>
<!-- Script de logique de présentation -->
<script>
let currentSlide = 0;
const slides = document.querySelectorAll('.slide');
const totalSlides = slides.length;
const indicator = document.getElementById('slideIndicator');
const totalIndicator = document.getElementById('totalIndicator');
const btnPrev = document.getElementById('btnPrev');
const btnNext = document.getElementById('btnNext');
if(totalIndicator) {
totalIndicator.textContent = totalSlides;
}
function updateSlides() {
slides.forEach((slide, index) => {
slide.classList.remove('active', 'prev', 'next');
if (index === currentSlide) {
slide.classList.add('active');
} else if (index < currentSlide) {
slide.classList.add('prev');
} else {
slide.classList.add('next');
}
});
// Update UI
indicator.textContent = currentSlide + 1;
// Handle buttons opacity
if(currentSlide === 0) {
btnPrev.style.opacity = '0.3';
btnPrev.style.cursor = 'not-allowed';
} else {
btnPrev.style.opacity = '1';
btnPrev.style.cursor = 'pointer';
}
if(currentSlide === totalSlides - 1) {
btnNext.style.opacity = '0.3';
btnNext.style.cursor = 'not-allowed';
} else {
btnNext.style.opacity = '1';
btnNext.style.cursor = 'pointer';
}
}
function nextSlide() {
if (currentSlide < totalSlides - 1) {
currentSlide++;
updateSlides();
}
}
function prevSlide() {
if (currentSlide > 0) {
currentSlide--;
updateSlides();
}
}
// Navigation au clavier
document.addEventListener('keydown', (e) => {
if (e.key === 'ArrowRight' || e.key === 'Space' || e.key === 'Enter') {
nextSlide();
} else if (e.key === 'ArrowLeft') {
prevSlide();
}
});
function openModal(src) {
const modal = document.getElementById("imageModal");
const img = document.getElementById("modalImg");
img.src = src;
modal.classList.remove("hidden");
modal.classList.add("flex");
}
document.getElementById("imageModal").addEventListener("click", () => {
const modal = document.getElementById("imageModal");
modal.classList.add("hidden");
modal.classList.remove("flex");
});
// Initialisation
updateSlides();
</script>
</body>
</html>