New landing page
This commit is contained in:
15
static/css/app.css
Normal file
15
static/css/app.css
Normal 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
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
3
static/js/app.js
Normal file
@@ -0,0 +1,3 @@
|
||||
$(document).ready(function(){
|
||||
$('.parallax').parallax();
|
||||
});
|
Reference in New Issue
Block a user