From 59ea3bd25b1f113168333eccdc9ffc4acd98cfe6 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 19 Apr 2021 18:23:22 +0300 Subject: Initial commit --- templates/index.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..08e3c8a --- /dev/null +++ b/templates/index.html @@ -0,0 +1,68 @@ +{% extends "juice/templates/index.html" %} + +{% block head %} + + +{% endblock head %} + +{% block hero %} + +
+

+ Mine your own grades +

+

+ Gradecoin is the latest cutting edge blockchain technology agile grading framework that drives organic engagement and other buzzwords, with big data mining search engine optimization +

+
+
+
+ + +
+ ⇩ Learn How ⇩ +
+ + +{% endblock hero %} + +{% block content %} +
+
+
+
News:
+
Gradecoin is in testnet mode, API is not stable, everything might reset at any time.
+
Transactions are now unique according to their "by" field, sorry for the trouble
+
Blocks now require 5 transactions in them, during testnet phase
+
It was possible (and hilarious) to mine a new block with just 1 transaction, it is now fixed
+
+
+
+{{ section.content | safe }} +{% endblock content %} + +{% block footer %} + +{% endblock footer %} -- cgit v1.2.3-70-g09d2