diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index f4785f3..ed0de7e 100755 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -18,6 +18,8 @@ $chill-light-blue: #a0dcff; .badge-suivi-accompagnements { --badge-color: #EDC74B; } .badge-suivi-decisions { --badge-color: #a0dcff; } .badge-suivi-usagers{ --badge-color: #333333; } +.badge-rendez-vous{ --badge-color: #0d242e; } + /// Other custom colors $bg-dark-blue: #0d242e; $bg-light-blue: #a0dcff; diff --git a/content/_index.md b/content/_index.md index 0a105d6..01e5d79 100644 --- a/content/_index.md +++ b/content/_index.md @@ -80,7 +80,7 @@ testimonials: "titleBtn": "Statistiques", "description": "CHILL vous permet d’exporter des statistiques précises sur l’ensemble de vos entités.", "badge": "Statistiques", - "badgeColor": "rapports-statistiques ", + "badgeColor": "rapports-statistiques", "image": "/images/feature-2.svg", "buttonText": "En savoir plus", "buttonLink": "/features/suivi-accompagnements/", @@ -100,16 +100,27 @@ testimonials: "imagePosition": "right" }, { - "title": "Rapports & RGPD", - "titleBtn": "Rapports & RGPD", + "title": "Droits d'accès", + "titleBtn": "Droits d'accès", "description": "Générez des rapports statistiques, organisez vos documents et assurez la conformité RGPD pour la sécurité et la confidentialité des données.", - "badge": "Rapports & RGPD", + "badge": "Droits d'accès", "badgeColor": "rapport-rgpd", "image": "/images/feature-3.svg", "buttonText": "En savoir plus", "buttonLink": "/features/rapports-rgpd/", "features": "Rapports statistiques,Génération de documents,Organisation documentaire,Conformité RGPD", "imagePosition": "left" + }, + { + "title": "Rendez-vous", + "titleBtn": "Rendez-vous", + "description": "Planifiez, organisez et suivez efficacement tous vos rendez-vous, que ce soit pour vous-même ou pour vos collègues. Profitez d'outils de synchronisation, de rappels et d'intégration à venir avec Google Agenda.", + "badge": "Rendez-vous", + "badgeColor": "rendez-vous", + "image": "/images/feature-3.svg", + "buttonText": "En savoir plus", + "buttonLink": "/features/rendez-vous/", + "features": "Ajoutez un rendez-vous directement dans votre propre agenda,Planifiez un rendez-vous sur une plage créée au préalable par un autre membre de l’équipe,Synchronisation avec agendas électroniques,Possibilité de rappels,Un rendez-vous peut être converti en échange si besoin." } ] } @@ -117,7 +128,7 @@ testimonials: {{< testimonials title="Ils nous font confiance" - descriptions="Flexible et évolutif, CHILL accompagne aussi bien les petites associations que les grandes structures. Son développement participatif, mené avec des travailleurs sociaux de secteurs variés, garantit un outil fidèle aux réalités du terrain.||Découvrez leurs témoignages" + descriptions="Flexible et évolutif, CHILL accompagne aussi bien les petites associations que les grandes structures. Son développement participatif, mené avec des travailleurs sociaux de secteurs variés, garantit un outil fidèle aux réalités du terrain.,,Découvrez leurs témoignages" animate="true" background-color="#f1f5f9" >}} diff --git a/content/features/rapports-rgpd.md b/content/features/rapports-rgpd.md index d76cf76..79f0ba9 100644 --- a/content/features/rapports-rgpd.md +++ b/content/features/rapports-rgpd.md @@ -1,9 +1,9 @@ --- -title: "Rapports & RGPD" +title: "Droits d’accès" description: "Générez des rapports statistiques, organisez vos documents et assurez la conformité RGPD pour la sécurité et la confidentialité des données." weight: 6 layout: "single" -badge: "Rapports & RGPD" +badge: "Droits d’accès" badgeColor: "rapport-rgpd" demo: description: "Assurez la conformité RGPD et organisez vos rapports et documents." diff --git a/content/features/rendez-vous.md b/content/features/rendez-vous.md new file mode 100644 index 0000000..eb46c64 --- /dev/null +++ b/content/features/rendez-vous.md @@ -0,0 +1,27 @@ +--- +title: "Rendez-vous" +description: "Planifiez, organisez et suivez efficacement tous vos rendez-vous, que ce soit pour vous-même ou pour vos collègues, avec des outils de synchronisation et de rappel avancés." +weight: 7 +layout: "single" +badge: "Rendez-vous" +badgeColor: "rendez-vous" +demo: + description: "Découvrez comment gérer et structurée vos rendez-vous." + image: "/images/feature-2.svg" + +--- + + + +## Présentation + +La fonctionnalité Rendez-vous de Chill vous permet de gérer simplement la prise de rendez-vous, la coordination entre collègues et la synchronisation avec des outils externes. Que ce soit pour fixer un rendez-vous dans votre propre agenda ou dans une plage de disponibilité d’un collègue, tout est pensé pour faciliter votre organisation quotidienne. Des rappels automatiques et la possibilité de synchroniser avec Google Agenda (connecteur à venir) rendent la gestion des rendez-vous encore plus fluide. + +## Planification d’une rencontre + +- **Dans mon agenda** : Ajoutez un rendez-vous directement dans votre propre agenda. +- **Dans une plage de disponibilité d’un collègue** : Planifiez un rendez-vous sur une plage créée au préalable par un autre membre de l’équipe. +- **Synchronisation avec agendas électroniques** : (connecteur avec Google Agenda à développer) +- **Possibilité de rappels** : Notifications par SMS, etc. +- **Transformation en échange** : Un rendez-vous peut être converti en échange si besoin. + diff --git a/static/css/custom.css b/static/css/custom.css index d4cd11f..aa5edf7 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,366 +1,296 @@ .badge-generation-document { - --badge-color: #D50B51; -} + --badge-color: #D50B51; } .badge-rapport-rgpd { - --badge-color: #43B09B; -} + --badge-color: #43B09B; } .badge-rapports-statistiques { - --badge-color: #C9B99E; -} + --badge-color: #C9B99E; } .badge-suivi-accompagnements { - --badge-color: #EDC74B; -} + --badge-color: #EDC74B; } .badge-suivi-decisions { - --badge-color: #a0dcff; -} + --badge-color: #a0dcff; } .badge-suivi-usagers { - --badge-color: #333333; -} + --badge-color: #333333; } + +.badge-rendez-vous { + --badge-color: #0d242e; } @font-face { - font-family: "Lato", Arial; + font-family: 'Lato', Arial; src: url("assets/fonts/Lato/Lato-Regular.ttf") format("truetype"); font-display: optional; font-weight: normal; - font-style: normal; -} + font-style: normal; } body { - font-family: "Lato", sans-serif; -} -body .highlight { - padding: 0.25rem; -} -body .highlight-1 { - background-color: #43B09B; -} -body .highlight-2 { - background-color: #D50B51; -} -body .highlight-3 { - background-color: #EDC74B; -} + font-family: 'Lato', sans-serif; } + body .highlight { + padding: .25rem; } + body .highlight-1 { + background-color: #43B09B; } + body .highlight-2 { + background-color: #D50B51; } + body .highlight-3 { + background-color: #EDC74B; } header.header { - background-color: #0d242e; -} + background-color: #0d242e; } footer.footer { - background-color: #43B09B; -} + background-color: #43B09B; } .chill-pres { - padding-top: 0rem; -} + padding-top: 0rem; } .navbar .btn-primary { background-color: #f46839; border: 1px solid #f46839; - color: white; -} -.navbar .btn-primary:hover { - background-color: #E27A3E; - border: 1px solid #E27A3E; -} + color: white; } + .navbar .btn-primary:hover { + background-color: #E27A3E; + border: 1px solid #E27A3E; } .navbar .lang-select { - color: white; -} + color: white; } section.hero { - background-color: #0d242e; -} -section.hero h1 { - color: #43B09B; -} + background-color: #0d242e; } + section.hero h1 { + color: #43B09B; } section.section-1 { background-color: white; - padding-top: 10rem; -} -section.section-1 li { - font-weight: 600; -} -section.section-2 .container { - color: #0d242e; - text-align: center; - margin-top: 4rem; -} -section.section-2 .container h2 { - line-height: 3.5rem; -} + padding-top: 10rem; } + section.section-1 li { + font-weight: 600; } section.section-2 { - background: rgb(233, 227, 216); - background: linear-gradient(180deg, rgb(233, 227, 216) 0%, rgb(239, 239, 239) 100%); -} + background: #e9e3d8; + background: linear-gradient(180deg, #e9e3d8 0%, #efefef 100%); } + section.section-2 .container { + color: #0d242e; + text-align: center; + margin-top: 4rem; } + section.section-2 .container h2 { + line-height: 3.5rem; } section.section-3 { - background: rgb(239, 239, 239); - background: linear-gradient(180deg, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 100%); -} -section.section-3 h2 { - position: relative; - z-index: 1; -} -section.section-3 h2:before { - content: ""; - position: absolute; - width: 70px; - height: 70px; - left: -10%; - top: -30%; - margin-left: -35px; - background-color: #f46839; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); - z-index: 0; - border-radius: 50px; -} + background: #efefef; + background: linear-gradient(180deg, #efefef 0%, white 100%); } + section.section-3 h2 { + position: relative; + z-index: 1; } + section.section-3 h2:before { + content: ''; + position: absolute; + width: 70px; + height: 70px; + left: -10%; + top: -30%; + margin-left: -35px; + background-color: #f46839; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); + z-index: 0; + border-radius: 50px; } section.section-4 { position: relative; - background-color: white; -} -section.section-4 .row { - padding-bottom: 5rem; -} -section.section-4 h4 { - font-weight: bold; - height: 175px; - color: #0d242e; - border: 1px dashed #0d242e; - border-radius: 15px; - padding: 3rem; -} -section.section-4 .btn-primary { - position: absolute; - top: 52%; - left: 28%; -} + background-color: white; } + section.section-4 .row { + padding-bottom: 5rem; } + section.section-4 h4 { + font-weight: bold; + height: 175px; + color: #0d242e; + border: 1px dashed #0d242e; + border-radius: 15px; + padding: 3rem; } + section.section-4 .btn-primary { + position: absolute; + top: 52%; + left: 28%; } section.section-5 { - background-color: rgba(67, 176, 155, 0.5); -} + background-color: rgba(67, 176, 155, 0.5); } section.section-6 { background-color: #0d242e !important; background-repeat: repeat; background-position: top center; - background-image: url("/images/bg/pattern-1.png"); -} + background-image: url("/images/bg/pattern-1.png"); } section.section-7 h2 { position: relative; - z-index: 1; -} -section.section-7 h2:before { - content: ""; - position: absolute; - width: 70px; - height: 70px; - left: -15%; - top: -30%; - margin-left: -35px; - background-color: #fcc958; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); - z-index: 0; - border-radius: 0; -} + z-index: 1; } + section.section-7 h2:before { + content: ''; + position: absolute; + width: 70px; + height: 70px; + left: -15%; + top: -30%; + margin-left: -35px; + background-color: #fcc958; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); + z-index: 0; + border-radius: 0; } section h2.title { - color: #0d242e; -} + color: #0d242e; } section.big-text h2, section.big-text p, section.li-block h2, section.li-block p { width: fit-content; margin-left: auto; - margin-right: auto; -} + margin-right: auto; } section.big-text .container .row > div:last-child { width: 80%; - margin-left: 10%; -} + margin-left: 10%; } section.li-block .container .row > div:last-child { - width: 100%; -} + width: 100%; } section.li-block .container .row > div ul { - display: flex; -} -section.li-block .container .row > div ul li i:first-child { - display: none; -} -section.li-block .container .row > div ul li { - flex: 1 0 0; - margin: 0.5em 2rem 0.5em 2rem; - padding: 2em 1em 1em 1em; - text-align: center; - border-radius: 20px; -} + display: flex; } + section.li-block .container .row > div ul li { + flex: 1 0 0; + margin: 0.5em 2rem 0.5em 2rem; + padding: 2em 1em 1em 1em; + text-align: center; + border-radius: 20px; } + section.li-block .container .row > div ul li i:first-child { + display: none; } section.li-block.section-1 ul li { font-weight: 500; font-size: large; - position: relative; -} -section.li-block.section-1 ul li:nth-child(1) { - position: relative; - z-index: 1; -} -section.li-block.section-1 ul li:nth-child(1):before { - content: ""; - position: absolute; - width: 100px; - height: 100px; - left: 44%; - top: -60%; - margin-left: -35px; - background-color: #56c4aa; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); - z-index: 0; - border-radius: 0; -} -section.li-block.section-1 ul li:nth-child(2) { - position: relative; - z-index: 1; -} -section.li-block.section-1 ul li:nth-child(2):before { - content: ""; - position: absolute; - width: 100px; - height: 100px; - left: 44%; - top: -60%; - margin-left: -35px; - background-color: #f0384d; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); - z-index: 0; - border-radius: 50px; -} -section.li-block.section-1 ul li:nth-child(3) { - position: relative; - z-index: 1; -} -section.li-block.section-1 ul li:nth-child(3):before { - content: ""; - position: absolute; - width: 100px; - height: 100px; - left: 44%; - top: -60%; - margin-left: -35px; - background-color: #E27A3E; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); - z-index: 0; - border-radius: 0; -} -section.li-block.section-1 ul li:nth-child(4) { - position: relative; - z-index: 1; -} -section.li-block.section-1 ul li:nth-child(4):before { - content: ""; - position: absolute; - width: 100px; - height: 100px; - left: 44%; - top: -60%; - margin-left: -35px; - background-color: #fcc958; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); - z-index: 0; - border-radius: 50px; -} + position: relative; } + section.li-block.section-1 ul li:nth-child(1) { + position: relative; + z-index: 1; } + section.li-block.section-1 ul li:nth-child(1):before { + content: ''; + position: absolute; + width: 100px; + height: 100px; + left: 44%; + top: -60%; + margin-left: -35px; + background-color: #56c4aa; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); + z-index: 0; + border-radius: 0; } + section.li-block.section-1 ul li:nth-child(2) { + position: relative; + z-index: 1; } + section.li-block.section-1 ul li:nth-child(2):before { + content: ''; + position: absolute; + width: 100px; + height: 100px; + left: 44%; + top: -60%; + margin-left: -35px; + background-color: #f0384d; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); + z-index: 0; + border-radius: 50px; } + section.li-block.section-1 ul li:nth-child(3) { + position: relative; + z-index: 1; } + section.li-block.section-1 ul li:nth-child(3):before { + content: ''; + position: absolute; + width: 100px; + height: 100px; + left: 44%; + top: -60%; + margin-left: -35px; + background-color: #E27A3E; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); + z-index: 0; + border-radius: 0; } + section.li-block.section-1 ul li:nth-child(4) { + position: relative; + z-index: 1; } + section.li-block.section-1 ul li:nth-child(4):before { + content: ''; + position: absolute; + width: 100px; + height: 100px; + left: 44%; + top: -60%; + margin-left: -35px; + background-color: #fcc958; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); + z-index: 0; + border-radius: 50px; } section.li-block.section-5 .container .row p { - margin-bottom: 5rem; -} + margin-bottom: 5rem; } section.li-block.section-5 .container .row ul li { border-radius: 1em; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(20px); width: 400px; height: 180px; - padding: 0.85rem; + padding: .85rem; position: relative; z-index: 0; overflow: hidden; - transition: 0.6s ease-in; -} -section.li-block.section-5 .container .row ul li::before { - content: ""; - position: absolute; - z-index: -1; - top: -15px; - right: -15px; - height: 220px; - width: 25px; - border-radius: 32px; - transform: scale(1); - transform-origin: 50% 50%; - transition: transform 0.25s ease-out; -} -section.li-block.section-5 .container .row ul li:nth-child(1)::before { - background-color: rgba(240, 56, 77, 0.85); -} -section.li-block.section-5 .container .row ul li:nth-child(2)::before { - background-color: rgba(232, 148, 99, 0.85); -} -section.li-block.section-5 .container .row ul li:nth-child(3)::before { - background-color: rgba(67, 178, 157, 0.85); -} -section.li-block.section-5 .container .row ul li:nth-child(4)::before { - background-color: rgb(241, 210, 117); -} -section.li-block.section-5 .container .row ul li:hover::before { - transition-delay: 0.2s; - transform: scale(40); -} -section.li-block.section-5 .container .row ul li:hover { - color: #ffffff; -} -section.li-block.section-5 .container .row ul li:hover h5 { - color: #EBEBEB; -} -section.li-block.section-5 .container .row ul li h5 { - color: #0d242e; - font-weight: bold; -} + transition: 0.6s ease-in; } + section.li-block.section-5 .container .row ul li::before { + content: ""; + position: absolute; + z-index: -1; + top: -15px; + right: -15px; + height: 220px; + width: 25px; + border-radius: 32px; + transform: scale(1); + transform-origin: 50% 50%; + transition: transform 0.25s ease-out; } + section.li-block.section-5 .container .row ul li:nth-child(1)::before { + background-color: rgba(240, 56, 77, 0.85); } + section.li-block.section-5 .container .row ul li:nth-child(2)::before { + background-color: rgba(232, 148, 99, 0.85); } + section.li-block.section-5 .container .row ul li:nth-child(3)::before { + background-color: rgba(67, 178, 157, 0.85); } + section.li-block.section-5 .container .row ul li:nth-child(4)::before { + background-color: #f1d275; } + section.li-block.section-5 .container .row ul li:hover::before { + transition-delay: 0.2s; + transform: scale(40); } + section.li-block.section-5 .container .row ul li:hover { + color: #ffffff; } + section.li-block.section-5 .container .row ul li:hover h5 { + color: #EBEBEB; } + section.li-block.section-5 .container .row ul li h5 { + color: #0d242e; + font-weight: bold; } section.li-block a.btn-chill { - background-color: #fc3636; -} + background-color: #fc3636; } .download { margin-right: auto; margin-left: auto; - display: block; -} -.download a { - text-decoration: none; - padding: 0.5rem; -} + display: block; } + .download a { + text-decoration: none; + padding: .5rem; } section.dark p { color: white; - font-weight: bolder; -} + font-weight: bolder; } .hop { - color: red; -} + color: red; } .content-subtitle { text-transform: uppercase; - padding-left: 2rem; -} + padding-left: 2rem; } .bord-1 { - border-left: 4px solid #E27A3E; -} + border-left: 4px solid #E27A3E; } .bord-2 { - border-left: 4px solid #C9B99E; -} + border-left: 4px solid #C9B99E; } .bord-3 { - border-left: 4px solid #EDC74B; -} + border-left: 4px solid #EDC74B; } .bord-4 { - border-left: 4px solid #43B09B; -} + border-left: 4px solid #43B09B; } .chapo { font-size: large; @@ -369,144 +299,105 @@ section.dark p { padding-bottom: 2rem; font-style: italic; position: relative; - margin-bottom: 5rem; -} -.chapo::after { - content: ""; - position: absolute; - left: 0; - right: 0; - top: 100%; - margin: 10px auto; - width: 15%; - height: 6px; - background: #DE4849; -} + margin-bottom: 5rem; } + .chapo::after { + content: ''; + position: absolute; + left: 0; + right: 0; + top: 100%; + margin: 10px auto; + width: 15%; + height: 6px; + background: #DE4849; } figure.image { display: flex; - flex-direction: column; -} -figure.image.left { - float: left; - margin-right: 1.5em; -} -figure.image.right { - float: right; - margin-left: 1.5em; -} -figure.image.center { - display: flex; - justify-content: center; - align-items: center; -} -figure.image img { - margin-bottom: 0; -} + flex-direction: column; } + figure.image.left { + float: left; + margin-right: 1.5em; } + figure.image.right { + float: right; + margin-left: 1.5em; } + figure.image.center { + display: flex; + justify-content: center; + align-items: center; } + figure.image img { + margin-bottom: 0; } + .text-brochure { - text-align: center; -} + text-align: center; } @media screen and (max-width: 1279px) { section.li-block.section-5 .container .row ul { - flex-wrap: wrap; - } + flex-wrap: wrap; } section.li-block.section-5 .container .row ul li { - flex: 30%; - } -} + flex: 30%; } } @media screen and (max-width: 1023px) { section.section-4 h4 { - height: 224px; - } + height: 224px; } section.section-4 .btn-primary { - top: 56%; - } + top: 56%; } + section.li-block.section-5 .container .row ul { - flex-wrap: wrap; - } + flex-wrap: wrap; } section.li-block.section-5 .container .row ul li { - flex: 50%; - } -} + flex: 50%; } } @media screen and (max-width: 767px) { section.hero { - height: 110vh; - } + height: 110vh; } section.section-3 h2:before { top: -70%; left: 5%; - z-index: -1; - } + z-index: -1; } section.section-4 h4 { - height: 280px; - } + height: 280px; } section.section-4 .btn-primary { - top: 64%; - } + top: 64%; } + section.li-block .container .row > div ul { - flex-direction: column; - } - section.li-block .container .row > div ul li { - margin-bottom: 4rem; - } + flex-direction: column; } + section.li-block .container .row > div ul li { + margin-bottom: 4rem; } section.li-block.section-1 ul li:nth-child(1) { - top: -66%; - } + top: -66%; } section.li-block.section-1 ul li:nth-child(2) { - top: -66%; - } + top: -66%; } section.li-block.section-1 ul li:nth-child(3):before { - top: -85%; - } + top: -85%; } section.li-block.section-1 ul li:nth-child(4):before { - top: -85%; - } + top: -85%; } section.li-block.section-5 .container .row ul { - flex-wrap: wrap; - } + flex-wrap: wrap; } section.li-block.section-5 .container .row ul li { - flex: 50%; - } -} + flex: 50%; } } @media screen and (max-width: 513px) { section.hero { - height: 120vh; - } + height: 120vh; } section.section-4 h4 { - font-size: 1.1rem; - } + font-size: 1.1rem; } section.section-4 .btn-primary { - top: 64%; - } + top: 64%; } section.section-5 .container .row ul li { - width: 350px; - } -} + width: 350px; } } @media screen and (max-width: 470px) { section.section-4 h4 { - height: 280px; - } + height: 280px; } section.section-4 .btn-primary { - top: 64%; - } + top: 64%; } + section.li-block.section-1 ul li:nth-child(3):before { - top: -70%; - } + top: -70%; } section.li-block.section-1 ul li:nth-child(4):before { - top: -70%; - } + top: -70%; } section.li-block.section-5 .container .row ul { - flex-wrap: wrap; - } + flex-wrap: wrap; } section.li-block.section-5 .container .row ul li { - width: 350px; - } -} + width: 350px; } } @media screen and (max-width: 420px) { section.li-block.section-5 .container .row ul li { - width: 300px; - } -} + width: 300px; } } /*# sourceMappingURL=custom.css.map */ diff --git a/static/css/custom.css.map b/static/css/custom.css.map index 028d91d..005b275 100644 --- a/static/css/custom.css.map +++ b/static/css/custom.css.map @@ -1 +1,7 @@ -{"version":3,"sourceRoot":"","sources":["../../assets/scss/custom.scss"],"names":[],"mappings":"AAcA;EAA+B;;;AAC/B;EAAuB;;;AACvB;EAA+B;;;AAC/B;EAA+B;;;AAC/B;EAA2B;;;AAC3B;EAAsB;;;AAStB;EACE;EACA;EACA;EACA;EACA;;AAkDF;EACE;;AACA;EACE;;AAEF;EACE,kBArFU;;AAuFZ;EACE,kBAlFS;;AAoFX;EACE,kBA1FW;;;AA+Ff;EACI,kBAhFW;;;AAkFf;EACI,kBApGU;;;AAuGd;EACE;;;AAIA;EACE,kBA1FK;EA2FL;EACA;;AACA;EACE,kBA/GS;EAgHT;;AAGJ;EACE;;;AAKA;EACE,kBA3GS;;AA4GT;EAAK,OA7HG;;AA+HV;EACE;EACE;;AACA;EAAK;;AAGP;EACE,OArHO;EAsHP;EACA;;AACA;EACE;;AANN;EASE;EACA;;AAEF;EACE;EACA;;AACE;EA1FJ;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,MAoF+D;EAnF/D,KAmFyD;EAlFzD;EACA,kBAhDC;EAiDD;EACA;EAEI;;AAgFR;EACE;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA,OA/IO;EAgJP;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAGJ;EACI;;AAEJ;EACI;EA7IJ;EACA;EACA;;AA+II;EA1HJ;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,MAoH+D;EAnH/D,KAmHyD;EAlHzD;EACA,kBA7CC;EA8CD;EACA;EAKI;;;AAgHR;EACE,OA1KS;;AA+KP;EACI;EACA;EACA;;AAMI;EACI;EACA;;AASJ;EACI;;AAEJ;EACI;;AAEI;EACI;;AAFR;EAII;EACA;EACA;EACA;EACA;;AAOZ;EACI;EACA;EACA;;AACF;EAnLV;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,MARoF;EASpF,KATmE;EAUnE;EACA,kBA/CK;EAgDL;EACA;EAKI;;AAqKI;EAtLZ;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,MARoF;EASpF,KATmE;EAUnE;EACA,kBA9CF;EA+CE;EACA;EAEI;;AA2KI;EAzLZ;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,MARoF;EASpF,KATmE;EAUnE;EACA,kBAjEO;EAkEP;EACA;EAKI;;AA2KI;EA5LZ;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,MARoF;EASpF,KATmE;EAUnE;EACA,kBA7CC;EA8CD;EACA;EAEI;;AAsLA;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;EACA;;AAEF;EACE;;AACA;EACE,OAvSA;;AA0SJ;EACE,OA9RD;EA+RC;;AAMV;EACE;;;AAMR;EACE;EACA;EACA;;AACA;EACE;EACA;;;AAMA;EACI;EACA;;;AAIR;EACI;;;AAMA;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAIN;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EAAQ;EACR;EACA;EACA;EACA;EACA,YArXM;;;AAyXZ;EAGI;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;;AAKR;EACE;;;AAKF;EAKU;IACE;;EAEF;IACE;;;AAQZ;EAGM;IACE;;EAEF;IACE;;EASE;IACE;;EAEF;IACE;;;AAQZ;EAEI;IACE;;EAGA;IACE;IACA;IACA;;EAIF;IACE;;EAEF;IACE;;EASE;IACE;;EACA;IACE;;EAQJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAMF;IACE;;EAEF;IACE;;;AAQZ;EAEI;IACE;;EAGA;IACE;;EAEF;IACE;;EAKA;IACE;;;AAOV;EAGM;IACE;;EAEF;IACE;;EASE;IACE;;EAEF;IACE;;EAOF;IACE;;EAEF;IACE;;;AAQZ;EAKU;IACE","file":"custom.css"} \ No newline at end of file +{ +"version": 3, +"mappings": "AAcA,0BAA6B;EAAE,aAAa,CAAC,QAAQ;;AACrD,mBAAqB;EAAE,aAAa,CAAC,QAAQ;;AAC7C,4BAA6B;EAAE,aAAa,CAAC,QAAQ;;AACrD,4BAA6B;EAAE,aAAa,CAAC,QAAQ;;AACrD,sBAAyB;EAAE,aAAa,CAAC,QAAQ;;AACjD,oBAAoB;EAAE,aAAa,CAAC,QAAQ;;AAC5C,kBAAkB;EAAE,aAAa,CAAC,QAAQ;;AAU1C,UAMC;EALC,WAAW,EAAE,aAAa;EAC1B,GAAG,EAAE,4DAA4D;EACjE,YAAY,EAAE,QAAQ;EACtB,WAAW,EAAE,MAAM;EACnB,UAAU,EAAE,MAAM;AAkDpB,IAAI;EACF,WAAW,EAAE,kBAAkB;EAC/B,eAAW;IACT,OAAO,EAAE,MAAM;EAEjB,iBAAa;IACX,gBAAgB,EAvFN,OAAO;EAyFnB,iBAAa;IACX,gBAAgB,EApFP,OAAO;EAsFlB,iBAAa;IACX,gBAAgB,EA5FL,OAAO;;AAiGtB,aAAc;EACV,gBAAgB,EAhFL,OAAO;;AAkFtB,aAAc;EACV,gBAAgB,EAtGN,OAAO;;AAyGrB,WAAY;EACV,WAAW,EAAE,IAAI;;AAIjB,oBAAa;EACX,gBAAgB,EA1FX,OAAO;EA2FZ,MAAM,EAAE,iBAAiB;EACzB,KAAK,EAAE,KAAK;EACZ,0BAAQ;IACN,gBAAgB,EAjHP,OAAO;IAkHhB,MAAM,EAAE,iBAAuB;AAGnC,oBAAa;EACX,KAAK,EAAE,KAAK;;AAKZ,YAAO;EACL,gBAAgB,EA3GP,OAAO;EA4GhB,eAAG;IAAE,KAAK,EA/HF,OAAO;AAiIjB,iBAAY;EACV,gBAAgB,EAAE,KAAK;EACrB,WAAW,EAAE,KAAK;EAClB,oBAAG;IAAE,WAAW,EAAE,GAAG;AAEzB,iBAAY;EASV,UAAU,EAAE,OAAgB;EAC5B,UAAU,EAAE,iDAAyE;EATrF,4BAAW;IACT,KAAK,EArHE,OAAO;IAsHd,UAAU,EAAE,MAAM;IAClB,UAAU,EAAE,IAAI;IAChB,+BAAG;MACD,WAAW,EAAE,MAAM;AAMzB,iBAAY;EACV,UAAU,EAAE,OAAgB;EAC5B,UAAU,EAAE,+CAAyE;EACnF,oBAAG;IA1FP,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,CAAC;IACV,2BAAS;MACL,OAAO,EAAE,EAAE;MACX,QAAQ,EAAE,QAAQ;MAClB,KAAK,EAAE,IAAc;MACrB,MAAM,EAAE,IAAc;MACtB,IAAI,EAoF2D,IAAI;MAnFnE,GAAG,EAmFsD,IAAI;MAlF7D,WAAW,EAAE,KAAK;MAClB,gBAAgB,EAhDf,OAAO;MAiDR,UAAU,EAAE,4BAA4B;MACxC,OAAO,EAAE,CAAC;MAEN,aAAa,EAAE,IAAI;AAgF3B,iBAAY;EACV,QAAQ,EAAE,QAAQ;EAClB,gBAAgB,EAAE,KAAK;EACvB,sBAAK;IACH,cAAc,EAAE,IAAI;EAEtB,oBAAG;IACD,WAAW,EAAE,IAAI;IACjB,MAAM,EAAE,KAAK;IACb,KAAK,EA/IE,OAAO;IAgJd,MAAM,EAAE,kBAAwB;IAChC,aAAa,EAAE,IAAI;IACnB,OAAO,EAAE,IAAI;EAEf,8BAAa;IACX,QAAQ,EAAE,QAAQ;IAClB,GAAG,EAAE,GAAG;IACR,IAAI,EAAE,GAAG;AAGb,iBAAY;EACR,gBAAgB,EAAE,uBACtB;AACA,iBAAY;EACR,gBAAgB,EAAE,kBAAwB;EA7I9C,iBAAiB,EAAE,MAAM;EACzB,mBAAmB,EAAE,UAAU;EAC/B,gBAAgB,EAAE,+BAAoC;AA+IlD,oBAAG;EA1HP,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,CAAC;EACV,2BAAS;IACL,OAAO,EAAE,EAAE;IACX,QAAQ,EAAE,QAAQ;IAClB,KAAK,EAAE,IAAc;IACrB,MAAM,EAAE,IAAc;IACtB,IAAI,EAoH2D,IAAI;IAnHnE,GAAG,EAmHsD,IAAI;IAlH7D,WAAW,EAAE,KAAK;IAClB,gBAAgB,EA7Cf,OAAO;IA8CR,UAAU,EAAE,4BAA4B;IACxC,OAAO,EAAE,CAAC;IAKN,aAAa,EAAE,CAAC;;AAgHxB,gBAAS;EACP,KAAK,EA1KI,OAAO;AA+Kd,gFAAM;EACF,KAAK,EAAE,WAAW;EAClB,WAAW,EAAE,IAAI;EACjB,YAAY,EAAE,IAAI;AAMd,iDAAa;EACT,KAAK,EAAE,GAAG;EACV,WAAW,EAAE,GAAG;AASpB,iDAAa;EACT,KAAK,EAAE,IAAI;AAEf,yCAAG;EACC,OAAO,EAAE,IAAI;EACb,4CAAG;IAIC,IAAI,EAAE,KAAK;IACX,MAAM,EAAE,qBAAqB;IAC7B,OAAO,EAAE,eAAe;IACxB,UAAU,EAAE,MAAM;IAClB,aAAa,EAAE,IAAI;IAPnB,0DAAc;MACV,OAAO,EAAE,IAAI;AAa7B,gCAAM;EACF,WAAW,EAAE,GAAG;EAChB,SAAS,EAAE,KAAK;EAChB,QAAQ,EAAE,QAAQ;EACpB,6CAAe;IAnLzB,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,CAAC;IACV,oDAAS;MACL,OAAO,EAAE,EAAE;MACX,QAAQ,EAAE,QAAQ;MAClB,KAAK,EAAE,KAAc;MACrB,MAAM,EAAE,KAAc;MACtB,IAAI,EARgF,GAAG;MASvF,GAAG,EATgE,IAAI;MAUvE,WAAW,EAAE,KAAK;MAClB,gBAAgB,EA/CX,OAAO;MAgDZ,UAAU,EAAE,4BAA4B;MACxC,OAAO,EAAE,CAAC;MAKN,aAAa,EAAE,CAAC;EAqKZ,6CAAe;IAtL3B,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,CAAC;IACV,oDAAS;MACL,OAAO,EAAE,EAAE;MACX,QAAQ,EAAE,QAAQ;MAClB,KAAK,EAAE,KAAc;MACrB,MAAM,EAAE,KAAc;MACtB,IAAI,EARgF,GAAG;MASvF,GAAG,EATgE,IAAI;MAUvE,WAAW,EAAE,KAAK;MAClB,gBAAgB,EA9ClB,OAAO;MA+CL,UAAU,EAAE,4BAA4B;MACxC,OAAO,EAAE,CAAC;MAEN,aAAa,EAAE,IAAI;EA2Kf,6CAAe;IAzL3B,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,CAAC;IACV,oDAAS;MACL,OAAO,EAAE,EAAE;MACX,QAAQ,EAAE,QAAQ;MAClB,KAAK,EAAE,KAAc;MACrB,MAAM,EAAE,KAAc;MACtB,IAAI,EARgF,GAAG;MASvF,GAAG,EATgE,IAAI;MAUvE,WAAW,EAAE,KAAK;MAClB,gBAAgB,EAnET,OAAO;MAoEd,UAAU,EAAE,4BAA4B;MACxC,OAAO,EAAE,CAAC;MAKN,aAAa,EAAE,CAAC;EA2KZ,6CAAe;IA5L3B,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,CAAC;IACV,oDAAS;MACL,OAAO,EAAE,EAAE;MACX,QAAQ,EAAE,QAAQ;MAClB,KAAK,EAAE,KAAc;MACrB,MAAM,EAAE,KAAc;MACtB,IAAI,EARgF,GAAG;MASvF,GAAG,EATgE,IAAI;MAUvE,WAAW,EAAE,KAAK;MAClB,gBAAgB,EA7Cf,OAAO;MA8CR,UAAU,EAAE,4BAA4B;MACxC,OAAO,EAAE,CAAC;MAEN,aAAa,EAAE,IAAI;AAsLnB,4CAAE;EACA,aAAa,EAAE,IAAI;AAErB,gDAAM;EACJ,aAAa,EAAE,GAAG;EAClB,UAAU,EAAE,wBAA0B;EACtC,eAAe,EAAE,UAAU;EAC3B,KAAK,EAAE,KAAK;EACZ,MAAM,EAAE,KAAK;EACb,OAAO,EAAE,MAAM;EACf,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,CAAC;EACV,QAAQ,EAAE,MAAM;EAChB,UAAU,EAAE,YAAY;EACxB,wDAAU;IACR,OAAO,EAAE,EAAE;IACX,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,EAAE;IACX,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,KAAK;IACZ,MAAM,EAAC,KAAK;IACZ,KAAK,EAAE,IAAI;IACX,aAAa,EAAE,IAAI;IACnB,SAAS,EAAE,QAAQ;IACnB,gBAAgB,EAAE,OAAO;IACzB,UAAU,EAAE,wBAAwB;EAEtC,qEAAuB;IACrB,gBAAgB,EAAE,uBAAuB;EAE3C,qEAAuB;IACrB,gBAAgB,EAAE,wBAAwB;EAE5C,qEAAuB;IACrB,gBAAgB,EAAE,wBAAwB;EAE5C,qEAAuB;IACrB,gBAAgB,EAAE,OAAkB;EAEtC,8DAAgB;IACd,gBAAgB,EAAC,IAAI;IACrB,SAAS,EAAE,SAAS;EAEtB,sDAAQ;IACN,KAAK,EAAE,OAAO;IACd,yDAAG;MACD,KAAK,EAzSL,OAAO;EA4SX,mDAAG;IACD,KAAK,EA9RN,OAAO;IA+RN,WAAW,EAAE,IAAI;AAM3B,4BAAY;EACV,gBAAgB,EAAE,OAAO;;AAMjC,SAAU;EACR,YAAY,EAAE,IAAI;EAClB,WAAW,EAAE,IAAI;EACjB,OAAO,EAAE,KAAK;EACd,WAAE;IACA,eAAe,EAAE,IAAI;IACrB,OAAO,EAAE,KAAK;;AAMd,cAAE;EACE,KAAK,EAAE,KAAK;EACZ,WAAW,EAAE,MAAM;;AAI3B,IAAK;EACD,KAAK,EAAE,GAAG;;AAMV,iBAAkB;EAChB,cAAc,EAAE,SAAS;EACzB,YAAY,EAAE,IAAI;;AAEpB,OAAQ;EACN,WAAW,EAAE,iBAAuB;;AAEtC,OAAQ;EACN,WAAW,EAAE,iBAAsB;;AAErC,OAAQ;EACN,WAAW,EAAE,iBAAuB;;AAEtC,OAAQ;EACN,WAAW,EAAE,iBAAsB;;AAIzC,MAAO;EACH,SAAS,EAAE,KAAK;EAChB,WAAW,EAAE,GAAG;EAChB,UAAU,EAAE,MAAM;EAClB,cAAc,EAAE,IAAI;EACpB,UAAU,EAAE,MAAM;EAClB,QAAQ,EAAE,QAAQ;EAClB,aAAa,EAAE,IAAI;EACnB,aAAS;IACP,OAAO,EAAC,EAAE;IACV,QAAQ,EAAC,QAAQ;IACjB,IAAI,EAAC,CAAC;IAAE,KAAK,EAAC,CAAC;IACf,GAAG,EAAC,IAAI;IACR,MAAM,EAAC,SAAS;IAChB,KAAK,EAAC,GAAG;IACT,MAAM,EAAC,GAAG;IACV,UAAU,EAvXJ,OAAO;;AA2XnB,YAAa;EAGT,OAAO,EAAE,IAAI;EACb,cAAc,EAAE,MAAM;EACtB,iBAAO;IACH,KAAK,EAAE,IAAI;IACX,YAAY,EAAE,KAAK;EAEvB,kBAAQ;IACJ,KAAK,EAAE,KAAK;IACZ,WAAW,EAAE,KAAK;EAEtB,mBAAS;IACL,OAAO,EAAE,IAAI;IACb,eAAe,EAAE,MAAM;IACvB,WAAW,EAAE,MAAM;EAEvB,gBAAI;IACA,aAAa,EAAE,CAAC;;AAKxB,cAAe;EACb,UAAU,EAAE,MAAM;;AAKpB,qCAAsC;EAK5B,6CAAG;IACD,SAAS,EAAE,IAAI;EAEjB,gDAAM;IACJ,IAAI,EAAE,GAAG;AAQrB,qCAAsC;EAGhC,oBAAG;IACD,MAAM,EAAE,KAAK;EAEf,8BAAa;IACX,GAAG,EAAE,GAAG;;EASN,6CAAG;IACD,SAAS,EAAE,IAAI;EAEjB,gDAAM;IACJ,IAAI,EAAE,GAAG;AAQrB,oCAAqC;EAEjC,YAAO;IACL,MAAM,EAAE,KAAK;EAGb,2BAAU;IACR,GAAG,EAAE,IAAI;IACT,IAAI,EAAE,EAAE;IACR,OAAO,EAAE,EAAE;EAIb,oBAAG;IACD,MAAM,EAAE,KAAK;EAEf,8BAAa;IACX,GAAG,EAAE,GAAG;;EASN,yCAAG;IACD,cAAc,EAAE,MAAM;IACtB,4CAAG;MACD,aAAa,EAAE,IAAI;EAQvB,6CAAe;IACb,GAAG,EAAE,IAAI;EAEX,6CAAe;IACb,GAAG,EAAE,IAAI;EAEX,oDAAsB;IACpB,GAAG,EAAE,IAAI;EAEX,oDAAsB;IACpB,GAAG,EAAE,IAAI;EAMX,6CAAG;IACD,SAAS,EAAE,IAAI;EAEjB,gDAAM;IACJ,IAAI,EAAE,GAAG;AAQrB,oCAAqC;EAEjC,YAAO;IACL,MAAM,EAAE,KAAK;EAGb,oBAAG;IACD,SAAS,EAAE,MAAM;EAEnB,8BAAa;IACX,GAAG,EAAE,GAAG;EAKR,uCAAM;IACJ,KAAK,EAAE,KAAK;AAOtB,oCAAqC;EAG/B,oBAAG;IACD,MAAM,EAAE,KAAK;EAEf,8BAAa;IACX,GAAG,EAAE,GAAG;;EASN,oDAAsB;IACpB,GAAG,EAAE,IAAI;EAEX,oDAAsB;IACpB,GAAG,EAAE,IAAI;EAOX,6CAAG;IACD,SAAS,EAAE,IAAI;EAEjB,gDAAM;IACJ,KAAK,EAAE,KAAK;AAQxB,oCAAqC;EAK3B,gDAAM;IACJ,KAAK,EAAE,KAAK", +"sources": ["../../assets/scss/custom.scss"], +"names": [], +"file": "custom.css" +} \ No newline at end of file diff --git a/themes/chill-theme/layouts/partials/shortcodes/feature.html b/themes/chill-theme/layouts/partials/shortcodes/feature.html index 307c3cd..636e4c5 100644 --- a/themes/chill-theme/layouts/partials/shortcodes/feature.html +++ b/themes/chill-theme/layouts/partials/shortcodes/feature.html @@ -38,8 +38,8 @@

{{ $description }}