diff options
| -rw-r--r-- | site/config.toml | 4 | ||||
| -rw-r--r-- | site/public/block-docs/index.html | 2 | ||||
| -rw-r--r-- | site/public/index.html | 4 | ||||
| -rw-r--r-- | site/public/jwt/index.html | 2 | ||||
| -rw-r--r-- | site/public/register-docs/index.html | 2 | ||||
| -rw-r--r-- | site/public/transaction-docs/index.html | 2 | ||||
| -rw-r--r-- | site/templates/index.html | 2 |
7 files changed, 11 insertions, 7 deletions
diff --git a/site/config.toml b/site/config.toml index 9ade2a8..070b762 100644 --- a/site/config.toml +++ b/site/config.toml | |||
| @@ -3,6 +3,9 @@ base_url = "https://gradecoin.xyz" | |||
| 3 | 3 | ||
| 4 | theme = "juice" | 4 | theme = "juice" |
| 5 | 5 | ||
| 6 | title = "Gradecoin" | ||
| 7 | description = "Mine Your Grades" | ||
| 8 | |||
| 6 | # Whether to automatically compile all Sass files in the sass directory | 9 | # Whether to automatically compile all Sass files in the sass directory |
| 7 | compile_sass = true | 10 | compile_sass = true |
| 8 | 11 | ||
| @@ -22,3 +25,4 @@ juice_logo_path = "gradecoin.png" | |||
| 22 | juice_extra_menu = [ | 25 | juice_extra_menu = [ |
| 23 | { title = "why?", link = "https://github.com/zhuowei/nft_ptr#why"} | 26 | { title = "why?", link = "https://github.com/zhuowei/nft_ptr#why"} |
| 24 | ] | 27 | ] |
| 28 | |||
diff --git a/site/public/block-docs/index.html b/site/public/block-docs/index.html index 7fd12c4..cb87e6e 100644 --- a/site/public/block-docs/index.html +++ b/site/public/block-docs/index.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | <head> | 4 | <head> |
| 5 | <meta charset="UTF-8"> | 5 | <meta charset="UTF-8"> |
| 6 | <title>Blocks | </title> | 6 | <title>Blocks | Gradecoin </title> |
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | 7 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 8 | <style> | 8 | <style> |
| 9 | :root { | 9 | :root { |
diff --git a/site/public/index.html b/site/public/index.html index 4d9610d..83488af 100644 --- a/site/public/index.html +++ b/site/public/index.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | <head> | 4 | <head> |
| 5 | <meta charset="UTF-8"> | 5 | <meta charset="UTF-8"> |
| 6 | <title></title> | 6 | <title>Gradecoin</title> |
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | 7 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 8 | <style> | 8 | <style> |
| 9 | :root { | 9 | :root { |
| @@ -73,7 +73,7 @@ | |||
| 73 | <div> | 73 | <div> |
| 74 | </div> | 74 | </div> |
| 75 | </section> | 75 | </section> |
| 76 | <img class="hero-image" style="width: 45%" src="https://gradecoin.xyz/gradecoin.png"> | 76 | <img class="hero-image" style="width: 40%" src="https://gradecoin.xyz/gradecoin.png"> |
| 77 | 77 | ||
| 78 | <div class="explore-more text" | 78 | <div class="explore-more text" |
| 79 | onclick="document.getElementById('features').scrollIntoView({behavior: 'smooth'})"> | 79 | onclick="document.getElementById('features').scrollIntoView({behavior: 'smooth'})"> |
diff --git a/site/public/jwt/index.html b/site/public/jwt/index.html index 056733e..53800cc 100644 --- a/site/public/jwt/index.html +++ b/site/public/jwt/index.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | <head> | 4 | <head> |
| 5 | <meta charset="UTF-8"> | 5 | <meta charset="UTF-8"> |
| 6 | <title>JWT | </title> | 6 | <title>JWT | Gradecoin </title> |
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | 7 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 8 | <style> | 8 | <style> |
| 9 | :root { | 9 | :root { |
diff --git a/site/public/register-docs/index.html b/site/public/register-docs/index.html index 9a9b0c0..d9681a5 100644 --- a/site/public/register-docs/index.html +++ b/site/public/register-docs/index.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | <head> | 4 | <head> |
| 5 | <meta charset="UTF-8"> | 5 | <meta charset="UTF-8"> |
| 6 | <title>Register | </title> | 6 | <title>Register | Gradecoin </title> |
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | 7 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 8 | <style> | 8 | <style> |
| 9 | :root { | 9 | :root { |
diff --git a/site/public/transaction-docs/index.html b/site/public/transaction-docs/index.html index 6550a96..ed53847 100644 --- a/site/public/transaction-docs/index.html +++ b/site/public/transaction-docs/index.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | <head> | 4 | <head> |
| 5 | <meta charset="UTF-8"> | 5 | <meta charset="UTF-8"> |
| 6 | <title>Transactions | </title> | 6 | <title>Transactions | Gradecoin </title> |
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | 7 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 8 | <style> | 8 | <style> |
| 9 | :root { | 9 | :root { |
diff --git a/site/templates/index.html b/site/templates/index.html index 997d004..cbaec1b 100644 --- a/site/templates/index.html +++ b/site/templates/index.html | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | <div> | 11 | <div> |
| 12 | </div> | 12 | </div> |
| 13 | </section> | 13 | </section> |
| 14 | <img class="hero-image" style="width: 45%" src="{{ get_url(path="gradecoin.png") }}"> | 14 | <img class="hero-image" style="width: 40%" src="{{ get_url(path="gradecoin.png") }}"> |
| 15 | 15 | ||
| 16 | <div class="explore-more text" | 16 | <div class="explore-more text" |
| 17 | onclick="document.getElementById('features').scrollIntoView({behavior: 'smooth'})"> | 17 | onclick="document.getElementById('features').scrollIntoView({behavior: 'smooth'})"> |
