Merge branch 'main' of github.com:les-briques-du-web/briques-poster into main
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
[](https://app.netlify.com/sites/briques-web/deploys)
|
[](https://app.netlify.com/sites/briques-web/deploys)
|
||||||
|
|
||||||
|
## [Generator](https://briques-web.netlify.app/)
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
* Clone
|
* Clone
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.7 MiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 104 KiB |
|
Before Width: | Height: | Size: 792 KiB |
|
Before Width: | Height: | Size: 3.9 MiB |
|
Before Width: | Height: | Size: 3.0 MiB |
BIN
assets/chawp.otf
BIN
assets/chawp.ttf
|
Before Width: | Height: | Size: 345 KiB |
BIN
assets/speakers/romuald_priol.png
Normal file
|
After Width: | Height: | Size: 295 KiB |
@@ -9,11 +9,6 @@
|
|||||||
<base href="/">
|
<base href="/">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
|
||||||
font-family: "Snowy_Night";
|
|
||||||
src: url("assets/Snowy_Night.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "KOMTXTT_";
|
font-family: "KOMTXTT_";
|
||||||
src: url("assets/KOMTXTT_.ttf") format("truetype");
|
src: url("assets/KOMTXTT_.ttf") format("truetype");
|
||||||
@@ -69,7 +64,7 @@
|
|||||||
.left-side{
|
.left-side{
|
||||||
flex: 0 0 30%;
|
flex: 0 0 30%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
export const speaker = {
|
export const speaker = {
|
||||||
"episode" : "S01E04",
|
episode: 'S01E05',
|
||||||
|
|
||||||
"date" : "Mardi 27/04",
|
date: 'Mardi 11/05',
|
||||||
"time" : "12h15",
|
time: '12h15',
|
||||||
|
|
||||||
"title" : "Design Systems, autonomie et créativité",
|
title: 'Vers un web plus écologique',
|
||||||
"subtitle" : "Retour d'expérience de Decathlon",
|
subtitle: 'Écoconception et numérique responsable',
|
||||||
|
|
||||||
"name" : "Laurent Thiebault",
|
name: 'Romuald Priol',
|
||||||
"twitter" : "@lauthieb",
|
twitter: '@doc_roms',
|
||||||
|
|
||||||
"image": "laurent_thiebault.png"
|
image: 'romuald_priol.png',
|
||||||
};
|
};
|
||||||
|
|||||||