aboutsummaryrefslogtreecommitdiffstats
path: root/site/templates/index.html
diff options
context:
space:
mode:
authorYigit Sever2021-04-17 20:28:25 +0300
committerYigit Sever2021-04-17 20:28:25 +0300
commit3c3a27e6e0fc76b414ff28d774584b1764219836 (patch)
treec0aeee4295d57f57c244aaea4035ba143c457bdd /site/templates/index.html
parent94ad41555fd7c6741337ccf2f11e0cdeaf4b74c8 (diff)
downloadgradecoin-3c3a27e6e0fc76b414ff28d774584b1764219836.tar.gz
gradecoin-3c3a27e6e0fc76b414ff28d774584b1764219836.tar.bz2
gradecoin-3c3a27e6e0fc76b414ff28d774584b1764219836.zip
Add news ticker
Diffstat (limited to 'site/templates/index.html')
-rw-r--r--site/templates/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/site/templates/index.html b/site/templates/index.html
index 4bd9867..a374d60 100644
--- a/site/templates/index.html
+++ b/site/templates/index.html
@@ -6,6 +6,7 @@
6{% endblock head %} 6{% endblock head %}
7 7
8{% block hero %} 8{% block hero %}
9
9<section class="text-center"> 10<section class="text-center">
10 <h1 class="heading-text animate__animated animate__jackInTheBox" style="font-size: 50px"> 11 <h1 class="heading-text animate__animated animate__jackInTheBox" style="font-size: 50px">
11 Mine your own grades 12 Mine your own grades
@@ -22,6 +23,7 @@
22 onclick="document.getElementById('features').scrollIntoView({behavior: 'smooth'})"> 23 onclick="document.getElementById('features').scrollIntoView({behavior: 'smooth'})">
23 ⇩ Learn How ⇩ 24 ⇩ Learn How ⇩
24</div> 25</div>
26
25<style> 27<style>
26 28
27.hero section { 29.hero section {
@@ -44,6 +46,21 @@ footer {
44</style> 46</style>
45{% endblock hero %} 47{% endblock hero %}
46 48
49{% block content %}
50<div class="tcontainer">
51 <div class="ticker-wrap">
52 <div class="ticker-move">
53 <div class="ticker-item"><b>News:</b></div>
54 <div class="ticker-item">Gradecoin is in testnet mode, API is not stable, everything might reset at any time.</div>
55 <div class="ticker-item">Someone managed to authenticate themselves in less than 24 hours!</div>
56 <div class="ticker-item">Transactions now have saner amount limits.</div>
57 <div class="ticker-item">Blocks now properly require 10 transactions in them.</div>
58 </div>
59 </div>
60</div>
61{{ section.content | safe }}
62{% endblock content %}
63
47{% block footer %} 64{% block footer %}
48<footer> 65<footer>
49Built For ⁂ CENG489 ⁂ Introduction to Computer Security 66Built For ⁂ CENG489 ⁂ Introduction to Computer Security