Honestly, I just didn't like how the demo looked on the homepage

master
Keith Irwin 2017-07-04 14:16:32 -04:00
parent 02142f2cf4
commit 46873b38ac
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
2 changed files with 1 additions and 19 deletions

View File

@ -19,29 +19,13 @@
.splash {
background: #090909;
background-image: url("/static/img/style/map.jpg");
background-size: cover;
color: #FFF;
height: 100vh;
overflow: hidden;
position: relative;
}
.splash #shade {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
position: absolute;
background-color: #000;
opacity: 0.5;
}
.splash #demo {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.splash:after, .splash:before {
z-index: 5;
content: "";

View File

@ -7,8 +7,6 @@
{% block main %}
<section class='splash dark' id='splash'>
<div id='shade'></div>
<iframe id='demo' src="/map/demo?noheader=1&disp=0"></iframe>
<div class='container'>
<h1>Tracman</h1>
<h3>Display your realtime GPS location on a map</h3>