From 3c3a27e6e0fc76b414ff28d774584b1764219836 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 17 Apr 2021 20:28:25 +0300 Subject: Add news ticker --- site/public/index.html | 18 +++++++++++++++--- site/public/site.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ site/static/site.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ site/templates/index.html | 17 +++++++++++++++++ 4 files changed, 120 insertions(+), 3 deletions(-) diff --git a/site/public/index.html b/site/public/index.html index bce3933..26d312b 100644 --- a/site/public/index.html +++ b/site/public/index.html @@ -67,6 +67,7 @@
+

Mine your own grades @@ -83,6 +84,7 @@ onclick="document.getElementById('features').scrollIntoView({behavior: 'smooth'})"> ⇩ Learn How ⇩

+ {% endblock hero %} +{% block content %} +
+
+
+
News:
+
Gradecoin is in testnet mode, API is not stable, everything might reset at any time.
+
Someone managed to authenticate themselves in less than 24 hours!
+
Transactions now have saner amount limits.
+
Blocks now properly require 10 transactions in them.
+
+
+
+{{ section.content | safe }} +{% endblock content %} + {% block footer %}