diff options
Diffstat (limited to 'site/templates/index.html')
-rw-r--r-- | site/templates/index.html | 9 |
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 @@ | |||
36 | footer { | 40 | footer { |
37 | color: #8b8b8b; | 41 | color: #8b8b8b; |
38 | } | 42 | } |
39 | |||
40 | </style> | 43 | </style> |
41 | {% endblock hero %} | 44 | {% endblock hero %} |
42 | 45 | ||