From bf4d0be4aeb639da5daff0e4b5458b769b9f62c1 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 15 Apr 2021 21:28:28 +0300 Subject: Add something stupid --- site/public/block-docs/index.html | 3 ++- site/public/index.html | 8 ++++---- site/public/jwt/index.html | 3 ++- site/public/register-docs/index.html | 3 ++- site/public/transaction-docs/index.html | 3 ++- site/templates/index.html | 9 ++++++--- 6 files changed, 18 insertions(+), 11 deletions(-) diff --git a/site/public/block-docs/index.html b/site/public/block-docs/index.html index cb87e6e..d323198 100644 --- a/site/public/block-docs/index.html +++ b/site/public/block-docs/index.html @@ -26,7 +26,8 @@ <link rel="stylesheet" href="/normalize.css"> <link rel="stylesheet" href="https://gradecoin.xyz/juice.css"> - +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> + </head> <body> diff --git a/site/public/index.html b/site/public/index.html index 83488af..d77858d 100644 --- a/site/public/index.html +++ b/site/public/index.html @@ -26,7 +26,8 @@ <link rel="stylesheet" href="/normalize.css"> <link rel="stylesheet" href="https://gradecoin.xyz/juice.css"> - +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> + </head> <body> @@ -64,11 +65,11 @@ <div class="hero"> <section class="text-center"> - <h1 class="heading-text" style="font-size: 50px"> + <h1 class="heading-text animate__animated animate__jackInTheBox" style="font-size: 50px"> Mine your own grades </h1> <h3 class="title-text"> - <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 + <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 </h3> <div> </div> @@ -98,7 +99,6 @@ footer { color: #8b8b8b; } - </style> </div> diff --git a/site/public/jwt/index.html b/site/public/jwt/index.html index 53800cc..cdece78 100644 --- a/site/public/jwt/index.html +++ b/site/public/jwt/index.html @@ -26,7 +26,8 @@ <link rel="stylesheet" href="/normalize.css"> <link rel="stylesheet" href="https://gradecoin.xyz/juice.css"> - +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> + </head> <body> diff --git a/site/public/register-docs/index.html b/site/public/register-docs/index.html index d9681a5..6c9a459 100644 --- a/site/public/register-docs/index.html +++ b/site/public/register-docs/index.html @@ -26,7 +26,8 @@ <link rel="stylesheet" href="/normalize.css"> <link rel="stylesheet" href="https://gradecoin.xyz/juice.css"> - +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> + </head> <body> diff --git a/site/public/transaction-docs/index.html b/site/public/transaction-docs/index.html index ed53847..d549957 100644 --- a/site/public/transaction-docs/index.html +++ b/site/public/transaction-docs/index.html @@ -26,7 +26,8 @@ <link rel="stylesheet" href="/normalize.css"> <link rel="stylesheet" href="https://gradecoin.xyz/juice.css"> - +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> + </head> <body> 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 @@ {% extends "juice/templates/index.html" %} +{% block head %} +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> +{% endblock head %} + {% block hero %} <section class="text-center"> - <h1 class="heading-text" style="font-size: 50px"> + <h1 class="heading-text animate__animated animate__jackInTheBox" style="font-size: 50px"> Mine your own grades </h1> <h3 class="title-text"> - <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 + <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 </h3> <div> </div> @@ -36,7 +40,6 @@ footer { color: #8b8b8b; } - </style> {% endblock hero %} -- cgit v1.2.3-70-g09d2