diff options
| author | Yigit Sever | 2021-04-15 21:28:28 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-04-15 21:28:28 +0300 |
| commit | 7ee9ebea367895b1b028c7a842a635f271d6f8c4 (patch) | |
| tree | fa624b47c7dce79fcdc3584d70374f55add9555b /site/templates/index.html | |
| parent | 267abe06b7bbb0f262f5c2c80da8f67cdf6208e3 (diff) | |
| download | gradecoin-7ee9ebea367895b1b028c7a842a635f271d6f8c4.tar.gz gradecoin-7ee9ebea367895b1b028c7a842a635f271d6f8c4.tar.bz2 gradecoin-7ee9ebea367895b1b028c7a842a635f271d6f8c4.zip | |
Add something stupid
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 | ||
