branding: uniformisation du logo officiel et du footer pro sur toutes les pages
This commit is contained in:
parent
61c7bd62c1
commit
5e5426a494
4 changed files with 97 additions and 29 deletions
|
|
@ -15,13 +15,7 @@
|
||||||
<header class="navbar-wrapper">
|
<header class="navbar-wrapper">
|
||||||
<div class="navbar container">
|
<div class="navbar container">
|
||||||
<a href="index.html" class="logo">
|
<a href="index.html" class="logo">
|
||||||
<div class="logo-icon">
|
<img src="logo.svg" alt="Forgium Logo" width="34" height="34" class="logo-img">
|
||||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<path d="M12 2L2 7L12 12L22 7L12 2Z" stroke="#38bdf8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
||||||
<path d="M2 17L12 22L22 17" stroke="#38bdf8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
||||||
<path d="M2 12L12 17L22 12" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
FORGIUM <span class="logo-tag">CLOUD</span>
|
FORGIUM <span class="logo-tag">CLOUD</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
@ -65,8 +59,36 @@
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer-wrapper">
|
<footer class="footer-wrapper">
|
||||||
|
<div class="container footer-grid">
|
||||||
|
<div class="footer-brand">
|
||||||
|
<div class="logo">
|
||||||
|
<img src="logo.svg" alt="Forgium Logo" width="28" height="28" class="logo-img">
|
||||||
|
FORGIUM <span class="logo-tag">CLOUD</span>
|
||||||
|
</div>
|
||||||
|
<p>Opérateur d'hébergement haute performance et indépendant. Conçu pour la vitesse, la stabilité et l'ingénierie système.</p>
|
||||||
|
</div>
|
||||||
|
<div class="footer-col">
|
||||||
|
<h5>Navigation</h5>
|
||||||
|
<a href="index.html">Accueil</a>
|
||||||
|
<a href="offres.html">Nos Offres</a>
|
||||||
|
<a href="infrastructure.html">Infrastructure</a>
|
||||||
|
<a href="a-propos.html">À propos</a>
|
||||||
|
</div>
|
||||||
|
<div class="footer-col">
|
||||||
|
<h5>Plateforme</h5>
|
||||||
|
<a href="https://panel.forgium.fr">Espace Client (Panel)</a>
|
||||||
|
<a href="https://status.forgium.fr">Page de Statut Réseau</a>
|
||||||
|
<a href="https://git.forgium.fr">Serveur Git</a>
|
||||||
|
</div>
|
||||||
|
<div class="footer-col">
|
||||||
|
<h5>Légal & Sécurité</h5>
|
||||||
|
<p>Hébergement 100% en France</p>
|
||||||
|
<p>Conforme RGPD & Données Protégées</p>
|
||||||
|
<p>Support : contact@forgium.fr</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="container footer-bottom">
|
<div class="container footer-bottom">
|
||||||
<p>© 2026 Forgium Cloud. Hébergement souverain français.</p>
|
<p>© 2026 Forgium Cloud. Tous droits réservés. Hébergement haute performance.</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,9 +22,8 @@
|
||||||
<header class="navbar-wrapper">
|
<header class="navbar-wrapper">
|
||||||
<div class="navbar container">
|
<div class="navbar container">
|
||||||
<a href="index.html" class="logo">
|
<a href="index.html" class="logo">
|
||||||
<img src="logo-forgium-v2.svg" alt="Forgium Logo" width="34" height="34" class="logo-img">
|
<img src="logo.svg" alt="Forgium Logo" width="34" height="34" class="logo-img">
|
||||||
FORGIUM
|
FORGIUM <span class="logo-tag">CLOUD</span>
|
||||||
<span class="logo-tag">CLOUD</span>
|
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav class="nav-links">
|
<nav class="nav-links">
|
||||||
|
|
@ -118,7 +117,10 @@
|
||||||
<footer class="footer-wrapper">
|
<footer class="footer-wrapper">
|
||||||
<div class="container footer-grid">
|
<div class="container footer-grid">
|
||||||
<div class="footer-brand">
|
<div class="footer-brand">
|
||||||
<div class="logo">FORGIUM <span class="logo-tag">CLOUD</span></div>
|
<div class="logo">
|
||||||
|
<img src="logo.svg" alt="Forgium Logo" width="28" height="28" class="logo-img">
|
||||||
|
FORGIUM <span class="logo-tag">CLOUD</span>
|
||||||
|
</div>
|
||||||
<p>Opérateur d'hébergement haute performance et indépendant. Conçu pour la vitesse, la stabilité et
|
<p>Opérateur d'hébergement haute performance et indépendant. Conçu pour la vitesse, la stabilité et
|
||||||
l'ingénierie système.</p>
|
l'ingénierie système.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -143,7 +145,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container footer-bottom">
|
<div class="container footer-bottom">
|
||||||
<p>© 2026 Forgium Cloud. Tous droits réservés. Hébergement souverain français.</p>
|
<p>© 2026 Forgium Cloud. Tous droits réservés. Hébergement haute performance.</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,13 +15,7 @@
|
||||||
<header class="navbar-wrapper">
|
<header class="navbar-wrapper">
|
||||||
<div class="navbar container">
|
<div class="navbar container">
|
||||||
<a href="index.html" class="logo">
|
<a href="index.html" class="logo">
|
||||||
<div class="logo-icon">
|
<img src="logo.svg" alt="Forgium Logo" width="34" height="34" class="logo-img">
|
||||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<path d="M12 2L2 7L12 12L22 7L12 2Z" stroke="#38bdf8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
||||||
<path d="M2 17L12 22L22 17" stroke="#38bdf8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
||||||
<path d="M2 12L12 17L22 12" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
FORGIUM <span class="logo-tag">CLOUD</span>
|
FORGIUM <span class="logo-tag">CLOUD</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
@ -79,8 +73,36 @@
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer-wrapper">
|
<footer class="footer-wrapper">
|
||||||
|
<div class="container footer-grid">
|
||||||
|
<div class="footer-brand">
|
||||||
|
<div class="logo">
|
||||||
|
<img src="logo.svg" alt="Forgium Logo" width="28" height="28" class="logo-img">
|
||||||
|
FORGIUM <span class="logo-tag">CLOUD</span>
|
||||||
|
</div>
|
||||||
|
<p>Opérateur d'hébergement haute performance et indépendant. Conçu pour la vitesse, la stabilité et l'ingénierie système.</p>
|
||||||
|
</div>
|
||||||
|
<div class="footer-col">
|
||||||
|
<h5>Navigation</h5>
|
||||||
|
<a href="index.html">Accueil</a>
|
||||||
|
<a href="offres.html">Nos Offres</a>
|
||||||
|
<a href="infrastructure.html">Infrastructure</a>
|
||||||
|
<a href="a-propos.html">À propos</a>
|
||||||
|
</div>
|
||||||
|
<div class="footer-col">
|
||||||
|
<h5>Plateforme</h5>
|
||||||
|
<a href="https://panel.forgium.fr">Espace Client (Panel)</a>
|
||||||
|
<a href="https://status.forgium.fr">Page de Statut Réseau</a>
|
||||||
|
<a href="https://git.forgium.fr">Serveur Git</a>
|
||||||
|
</div>
|
||||||
|
<div class="footer-col">
|
||||||
|
<h5>Légal & Sécurité</h5>
|
||||||
|
<p>Hébergement 100% en France</p>
|
||||||
|
<p>Conforme RGPD & Données Protégées</p>
|
||||||
|
<p>Support : contact@forgium.fr</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="container footer-bottom">
|
<div class="container footer-bottom">
|
||||||
<p>© 2026 Forgium Cloud. Hébergement souverain français.</p>
|
<p>© 2026 Forgium Cloud. Tous droits réservés. Hébergement haute performance.</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,13 +15,7 @@
|
||||||
<header class="navbar-wrapper">
|
<header class="navbar-wrapper">
|
||||||
<div class="navbar container">
|
<div class="navbar container">
|
||||||
<a href="index.html" class="logo">
|
<a href="index.html" class="logo">
|
||||||
<div class="logo-icon">
|
<img src="logo.svg" alt="Forgium Logo" width="34" height="34" class="logo-img">
|
||||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<path d="M12 2L2 7L12 12L22 7L12 2Z" stroke="#38bdf8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
||||||
<path d="M2 17L12 22L22 17" stroke="#38bdf8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
||||||
<path d="M2 12L12 17L22 12" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
FORGIUM <span class="logo-tag">CLOUD</span>
|
FORGIUM <span class="logo-tag">CLOUD</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
@ -160,8 +154,36 @@
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer-wrapper">
|
<footer class="footer-wrapper">
|
||||||
|
<div class="container footer-grid">
|
||||||
|
<div class="footer-brand">
|
||||||
|
<div class="logo">
|
||||||
|
<img src="logo.svg" alt="Forgium Logo" width="28" height="28" class="logo-img">
|
||||||
|
FORGIUM <span class="logo-tag">CLOUD</span>
|
||||||
|
</div>
|
||||||
|
<p>Opérateur d'hébergement haute performance et indépendant. Conçu pour la vitesse, la stabilité et l'ingénierie système.</p>
|
||||||
|
</div>
|
||||||
|
<div class="footer-col">
|
||||||
|
<h5>Navigation</h5>
|
||||||
|
<a href="index.html">Accueil</a>
|
||||||
|
<a href="offres.html">Nos Offres</a>
|
||||||
|
<a href="infrastructure.html">Infrastructure</a>
|
||||||
|
<a href="a-propos.html">À propos</a>
|
||||||
|
</div>
|
||||||
|
<div class="footer-col">
|
||||||
|
<h5>Plateforme</h5>
|
||||||
|
<a href="https://panel.forgium.fr">Espace Client (Panel)</a>
|
||||||
|
<a href="https://status.forgium.fr">Page de Statut Réseau</a>
|
||||||
|
<a href="https://git.forgium.fr">Serveur Git</a>
|
||||||
|
</div>
|
||||||
|
<div class="footer-col">
|
||||||
|
<h5>Légal & Sécurité</h5>
|
||||||
|
<p>Hébergement 100% en France</p>
|
||||||
|
<p>Conforme RGPD & Données Protégées</p>
|
||||||
|
<p>Support : contact@forgium.fr</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="container footer-bottom">
|
<div class="container footer-bottom">
|
||||||
<p>© 2026 Forgium Cloud. Hébergement haute performance.</p>
|
<p>© 2026 Forgium Cloud. Tous droits réservés. Hébergement haute performance.</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue