Website of Frog Collective organization.
Go to file
Corentin ab624fef65 feat: use content to generate presentation section (#6) 2024-05-21 00:56:10 +02:00
.vscode feat: Add initial content 2024-05-17 19:04:28 +02:00
assets feat: use content to generate presentation section (#6) 2024-05-21 00:56:10 +02:00
content/presentation feat: use content to generate presentation section (#6) 2024-05-21 00:56:10 +02:00
src feat: use content to generate presentation section (#6) 2024-05-21 00:56:10 +02:00
.gitignore chore: use jean-website to generate site (#6) 2024-05-20 15:56:04 +02:00
README.md doc: add BEM note in README.md 2024-05-19 18:27:13 +02:00
noxfile.py chore: use jean-website to generate site (#6) 2024-05-20 15:56:04 +02:00
site.py feat: use content to generate presentation section (#6) 2024-05-21 00:56:10 +02:00
stylesheet.css css: add padding to page content 2024-05-19 17:52:45 +02:00

README.md

Frog Collective Website

The repository contains the Frog Collective website implementation.

Developper guidelines

We use the BEM naming convention with the scheme

.block--element__modifier

See https://getbem.com/naming/ for insigths on the BEM naming convention.