From 37b1d7ede510599023a28da7413ec5bf10cbc253 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 10 Dec 2025 15:10:16 +0100 Subject: [PATCH] retrait du max-width sur les pages html de blog + integration du header sur les pages html de blog + creation d'une page accueil blog --- blog/html/accueil_blog.html | 114 ++++++++++++++++++++++++++++++ blog/html/ajouter_article.html | 55 +++++++++++++- blog/html/ajouter_categorie.html | 55 +++++++++++++- blog/html/liste_article.html | 105 +++++++++++++++++++++++---- blog/html/liste_categorie.html | 55 +++++++++++++- blog/html/modifier_article.html | 56 ++++++++++++++- blog/html/modifier_categorie.html | 55 +++++++++++++- 7 files changed, 478 insertions(+), 17 deletions(-) create mode 100644 blog/html/accueil_blog.html diff --git a/blog/html/accueil_blog.html b/blog/html/accueil_blog.html new file mode 100644 index 0000000..2f74913 --- /dev/null +++ b/blog/html/accueil_blog.html @@ -0,0 +1,114 @@ + + + + + + Admin - Blog + + + + + + + + + + +
+ +
+ +
+

Gestion du blog

+ + +
+ + + + + diff --git a/blog/html/ajouter_article.html b/blog/html/ajouter_article.html index 75594e1..59017a6 100644 --- a/blog/html/ajouter_article.html +++ b/blog/html/ajouter_article.html @@ -17,7 +17,7 @@ background: #f4f6f9; } .container { - max-width: 700px; + margin: 40px auto; } .ck-editor__editable { @@ -27,6 +27,59 @@ + +
+ +
+

Ajouter un article

diff --git a/blog/html/ajouter_categorie.html b/blog/html/ajouter_categorie.html index b288956..52a1356 100644 --- a/blog/html/ajouter_categorie.html +++ b/blog/html/ajouter_categorie.html @@ -12,13 +12,66 @@ } .container{ - max-width: 600px; + margin-top: 50px; } + +
+ +
+

Ajouter une catégorie

diff --git a/blog/html/liste_article.html b/blog/html/liste_article.html index 93434a9..2efe9cd 100644 --- a/blog/html/liste_article.html +++ b/blog/html/liste_article.html @@ -4,26 +4,108 @@ Liste des articles - + + + + + + -
+ +
+ +
+ + +
+

Liste des articles

- +
@@ -38,7 +120,6 @@ Titre - Actions @@ -46,7 +127,6 @@ Mon premier article - Modifier @@ -55,7 +135,6 @@ Mon deuxième article - Modifier @@ -63,10 +142,12 @@ -
- + + + + diff --git a/blog/html/liste_categorie.html b/blog/html/liste_categorie.html index 1f6d747..9b8dd7f 100644 --- a/blog/html/liste_categorie.html +++ b/blog/html/liste_categorie.html @@ -12,7 +12,7 @@ padding: 30px; } .container { - max-width: 800px; + margin-top: 40px; } @@ -20,6 +20,59 @@ + +
+ +
+

Liste des catégories

diff --git a/blog/html/modifier_article.html b/blog/html/modifier_article.html index 92305c2..4d2fc41 100644 --- a/blog/html/modifier_article.html +++ b/blog/html/modifier_article.html @@ -14,7 +14,7 @@ background: #f4f6f9; } .container { - max-width: 700px; + margin-top: 40px; } .preview-img { @@ -29,6 +29,60 @@ + +
+ +
+ +

Modifier un article

diff --git a/blog/html/modifier_categorie.html b/blog/html/modifier_categorie.html index bcb8eaa..e3adf30 100644 --- a/blog/html/modifier_categorie.html +++ b/blog/html/modifier_categorie.html @@ -12,13 +12,66 @@ } .container { - max-width: 600px; + margin: 50px auto; } + +
+ +
+

Modifier une catégorie