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/_variables.html | 15 +++++++++ templates/index.html | 68 ++++++++++++++++++++++++++++++++++++++++ templates/shortcodes/exp.html | 1 + templates/shortcodes/tidbit.html | 5 +++ 4 files changed, 89 insertions(+) create mode 100644 templates/_variables.html create mode 100644 templates/index.html create mode 100644 templates/shortcodes/exp.html create mode 100644 templates/shortcodes/tidbit.html (limited to 'templates') diff --git a/templates/_variables.html b/templates/_variables.html new file mode 100644 index 0000000..3fd05b4 --- /dev/null +++ b/templates/_variables.html @@ -0,0 +1,15 @@ + 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 %} diff --git a/templates/shortcodes/exp.html b/templates/shortcodes/exp.html new file mode 100644 index 0000000..5a37a39 --- /dev/null +++ b/templates/shortcodes/exp.html @@ -0,0 +1 @@ +{{ num }}{{ exponent }} diff --git a/templates/shortcodes/tidbit.html b/templates/shortcodes/tidbit.html new file mode 100644 index 0000000..7023578 --- /dev/null +++ b/templates/shortcodes/tidbit.html @@ -0,0 +1,5 @@ +
+

+ {{ body }} +

+
-- cgit v1.2.3-70-g09d2