diff --git a/src/_includes/partials/components/intro.njk b/src/_includes/partials/components/intro.njk index bde76df..a5ad9f9 100644 --- a/src/_includes/partials/components/intro.njk +++ b/src/_includes/partials/components/intro.njk @@ -4,7 +4,9 @@
- Une CAE c'est quoi ? - Nous rejoindre + Une CAE c'est quoi ? + Nous rejoindre + +
diff --git a/src/index.md b/src/index.md index ac1ee60..c46ca37 100644 --- a/src/index.md +++ b/src/index.md @@ -14,7 +14,10 @@ metaDesc: 'Hylia is a lightweight Eleventy starter kit to help you to create you Notre objectif est de favoriser l’**autonomie** et l’**émancipation** de nos membres sur un modèle d’économie sociale et **solidaire**. - ![logo Gitlab](/images/gitlab.svg) + + Nous rejoindre + +
@@ -24,7 +27,7 @@ metaDesc: 'Hylia is a lightweight Eleventy starter kit to help you to create you Chez Astrolabe nous aimons et faisons la promotion du **logiciel libre**. Nos sommes membres d’[Alliance Libre](http://www.alliance-libre.org/) et nous mettons nos documents et projets internes à disposition sur notre [gitlab](). - ![logo Gitlab](/images/gitlab.svg "test") + ![logo Gitlab](/images/gitlab.svg)
@@ -36,5 +39,6 @@ metaDesc: 'Hylia is a lightweight Eleventy starter kit to help you to create you Nous sommes également **distributeurs** de la solution logicielle [Naega](https://www.crealead.com/naega#bootstrap-fieldgroup-nav-item--prsentation). - ![logo Gitlab](/images/gitlab.svg) + + Voir l'équipe
diff --git a/src/scss/components/_intro.scss b/src/scss/components/_intro.scss index 4485ba1..f31dc56 100644 --- a/src/scss/components/_intro.scss +++ b/src/scss/components/_intro.scss @@ -19,7 +19,6 @@ &__heading { max-width: 44rem; color: var(--color-text); - margin-bottom: 4rem; font-size: 2.5rem; display: inline-block; diff --git a/src/scss/components/presentation.scss b/src/scss/components/_presentation.scss similarity index 73% rename from src/scss/components/presentation.scss rename to src/scss/components/_presentation.scss index 5e31f1f..3fdf051 100644 --- a/src/scss/components/presentation.scss +++ b/src/scss/components/_presentation.scss @@ -39,16 +39,23 @@ margin-bottom: 8rem; } } - } - figure { - display: flex; - flex-direction: column; - // justify-content: center; - align-items: center; + + figure, + + p { + display: flex; + flex-direction: column; + // justify-content: center; + align-items: center; + + img { + margin-top: 3.5rem; + } - img { - margin-top: 3.5rem; + .btn { + margin-top: 7rem; + } } } + + }