diff --git a/_config.yml b/_config.yml index ed250bc..2dfa4b8 100644 --- a/_config.yml +++ b/_config.yml @@ -38,7 +38,7 @@ defaults: theme_variables: # git_host: GitHub - # back_to_top: true + back_to_top: true # privacy_statement_url: /privacy # github_buttons: # position: top diff --git a/_includes/section-navigation-tiles_mod.html b/_includes/section-navigation-tiles_mod.html index ed44f5a..7e7ebdc 100644 --- a/_includes/section-navigation-tiles_mod.html +++ b/_includes/section-navigation-tiles_mod.html @@ -10,20 +10,17 @@
{%- for page in pages_to_add_as_tiles -%} {%- if page.type == include.type %} - -
+ +

{{ page.title }}

{% if page.description %}

{{ page.description }}

{% endif %} - {% if page.roadmap %} -

{{ page.roadmap }}

- {% endif %}
-
- {%- endif %} + + {% endif %} {%- endfor -%}
@@ -44,34 +41,43 @@

{{ page.title }}

} .page-tile-item { - border: 1px solid #e0e0e0; border-radius: 12px; padding: 25px; transition: all 0.3s ease; - background: #012152; + background: #9c9c9c; width: 100%; display: flex; flex-direction: column; justify-content: space-between; + border: 1px solid #ffffff; } - .page-tile-item:hover { - transform: translateY(-4px); - box-shadow: 0 8px 25px rgba(0,0,0,0.1); - border-color: #012152; + .page-tile-item-none { + background: #9c9c9c; + } + + .page-tile-item-D1 { + background: #a4c2f4ff; + } + + .page-tile-item-D2 { + background: #6d9eebff; + } + + .page-tile-item-D3 { + background: #1155ccff; } - .page-tile-roadmap { - display: inline-block; - font-size: 0.7rem; - font-weight: 700; - padding: 4px 10px; - background-color: #eef2f9; - color: #012152; - border-radius: 20px; - margin-bottom: 6px; + .page-tile-item-D4 { + background: #1c4587ff; } + .page-tile-item:hover { + transform: translateY(-4px); + box-shadow: 0 8px 25px rgba(0,0,0,0.1); + border: 1px solid #000000; + } + .page-tile-title { color: #ffffff; font-size: 1.3rem; diff --git a/_includes/tiles-simple.html b/_includes/tiles-simple.html index 885acdf..abc4523 100644 --- a/_includes/tiles-simple.html +++ b/_includes/tiles-simple.html @@ -1,14 +1,58 @@ -