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)
|
||||
|
||||
## [Generator](https://briques-web.netlify.app/)
|
||||
|
||||
## Quickstart
|
||||
|
||||
* 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="/">
|
||||
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: "Snowy_Night";
|
||||
src: url("assets/Snowy_Night.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "KOMTXTT_";
|
||||
src: url("assets/KOMTXTT_.ttf") format("truetype");
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
export const speaker = {
|
||||
"episode" : "S01E04",
|
||||
episode: 'S01E05',
|
||||
|
||||
"date" : "Mardi 27/04",
|
||||
"time" : "12h15",
|
||||
date: 'Mardi 11/05',
|
||||
time: '12h15',
|
||||
|
||||
"title" : "Design Systems, autonomie et créativité",
|
||||
"subtitle" : "Retour d'expérience de Decathlon",
|
||||
title: 'Vers un web plus écologique',
|
||||
subtitle: 'Écoconception et numérique responsable',
|
||||
|
||||
"name" : "Laurent Thiebault",
|
||||
"twitter" : "@lauthieb",
|
||||
name: 'Romuald Priol',
|
||||
twitter: '@doc_roms',
|
||||
|
||||
"image": "laurent_thiebault.png"
|
||||
image: 'romuald_priol.png',
|
||||
};
|
||||
|
||||