This commit is contained in:
Mathieu Jaumotte 2023-11-17 13:29:57 +01:00
parent 15049eb762
commit f020867a10
3 changed files with 36 additions and 16 deletions

35
assets/scss/custom.scss Normal file → Executable file
View File

@ -113,18 +113,35 @@ main > section {
} }
section { section {
// Change bulletlists rendering in flex bloc // Centered text
&.big-text,
&.li-block {
h2, p {
width: fit-content;
margin-left: auto;
margin-right: auto;
}
}
&.big-text {
.container .row {
& > div {
&:last-child {
width: 80%;
margin-left: 10%;
}
}
}
p.text-xl {
//font-size: 1.4rem;
}
}
// Change bulletlists rendering in flex bloc }
&.li-block { &.li-block {
.container .row { .container .row {
& > div { & > div {
&:last-child { &:last-child {
width: 100%; width: 100%;
} }
h2, p {
width: fit-content;
margin-left: auto;
margin-right: auto;
}
ul { ul {
display: flex; display: flex;
li { li {
@ -162,12 +179,6 @@ section {
} }
} }
} }
// Only big centered text
&.big-text {
p.text-xl {
//font-size: 1.4rem;
}
}
} }
// Dark context (homepage header, hero, footer) // Dark context (homepage header, hero, footer)

View File

@ -74,7 +74,7 @@ features:
class: li-block class: li-block
image: /images/svg/curve-30.svg ## image: /images/svg/curve-30.svg ##
title: #Mais aussi... title: #Mais aussi...
content: #CHILL est un logiciel professionnel conçu selon les standards de développement actuels. content: texte #CHILL est un logiciel professionnel conçu selon les standards de développement actuels.
bulletpoints: bulletpoints:
- <h4 class='mb-4'>Responsive et accessible depuis nimporte quel support informatique</h4> (smartphone, ordinateur, tablette, etc.) afin de répondre aux enjeux de mobilité des travailleurs. - <h4 class='mb-4'>Responsive et accessible depuis nimporte quel support informatique</h4> (smartphone, ordinateur, tablette, etc.) afin de répondre aux enjeux de mobilité des travailleurs.
- <h4 class='mb-4'>Propose une solution clé en main</h4> <i>backend-frontend</i> aux nombreuses possibilités de paramétrage, qui peut être adaptée et installée dans différentes infrastructures techniques. - <h4 class='mb-4'>Propose une solution clé en main</h4> <i>backend-frontend</i> aux nombreuses possibilités de paramétrage, qui peut être adaptée et installée dans différentes infrastructures techniques.
@ -86,7 +86,7 @@ features:
link: # link: #
- #6 - #6
class: dark big-text class: dark
image: /images/service-3.png image: /images/service-3.png
title: title:
content: > content: >

View File

@ -1,20 +1,29 @@
######################## default configuration #################### ######################## default configuration ####################
# The base URL of your site (required). This will be prepended to all relative URLs. # The base URL of your site (required). This will be prepended to all relative URLs.
baseURL = "/" baseURL = "/"
# Title of your website (required). # Title of your website (required).
title = "Hugoplate" title = "CHILL"
# Your theme name # Your theme name
theme = "hugoplate" theme = "hugoplate"
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List # Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
timeZone = "America/New_York" timeZone = "Europe/Brussels"
# post pagination # post pagination
paginate = 2 # see https://gohugo.io/extras/pagination/ paginate = 2 # see https://gohugo.io/extras/pagination/
# post excerpt # post excerpt
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/ summaryLength = 10 # see https://gohugo.io/content-management/excerpts/
# google analytics # google analytics
googleAnalytics = "G-MEASUREMENT_ID" # see https://gohugo.io/templates/internal/#configure-google-analytics googleAnalytics = "G-MEASUREMENT_ID" # see https://gohugo.io/templates/internal/#configure-google-analytics
# disqus short name # disqus short name
disqusShortname = "themefisher-template" # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/ disqusShortname = "themefisher-template" # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/
# disable language # disable language
disableLanguages = [ disableLanguages = [
] # example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/ ] # example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/