Website of Frog Collective organization.
Go to file
Corentin dd76a16223 chore: use jean-website to generate site (#6) 2024-05-20 15:56:04 +02:00
.vscode feat: Add initial content 2024-05-17 19:04:28 +02:00
assets chore: use jean-website to generate site (#6) 2024-05-20 15:56:04 +02:00
src chore: use jean-website to generate site (#6) 2024-05-20 15:56:04 +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 chore: use jean-website to generate site (#6) 2024-05-20 15:56:04 +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.