From 74a0d3bf6ad159711003d8cb59743cf0330c5b3b Mon Sep 17 00:00:00 2001 From: Zoz Date: Sun, 25 Jun 2023 15:15:29 +0200 Subject: [PATCH 1/2] Ajout des fichiers html et css de base --- index.html | 109 +++++++++++++ style.css | 446 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 555 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..bf23c90 --- /dev/null +++ b/index.html @@ -0,0 +1,109 @@ + + + + + + + + + Breizh Bitcoin- Because fuck banks + + + + + + +
+ +
+ +
+ +

UNE COMMUNAUTÉ DE BITCOINERS AFIN DE DÉVELOPPER BITCOIN EN BRETAGNE ET AU-DELÀ

+
+ +
+ +
+ +

+ Rencontre
+

+ Sans shitcoins +
+

+
+
+

Retrouve les bitcoiners proche de chez toi

+

Rennes, Saint-Malo, Saint-Brieuc, Nantes, Saint-Nazaines, Quimper, Brest, Lorient

+
+ Plus d'informations +
+
+ +
+ +
+
+

BITCOIN

+

DANS TON

+

COMMERCE

+

GRATUITEMENT
NOUS VOUS ACCOMPAGNONS SUR LES SUJETS DE LA FISCALITÉ, COMPTABILITÉ, OUTILS, COMMUNICATION, ETC.

+
+ Plus d'informations +
+
+
+

APPRENDS

+

TOUT SUR

+

BITCOIN

+


DÉCOUVRE NOTRE SÉLECTION DE CONTENUS ET DE FORMATIONS AFIN DE TOUT SAVOIR SUR BITCOIN

+
+ Plus d'informations +
+
+
+
+
+

+
+
+

L'ÉVENEMENT POUR LES BITCOINERS

+

LE BITCOIN ECONOMIC FORUM EST UN ÉVÈNEMENT UNIQUE, ORGANISÉ PAR LES BITCOINERS, POUR LES BITCOINERS

+
+ Plus d'informations +
+
+
+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..019fd84 --- /dev/null +++ b/style.css @@ -0,0 +1,446 @@ +/* Je vais changer des trucs et commenter tout. Hésites pas à suppr les commentaires et faire à ta sauce ensuite, mais commenter le code et l’ordonner un minimum, c’est essentiel pour s’y retrouver un mois / 1 an plus tard. */ + +/* RESETS */ +/* Permet d’enlever les marges par défaut, entre autre */ +/* source (prise au hasard): https://www.digitalocean.com/community/tutorials/css-minimal-css-reset */ +html { + /* border-box ensure consistent and predictable sizing */ + box-sizing: border-box; + /* Change font size default if you want */ + font-size: 16px; +} + +/* je sais pas à quoi cette règle sers, mais elle a résolu un des problème de ta page (une boîte dépassait de l’écran pour rien) */ +*, *:before, *:after { + box-sizing: inherit; +} + +body, h1, h2, h3, h4, h5, h6, p, ol, ul { + margin: 0; + padding: 0; + + /* uncomment font-weight if you want to remove the bold defaults of headings */ + /* font-weight: normal; */ +} + +/* cette règle permet d’utiliser les listes