diff options
author | Yigit Sever | 2021-04-25 23:45:22 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-25 23:45:22 +0300 |
commit | fab0654942bd610c99999a6d193e0630d0cd6f98 (patch) | |
tree | eb3a26c25ec68dbb316a4d0cc16a0a854c42a96f /templates | |
parent | 685ec6275109a9b2a1b1a6083c4b011fe8c5eeb6 (diff) | |
download | gradecoin-site-fab0654942bd610c99999a6d193e0630d0cd6f98.tar.gz gradecoin-site-fab0654942bd610c99999a6d193e0630d0cd6f98.tar.bz2 gradecoin-site-fab0654942bd610c99999a6d193e0630d0cd6f98.zip |
Moving to nicenet
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 36 |
1 files changed, 2 insertions, 34 deletions
diff --git a/templates/index.html b/templates/index.html index d2e1183..d255b71 100644 --- a/templates/index.html +++ b/templates/index.html | |||
@@ -12,7 +12,7 @@ | |||
12 | Mine your own grades | 12 | Mine your own grades |
13 | </h1> | 13 | </h1> |
14 | <h3 class="title-text"> | 14 | <h3 class="title-text"> |
15 | <b>Gradecoin</b> is the latest cutting edge blockchain technology agile grading framework that drives organic engagement and other buzzwords, with big data mining search engine optimization | 15 | <b>Gradecoin</b> is the latest cutting edge blockchain technology agile grading framework that drives organic engagement and other buzzwords, with big data mining search engine optimization (now supporting NFTs) |
16 | </h3> | 16 | </h3> |
17 | <div> | 17 | <div> |
18 | </div> | 18 | </div> |
@@ -20,45 +20,13 @@ | |||
20 | <img class="hero-image" style="width: 40%" src="{{ get_url(path="gradecoin.png") }}"> | 20 | <img class="hero-image" style="width: 40%" src="{{ get_url(path="gradecoin.png") }}"> |
21 | 21 | ||
22 | <div class="explore-more text" | 22 | <div class="explore-more text" |
23 | onclick="document.getElementById('features').scrollIntoView({behavior: 'smooth'})"> | 23 | onclick="document.getElementById('welcome-to-gradecoin').scrollIntoView({behavior: 'smooth'})"> |
24 | ⇩ Learn How ⇩ | 24 | ⇩ Learn How ⇩ |
25 | </div> | 25 | </div> |
26 | 26 | ||
27 | <style> | ||
28 | |||
29 | .hero section { | ||
30 | padding: 0 5rem; | ||
31 | } | ||
32 | |||
33 | @media screen and (max-width: 768px) { | ||
34 | .hero section { | ||
35 | padding: 0 2rem; | ||
36 | } | ||
37 | |||
38 | .hero-image { | ||
39 | display: none | ||
40 | } | ||
41 | |||
42 | } | ||
43 | footer { | ||
44 | color: #8b8b8b; | ||
45 | } | ||
46 | </style> | ||
47 | {% endblock hero %} | 27 | {% endblock hero %} |
48 | 28 | ||
49 | {% block content %} | 29 | {% block content %} |
50 | |||
51 | <div class="tcontainer" id="features"> | ||
52 | <div class="ticker-wrap"> | ||
53 | <div class="ticker-move"> | ||
54 | <div class="ticker-item"><b>News:</b></div> | ||
55 | <div class="ticker-item">Gradecoin is in testnet mode, API is not stable, everything might reset at any time.</div> | ||
56 | <div class="ticker-item">Blocks now only need 1 transaction in them, happy testing! </div> | ||
57 | <div class="ticker-item">It was possible (and hilarious) to mine a new block with just 1 transaction, it is now fixed</div> | ||
58 | </div> | ||
59 | </div> | ||
60 | </div> | ||
61 | |||
62 | {{ section.content | safe }} | 30 | {{ section.content | safe }} |
63 | {% endblock content %} | 31 | {% endblock content %} |
64 | 32 | ||