Init du projet

This commit is contained in:
2018-06-25 22:39:00 +02:00
commit f9229a6025
122 changed files with 23329 additions and 0 deletions

24
public/css/variables.css Normal file
View File

@ -0,0 +1,24 @@
/*
$primary-color: #FFF; //Lighter black
$seconary-color: #a3a3a3; //Darker grey for the paragraphs
$accent-color: #E52E2D; //Purple use thoughtout the page
$main-background: #252525; //White
$seconary-background: #303030; //Very Light grey
$main-font: 'Roboto', sans-serif;
$accent-font: 'Dancing Script', cursive;
*/
/*
$primary-color: #FFF; //Lighter black
$seconary-color: #a3a3a3; //Darker grey for the paragraphs
$accent-color: #E52E2D; //Purple use thoughtout the page
$main-background: #211103; //White
$seconary-background: #291504; //Very Light grey
$main-font: 'Roboto', sans-serif;
$accent-font: 'Dancing Script', cursive;
*/