Amélioration de la réactivité et des styles : ajustements CSS, templates dynamiques, et ajout de la gestion de version applicative.
This commit is contained in:
parent
ce0f1ac846
commit
b7f792a182
5 changed files with 87 additions and 64 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<div class="hero-inner hero-split">
|
||||
|
||||
<div class="hero-text">
|
||||
<h1>Apprenez à coder de A à Z</h1>
|
||||
<h1>Apprendre le développement de zéro : Cours complets pour débutant (ou pas !)</h1>
|
||||
<p class="hero-sub">Des cours gratuits<!-- et payants-->, structurés et concrets, pour progresser rapidement en programmation.</p>
|
||||
<div class="badge-row" aria-hidden="true">
|
||||
<span class="badge"><i class="fa-solid fa-code"></i> Logiciel, Web, Jeux Vidéos</span>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
{% load static %}
|
||||
|
||||
<title>PartirDeZero - {% block title %}{% endblock %}</title>
|
||||
<title>PartirDeZero {% block title %}{% endblock %}</title>
|
||||
|
||||
<meta name="description" content="{% block description %}Apprendre le développement web et la programmation en partant de zéro.{% endblock %}">
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
</div>
|
||||
<div class="footer-legal">
|
||||
<span>Partir de Zero ©2024 - {% now "Y" %}</span>
|
||||
<span>v0.1.1</span>
|
||||
<span>v{{ SITE_VERSION }}</span>
|
||||
<span>Site fièrement créer par <a href="https://av-interactive.be" target="_blank" rel="noopener">AV Interactive</a></span>
|
||||
</div>
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue