Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Aug 5, 2024
1 parent 38b8177 commit a251cc6
Show file tree
Hide file tree
Showing 12 changed files with 164 additions and 128 deletions.
Binary file added lacommunaute/static/images/BoiteOutilCIP.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lacommunaute/static/images/Contact_.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lacommunaute/static/images/Diagnostic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lacommunaute/static/images/Emploi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lacommunaute/static/images/Entraide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lacommunaute/static/images/Erreur_404.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lacommunaute/static/images/Evenement.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lacommunaute/static/images/FAQ.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lacommunaute/static/images/Microphone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lacommunaute/static/images/Question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions lacommunaute/static/stylesheets/itou_communaute.scss
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,35 @@ span.highlighted {
flex: 1;
margin: 0 10px;
}

.text-communaute-lightest {
color: #cdf4e9;
}

.text-communaute-lighter {
color: #59eec3;
}

.text-communaute {
color: #18a47d;
}

.text-communaute-darker {
color: #023b2b;
}

.bg-communaute-lightest {
background-color: #cdf4e9;
}

.bg-communaute-lighter {
background-color: #59eec3;
}

.bg-communaute {
background-color: #18a47d;
}

.bg-communaute-darker {
background-color: #023b2b;
}
260 changes: 132 additions & 128 deletions lacommunaute/templates/pages/home_with_search.html

Large diffs are not rendered by default.

0 comments on commit a251cc6

Please sign in to comment.