diff --git a/components/footer-content.php b/components/footer-content.php
index 479c7b9..8a9384a 100644
--- a/components/footer-content.php
+++ b/components/footer-content.php
@@ -25,19 +25,19 @@
-
+
Les contenus sont diffusé sous licence Creative Common Attribution - Partage à l'Identique 4.0 - hors mention contraire.
Ces licences vous autorise à partager et copier mes travaux, tant que vous me citiez en source, et que vous autorisez la même chose pour les travaux qui en seraient dérivés. N'hésitez pas à partager !
-
+
-
+
Kazhnuz Space et les différents sites/services qui le composent sont fourni "tel-quel", sans garantie. Cependant, toute critique, remarque, etc. est la bienvenue. Pour cela, vous pouvez me contacter à kazhnuz [at] kobold [point] cafe ou sur les réseaux sociaux visible plus haut
diff --git a/home.php b/home.php
index 9f17bde..575ed75 100644
--- a/home.php
+++ b/home.php
@@ -6,17 +6,16 @@
$page = get_page_by_path( 'home' );
if ($page != null) {
?>
-
-
-
-
-
post_content; ?>
-
+
+
+
+
- Mes sites web
-
+
*:last-child,
- [class^=col-] > *:last-child {
- margin-bottom: 0 !important; }
-
-.columns {
- display: grid;
- grid-gap: 1.6rem;
- grid-template-columns: repeat(12, 1fr);
- grid-template-rows: auto;
- padding: 1.6rem; }
- .columns-nogap {
- grid-gap: 0px; }
-
-.column {
- grid-column: span 12; }
-
-.col-1 {
- grid-column: span 1; }
-
-.col-2 {
- grid-column: span 2; }
-
-.col-3 {
- grid-column: span 3; }
-
-.col-4 {
- grid-column: span 4; }
-
-.col-5 {
- grid-column: span 5; }
-
-.col-6 {
- grid-column: span 6; }
-
-.col-7 {
- grid-column: span 7; }
-
-.col-8 {
- grid-column: span 8; }
-
-.col-9 {
- grid-column: span 9; }
-
-.col-10 {
- grid-column: span 10; }
-
-.col-11 {
- grid-column: span 11; }
-
-.col-12 {
- grid-column: span 12; }
-
-@media (min-width: 576px) {
- .col-sm-1 {
- grid-column: span 1; }
- .col-sm-2 {
- grid-column: span 2; }
- .col-sm-3 {
- grid-column: span 3; }
- .col-sm-4 {
- grid-column: span 4; }
- .col-sm-5 {
- grid-column: span 5; }
- .col-sm-6 {
- grid-column: span 6; }
- .col-sm-7 {
- grid-column: span 7; }
- .col-sm-8 {
- grid-column: span 8; }
- .col-sm-9 {
- grid-column: span 9; }
- .col-sm-10 {
- grid-column: span 10; }
- .col-sm-11 {
- grid-column: span 11; }
- .col-sm-12 {
- grid-column: span 12; } }
-
-@media (min-width: 768px) {
- .col-md-1 {
- grid-column: span 1; }
- .col-md-2 {
- grid-column: span 2; }
- .col-md-3 {
- grid-column: span 3; }
- .col-md-4 {
- grid-column: span 4; }
- .col-md-5 {
- grid-column: span 5; }
- .col-md-6 {
- grid-column: span 6; }
- .col-md-7 {
- grid-column: span 7; }
- .col-md-8 {
- grid-column: span 8; }
- .col-md-9 {
- grid-column: span 9; }
- .col-md-10 {
- grid-column: span 10; }
- .col-md-11 {
- grid-column: span 11; }
- .col-md-12 {
- grid-column: span 12; } }
-
-@media (min-width: 992px) {
- .col-lg-1 {
- grid-column: span 1; }
- .col-lg-2 {
- grid-column: span 2; }
- .col-lg-3 {
- grid-column: span 3; }
- .col-lg-4 {
- grid-column: span 4; }
- .col-lg-5 {
- grid-column: span 5; }
- .col-lg-6 {
- grid-column: span 6; }
- .col-lg-7 {
- grid-column: span 7; }
- .col-lg-8 {
- grid-column: span 8; }
- .col-lg-9 {
- grid-column: span 9; }
- .col-lg-10 {
- grid-column: span 10; }
- .col-lg-11 {
- grid-column: span 11; }
- .col-lg-12 {
- grid-column: span 12; } }
-
-@media (min-width: 1200px) {
- .col-xl-1 {
- grid-column: span 1; }
- .col-xl-2 {
- grid-column: span 2; }
- .col-xl-3 {
- grid-column: span 3; }
- .col-xl-4 {
- grid-column: span 4; }
- .col-xl-5 {
- grid-column: span 5; }
- .col-xl-6 {
- grid-column: span 6; }
- .col-xl-7 {
- grid-column: span 7; }
- .col-xl-8 {
- grid-column: span 8; }
- .col-xl-9 {
- grid-column: span 9; }
- .col-xl-10 {
- grid-column: span 10; }
- .col-xl-11 {
- grid-column: span 11; }
- .col-xl-12 {
- grid-column: span 12; } }
-
-@media (min-width: 1600px) {
- .col-xxl-1 {
- grid-column: span 1; }
- .col-xxl-2 {
- grid-column: span 2; }
- .col-xxl-3 {
- grid-column: span 3; }
- .col-xxl-4 {
- grid-column: span 4; }
- .col-xxl-5 {
- grid-column: span 5; }
- .col-xxl-6 {
- grid-column: span 6; }
- .col-xxl-7 {
- grid-column: span 7; }
- .col-xxl-8 {
- grid-column: span 8; }
- .col-xxl-9 {
- grid-column: span 9; }
- .col-xxl-10 {
- grid-column: span 10; }
- .col-xxl-11 {
- grid-column: span 11; }
- .col-xxl-12 {
- grid-column: span 12; } }
-
.btn {
border: 0px solid rgba(0, 0, 0, 0.3);
border-radius: 0px 0px 0px 0px;
@@ -1261,20 +1075,40 @@ textarea {
.align-right {
text-align: right; }
+#description {
+ display: grid;
+ grid-template-columns: 1fr;
+ grid-template-areas: "title" "illustration" "content"; }
+ @media (min-width: 1200px) {
+ #description {
+ grid-template-columns: 400px auto;
+ grid-template-areas: "title title" "illustration content"; } }
+#desc-title {
+ grid-area: title; }
+
+#description-content {
+ grid-area: content; }
+
.illustration {
- width: 300px;
display: block;
- margin: auto; }
+ margin: auto;
+ grid-area: illustration;
+ max-width: 100%;
+ height: auto; }
@media (min-width: 1200px) {
.illustration {
- width: 145%;
padding-bottom: 0;
+ max-width: 530px;
margin-bottom: 1.5rem;
position: relative;
top: 0px;
right: 64px; } }
+.align-centered-block {
+ text-align: center;
+ padding: 1rem; }
+
#page-header {
- background: #0f7e84 url("img/background.png");
+ background: #0f7e84 url('data: image/svg+xml;utf8, ');
border-top: 6px solid #002b36;
background-position: bottom center;
background-repeat: repeat-x;
@@ -1415,6 +1249,13 @@ footer {
width: 100%;
z-index: 1;
top: -24px; }
+ @media (min-width: 768px) {
+ footer .columns {
+ display: grid;
+ grid-template-columns: 1fr 1fr 1fr;
+ grid-gap: 1.6rem; } }
+ footer .columns .col {
+ margin-bottom: 1.6rem; }
footer .columns a {
color: #FDF7E7; }