-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathressources.html
More file actions
392 lines (363 loc) · 20.2 KB
/
Copy pathressources.html
File metadata and controls
392 lines (363 loc) · 20.2 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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ressources</title>
<link rel="stylesheet" href="style.css">
<link href="./chatbot/chat.css" rel="stylesheet"/>
</head>
<body class="unselectable">
<header>
<div class="header-container">
<a href="index.html" class="logo-link">
<div class="logo">
<div class="logo-icon">N</div>
<h1>NIRD</h1>
</div>
</a>
<button class="menu-toggle" onclick="toggleMenu()">
<span id="burger"></span>
</button>
<nav id="mainNav">
<ul>
<li><a href="index.html">Accueil / Visualiseur</a></li>
<li><a href="débutHistoire.html">L'Histoire</a></li>
<li><a href="crédits.html">Crédits</a></li>
<li><a href="ressources.html" target="_blank">Ressources</a></li>
</ul>
</nav>
</div>
</header>
<!-- Canvas pour le background interactif -->
<canvas id="interactive-bg"></canvas>
<script>
function toggleMenu() {
const nav = document.getElementById('mainNav');
const burger = document.getElementById('burger');
nav.classList.toggle('active');
burger.classList.toggle('open');
}
</script>
<!-- Lien vers NIRD -->
<section class="main-cta">
<div class="container_">
<div class="cta-card">
<div class="logo-nird">
<a>
<img src="logo-nird.png" alt="logo NIRD">
</a>
</div>
<h2>Découvrez NIRD</h2>
<p>
Pour un numérique libre et écocitoyen dans les établissements scolaires
</p>
<a href="https://nird.forge.apps.education.fr/index.html" target="_blank" class="btnn btnn-primary">
Visiter le site
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/>
<polyline points="15 3 21 3 21 9"/>
<line x1="10" y1="14" x2="21" y2="3"/>
</svg>
</a>
</div>
</div>
</section>
<!-- Alternatives Section -->
<section class="alternatives">
<div class="container_">
<h2>Alternatives Open Source</h2>
<p class="section-subtitle">
Remplacez progressivement les outils propriétaires par des solutions libres et transparentes.
</p>
<div class="alternatives-grid">
<!-- Navigation Web -->
<div class="alternative-category">
<div class="category-header">
<div class="category-icon purple">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10"/>
<line x1="2" y1="12" x2="22" y2="12"/>
<path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/>
</svg>
</div>
<h3>Navigation Web</h3>
</div>
<div class="software-list">
<a href="https://www.mozilla.org/fr/firefox/" target="_blank" class="software-link">
<span class="software-name">Firefox</span>
<span class="software-desc">Navigateur web respectueux de la vie privée</span>
</a>
<a href="https://brave.com/fr/" target="_blank" class="software-link">
<span class="software-name">Brave</span>
<span class="software-desc">Navigateur avec bloqueur de publicités intégré</span>
</a>
<a href="https://www.torproject.org/" target="_blank" class="software-link">
<span class="software-name">Tor Browser</span>
<span class="software-desc">Navigation anonyme et sécurisée</span>
</a>
</div>
</div>
<!-- Messagerie -->
<div class="alternative-category">
<div class="category-header">
<div class="category-icon green">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/>
</svg>
</div>
<h3>Messagerie</h3>
</div>
<div class="software-list">
<a href="https://signal.org/fr/" target="_blank" class="software-link">
<span class="software-name">Signal</span>
<span class="software-desc">Messagerie chiffrée de bout en bout</span>
</a>
<a href="https://element.io/" target="_blank" class="software-link">
<span class="software-name">Element (Matrix)</span>
<span class="software-desc">Messagerie décentralisée et sécurisée</span>
</a>
<a href="https://www.thunderbird.net/fr/" target="_blank" class="software-link">
<span class="software-name">Thunderbird</span>
<span class="software-desc">Client email open source</span>
</a>
</div>
</div>
<!-- Stockage Cloud -->
<div class="alternative-category">
<div class="category-header">
<div class="category-icon purple">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"/>
</svg>
</div>
<h3>Stockage Cloud</h3>
</div>
<div class="software-list">
<a href="https://nextcloud.com/" target="_blank" class="software-link">
<span class="software-name">Nextcloud</span>
<span class="software-desc">Plateforme collaborative auto-hébergée</span>
</a>
<a href="https://cryptpad.fr/" target="_blank" class="software-link">
<span class="software-name">CryptPad</span>
<span class="software-desc">Suite bureautique collaborative chiffrée</span>
</a>
<a href="https://www.syncthing.net/" target="_blank" class="software-link">
<span class="software-name">Syncthing</span>
<span class="software-desc">Synchronisation de fichiers P2P</span>
</a>
</div>
</div>
<!-- Systèmes d'exploitation -->
<div class="alternative-category">
<div class="category-header">
<div class="category-icon green">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="3" width="20" height="14" rx="2" ry="2"/>
<line x1="8" y1="21" x2="16" y2="21"/>
<line x1="12" y1="17" x2="12" y2="21"/>
</svg>
</div>
<h3>Systèmes d'exploitation</h3>
</div>
<div class="software-list">
<a href="https://ubuntu.com/download" target="_blank" class="software-link">
<span class="software-name">Ubuntu</span>
<span class="software-desc">Linux accessible pour tous</span>
</a>
<a href="https://linuxmint.com/" target="_blank" class="software-link">
<span class="software-name">Linux Mint</span>
<span class="software-desc">Distribution Linux conviviale</span>
</a>
<a href="https://www.debian.org/" target="_blank" class="software-link">
<span class="software-name">Debian</span>
<span class="software-desc">Système stable et fiable</span>
</a>
</div>
</div>
<!-- Moteurs de recherche -->
<div class="alternative-category">
<div class="category-header">
<div class="category-icon purple">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="11" cy="11" r="8"/>
<path d="m21 21-4.3-4.3"/>
</svg>
</div>
<h3>Moteurs de recherche</h3>
</div>
<div class="software-list">
<a href="https://duckduckgo.com/" target="_blank" class="software-link">
<span class="software-name">DuckDuckGo</span>
<span class="software-desc">Recherche sans tracking</span>
</a>
<a href="https://www.qwant.com/" target="_blank" class="software-link">
<span class="software-name">Qwant</span>
<span class="software-desc">Moteur français respectueux</span>
</a>
<a href="https://www.startpage.com/" target="_blank" class="software-link">
<span class="software-name">Startpage</span>
<span class="software-desc">Recherche Google anonyme</span>
</a>
</div>
</div>
<!-- Bureautique -->
<div class="alternative-category">
<div class="category-header">
<div class="category-icon green">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"/>
<polyline points="14 2 14 8 20 8"/>
</svg>
</div>
<h3>Bureautique</h3>
</div>
<div class="software-list">
<a href="https://www.libreoffice.org/" target="_blank" class="software-link">
<span class="software-name">LibreOffice</span>
<span class="software-desc">Suite bureautique complète</span>
</a>
<a href="https://www.onlyoffice.com/" target="_blank" class="software-link">
<span class="software-name">OnlyOffice</span>
<span class="software-desc">Alternative collaborative à Office</span>
</a>
<a href="https://obsidian.md/" target="_blank" class="software-link">
<span class="software-name">Obsidian</span>
<span class="software-desc">Prise de notes et gestion du savoir</span>
</a>
</div>
</div>
<!-- Médias & Réseaux Sociaux -->
<div class="alternative-category">
<div class="category-header">
<div class="category-icon purple">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"/>
<circle cx="9" cy="7" r="4"/>
<path d="M22 21v-2a4 4 0 0 0-3-3.87"/>
<path d="M16 3.13a4 4 0 0 1 0 7.75"/>
</svg>
</div>
<h3>Réseaux Sociaux</h3>
</div>
<div class="software-list">
<a href="https://joinmastodon.org/" target="_blank" class="software-link">
<span class="software-name">Mastodon</span>
<span class="software-desc">Réseau social décentralisé</span>
</a>
<a href="https://joinpeertube.org/" target="_blank" class="software-link">
<span class="software-name">PeerTube</span>
<span class="software-desc">Plateforme vidéo décentralisée</span>
</a>
<a href="https://pixelfed.org/" target="_blank" class="software-link">
<span class="software-name">Pixelfed</span>
<span class="software-desc">Partage de photos décentralisé</span>
</a>
</div>
</div>
<!-- Email Sécurisé -->
<div class="alternative-category">
<div class="category-header">
<div class="category-icon green">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect width="20" height="16" x="2" y="4" rx="2"/>
<path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"/>
</svg>
</div>
<h3>Email Sécurisé</h3>
</div>
<div class="software-list">
<a href="https://proton.me/mail" target="_blank" class="software-link">
<span class="software-name">ProtonMail</span>
<span class="software-desc">Email chiffré de bout en bout</span>
</a>
<a href="https://tutanota.com/" target="_blank" class="software-link">
<span class="software-name">Tutanota</span>
<span class="software-desc">Service email sécurisé</span>
</a>
<a href="https://posteo.de/fr" target="_blank" class="software-link">
<span class="software-name">Posteo</span>
<span class="software-desc">Email écologique et privé</span>
</a>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-container">
<div class="footer-section">
<h3>NIRD et sources</h3>
<a href = "https://nird.forge.apps.education.fr/" target="_blank">Site officiel de la démarche NIRD</a>
<a href = "https://video.echirolles.fr/w/hVykGUtRZqRen6eiutqRvQ" target="_blank">Vidéo : les logiciels libres</a>
<a href = "https://www.radiofrance.fr/franceinter/podcasts/le-grand-reportage-de-france-inter/le-grand-reportage-du-mardi-14-octobre-2025-4136495" target="_blank">Podcast : les logiciels libres</a>
<a href = "https://www.youtube.com/watch?v=76T8oubek-c" target="_blank">Vidéo : jeter des milliers d'ordinateurs ?</a>
<a href = "https://www.youtube.com/watch?v=S6GLqkhykmA" target="_blank">Vidéo : l'ordinateur obsolète</a>
</div>
<div class="footer-section">
<h3>Navigation</h3>
<a href="#">Accueil</a>
<a href="débutHistoire.html">L'Histoire</a>
<a href="crédits.html">Crédits</a>
<a href="ressources.html" target="_blank">Ressources</a>
</div>
<div class="footer-section">
<a href="snake.html" target="_blank">
<h3>Jeu snake</h3>
</a>
<a href="#" data-popup="J't'ai bien eu !">Je suis le vrai jeu snake !</a>
<a href="#" data-popup="Eh bien enfait... non.">Non, c'est moi !</a>
<a href="#" data-popup="C'était vraiment pas moi.">En tout cas, c'est pas moi.</a>
<a href="#" data-popup="Ah bon ? C'est pas moi...">Ben oui, c'est moi !</a>
</div>
<script>
document.querySelectorAll('a[data-popup]').forEach(link => {
link.addEventListener('click', function(event) {
event.preventDefault(); // Empêche le comportement par défaut du lien
const message = this.getAttribute('data-popup'); // Récupère le texte
alert(message); // Affiche la popup
});
});
</script>
</div>
<div class="footer-bottom">
<p>© 2025 Dev'ier - IUT Informatique de Toulouse. Tous droits réservés.</p>
</div>
</footer>
<script>
function toggleMenu() {
const nav = document.getElementById('mainNav');
const burger = document.getElementById('burger');
// On sélectionne aussi le conteneur des contrôles audio
const ui = document.querySelector('.ui-container');
nav.classList.toggle('active');
burger.classList.toggle('open');
// Si la barre de contrôle existe sur cette page, on la cache/affiche
if (ui) {
ui.classList.toggle('hidden');
}
}
</script>
<script src="script.js"></script>
<!-- ChatBox -->
<div id="chat-icon">
<img src="./chatbot/chatbotreact.png" alt="Chat">
</div>
<div id="chat-box">
<div class="chat-header">
<span class="header-title">Moustache</span>
<img id="chat-corner-icon" src="./chatbot/pate.png" alt="icone">
</div>
<div class="chat-body"></div>
<form id="chat-form">
<div class="chat-footer">
<input type="text" id="user-message" name="message" placeholder="Écrire..." required>
<button type="submit">Envoyer</button>
</div>
</form>
</div>
<script src="./chatbot/chat.js"></script>
<!-- Script pour le background interactif (sans audio) -->
<script src="script.js"></script>
</body>
</html>