meh
@ -2,3 +2,39 @@
|
||||
@import "fontawesome/css/font-awesome";
|
||||
|
||||
// @import "compass";
|
||||
|
||||
|
||||
/* Fonts */
|
||||
@font-face {
|
||||
font-family: 'lato_regular';
|
||||
src: url('/assets/fonts/lato-regular.eot');
|
||||
src: url('/assets/fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
|
||||
url('/assets/fonts/lato-regular.woff') format('woff'),
|
||||
url('/assets/fonts/lato-regular.ttf') format('truetype'),
|
||||
url('/assets/fonts/lato-regular.svg#LatoRegular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'lato_bold';
|
||||
src: url('/assets/fonts/lato-bold.eot');
|
||||
src: url('/assets/fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
|
||||
url('/assets/fonts/lato-bold.woff') format('woff'),
|
||||
url('/assets/fonts/lato-bold.ttf') format('truetype'),
|
||||
url('/assets/fonts/lato-bold.svg#LatoBold') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'avantgardelt-extralight';
|
||||
src: url('/assets/fonts/avantgardelt-extralight.eot');
|
||||
src: url('/assets/fonts/avantgardelt-extralight.eot?#iefix') format('embedded-opentype'),
|
||||
url('/assets/fonts/avantgardelt-extralight.woff') format('woff'),
|
||||
url('/assets/fonts/avantgardelt-extralight.ttf') format('truetype'),
|
||||
url('/assets/fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
@ -3,5 +3,20 @@
|
||||
like colors for instance
|
||||
*/
|
||||
|
||||
$backgroundColor: #fff;
|
||||
$textColor: #000;
|
||||
$bg_color: #fff;
|
||||
$main_color: #000;
|
||||
|
||||
$header_bgcolor: #fff;
|
||||
$header_color: #000;
|
||||
|
||||
$dark: #262626;
|
||||
$grey: #575757;
|
||||
|
||||
$offwhite: #F7F7F7;
|
||||
|
||||
/*rusty*/
|
||||
$accent_color: #FF9A00;
|
||||
|
||||
|
||||
$main_font: "lato-regular", arial;
|
||||
$accent_font: "lato-regular", arial;
|
||||
|
@ -3,8 +3,73 @@
|
||||
@import "settings";
|
||||
@import "imports";
|
||||
|
||||
// div {border: 1px dashed orange;}
|
||||
|
||||
body {
|
||||
background: $backgroundColor;
|
||||
color: $textColor;
|
||||
}
|
||||
background: $offwhite url(/assets/img/bg/subtle_white_feathers.png);
|
||||
color: $dark;
|
||||
font-family: $main_font;
|
||||
}
|
||||
|
||||
header{
|
||||
background: $dark;
|
||||
color: $offwhite;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
header nav{
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
margin: 10px 0 0 0;
|
||||
padding: 13px 0px;
|
||||
}
|
||||
|
||||
header ul{
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
header ul li{
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
font-size: 16px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
header ul.social{
|
||||
position: absolute;
|
||||
top: 13px;
|
||||
right: 0px;
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
|
||||
header a {
|
||||
text-decoration: none;
|
||||
color: $offwhite;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
header a:hover {
|
||||
color: $offwhite;
|
||||
text-decoration: none;
|
||||
border-bottom: 4px solid $accent_color;
|
||||
}
|
||||
|
||||
.social a:hover {
|
||||
text-decoration: none;
|
||||
border: none;
|
||||
color: $accent_color;
|
||||
}
|
||||
|
||||
footer {
|
||||
// background: $grey;
|
||||
padding: 50px 0;
|
||||
color: $offwhite;
|
||||
}
|
||||
footer a, footer a:hover{
|
||||
color: $offwhite;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
BIN
source/assets/img/bg/congruent_outline.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
BIN
source/assets/img/bg/green_cup.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
source/assets/img/bg/light_grey.png
Normal file
After Width: | Height: | Size: 448 B |
BIN
source/assets/img/bg/light_grey_@2X.jpg
Normal file
After Width: | Height: | Size: 265 KiB |
BIN
source/assets/img/bg/skulls.png
Normal file
After Width: | Height: | Size: 65 KiB |
BIN
source/assets/img/bg/snow.png
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
source/assets/img/bg/snow_@2X.png
Normal file
After Width: | Height: | Size: 263 KiB |
BIN
source/assets/img/bg/stardust.png
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
source/assets/img/bg/stardust_@2X.png
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
source/assets/img/bg/subtle_white_feathers.png
Normal file
After Width: | Height: | Size: 163 KiB |
BIN
source/assets/img/bg/subtle_white_feathers_@2X.png
Normal file
After Width: | Height: | Size: 209 KiB |
BIN
source/assets/img/bg/tree_bark.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
source/assets/img/bg/white_wall_hash.png
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
source/assets/img/bg/white_wall_hash_@2X.png
Normal file
After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 653 KiB After Width: | Height: | Size: 653 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
BIN
source/assets/img/gulf_iss040e090540.jpg
Normal file
After Width: | Height: | Size: 129 KiB |
BIN
source/assets/img/star_nasa.jpg
Normal file
After Width: | Height: | Size: 106 KiB |