Skip to content

Commit

Permalink
WIP: Loading transitions
Browse files Browse the repository at this point in the history
relates to #5
  • Loading branch information
benediktvaldez committed May 17, 2016
1 parent de38205 commit e4a5d07
Show file tree
Hide file tree
Showing 19 changed files with 389 additions and 70 deletions.
4 changes: 4 additions & 0 deletions src/images/hexagon-awards.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/images/hexagon-conf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/images/hexagon-svef.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/images/hexagon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/scripts/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import './modules/analytics'

setTimeout(() => document.querySelector('html').classList.remove('loading'), 500)
setTimeout(() => document.querySelector('html').classList.remove('loading'), 750)
14 changes: 8 additions & 6 deletions src/styles/_config.scss
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@

// Footer
$footer-height: 80px;

// Font
$font-size: 18px;

// SVEF vefverdlaun colors
$color-orange: #E7792B;
$color-green: #56A3A6;
// SVEF colors
$color-svef: #E7792B;
$color-awards: #2B7E99;
$color-conf: #A63F5B;
$color-gray: #4A4A4A;
$color-gray-light: #EBEBEA;
$color-gray-dark: #1a1a1e;

// Sizes
$spacing: 20px;
$page-max-width: 1280px;
$page-min-width: 320px;

$footer-height: 50px;
$header-height: 100px;

// Text direction & floats
$text-direction: ltr;
$default-float: left;
Expand Down
Loading

0 comments on commit e4a5d07

Please sign in to comment.