Initial commit; page is a clone of bonifacelabs.ca but with changed content (of course).

This commit is contained in:
2016-09-28 11:57:16 -04:00
parent 3f7acc4568
commit e9ede5dd9a
52 changed files with 6040 additions and 0 deletions

View File

@ -0,0 +1,26 @@
$gray-lightest: #F8F8F8;
$gray-lighter: #EEEEEE;
$gray-light: #DDDDDD;
$gray: #CCCCCC;
$gray-dark: #999999;
$gray-darker: #666666;
$gray-darkest: #333333;
$green: #156F78;
$purple: #493252;
$red: #E25440;
$slate: #3D4260;
$primary-color: #f2efe8;
$secondary-color: #5BA4E5;
$link-color: #9FD067;
$hover-color: darken($link-color, 5%);
$sans-font: sans-serif;
$serif-font: 'Times New Roman', serif;
$monospace-font : 'Lucida Console', monospace, sans-serif;
$header-font-color: white;
$primary-font-color: black;
$secondary-font-color: #fff;