Skip to content
Snippets Groups Projects
Commit 1f5e4821 authored by Agathe's avatar Agathe
Browse files

Contact et ajustements

parent d3edbe88
No related branches found
No related tags found
No related merge requests found
Pipeline #29107 failed with stage
in 1 minute and 38 seconds
...@@ -5,8 +5,8 @@ intro: The start of a new series of longer from rants on video. This is about Wo ...@@ -5,8 +5,8 @@ intro: The start of a new series of longer from rants on video. This is about Wo
author: Adam Hyde author: Adam Hyde
tags: featured tags: featured
class: class:
image: "" image: "/images/uploads/explode.png"
video: "/images/uploads/Scaling-Coko.mp4" video: ""
icon: "/images/uploads/rant-1-screenshot.png" icon: "/images/uploads/rant-1-screenshot.png"
--- ---
---
title: "Test 3"
date: 2021-12-10
intro: The start of a new series of longer from rants on video.
author: Adam Hyde
tags: featured
class:
image: "/images/uploads/explode.png"
video: ""
icon: "/images/uploads/rant-1-screenshot.png"
---
---
title: "Test 2"
date: 2021-12-10
intro: The start of a new series of longer from rants on video. This is about Word Processors and why they might be a lot more important than you think!
author: Adam Hyde
tags: featured
class: wide
image: "/images/uploads/explode.png"
video: ""
icon: "/images/uploads/rant-1-screenshot.png"
---
...@@ -4,16 +4,16 @@ menu: true ...@@ -4,16 +4,16 @@ menu: true
class: contact class: contact
layout: single.njk layout: single.njk
order: 6 order: 6
heading: Get in touch heading: Drop us a line
chapeau: chapeau: Get in touch
--- ---
Dolor sunt id commodo anim. Ad ad dolore ullamco deserunt aliqua magna in reprehenderit. Amet pariatur in proident elit nostrud in est dolor id nisi. Cupidatat quis ipsum magna ut aliqua dolor. Enim nostrud aute amet pariatur deserunt ipsum. Non Lorem exercitation fugiat sunt. Nulla ea ad nostrud amet ex sint magna ex duis culpa labore consequat. ## Chat Channel
[mattermost.coko.foundation](http://mattermost.coko.foundation)
Non irure culpa proident eiusmod in sint quis. In anim magna aliqua ipsum. Consectetur duis nisi mollit elit magna id enim excepteur occaecat incididunt dolore eu. Mollit labore do enim nisi. Ullamco ex excepteur eiusmod magna id deserunt nostrud deserunt fugiat incididunt laboris. ## Coko Foundation
2973 16th St., Suite 300<br>
San Francisco, CA 94103<br>
*Coko is fiscally sponsored by Aspiration, a 501(c)(3).
Id aliqua sit officia ad do reprehenderit incididunt. Incididunt non esse mollit in id dolore elit deserunt laborum pariatur eiusmod elit. Occaecat eiusmod deserunt ad amet veniam. Aliqua ad do labore voluptate. Excepteur commodo tempor do amet non non Lorem ipsum consectetur. Please write directly to Coko Founder Adam Hyde at [adam@coko.foundation](mailto:adam@coko.foundation).
Aliqua exercitation proident ullamco esse ea eu veniam culpa sint incididunt fugiat. Irure consequat deserunt enim non laborum est ex officia reprehenderit non est anim. Quis anim laborum in consectetur sunt ea ex laborum ut est sunt. Laboris consectetur consectetur anim sit deserunt cupidatat incididunt nostrud ut do ea qui nulla. Excepteur irure adipisicing commodo officia dolor officia dolor laboris labore fugiat in. Dolor ut aliquip id pariatur excepteur amet ullamco Lorem veniam ullamco do sint do. Nulla ex ullamco magna aliquip exercitation quis consequat aute et.
Consequat ad minim esse anim sint occaecat occaecat qui aute ex duis ut tempor. Et non labore tempor culpa officia sit labore irure consequat pariatur sunt deserunt exercitation. Magna ex eu consectetur pariatur veniam dolor dolore aliquip eiusmod eiusmod. Adipisicing commodo laborum amet fugiat esse cillum ut aliqua. Anim elit adipisicing eu commodo cupidatat velit velit eiusmod anim irure. Sunt irure mollit consectetur eu aliquip elit est est id sint in. Do proident dolor officia laborum consequat exercitation ea ea reprehenderit mollit eu deserunt tempor dolore.
\ No newline at end of file
<ul> <ul>
{% for item in site.socialMedia %} {% for item in site.socialMedia %}
<li> <li>
<a href="{{item.url}}"> <a href="{{item.url}}" alt"{{item.name}}">
{# <span class="name">{{item.name}}</span> #} {# <span class="name">{{item.name}}</span> #}
{{item.icon | safe}} {{item.icon | safe}}
</a> </a>
......
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
{% block content %} {% block content %}
{% block header %} {% block header %}
<header>
<h1>{{title}}</h1>
</header>
{% endblock %} {% endblock %}
<header>
<h1>{{title}}</h1>
</header>
<article class="post-content"> <article class="post-content">
<p class="meta"> <p class="meta">
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<span>#{{tags}}</span> <span>#{{tags}}</span>
</p> </p>
{% if intro %} {% if intro %}
<section class="intro">{{intro | markdownify | safe }}</section> <p class="intro">{{intro | markdownify | safe }}</p>
{% endif %} {% endif %}
{% if image %} {% if image %}
<figure> <figure>
......
...@@ -190,11 +190,8 @@ html { ...@@ -190,11 +190,8 @@ html {
} */ } */
footer { footer {
bottom: 0;
display: flex; display: flex;
align-content: center; align-content: center;
margin-top: 10em;
bottom: 0;
/* width: 80%; */ /* width: 80%; */
margin: 0 auto; margin: 0 auto;
justify-content: center; justify-content: center;
......
...@@ -145,6 +145,16 @@ a:hover { ...@@ -145,6 +145,16 @@ a:hover {
color: var(--color-gris); color: var(--color-gris);
} }
.menu-call {
background-color: var(--color-gris);
border-radius: 4px;
color: white;
padding: 5px 10px;
text-decoration: none;
}
.menu-call:hover {
background-color: var(--color-primary);
}
...@@ -218,16 +228,27 @@ a:hover { ...@@ -218,16 +228,27 @@ a:hover {
article h2 { article h2 {
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
article h2:not(:first-of-type) { article h2:not(:first-of-type),
margin-top: 2em; article h3 {
margin-top: 2em !important;
} }
article p, article p,
article ul { article ul,
article h3,
article h4 {
grid-column: 2/4; grid-column: 2/4;
padding: 0.5em 10px ; padding: 0.5em 10px ;
margin-top: 0px; margin-top: 0px;
border-left: 1px solid var(--color-gris); border-left: 1px solid var(--color-gris);
} }
article figure,
article video {
grid-column: 1/end;
margin: auto;
}
article video {
width:100%;
}
article li { article li {
margin-left: 2em; margin-left: 2em;
} }
...@@ -272,6 +293,10 @@ a:hover { ...@@ -272,6 +293,10 @@ a:hover {
.news .grid { .news .grid {
margin-top: 0px; margin-top: 0px;
} }
.news .grid-item {
border-top: 1px solid var(--color-primary);
padding-top: 10px;
}
/* PRODUCT --------------------*/ /* PRODUCT --------------------*/
ul.filter { ul.filter {
grid-column: 1/end; grid-column: 1/end;
...@@ -339,17 +364,21 @@ a:hover { ...@@ -339,17 +364,21 @@ a:hover {
/* Footer ----------------------- */ /* Footer ----------------------- */
.footer {
background-color: var(--color-primary);
bottom: 0;
margin-top: 10em;
}
footer { footer {
background-color: var(--color-primary); display: flex;
display: flex; flex-direction: row;
flex-direction: row; flex-wrap: wrap;
flex-wrap: wrap; gap: 10%;
gap: 10%; align-items: center;
align-items: center; color: white;
color: white; font-family: var(--font-title);
font-family: var(--font-title); max-width: 1300px;
}
}
footer section.logo svg, footer section.logo svg,
footer section.logo svg .flower, footer section.logo svg .flower,
...@@ -362,7 +391,7 @@ footer section.logo { ...@@ -362,7 +391,7 @@ footer section.logo {
flex-direction: column; flex-direction: column;
} }
footer section.logo a { footer section.logo a {
list-style: 0; line-height: 0px;
} }
footer section.logo ul { footer section.logo ul {
display: flex; display: flex;
...@@ -377,6 +406,9 @@ footer section.links svg { ...@@ -377,6 +406,9 @@ footer section.links svg {
fill: white; fill: white;
width: 30px; width: 30px;
} }
footer section.links svg:hover {
fill: var(--color-trois);
}
footer section.contact { footer section.contact {
flex-grow: 2; flex-grow: 2;
} }
...@@ -447,7 +479,7 @@ footer section.infos a:hover { ...@@ -447,7 +479,7 @@ footer section.infos a:hover {
@media screen and (max-width: 1000px) { @media screen and (max-width: 1000px) {
.grid { grid-template-columns: repeat(3, 1fr); } .grid { grid-template-columns: repeat(3, 1fr); }
main h2 { grid-column: 1/end; } main h2 { grid-column: 1/end; }
article p, article ul { grid-column: 2/end;} article p, article ul, article h3, article h4 { grid-column: 2/end;}
img.team-map { grid-column: 1/end; } img.team-map { grid-column: 1/end; }
footer section.infos {margin-top: 2em;} footer section.infos {margin-top: 2em;}
} }
...@@ -471,7 +503,7 @@ footer section.infos a:hover { ...@@ -471,7 +503,7 @@ footer section.infos a:hover {
flex-direction: column; flex-direction: column;
margin: auto; margin: auto;
} }
article p, article ul { grid-column: 1/end; article p, article ul, article h3, article h4 { grid-column: 1/end;
} }
img.coko-partner { grid-column-end: span 4; img.coko-partner { grid-column-end: span 4;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment