summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>