New landing page

This commit is contained in:
teras
2017-10-07 17:25:54 +03:00
parent fe61b33851
commit 9ed7ff6e69
5 changed files with 375 additions and 31 deletions

15
static/css/app.css Normal file
View File

@@ -0,0 +1,15 @@
h1, h2 {
font-family: 'Orbitron', cursive;
}
.challenges .btn-large, .header h1 {
background-color: #3498db;
}
.slogan {
color: #3498db;
}
footer, .map {
background-color: #34495e !important;
}

16
static/css/materialize.min.css vendored Normal file

File diff suppressed because one or more lines are too long

3
static/js/app.js Normal file
View File

@@ -0,0 +1,3 @@
$(document).ready(function(){
$('.parallax').parallax();
});