Merge branch 'main' of github.com:les-briques-du-web/briques-poster into main

This commit is contained in:
Horacio Gonzalez
2021-05-04 17:20:48 +02:00
20 changed files with 11 additions and 14 deletions

View File

@@ -2,6 +2,8 @@
[![Netlify Status](https://api.netlify.com/api/v1/badges/f2f66a70-8de0-4468-855e-aa4d373fc556/deploy-status)](https://app.netlify.com/sites/briques-web/deploys)
## [Generator](https://briques-web.netlify.app/)
## Quickstart
* Clone

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 792 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

View File

@@ -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");

View File

@@ -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',
};