Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 20 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h1>🎓 AIS Flashcards</h1>
</div>
<div>
<h1 class="text-lg font-black leading-tight gradient-title">AdminGo</h1>
<p class="text-xs font-semibold" style="color: rgb(var(--color-text-secondary));">Révisions examen AIS</p>
<p class="text-xs font-semibold" style="color: rgb(var(--color-text-secondary));">Révisions examens AIS & TSSR</p>
</div>
</div>

Expand All @@ -108,16 +108,16 @@ <h1 class="text-lg font-black leading-tight gradient-title">AdminGo</h1>
<span class="score-didnt">❌ <span id="score-didnt-count">0</span></span>
</div>

<!-- Help / keyboard shortcuts -->
<button id="btn-help" class="theme-toggle shrink-0 lg:order-5" aria-label="Aide et raccourcis clavier"
aria-haspopup="dialog" title="Aide et raccourcis clavier">
</button>

<!-- Theme toggle -->
<button id="theme-toggle" class="theme-toggle shrink-0 lg:order-5" aria-label="Basculer le thème">
🌙
</button>
<!-- Help + Theme toggle (grouped so they stay on the same row on mobile) -->
<div class="flex gap-2 shrink-0 lg:order-5">
<button id="btn-help" class="theme-toggle" aria-label="Aide et raccourcis clavier"
aria-haspopup="dialog" title="Aide et raccourcis clavier">
</button>
<button id="theme-toggle" class="theme-toggle" aria-label="Basculer le thème">
🌙
</button>
</div>

<!-- Progress bar (mobile: full width second row) -->
<div class="flex items-center gap-3 w-full lg:w-auto lg:flex-1 lg:order-2">
Expand Down Expand Up @@ -307,13 +307,18 @@ <h2 class="font-black text-sm uppercase tracking-wider" style="color: rgb(var(--
📘 À propos d'AdminGo
</p>
<p>
<strong>AdminGo</strong> est un projet dédié aux révisions de préparation à l'examen d'<a
<strong>AdminGo</strong> est un projet dédié aux révisions de préparation aux examens d'<a
href="https://www.francecompetences.fr/recherche/rncp/37680" target="_blank" rel="noopener noreferrer"
class="underline font-semibold" style="color: rgb(var(--color-primary));">Administrateur
d'Infrastructures Sécurisées (AIS)</a>. Toutes les questions sont en lien avec les "savoirs"
listés dans le <a href="https://www.francecompetences.fr/wp-json/api/v1/activity/export/24214/465506"
d'Infrastructures Sécurisées (AIS)</a> et de <a
href="https://www.francecompetences.fr/recherche/rncp/37682" target="_blank" rel="noopener noreferrer"
class="underline font-semibold" style="color: rgb(var(--color-primary));">Technicien Supérieur
Systèmes et Réseaux (TSSR)</a>. Les questions sont basées sur les sujets d'examen et les
référentiels de formation (<a href="https://www.francecompetences.fr/wp-json/api/v1/activity/export/24214/465506"
target="_blank" rel="noopener noreferrer" class="underline font-semibold"
style="color: rgb(var(--color-primary));">AIS</a> · <a href="https://www.francecompetences.fr/wp-json/api/v1/activity/export/24216/465511"
target="_blank" rel="noopener noreferrer" class="underline font-semibold"
style="color: rgb(var(--color-primary));">référentiel</a> du titre professionnel.
style="color: rgb(var(--color-primary));">TSSR</a>).
</p>
<p class="mt-3">
Ce site est proposé <strong>gratuitement</strong> par l'association <a href="https://tutotech.org"
Expand Down
15 changes: 8 additions & 7 deletions mentions-legales.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,13 @@ <h2>1. Éditeur du site</h2>
<section class="legal-section">
<h2>2. Hébergement</h2>
<ul>
<li><strong>Hébergeur :</strong> Microsoft Ireland Operations Ltd</li>
<li><strong>Adresse :</strong> 1, One Microsoft Place, South County Business Park, Leopardstown,
Dublin 18, Irlande</li>
<li><strong>Téléphone :</strong> +353 1 295 3826</li>
<li><strong>Site web :</strong> <a href="https://azure.microsoft.com/fr-fr/" target="_blank"
rel="noopener noreferrer">https://azure.microsoft.com/fr-fr/</a></li>
<li><strong>Hébergeur :</strong> GitHub, Inc.</li>
<li><strong>Adresse :</strong> 88 Colin P Kelly Jr St, San Francisco, CA 94107, États-Unis</li>
<li><strong>Service :</strong> GitHub Pages</li>
<li><strong>Site web :</strong> <a href="https://pages.github.com/" target="_blank"
rel="noopener noreferrer">https://pages.github.com/</a></li>
<li><strong>Contact :</strong> <a href="https://support.github.com/" target="_blank"
rel="noopener noreferrer">https://support.github.com/</a></li>
</ul>
</section>

Expand Down Expand Up @@ -382,7 +383,7 @@ <h2>8. Crédits</h2>
<footer class="legal-footer">
<p>AdminGo — Proposé par <a href="https://tutotech.org" target="_blank"
rel="noopener noreferrer">TutoTech</a></p>
<p class="legal-date">Dernière mise à jour : mars 2026</p>
<p class="legal-date">Dernière mise à jour : juin 2026</p>
</footer>

</div>
Expand Down
Loading