summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-24 16:58:21 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-24 16:58:21 +0100
commit00379c65d4a0e93c5e06596459a2708d9b4f563e (patch)
treee89f678602b4f1676ee3ce6a6a1bd49e958f9ae6
parent1d22fc8275ca9f56bd935b124c2f8430cd059ec1 (diff)
downloadminionlivesmatter-00379c65d4a0e93c5e06596459a2708d9b4f563e.tar.gz
minionlivesmatter-00379c65d4a0e93c5e06596459a2708d9b4f563e.zip
typo fix, add disclaimer
-rw-r--r--templates/index.html19
1 files changed, 15 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html
index 4ac549b..3658b93 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -34,7 +34,7 @@
<div class="content">
<div class="filter filter-red"></div>
<h4 class="title title-modern">"Minions Lives Matter."</h4>
- <p class="description">Shutterfly@vaisocial</p>
+ <p class="description">shutterfly@vainsocial</p>
</div>
<div class="filter"></div>
@@ -43,8 +43,6 @@
</div>
-
-<!-- Stormcaller started here -->
<div class="masonry-container">
<div class="card-box col-md-4 col-sm-6">
@@ -200,6 +198,19 @@
<div class="filter"></div>
</div> <!-- end card -->
</div>
+
+ <div class="card-box col-md-4 col-sm-6">
+ <div class="card text-center">
+ <h4 class="title title-modern">Data</h4>
+
+ <div class="content">
+ <p class="description">
+ Based on Vainsocial users' data from the past 24 hours that by no means is representative to the whole player base of Vainglory. {{ sql_val("SELECT COUNT(*) FROM match WHERE created_at > NOW() - '1 day'::INTERVAL") }} matches are taken into account for this calculation.
+ </p>
+ </div>
+ <div class="filter"></div>
+ </div>
+ </div>
<!-- <div class="card-box col-md-4 col-sm-6">
@@ -266,4 +277,4 @@
});
</script>
-</html> \ No newline at end of file
+</html>