summaryrefslogtreecommitdiffstats
path: root/site/templates
diff options
context:
space:
mode:
authorYigit Sever2021-04-15 21:28:28 +0300
committerYigit Sever2021-04-15 21:28:28 +0300
commitbf4d0be4aeb639da5daff0e4b5458b769b9f62c1 (patch)
treed7dc8813dadd7e7ae50cd0fa362e916f5f821781 /site/templates
parent54098ea2c6daf7e2ff46d91da56d18352d733766 (diff)
downloadgradecoin-bf4d0be4aeb639da5daff0e4b5458b769b9f62c1.tar.gz
gradecoin-bf4d0be4aeb639da5daff0e4b5458b769b9f62c1.tar.bz2
gradecoin-bf4d0be4aeb639da5daff0e4b5458b769b9f62c1.zip
Add something stupid
Diffstat (limited to 'site/templates')
-rw-r--r--site/templates/index.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/site/templates/index.html b/site/templates/index.html
index cbaec1b..1256b2a 100644
--- a/site/templates/index.html
+++ b/site/templates/index.html
@@ -1,12 +1,16 @@
1{% extends "juice/templates/index.html" %} 1{% extends "juice/templates/index.html" %}
2 2
3{% block head %}
4<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
5{% endblock head %}
6
3{% block hero %} 7{% block hero %}
4<section class="text-center"> 8<section class="text-center">
5 <h1 class="heading-text" style="font-size: 50px"> 9 <h1 class="heading-text animate__animated animate__jackInTheBox" style="font-size: 50px">
6 Mine your own grades 10 Mine your own grades
7 </h1> 11 </h1>
8 <h3 class="title-text"> 12 <h3 class="title-text">
9 <b style="color: deepskyblue">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 13 <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
10 </h3> 14 </h3>
11 <div> 15 <div>
12 </div> 16 </div>
@@ -36,7 +40,6 @@
36footer { 40footer {
37 color: #8b8b8b; 41 color: #8b8b8b;
38} 42}
39
40</style> 43</style>
41{% endblock hero %} 44{% endblock hero %}
42 45