diff --git a/templates/_default/base.html b/templates/_default/base.html deleted file mode 100644 index b51872dea..000000000 --- a/templates/_default/base.html +++ /dev/null @@ -1,54 +0,0 @@ - - -{% include "partials/head.html" %} -{% include "partials/header.html" %} - - - - - - - - - - - - {% include "partials/header.html" %} -
- {% block content %}{% endblock %} -
-
- {% include "partials/footer.html" %} -
- - - - \ No newline at end of file diff --git a/templates/categories/list.html b/templates/categories/list.html deleted file mode 100644 index f628a84fb..000000000 --- a/templates/categories/list.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends "index.html" %} - -{% block content %} -{% endblock content %} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 1e6fc1071..000000000 --- a/templates/index.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} - - -
- {% set page = get_page(path="home/index.md") %} - {{page.content | safe}} -
-{% endblock content %} \ No newline at end of file diff --git a/templates/jobPage.html b/templates/jobPage.html deleted file mode 100644 index 58922bc02..000000000 --- a/templates/jobPage.html +++ /dev/null @@ -1,40 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} - -
-
-
-

- {{ page.title }} -

-
-
-
-
{{ page.content | safe }}
- -
-
-{% endblock content %} \ No newline at end of file diff --git a/templates/layouts/faq.html b/templates/layouts/faq.html deleted file mode 100644 index b56136ca7..000000000 --- a/templates/layouts/faq.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "_default/base.html" %} - -{% block content %} -
- {% include "partials/accordion.html" %} -
- -{% endblock content %} \ No newline at end of file diff --git a/templates/layouts/horizontal_section.html b/templates/layouts/horizontal_section.html deleted file mode 100644 index ca84bf8eb..000000000 --- a/templates/layouts/horizontal_section.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "_default/base.html" %} -{% import "macros.html" as macros %} - -{% block content %} - -
-
-
- {{ section.content | safe}} -
-
- {{ macros::page_list(item_type="page-box", group=false) }} -
-
-
-
- -{% endblock content %} diff --git a/templates/layouts/newsroom.html b/templates/layouts/newsroom.html deleted file mode 100644 index 52086d4b4..000000000 --- a/templates/layouts/newsroom.html +++ /dev/null @@ -1,33 +0,0 @@ -{% extends "_default/base.html" %} - - -{% block content %} - -
- - - {%- set section = get_section(path="newsroom/_index.md") %} - {% for page in section.pages %} - {% if page.extra.isFeatured %} - {%- set_global featured = page %} - {% break %} - {% endif %} - {% if not featured %} - {%- set_global featured = section.pages[0] %} - {% endif %} - {% endfor %} - - {% include "partials/featuredNews.html" %} - -
- {% include "partials/newsPosts.html" %} - {% include "partials/newsSidebar.html" %} -
-
- - {% endblock content %} diff --git a/templates/layouts/people.html b/templates/layouts/people.html deleted file mode 100644 index abd7d5013..000000000 --- a/templates/layouts/people.html +++ /dev/null @@ -1,83 +0,0 @@ -{% extends "_default/base.html" %} - - -{% block content %} - -
- - - {%- set section = get_section(path="people/_index.md") %} -
- {% include "partials/filter_bar.html" %} -
-

- {% set path_array = current_path | split(pat="/") %} - {% set taxonomy = path_array[1] %} - {% set category = path_array[2] %} - {{category | replace(from='-', to=' ' ) | title}} -

-
-
- {%- for page in paginator.pages %} - {% if "Engineering" == "Engineering"%} - {% include "partials/personCard.html" %} - {%endif%} {%- endfor %} -
-
-

- {% if paginator.previous %} - {% include "partials/icons/svgPrevPageIcon.html" %}{% include - "partials/icons/svgPrevPageIcon.html" %} -           - {% include "partials/icons/svgPrevPageIcon.html" %} -           -           {% else %} {% - include "partials/icons/svgFirstPageIcon.html" %}{% include - "partials/icons/svgFirstPageIcon.html" %} -           {% include - "partials/icons/svgFirstPageIcon.html" %} -           -           {% endif %} {% if - paginator.next %} - {% include "partials/icons/svgNextPageIcon.html" %} -           - {% include "partials/icons/svgNextPageIcon.html" %}{% include - "partials/icons/svgNextPageIcon.html" %} - {% else %} {% include "partials/icons/svgLastPageIcon.html" %} -           {% include - "partials/icons/svgLastPageIcon.html" %}{% include - "partials/icons/svgLastPageIcon.html" %} {% endif %} -

-
-
-
-
- - {% endblock content %} \ No newline at end of file diff --git a/templates/list.html b/templates/list.html deleted file mode 100644 index 56e839945..000000000 --- a/templates/list.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} - - -

- {{ section.title }} -

- -

This comes from /templates/_default/list.html.

-{% endblock content %} \ No newline at end of file diff --git a/templates/macros.html b/templates/macros.html deleted file mode 100644 index de4fb027d..000000000 --- a/templates/macros.html +++ /dev/null @@ -1,39 +0,0 @@ - -{% macro get_if_exists(path, type="text") %} - {% set pages_str = people.pages | json_encode() | as_str %} - {% if pages_str is containing(person.name) %} - {% set page = get_page(path=page_path) %} - {% endif %} - {{ page }} -{% endmacro get_if_exists %} - -{% macro page_list(type="text") %} -
- {% if section.extra.group_pages_by %} -
- {% set taxonomy = get_taxonomy(kind=section.extra.group_pages_by) %} - {% set roles = taxonomy.items %} - {% for role in roles %} -
- {% set icon_path = config.extra.taxonomies["roles"][role.name].icon_path | as_str %} - role category icon - {% set path = role.name | slugify %} - {% set fullpath = "/roles/" ~ path %} - {{role.name}} - {% for page in role.pages %} - {% include "partials/pageBox.html"%} - {% endfor %} -
- {% endfor %} -
- {% else %} - {% for page in section.pages %} - {{page}} - {% include "partials/pageBox.html"%} - {% endfor %} - {% endif %} -{% endmacro page_list %} - - diff --git a/templates/memberships/list.html b/templates/memberships/list.html deleted file mode 100644 index f628a84fb..000000000 --- a/templates/memberships/list.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends "index.html" %} - -{% block content %} -{% endblock content %} \ No newline at end of file diff --git a/templates/news-category/list.html b/templates/news-category/list.html deleted file mode 100644 index f628a84fb..000000000 --- a/templates/news-category/list.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends "index.html" %} - -{% block content %} -{% endblock content %} \ No newline at end of file diff --git a/templates/oldheader.html b/templates/oldheader.html deleted file mode 100644 index c62d9657f..000000000 --- a/templates/oldheader.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - -{% set section = get_section(path="_index.md") %} -{% set subsections_str = section.subsections | join(sep=" ") %} -{% set logo_path = get_url(path=section.extra.logo_path | default(value='')) %} - -{% if "header/_index.md" in subsections_str %} - {% set section = get_section(path="header/_index.md") %} - {% set header_items = section.content | safe | split(pat=" -
  • - ") %} - {% include "partials/header_custom.html" %} -{% else %} -
    - {% set header_class = config.extra.header_class | default(value='') %} -
    -
    -
    -
    - - FreeFlow Logo - -
    -
    - - -
    - -
    -
    - {% for subsection in section.subsections %} - {% if subsection == "footer/_index.md" %} {% continue %} {% endif %} - {% set submenu_id = subsection ~ "-menu" | slugify %} - - {% endfor %} - - -
    - {% endif %} diff --git a/templates/page.html b/templates/page.html deleted file mode 100644 index 5f9cac96d..000000000 --- a/templates/page.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "_default/base.html" %} - -{% block content %} - -
    - - - {{page.content | safe}} - -
    {% endblock content %} diff --git a/templates/partials/accordion.html b/templates/partials/accordion.html deleted file mode 100644 index 0aed92b8a..000000000 --- a/templates/partials/accordion.html +++ /dev/null @@ -1,48 +0,0 @@ -{% set tfFaq = get_section(path="faq/_index.md") %} -{% set farmFaq = get_section(path="farmfaq/_index.md") %} -{% set tftFaq = get_section(path="tftfaq/_index.md") %} - -{% if current_path == '/faq/' %} -

    {{ tfFaq.title }}

    -
    - {% for page in tfFaq.pages %} -
    - {{ page.title }} -
    -

    {{ page.content | safe }}

    -
    -
    - {% endfor %} -
    - -{% elif current_path == '/farmfaq/' %} -

    {{ farmFaq.title }}

    -
    - {% for page in farmFaq.pages %} -
    - {{ page.title }} -
    -

    {{ page.content | safe }}

    -
    -
    - {% endfor %} -
    - -{% elif current_path == '/tftfaq/' %} -

    {{ tftFaq.title }}

    -
    - {% for page in tftFaq.pages %} -
    - {{ page.title }} -
    -

    {{ page.content | safe }}

    -
    -
    - {% endfor %} -
    -{% endif %} - \ No newline at end of file diff --git a/templates/partials/applicationForm.html b/templates/partials/applicationForm.html deleted file mode 100644 index c2b84c973..000000000 --- a/templates/partials/applicationForm.html +++ /dev/null @@ -1,60 +0,0 @@ -
    -
    -
    -
    -

    Application

    -
    -
    - -
    - http:// - -
    -
    -
    - -
    - -
    - -
    -

    Brief description for your profile. URLs are hyperlinked.

    -
    - -
    - -
    - - - - - - -
    -
    - -
    - -
    -
    - -
    - -

    or drag and drop

    -
    -

    PDF up to 10MB

    -
    -
    -
    -
    -
    - -
    -
    -
    -
    \ No newline at end of file diff --git a/templates/partials/filter_bar.html b/templates/partials/filter_bar.html deleted file mode 100644 index 7f09d59b8..000000000 --- a/templates/partials/filter_bar.html +++ /dev/null @@ -1,48 +0,0 @@ -{% set path_array = current_path | split(pat="/") %} -{% set taxonomy = path_array[1] %} -{% set category = path_array[2] %} -{% if path_array | length < 4%} -{% set category = "All" %} -{% endif %} - - - -
    -
    -
    -
    - - Filter: - -
    -
    - -
    -
    \ No newline at end of file diff --git a/templates/partials/head.html b/templates/partials/head.html deleted file mode 100644 index afbb00a68..000000000 --- a/templates/partials/head.html +++ /dev/null @@ -1,165 +0,0 @@ -{% set cloudiBase = 'https://res.cloudinary.com/brycewray-com/image/upload/' %} -{% set xFmPart1 = 'f_auto,q_auto:eco,w_' %} -{% set xFmPart2 = ',x_0,z_1/' %} -{% set fallbackImg = 'typewriter-monochrome_2242164_6260x4374.jpg' %} -{% set zolaVer = '0.13.0' %} - - - {% block title %} - {{ config.title }} - - - {% if section.title %} - {{ section.title }} - - {% elif page.title %} - {{ page.title }} - - {%endif%} - - {%if section.extra.imgPath %} - - - - {% elif page.extra.imgPath %} - - - - {%endif%} - - {%if section.description%} - - - - {%elif page.description%} - - - - {%endif%} - - {% endblock title %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {% block rss %} - - {% endblock %} - diff --git a/templates/partials/header_copy.html b/templates/partials/header_copy.html deleted file mode 100644 index e69de29bb..000000000 diff --git a/templates/partials/icons/bar-svgrepo-com.svg b/templates/partials/icons/bar-svgrepo-com.svg deleted file mode 100644 index 07ac56deb..000000000 --- a/templates/partials/icons/bar-svgrepo-com.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/templates/partials/icons/code-svgrepo-com.svg b/templates/partials/icons/code-svgrepo-com.svg deleted file mode 100644 index 6be0cd832..000000000 --- a/templates/partials/icons/code-svgrepo-com.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/templates/partials/icons/form-svgrepo-com.svg b/templates/partials/icons/form-svgrepo-com.svg deleted file mode 100644 index 1da426885..000000000 --- a/templates/partials/icons/form-svgrepo-com.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/templates/partials/icons/paint-brush-art-svgrepo-com.svg b/templates/partials/icons/paint-brush-art-svgrepo-com.svg deleted file mode 100644 index f8ed55af8..000000000 --- a/templates/partials/icons/paint-brush-art-svgrepo-com.svg +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/templates/partials/icons/svgDribbbleIcon.html b/templates/partials/icons/svgDribbbleIcon.html deleted file mode 100644 index 0ec7187fa..000000000 --- a/templates/partials/icons/svgDribbbleIcon.html +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/templates/partials/icons/svgFacebookIcon.html b/templates/partials/icons/svgFacebookIcon.html deleted file mode 100644 index 2e6044b73..000000000 --- a/templates/partials/icons/svgFacebookIcon.html +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/templates/partials/icons/svgFirstPageIcon.html b/templates/partials/icons/svgFirstPageIcon.html deleted file mode 100644 index 00e6d61b5..000000000 --- a/templates/partials/icons/svgFirstPageIcon.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/templates/partials/icons/svgGithubIcon.html b/templates/partials/icons/svgGithubIcon.html deleted file mode 100644 index 84ab44958..000000000 --- a/templates/partials/icons/svgGithubIcon.html +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/templates/partials/icons/svgInstagramIcon.html b/templates/partials/icons/svgInstagramIcon.html deleted file mode 100644 index 0b0b52136..000000000 --- a/templates/partials/icons/svgInstagramIcon.html +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/templates/partials/icons/svgLastPageIcon.html b/templates/partials/icons/svgLastPageIcon.html deleted file mode 100644 index ca9be49f1..000000000 --- a/templates/partials/icons/svgLastPageIcon.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/templates/partials/icons/svgLinkedInIcon.html b/templates/partials/icons/svgLinkedInIcon.html deleted file mode 100644 index f34f47400..000000000 --- a/templates/partials/icons/svgLinkedInIcon.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/templates/partials/icons/svgNextPageIcon.html b/templates/partials/icons/svgNextPageIcon.html deleted file mode 100644 index b4b67a51a..000000000 --- a/templates/partials/icons/svgNextPageIcon.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/templates/partials/icons/svgPrevPageIcon.html b/templates/partials/icons/svgPrevPageIcon.html deleted file mode 100644 index e2ae89b63..000000000 --- a/templates/partials/icons/svgPrevPageIcon.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/templates/partials/icons/svgTelegram.html b/templates/partials/icons/svgTelegram.html deleted file mode 100644 index 7407721a0..000000000 --- a/templates/partials/icons/svgTelegram.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/templates/partials/icons/svgTwitterIcon.html b/templates/partials/icons/svgTwitterIcon.html deleted file mode 100644 index 2f0897667..000000000 --- a/templates/partials/icons/svgTwitterIcon.html +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/templates/partials/pageBox.html b/templates/partials/pageBox.html deleted file mode 100644 index d33740c7e..000000000 --- a/templates/partials/pageBox.html +++ /dev/null @@ -1,9 +0,0 @@ -
    - - {{page.title | safe}} - - {% include "partials/tags.html" %} -

    - {{page.description | safe}} -

    -
    \ No newline at end of file diff --git a/templates/partials/page_list.html b/templates/partials/page_list.html deleted file mode 100644 index b773a04d5..000000000 --- a/templates/partials/page_list.html +++ /dev/null @@ -1,19 +0,0 @@ -
    -{% if section.extra.group_pages_by %} -
    - {% set taxonomy = get_taxonomy(kind=section.extra.group_pages_by) %} - {% set roles = taxonomy.items %} - {% for role in roles %} -
    - {% set icon_path = config.extra.taxonomies["roles"][role.name].icon_path | as_str %} - role category icon - {% set path = role.name | slugify %} - {% set fullpath = "/roles/" ~ path %} - {{role.name}} - {% for page in role.pages %} - {% include "partials/pageBox.html"%} - {% endfor %} -
    - {% endfor %} -
    -{% endif %} \ No newline at end of file diff --git a/templates/partials/tagCard.html b/templates/partials/tagCard.html deleted file mode 100644 index 934f9ab16..000000000 --- a/templates/partials/tagCard.html +++ /dev/null @@ -1,22 +0,0 @@ -
    - -
    \ No newline at end of file diff --git a/templates/partials/tags.html b/templates/partials/tags.html deleted file mode 100644 index 55c7e5c7c..000000000 --- a/templates/partials/tags.html +++ /dev/null @@ -1,5 +0,0 @@ -
    - {% for tag in page.taxonomies.tags %} -
    {{tag}}
    - {% endfor %} -
    \ No newline at end of file diff --git a/templates/partials/tagsCards.html b/templates/partials/tagsCards.html deleted file mode 100644 index 8f3a4ad3d..000000000 --- a/templates/partials/tagsCards.html +++ /dev/null @@ -1,69 +0,0 @@ -{% block content %} - -
    -

    - {% set path_array = current_path | split(pat="/") %} - {% set taxonomy = path_array[1] %} - {% set tag = path_array[2] %} - {% if taxonomy == "tags" %} # - {{tag | replace(from='-', to='_' ) | title}} - {% endif %} -

    -
    -
    - {%- for post in paginator.pages %} - {% if "Engineering" == "Engineering"%} - {% include "partials/tagCard.html" %} - {%endif%} {%- endfor %} -
    -
    -

    - {% if paginator.previous %} - {% include "partials/icons/svgPrevPageIcon.html" %}{% include - "partials/icons/svgPrevPageIcon.html" %} -           - {% include "partials/icons/svgPrevPageIcon.html" %} -           -           {% else %} {% - include "partials/icons/svgFirstPageIcon.html" %}{% include - "partials/icons/svgFirstPageIcon.html" %} -           {% include - "partials/icons/svgFirstPageIcon.html" %} -           -           {% endif %} {% if - paginator.next %} - {% include "partials/icons/svgNextPageIcon.html" %} -           - {% include "partials/icons/svgNextPageIcon.html" %}{% include - "partials/icons/svgNextPageIcon.html" %} - {% else %} {% include "partials/icons/svgLastPageIcon.html" %} -           {% include - "partials/icons/svgLastPageIcon.html" %}{% include - "partials/icons/svgLastPageIcon.html" %} {% endif %} -

    -
    -
    - -{% endblock content %} diff --git a/templates/partials/tagsSidebar.html b/templates/partials/tagsSidebar.html deleted file mode 100644 index 062a69501..000000000 --- a/templates/partials/tagsSidebar.html +++ /dev/null @@ -1,23 +0,0 @@ -
    -
    -

    FILTER BY

    - {% set taxonomy = get_taxonomy(kind="tags") %} - {% set tags = taxonomy.items %} - {% for tag in tags %} - {% set path = tag.name | slugify %} - {% set fullpath = "/tags/" ~ path %} - #{{tag.name}} - {% endfor %} -
    -
    - - \ No newline at end of file diff --git a/templates/partners-category/list.html b/templates/partners-category/list.html deleted file mode 100644 index f628a84fb..000000000 --- a/templates/partners-category/list.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends "index.html" %} - -{% block content %} -{% endblock content %} \ No newline at end of file diff --git a/templates/people/single.html b/templates/people/single.html deleted file mode 100644 index 6ae30fc2c..000000000 --- a/templates/people/single.html +++ /dev/null @@ -1,58 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} - -{% set page_path = term.path ~ 'index.md' | replace(from='-', to='_') | trim_start_matches(pat="/") %} -{% set people = get_section(path="people/_index.md") %} -{% set pages_str = people.pages | json_encode() | as_str %} -{% if pages_str is containing(term.name) %} - {% set page = get_page(path=page_path) %} - - -
    -
    -
    - -
    -
    -
    -

    - {{page.title}} -

    -
    - {% include "partials/socialLinks.html" %} -
    -
    -
    - {{page.content | safe }} -
    -
    -
    -
      - {% for org in page.extra.organizations %} -
    • - - - -
    • - {% endfor %} -
    -
    -
    - {% if page.taxonomies.memberships %} - {% for tag in page.taxonomies.memberships %} - - {{tag}} - - {% endfor %} - {% endif %} -
    -
    -
    -
    -
    -
    -
    -
    -{% endif %} - -{% endblock content %} \ No newline at end of file diff --git a/templates/people_page.html b/templates/people_page.html deleted file mode 100644 index 8e94af9ed..000000000 --- a/templates/people_page.html +++ /dev/null @@ -1,73 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} - - -
    - {% include "partials/filter_bar.html" %} - -
    -

    - {% set path_array = current_path | split(pat="/") %} - {% set taxonomy = path_array[1] %} - {% set category = path_array[2] %} - {{category | replace(from='-', to=' ' ) | title}} -

    -
    -
    - {%- for page in paginator.pages %} - {% if "Engineering" == "Engineering"%} - {% include "partials/person_card.html" %} - {%endif%} {%- endfor %} -
    -
    -

    - {% if paginator.previous %} - {% include "partials/icons/svgPrevPageIcon.html" %}{% include - "partials/icons/svgPrevPageIcon.html" %} -           - {% include "partials/icons/svgPrevPageIcon.html" %} -           -           {% else %} {% - include "partials/icons/svgFirstPageIcon.html" %}{% include - "partials/icons/svgFirstPageIcon.html" %} -           {% include - "partials/icons/svgFirstPageIcon.html" %} -           -           {% endif %} {% if - paginator.next %} - {% include "partials/icons/svgNextPageIcon.html" %} -           - {% include "partials/icons/svgNextPageIcon.html" %}{% include - "partials/icons/svgNextPageIcon.html" %} - {% else %} {% include "partials/icons/svgLastPageIcon.html" %} -           {% include - "partials/icons/svgLastPageIcon.html" %}{% include - "partials/icons/svgLastPageIcon.html" %} {% endif %} -

    -
    -
    -
    - -{% endblock content %} diff --git a/templates/person_page.html b/templates/person_page.html deleted file mode 100644 index 36a81c39f..000000000 --- a/templates/person_page.html +++ /dev/null @@ -1,48 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} - -
    -
    -
    - -
    -
    -
    -

    - {{page.title}} -

    -
    - {% include "partials/socialLinks.html" %} -
    -
    -
    - {{page.content | safe }} -
    -
    -
    -
      - {% for org in page.extra.organizations %} -
    • - - - -
    • - {% endfor %} -
    -
    -
    - {% for tag in page.taxonomies.memberships %} - - {{tag}} - - {% endfor %} -
    -
    -
    -
    -
    -
    -
    -
    - -{% endblock content %} \ No newline at end of file diff --git a/templates/resourcesPage.html b/templates/resourcesPage.html deleted file mode 100644 index cc7f0aa4b..000000000 --- a/templates/resourcesPage.html +++ /dev/null @@ -1,36 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} - -
    - -
    -
    - -
    {{ page.content | safe }}
    -
    - - -
    -
    -{% endblock content %} \ No newline at end of file diff --git a/templates/section.html b/templates/section.html deleted file mode 100644 index e32861669..000000000 --- a/templates/section.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "_default/base.html" %} - -{% block content %} - -
    - {{ section.content | safe}} - - {% include "partials/page_list.html" %} -
    - - {% endblock content %} diff --git a/templates/shortcodes/admonition.html b/templates/shortcodes/admonition.html deleted file mode 100644 index 0fff67e14..000000000 --- a/templates/shortcodes/admonition.html +++ /dev/null @@ -1,65 +0,0 @@ - - -{% set classes = "" %} - -{% set first_line = body | split(pat="\n") | first %} -{% set parsed_first_line = first_line | split(pat=" ") %} -{% set admonition = parsed_first_line | first %} -{% set style = "" %} - -{% set content = body | split(pat="\n") | slice(start=2) | join(sep="\n") %} - - -{% if admonition == "!!!" %} - {% set classes = "admonition" %} -{% elif admonition == "???" %} - {% set style = "collapsible closed" %} - {% set classes = "admonition" %} -{% elif admonition == "???+" %} - {% set style = "collapsible open" %} - {% set classes = "admonition" %} -{% else %} - {% set classes = "hidden" %} -{% endif %} - -{% if "inline end" in first_line %} - {% set classes = classes ~ " inline end" %} - {% set parsed_first_line = parsed_first_line | slice(end=-2)%} -{% elif "inline" in first_line %} - {% set classes = classes ~ " inline" %} - {% set parsed_first_line = parsed_first_line | slice(end=-1)%} -{% endif %} - -{% if classes != "hidden"%} - {% if parsed_first_line[1] %} - {% set classes = classes ~ " " ~ parsed_first_line[1] %} - {% endif %} - {% if parsed_first_line[2] %} - {% if not parsed_first_line[2] == '""' %} - {% set title = parsed_first_line | slice(start=2) | join(sep=" ") %} - {% endif %} - {% else %} - {% if parsed_first_line[1] %} - {% set title = parsed_first_line[1] | title %} - {% endif %} - {% endif %} -{% endif %} - - -{% if "collapsible" in style %} -
    - {% if title %} - {{ title | trim_start_matches(pat='"') | trim_end_matches(pat='"') }} -

    {{ content }}

    - {% endif %} -
    -{% else %} -
    - {% if title %} -
    {{ title | trim_start_matches(pat='"') | trim_end_matches(pat='"') }}
    - {% endif %} -

    {{ content }}

    -
    -{% endif %} diff --git a/templates/shortcodes/button.html b/templates/shortcodes/button.html deleted file mode 100644 index 4fffee49a..000000000 --- a/templates/shortcodes/button.html +++ /dev/null @@ -1,19 +0,0 @@ -{% set url = body | split(pat="href=") | slice(start=1) | first | split(pat=">") | first | trim_start_matches(pat='"') -| trim_end_matches(pat='"') %} - -{% if 'https' in url %} - {% if url is not containing("threefold") %} - {% if url is not containing("localhost") %} - - {% endif %} - {% endif %} - -{% else %} - -{% endif %} \ No newline at end of file diff --git a/templates/shortcodes/cloud_header.html b/templates/shortcodes/cloud_header.html deleted file mode 100644 index 65bffb179..000000000 --- a/templates/shortcodes/cloud_header.html +++ /dev/null @@ -1,57 +0,0 @@ -{% set base = config.base_url %} - -
    -
    -
    -
    - Store -
    -
    - {% if 'www_threefold_io' in base %} - {% set path = base ~ '/' ~ 'images/cloud_header_seprated.png' %} - - TF Cloud - {% else %} - TF Cloud - {% endif %} -
    -
    - Build -
    -
    -
    -
    - - \ No newline at end of file diff --git a/templates/shortcodes/cloud_stats.html b/templates/shortcodes/cloud_stats.html deleted file mode 100644 index 4c0ff040e..000000000 --- a/templates/shortcodes/cloud_stats.html +++ /dev/null @@ -1,174 +0,0 @@ -{% set data = load_data(url="https://gridproxy.grid.tf/stats?status=up", required=false, format="json") %} -{% if data %} - {% set capacity = (data.totalHru + data.totalSru) / 1024 / 1024 / 1024 / 1024 / 1024 %} - {% set nodes = data.nodes %} - {% set countries = data.countries %} - {% set cores = data.totalCru %} -{% endif %} - -{% if data %} -
    -
    -
    -

    - A Global Edge
    Infrastructure -

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - Nodes -
    -
    - {{ nodes }} -
    -
    -
    -
    - Capacity -
    -
    - {{ capacity | round(precision=2) }}PB -
    -
    -
    -
    - Cores -
    -
    - {{ cores | num_format }} -
    -
    -
    -
    - Countries -
    -
    - {{ countries }} -
    -
    -
    -
    -
    -
    -
    - - -
    -{% endif %} \ No newline at end of file diff --git a/templates/shortcodes/community_banner.html b/templates/shortcodes/community_banner.html deleted file mode 100644 index 3bf3eb3c6..000000000 --- a/templates/shortcodes/community_banner.html +++ /dev/null @@ -1,16 +0,0 @@ -{% block content %} - -
    - -
    - -{% endblock content %} \ No newline at end of file diff --git a/templates/shortcodes/dev_resourses.html b/templates/shortcodes/dev_resourses.html deleted file mode 100644 index 975a156d5..000000000 --- a/templates/shortcodes/dev_resourses.html +++ /dev/null @@ -1,127 +0,0 @@ -{% if '127.0.0.1:1111' in config.base_url %} -{% set img_url = 'developer/' %} -{% else %} -{% set img_url = '' %} -{% endif %} - -{% if 'www_threefold_io' in config.base_url %} -{% set url = '/www_threefold_io' %} -{% else %} -{% set url = '' %} -{% endif %} - -
    -
    -

    - where would you like to start? -

    -
    ThreeFold's open-source - infrastructure has been built from the ground up on the Linux Kernel to create a fully decentralized - Internet and Cloud. From a stateless operating system to new compute, storage and networking primitives, the - next-generation Internet is here. -
    -
    - -
    \ No newline at end of file diff --git a/templates/shortcodes/featured_stories.html b/templates/shortcodes/featured_stories.html deleted file mode 100644 index aae4489a4..000000000 --- a/templates/shortcodes/featured_stories.html +++ /dev/null @@ -1,70 +0,0 @@ -
    -
    -
    -
    - -
    \ No newline at end of file diff --git a/templates/shortcodes/jobs.html b/templates/shortcodes/jobs.html deleted file mode 100644 index 17a168d84..000000000 --- a/templates/shortcodes/jobs.html +++ /dev/null @@ -1,209 +0,0 @@ -
    -
    -
    -
    -
    -
    -

    - ThreeFold Grid Operations Lead -

    -

    - The ThreeFold Grid will eventually connect millions of nodes. You'll be in charge of finding - the best ways to operate such a network. -

    - -
    -
    - -
    -
    -

    - ThreeFold Grid Developer Lead -

    -

    - Take ownership of the ongoing development and documentation of the tech components that - constitute the ThreeFold Grid. -

    - -
    -
    - -
    -
    -

    - Master Technical Architect -

    -

    - Take the lead on the architectural design of the Digital Twin tech and ecosystem defining a - new paradigm for the tech industry. -

    - -
    -
    - -
    -
    -

    - Quality Assurance Engineer -

    -

    - ThreeFold is developing infrastructures and products like never before. Join the testing - team and ensure optimum tech releases. -

    - -
    -
    - -
    -
    -

    - Senior Developer -

    -

    - Join the core developer team working on our operating system Zero-OS, Digital Twin, - blockchain layers or other products we are building. -

    - -
    -
    -
    -
    -
    -
    \ No newline at end of file diff --git a/templates/shortcodes/menu.html b/templates/shortcodes/menu.html deleted file mode 100644 index 4def2f7db..000000000 --- a/templates/shortcodes/menu.html +++ /dev/null @@ -1,44 +0,0 @@ - - -{% set columns = body | safe | markdown | split(pat="|||") %} - - - -{% set classes = "relative flex flex-col lg:flex-row items-baseline -mx-8 sm:-mx-12 lg:-mx-12 xl:-mx-8" %} -{% set column_classes = "flex-1 m-2 lg:m-4 my-header" %} - - - -
    - {% for column in columns%} - - {% if column | as_str | length < 10 %} - - {% else %} -
    - {{column | split(pat="{% button() %}") | slice(end=1) | first | safe}} -
    -
    - {% for button in column | split(pat="{% button() %}") | slice(start=1) | join(sep="") | split(pat="{%% end %%}") | slice(end=-1) %} - {% set body = button %} - {% include "shortcodes/button.html" %} - {% endfor %} -
    - {% endif %} - {% endfor %} -
    \ No newline at end of file diff --git a/templates/shortcodes/mermaid.html b/templates/shortcodes/mermaid.html deleted file mode 100644 index 7ddc2e971..000000000 --- a/templates/shortcodes/mermaid.html +++ /dev/null @@ -1,3 +0,0 @@ -
    - {{ body }} -
    \ No newline at end of file diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html deleted file mode 100644 index 91604c8d7..000000000 --- a/templates/shortcodes/row.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - -{% if page %} - {% if "](" in body %} - - {% set body_arr = body | split(pat="](") %} - {% set body = body_arr[0] %} - {% for i in body_arr %} - {% set prev_index = loop.index0 - 1 %} - {% if not loop.first %} - {% if "![" in body_arr[prev_index] %} - {% set_global body = body ~ '](' ~ page.permalink ~ i %} - {% else %} - {% if i is not starting_with("http") %} - {% set base_url = get_url(path="") %} - {% set_global body = body ~ '](' ~ base_url ~ i %} - {% else %} - {% set_global body = body ~ '](' ~ i %} - {% endif %} - {% endif %} - {% endif %} - {% endfor %} - {% endif %} - -{% endif %} - - -{% set body = body | markdown | replace(from='href="', to='target="_blank" href="') | safe %} -{% set base_url = get_url(path="")%} -{% set body = body | markdown | replace(from='target="_blank" href="' ~ base_url , to='href="' ~ base_url) | safe %} - - -{% set columns = body | safe | markdown | split(pat="|||") %} -{% set row_class = "relative lg:p-4 p-1 flex flex-col sm:grid sm:grid-cols-2 sm:gap-10 xl:flex xl:flex-row"%} - - -{% if 2 < columns | length %} - {% set row_class = row_class ~ " lg:items-start" %} -{% else %} - {% set row_class = row_class ~ " lg:items-center" %} -{% endif %} - -{% set col_class = "flex-1 mb-6 md:mb-0 px-4 md:px-12" %} -{% set row_id = '' %} - -{% if id %} -{% set row_id = id %} - -{% endif %} - - -{% if style %} - -{% if "centerItem" in style %} -{% set row_class = "flex flex-col md:flex-row items-start" %} -{% endif %} - - - - {% if "reverse" in style %} - {% set row_class = "flex flex-col-reverse md:flex-row items-center" %} - {% endif %} - - {% if "center" in style %} - {% set row_class = row_class ~ " text-center mx-auto justify-center" %} - {% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %} - {% endif %} - - {% if "text-white" in style %} - {% set row_class = row_class ~ " text-white" %} - {% endif %} - - - {% if "margin" in style %} - {% set row_class = row_class ~ " lg:py-24 py-10" %} - {% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %} - {% endif %} - - - {% if "header" in style %} - {% set row_class = row_class ~ " h-auto md:h-screen mt-4 lg:mt-0" %} - {% set col_class = col_class ~ " m-4 lg:m-0" %} - {% endif %} - - {% if "mtop" in style %} - {% set row_class = row_class ~ " lg:pt-24 pt-2" %} - {% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %} - {% endif %} - - {% if "mbottom" in style %} - {% set row_class = row_class ~ " lg:pb-24" %} - {% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %} - {% endif %} - - - {% if "lean" in style %} - {% set row_class = "relative flex flex-col lg:flex-row items-baseline -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20" %} - {% set col_class = "flex-1 m-4 lg:m-0" %} - {% endif %} - - - {% if "between" in style %} - {% set row_class = row_class ~ " lg:max-w-6xl lg:mx-auto mx-4" %} - {% elif "moderate" in style %} - {% set row_class = row_class ~ " lg:m-20" %} - {% endif %} - - - {% if "narrow" in style %} - {% set row_class = row_class ~ " lg:max-w-4xl mx-auto" %} - {% elif "moderate" in style %} - {% set row_class = row_class ~ " lg:m-20" %} - {% endif %} - - {% if "semiNarrow" in style %} - {% set row_class = row_class ~ " lg:px-20 mx-auto" %} - {% elif "moderate" in style %} - {% set row_class = row_class ~ " lg:m-20" %} - {% endif %} - -{% endif %} - - -{% set styles = "" %} -{% if bgPath %} - {% set background_url = page.permalink ~ bgPath %} - {% set styles = "background: url('" ~ background_url ~ "'); background-size: cover; background-position: bottom;" %} - {% set row_class = row_class ~ "w-screen sm:-mx-12 md:-mx-16 lg:-mx-20" %} -{% endif %} -{% if bgColor %} - {% set styles = "background-color: " ~ bgColor ~ "; background-size: cover" %} - {% set row_class = row_class ~ " w-auto -mx-4 sm:-mx-12 md:-mx-16 lg:-mx-20" %} -{% endif %} -{% if gradient %} - {% set styles = "background: " ~ gradient ~ "; background-size: cover" %} - {% set row_class = row_class ~ " w-auto -mx-4 sm:-mx-12 md:-mx-16 lg:-mx-20" %} -{% endif %} -{% if bgStyle %} - {% if "full" in bgStyle %} - {% set styles = styles ~ "height: -webkit-fill-available; height: 100vh;" %} - {% elif "hero" in bgStyle %} - {% set div_class = div_class ~ " -mt-24 pt-12 " %} - {% endif %} - {% endif %} - -{% set url = body | split(pat="href=") | slice(start=1) | first | split(pat=">") | first | trim_start_matches(pat='"') %} - -
    - - {% for column in columns %} - - - {% if column | as_str | length < 10 %} - - - {% else %} -
    - - {% if "{% mermaid() %}" in column %} - {% set mermaid_section = column | safe | markdown | split(pat="{% mermaid() %}") %} - {% set mermaid_content = mermaid_section[1] | striptags | replace(from="–", to="--")%} -
    - {{mermaid_content | safe }} -
    - {% else %} - {{ column | safe }} - {% endif %} -
    - {% endif %} - {% endfor %} -
    \ No newline at end of file diff --git a/templates/shortcodes/team_sec.html b/templates/shortcodes/team_sec.html deleted file mode 100644 index ee8db47ed..000000000 --- a/templates/shortcodes/team_sec.html +++ /dev/null @@ -1,404 +0,0 @@ -
    -

    - The Team -

    -
    - Spread across the world, our team has - built some of the world’s best Internet storage and cloud automation technologies since the ‘90s. With a strong - vision for the future, we’re now on a mission to create a peer-to-peer Internet that can host all of humanity’s - digital workloads via smart contract, removing all forms of centralization from global IT systems. -
    -
    -
    -
    -
    - - Kristof De Spiegeleer - -
    -
    -
    -
    - - Adnan Fatayerji - -
    -
    -
    -
    - - Sabrina Sadik - -
    -
    -
    -
    - - Sacha obeegadoo - -
    -
    -
    -
    - - Jan De Landtsheer - -
    -
    -
    -
    - - Reem Khamis - -
    -
    -
    -
    - - Ahmed Thabet - -
    -
    -
    -
    - - Florian Fournier - -
    -
    -
    -
    - - Ewald Weizenbauer - -
    -
    -
    -
    - - Owen Kemp - -
    -
    -
    -
    - - Peter van der Henst - -
    -
    -
    -
    - - alexandre_hannelas - -
    -
    -
    -
    - - Karoline Zizka - -
    -
    -
    -
    - - Lee Smet - -
    -
    -
    -
    - - Maxime Daniel - -
    -
    -
    -
    - - Pierre van Hoorebeke - -
    -
    -
    -
    - - Sam Taggart - -
    -
    -
    -
    - - Scott Yeager - -
    -
    - {# -
    -
    - - Gloria Anne - -
    -
    - #} -
    -
    - - Sasha Astiadi - -
    -
    -
    -
    -
    - diff --git a/templates/shortcodes/tft_header.html b/templates/shortcodes/tft_header.html deleted file mode 100644 index 9b071c5d9..000000000 --- a/templates/shortcodes/tft_header.html +++ /dev/null @@ -1,15 +0,0 @@ -{% block content %} - -
    - - {% set link = page.permalink ~ "cointelegraph_logo.png"%} - cointelegraph - - - {% set link = page.permalink ~ "coin_logo.png"%} - CoinGecko - -
    - -{% endblock content %} \ No newline at end of file diff --git a/templates/static/css/index.css b/templates/static/css/index.css deleted file mode 100644 index e3a2c95bd..000000000 --- a/templates/static/css/index.css +++ /dev/null @@ -1,4854 +0,0 @@ -@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap"); - -@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); - -@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap"); - -/*! purgecss start ignore */ - -/* @import "nav.css"; */ - -code.language-html, -code.language-css, -code.language-md, -code.language-cmd, -code.language-bash, -code.language-text, -code.language-js, -span.o, -span.nx { - color: rgb(255, 255, 255); - line-height: 1.4; -} - -span.c { - color: hsl(120, 100%, 20%); -} - -span.p, -span.s1, -span.s2, -span.nt { - color: hsl(40, 100%, 30%); -} - -span.gs, -span.gh, -span.ge { - color: hsl(208, 100%, 50%); -} - -span.gs { - font-weight: bold; -} - -span.ge { - font-style: italic; -} - -pre, -code{ - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; -} - -code { - background-color: hsl(0, 0%, 98%); - border-radius: 3px; - color: hsl(120, 100%, 20%); - font-size: 85%; -} - -pre { - margin: 0; - padding: 1rem; - overflow: scroll; -} - -pre code { - background-color: transparent; - color: inherit; - font-size: 100%; - padding: 0; -} - -.highlight { - background-color: transparent; - border-radius: 3px; - margin: 0 0 0.5rem; - padding: 0; - & pre { - margin-bottom: 0; - overflow-x: auto; - } - & .lineno { - color: hsla(0, 0%, 67%, 0.72); - display: inline-block; - /* Ensures the null space also isn't selectable */ - padding: 0 0.75rem 0 0.25rem; - /* Make sure numbers aren't selectable */ - } -} - -/* TODO: dark theme for future -@media (prefers-color-scheme: dark) { - code { - color: #fff; - background: hsl(200, 63%, 15%); - } -} -*/ - -/*! purgecss end ignore */ - -/*! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com */ - -/* -1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) -2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) -*/ - -*, -::before, -::after { - box-sizing: border-box; - /* 1 */ - border-width: 0; - /* 2 */ - border-style: solid; - /* 2 */ - border-color: #e5e7eb; - /* 2 */ -} - -::before, -::after { - --tw-content: ''; -} - -/* -1. Use a consistent sensible line-height in all browsers. -2. Prevent adjustments of font size after orientation changes in iOS. -3. Use a more readable tab size. -4. Use the user's configured `sans` font-family by default. -*/ - -html { - line-height: 1.5; - /* 1 */ - -webkit-text-size-adjust: 100%; - /* 2 */ - -moz-tab-size: 4; - /* 3 */ - -o-tab-size: 4; - tab-size: 4; - /* 3 */ - font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - /* 4 */ -} - -/* -1. Remove the margin in all browsers. -2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. -*/ - -body { - margin: 0; - /* 1 */ - line-height: inherit; - /* 2 */ -} - -/* -1. Add the correct height in Firefox. -2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) -3. Ensure horizontal rules are visible by default. -*/ - -hr { - height: 0; - /* 1 */ - color: inherit; - /* 2 */ - border-top-width: 1px; - /* 3 */ -} - -/* -Add the correct text decoration in Chrome, Edge, and Safari. -*/ - -abbr:where([title]) { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; -} - -/* -Remove the default font size and weight for headings. -*/ - -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: inherit; - font-weight: inherit; -} - -/* -Reset links to optimize for opt-in styling instead of opt-out. -*/ - -a { - color: inherit; - text-decoration: inherit; -} - -/* -Add the correct font weight in Edge and Safari. -*/ - -b, -strong { - font-weight: bolder; -} - -/* -1. Use the user's configured `mono` font family by default. -2. Correct the odd `em` font sizing in all browsers. -*/ - -code, -kbd, -samp, -pre { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - /* 1 */ - font-size: 1em; - /* 2 */ -} - -/* -Add the correct font size in all browsers. -*/ - -small { - font-size: 80%; -} - -/* -Prevent `sub` and `sup` elements from affecting the line height in all browsers. -*/ - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -/* -1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) -2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) -3. Remove gaps between table borders by default. -*/ - -table { - text-indent: 0; - /* 1 */ - border-color: inherit; - /* 2 */ - border-collapse: collapse; - /* 3 */ -} - -/* -1. Change the font styles in all browsers. -2. Remove the margin in Firefox and Safari. -3. Remove default padding in all browsers. -*/ - -button, -input, -optgroup, -select, -textarea { - font-family: inherit; - /* 1 */ - font-size: 100%; - /* 1 */ - font-weight: inherit; - /* 1 */ - line-height: inherit; - /* 1 */ - color: inherit; - /* 1 */ - margin: 0; - /* 2 */ - padding: 0; - /* 3 */ -} - -/* -Remove the inheritance of text transform in Edge and Firefox. -*/ - -button, -select { - text-transform: none; -} - -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Remove default button styles. -*/ - -button, -[type='button'], -[type='reset'], -[type='submit'] { - -webkit-appearance: button; - /* 1 */ - background-color: transparent; - /* 2 */ - background-image: none; - /* 2 */ -} - -/* -Use the modern Firefox focus style for all focusable elements. -*/ - -:-moz-focusring { - outline: auto; -} - -/* -Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) -*/ - -:-moz-ui-invalid { - box-shadow: none; -} - -/* -Add the correct vertical alignment in Chrome and Firefox. -*/ - -progress { - vertical-align: baseline; -} - -/* -Correct the cursor style of increment and decrement buttons in Safari. -*/ - -::-webkit-inner-spin-button, -::-webkit-outer-spin-button { - height: auto; -} - -/* -1. Correct the odd appearance in Chrome and Safari. -2. Correct the outline style in Safari. -*/ - -[type='search'] { - -webkit-appearance: textfield; - /* 1 */ - outline-offset: -2px; - /* 2 */ -} - -/* -Remove the inner padding in Chrome and Safari on macOS. -*/ - -::-webkit-search-decoration { - -webkit-appearance: none; -} - -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Change font properties to `inherit` in Safari. -*/ - -::-webkit-file-upload-button { - -webkit-appearance: button; - /* 1 */ - font: inherit; - /* 2 */ -} - -/* -Add the correct display in Chrome and Safari. -*/ - -summary { - display: list-item; -} - -/* -Removes the default spacing and border for appropriate elements. -*/ - -blockquote, -dl, -dd, -h1, -h2, -h3, -h4, -h5, -h6, -hr, -figure, -p, -pre { - margin: 0; -} - -fieldset { - margin: 0; - padding: 0; -} - -legend { - padding: 0; -} - -ol, -ul, -menu { - list-style: none; - margin: 0; - padding: 0; -} - -/* -Prevent resizing textareas horizontally by default. -*/ - -textarea { - resize: vertical; -} - -/* -1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) -2. Set the default placeholder color to the user's configured gray 400 color. -*/ - -input::-moz-placeholder, textarea::-moz-placeholder { - opacity: 1; - /* 1 */ - color: #9ca3af; - /* 2 */ -} - -input::placeholder, -textarea::placeholder { - opacity: 1; - /* 1 */ - color: #9ca3af; - /* 2 */ -} - -/* -Set the default cursor for buttons. -*/ - -button, -[role="button"] { - cursor: pointer; -} - -/* -Make sure disabled buttons don't get the pointer cursor. -*/ - -:disabled { - cursor: default; -} - -/* -1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) -2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) - This can trigger a poorly considered lint error in some tools but is included by design. -*/ - -img, -svg, -video, -canvas, -audio, -iframe, -embed, -object { - display: block; - /* 1 */ - vertical-align: middle; - /* 2 */ -} - -/* -Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) -*/ - -img, -video { - max-width: 100%; - height: auto; -} - -*, ::before, ::after{ - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(0 0 255 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; -} - -::-webkit-backdrop{ - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(0 0 255 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; -} - -::backdrop{ - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(0 0 255 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; -} - -main{ - padding-top: 0px; -} - -article p{ - font-size: 1.125rem; -} - -/* -html, body { - @apply dark:bg-black; - -body { - @apply font-serif dark:text-gray-200; -} -*/ - -p { - /* for handling Markdown-created

    and

  • */ - font-size: 1.125rem; -} - -pre, -code { - font-feature-settings: normal; -} - -.navWhite, -.navWhite:visited{ - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - -.navWhite:focus, -.navWhite:active{ - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); -} - -.text-blue-light{ - --tw-text-opacity: 1; - color: rgb(107 114 128 / var(--tw-text-opacity)); -} - -.text-blue-dark { - /* for dark mode - @apply text-blue-200; - */ -} - -.text-shadow-titles { - text-shadow: 4px 4px 2px #000; -} - -.gradient-titles{ - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); - --tw-gradient-from: #0000aa; - --tw-gradient-to: rgb(0 0 170 / 0); - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); - --tw-gradient-to: #000000; -} - -.ctr{ - text-align: center; -} - -.legal{ - font-size: .75rem; -} - -nav h4 a:hover{ - border-width: 0px; - font-weight: 300; - --tw-text-opacity: 1; - color: rgb(0 136 255 / var(--tw-text-opacity)); -} - -nav h4 a, -nav h4 a:focus, -nav h4 a:active{ - border-width: 0px; - font-weight: 300; - --tw-text-opacity: 1; - color: rgb(0 0 0 / var(--tw-text-opacity)); -} - -a h2{ - --tw-text-opacity: 1; - color: rgb(0 0 0 / var(--tw-text-opacity)); -} - -a{ - font-weight: 600; - --tw-text-opacity: 1; - color: rgb(0 0 187 / var(--tw-text-opacity)); -} - -a:focus, -a:hover{ - --tw-text-opacity: 1; - color: rgb(0 136 255 / var(--tw-text-opacity)); -} - -a:active{ - --tw-border-opacity: 1; - border-color: rgb(0 0 255 / var(--tw-border-opacity)); - --tw-text-opacity: 1; - color: rgb(0 0 136 / var(--tw-text-opacity)); -} - -h5 a{ - font-weight: 400; - --tw-text-opacity: 1; - color: rgb(17 24 39 / var(--tw-text-opacity)); -} - -/* -a:hover { - @apply dark:text-blue-300; -} -*/ - -sup a, -a.previous, -a.next, -.footnote-return{ - border-bottom-width: 0px; -} - -#nav-toggle:checked + #navMenu{ - display: block; -} - -a.navborderless{ - border-bottom-width: 0px; -} - -/* -.dateInfo { - @apply text-gray-700 dark:text-gray-400; -} -*/ - -h1, -.h1, -h2, -.h2, -h3, -.h3, -h4, -.h4, -h5, -.h5, -h6, -.h6{ - font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - line-height: 1.25; - letter-spacing: -0.025em; -} - -h1, -.h1{ - margin-bottom: 1rem; - font-size: 2.25rem; - font-weight: 800; -} - -h2, -.h2, -h3, -.h3, -h4, -.h4, -h5, -.h5, -h6, -.h6{ - font-weight: 700; -} - -h2, -.h2{ - font-size: 2.25rem; -} - -h4, -.h4{ - font-size: 1.5rem; -} - -h5{ - font-style: normal; -} - -h5, -.h5, -h6, -.h6{ - font-size: 1.125rem; -} - -.height-hero { - height: 45vh; - max-height: 45vh; - overflow: hidden; -} - -.height-post { - height: 35vh; - max-height: 35vh; -} - -.imgCover{ - height: 100%; - width: 100%; - -o-object-fit: cover; - object-fit: cover; - -o-object-position: center; - object-position: center; -} - -.background-hero-image-div{ - position: relative; - width: 100%; - overflow: hidden; - --tw-bg-opacity: 1; - background-color: rgb(0 0 0 / var(--tw-bg-opacity)); - /* Have to allow for mobile browsers' own "chrome"; can't go by Inspector simulations of smaller breakpoints */ - height: 80vh; - max-height: 80vh; -} - -.background-hero-title-block-fit{ - position: absolute; - bottom: 0px; - display: block; - width: 100%; - background-image: linear-gradient(to top, var(--tw-gradient-stops)); - --tw-gradient-from: #000000; - --tw-gradient-to: rgb(0 0 0 / 0); - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); - padding-left: 1rem; - padding-right: 1rem; - padding-top: 0.75rem; - padding-bottom: 1.5rem; -} - -.background-hero-title-text { - text-shadow: 4px 4px 2px #000; -} - -@media screen and (min-width: 768px) { - .background-hero-title-block-fit{ - padding-left: 3rem; - padding-right: 3rem; - } - - .background-hero-image-div { - height: 85vh; - max-height: 85vh; - } -} - -@media screen and (min-width: 1024px) { - .background-hero-title-block-fit{ - padding-left: 4rem; - padding-right: 4rem; - } - - .background-hero-image-div { - height: 95vh; - max-height: 95vh; - } -} - -.text-nowrap, -.text-nobrk{ - white-space: nowrap; -} - -article h1, -article h2, -article h3, -article h4{ - margin-top: 2rem; - margin-bottom: 1.5rem; - letter-spacing: -0.025em; -} - -article p{ - font-size: 1.125rem; - line-height: 1.625; -} - -article img.containedImage { - min-width: 100%; - max-width: 100%; - height: auto; - width: 100%; -} - -@media screen and (min-width: 768px) { - .height-hero { - height: 70vh; - max-height: 70vh; - } - - .height-post { - height: 40vh; - max-height: 40vh; - } - - article p{ - font-size: 1.25rem; - line-height: 1.625; - } -} - -@media screen and (min-width: 1920px) { - article p{ - font-size: 1.5rem; - line-height: 1.625; - } -} - -/* -.yellowBox { - @apply font-sans bg-yellow-200 border border-gray-900 border-solid mx-auto my-2 w-full px-6 py-2 dark:bg-gray-800 dark:border-gray-500; -} -*/ - -.yellowbox p{ - margin: 0px; - width: 100%; - padding: 0.5rem; -} - -ul, -ol{ - padding-left: 2rem; -} - -ul{ - list-style-type: disc; -} - -ol{ - list-style-type: decimal; -} - -.twitter-tweet{ - margin-left: auto; - margin-right: auto; - margin-top: 1rem; - margin-bottom: 0px; -} - -table.leagues{ - margin-left: auto; - margin-right: auto; - margin-top: 1rem; - margin-bottom: 0px; - width: 91.666667%; - border-collapse: collapse; - border-width: 0px; -} - -table.leagues td.col{ - width: 50%; -} - -@media (min-width: 900px) { - table.leagues{ - width: 60%; - } - - table.noborders{ - width: 91.666667%; - } -} - -table.noborders{ - margin-left: auto; - margin-right: auto; - margin-top: 1.5rem; - margin-bottom: 1rem; - width: 100%; - border-collapse: collapse; - border-width: 0px; -} - -table.noborders td{ - padding-top: 0.25rem; - padding-bottom: 0.25rem; - padding-right: 0px; - padding-left: 0.5rem; - text-align: left; - vertical-align: middle; - --tw-text-opacity: 1; - color: rgb(31 41 55 / var(--tw-text-opacity)); - /* text-align: left !important; */ -} - -table.noborders td img{ - margin: 0px; - display: inline-block; - vertical-align: middle; -} - -table.noborders tr{ - --tw-bg-opacity: 1; - background-color: rgb(187 238 255 / var(--tw-bg-opacity)); -} - -table.noborders tr:nth-child(even){ - --tw-bg-opacity: 1; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)); -} - -table.noborders thead tr{ - --tw-bg-opacity: 1; - background-color: rgb(0 0 170 / var(--tw-bg-opacity)); -} - -table.noborders thead td{ - font-weight: 700; - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - -table.noborders td.td70 { - width: 70%; -} - -table.noborders td.td70 img{ - display: block; - height: auto; - width: 50%; - max-width: 50%; -} - -table.noborders td.td30 { - width: 30%; -} - -/* -blockquote { - @apply px-6 text-gray-700 dark:text-gray-400; -} -*/ - -/* start, footnotes */ - -.footnote-definition, -.footnote-reference{ - font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; -} - -.footnote-reference { - font-size: 0.65em; - top: -0.5em; -} - -.footnote-sim { - font-size: 0.65em; - color: #0000ff; - @media (prefers-color-scheme: dark) { - color: #00aaff; - } -} - -.footnotes { - & ol { - -webkit-padding-start: 1.5rem; - padding-inline-start: 1.5rem; - } - & ol li { - margin-bottom: 0.5rem; - font-size: $pokey; - } - & li p { - font-size: 100%; - line-height: 1.4; - } - & .footnote-backref { - font-size: 75%; - } -} - -a.footnote-return { - font-size: 50%; -} - -article > .footnote-definition { - border-top: 1px solid black; - padding-top: 1em; - margin-top: 1em; -} - -article > .footnote-definition ~ .footnote-definition { - border-top: 0; - padding-top: 0; - margin-top: 0; -} - -.footnote-definition-label { - top: -0.4em; - font-size: 0.65em; -} - -.footnote-definition-label + p { - font-size: 75%; - margin-top: -1.75em; - margin-left: 1em; - line-height: 1.35; -} - -.footnote-definition-label::after { - content: "."; -} - -/* == end, footnotes */ - -.aspect-16x9 { - padding-bottom: 56.25%; -} - -/* -hr { - @apply border-solid border-gray-900 dark:border-gray-100; -} -*/ - -footer{ - font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; -} - -.lazypicturecaption{ - margin-top: 0.5rem; - padding: 0px; - text-align: center; - font-size: .875rem; - line-height: 1.375; -} - -.home-colOne p{ - margin-bottom: 1rem; - line-height: 2rem; -} - -.home-colOne img{ - margin-top: 1rem; - margin-bottom: 1rem; -} - -.container-comments { - margin: 0 auto; - font-size: 85%; - width: 85%; - max-width: 720px !important; - margin-bottom: 0; -} - -@media screen and (min-width: 900px) { - .container-comments { - width: 40%; - } -} - -.container{ - width: 100%; -} - -@media (min-width: 640px){ - .container{ - max-width: 640px; - } -} - -@media (min-width: 768px){ - .container{ - max-width: 768px; - } -} - -@media (min-width: 1024px){ - .container{ - max-width: 1024px; - } -} - -@media (min-width: 1280px){ - .container{ - max-width: 1280px; - } -} - -@media (min-width: 1450px){ - .container{ - max-width: 1450px; - } -} - -h1{ - font-size: 1.875rem; - font-weight: 400; -} - -@media (min-width: 1024px){ - h1{ - font-size: 5rem; - } -} - -h2{ - margin-top: 1rem; - margin-bottom: 1rem; - font-size: 1.875rem; - font-weight: 300; - line-height: 1; -} - -@media (min-width: 1024px){ - h2{ - font-size: 4rem; - } -} - -h2 strong{ - font-weight: 500; -} - -h3{ - margin-top: 1rem; - margin-bottom: 1rem; - font-size: 1.25rem; - font-weight: 200; - line-height: 1; -} - -@media (min-width: 1024px){ - h3{ - font-size: 2.25rem; - } -} - -h3 strong{ - font-weight: 600; -} - -h4{ - font-size: .875rem; - font-weight: 400; -} - -@media (min-width: 1024px){ - h4{ - font-size: 1.5rem; - } -} - -h5{ - margin-top: 0.25rem; - margin-bottom: 0.25rem; - font-size: 1.05rem; - font-weight: 600; - letter-spacing: 0.1em; - --tw-text-opacity: 1; - color: rgb(113 113 122 / var(--tw-text-opacity)); -} - -h6{ - margin-top: 0.25rem; - margin-bottom: 0.25rem; - font-size: 1.05rem; - font-weight: 400; - font-style: normal; -} - -p{ - font-size: 1.125rem; -} - -blockquote{ - margin-left: 0.5rem; - margin-right: 0.5rem; - margin-top: 0.5rem; - margin-bottom: 0.5rem; - border-left-width: 4px; - --tw-border-opacity: 1; - border-color: rgb(156 163 175 / var(--tw-border-opacity)); - padding: 0.5rem; -} - -li{ - font-size: 1rem; - font-weight: 400; -} - -@media (min-width: 1024px){ - li{ - font-size: 1rem; - } -} - -li li{ - font-size: .875rem; - font-weight: 300; -} - -@media (min-width: 1024px){ - li li{ - font-size: .875rem; - } -} - -button{ - margin-top: 0.75rem; - margin-bottom: 0.75rem; - display: inline-block; - border-width: 2px; - --tw-border-opacity: 1; - border-color: rgb(0 0 0 / var(--tw-border-opacity)); - padding-top: 0.25rem; - padding-bottom: 0.25rem; - text-transform: capitalize; - --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -@media (min-width: 1024px){ - button{ - margin-right: 1.25rem; - font-size: 1.125rem; - } -} - -.my-header h4{ - color:#9f9f9f; -} - -.article h2{ - font-size: 2.25rem; - font-family: Lato,sans-serif!important; - line-height: 1.5; - font-weight: 700; - color:#333; -} - -.article h1{ - font-family: Lato,sans-serif!important; -} - -:root { - --md-admonition-icon--note: url("data:image/svg+xml;charset=utf-8,"); - --md-admonition-icon--abstract: url("data:image/svg+xml;charset=utf-8,"); - --md-admonition-icon--info: url("data:image/svg+xml;charset=utf-8,"); - --md-admonition-icon--tip: url("data:image/svg+xml;charset=utf-8,"); - --md-admonition-icon--success: url("data:image/svg+xml;charset=utf-8,"); - --md-admonition-icon--question: url("data:image/svg+xml;charset=utf-8,"); - --md-admonition-icon--warning: url("data:image/svg+xml;charset=utf-8,"); - --md-admonition-icon--failure: url("data:image/svg+xml;charset=utf-8,"); - --md-admonition-icon--danger: url("data:image/svg+xml;charset=utf-8,"); - --md-admonition-icon--bug: url("data:image/svg+xml;charset=utf-8,"); - --md-admonition-icon--example: url("data:image/svg+xml;charset=utf-8,"); - --md-admonition-icon--quote: url("data:image/svg+xml;charset=utf-8,"); - --md-details-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3C/svg%3E"); -} - -:is(.admonition) { - display: flow-root; - margin: 1.5625em 0; - padding: 0 1.2rem; - color: var(--fg); - page-break-inside: avoid; - background-color: var(--bg); - border: 0 solid black; - border-inline-start-width: 0.4rem; - border-radius: 0.2rem; - box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05), 0 0 0.1rem rgba(0, 0, 0, 0.1); -} - -.admonition p { - display: block; - -webkit-margin-before: 1em; - margin-block-start: 1em; - -webkit-margin-after: 1em; - margin-block-end: 1em; - -webkit-margin-start: 0px; - margin-inline-start: 0px; - -webkit-margin-end: 0px; - margin-inline-end: 0px; - font-size: 0.8rem; -} - -@media print { - :is(.admonition) { - box-shadow: none; - } -} - -:is(.admonition) > * { - box-sizing: border-box; -} - -:is(.admonition) :is(.admonition) { - margin-top: 1em; - margin-bottom: 1em; -} - -:is(.admonition) > .tabbed-set:only-child { - margin-top: 0; -} - -html :is(.admonition) > :last-child { - margin-bottom: 1.2rem; -} - -:is(.admonition-title, summary) { - position: relative; - margin-block: 0; - margin-inline: -1.6rem -1.2rem; - padding-block: 0.8rem; - padding-inline: 4rem 1.2rem; - font-weight: 700; - background-color: rgba(68, 138, 255, 0.1); - border: 0 solid #448aff; - border-inline-start-width: 0.4rem; - border-start-start-radius: 0.2rem; - display: flex; -} - -:is(.admonition-title, summary) > p { - margin: 0; -} - -html :is(.admonition-title, summary):last-child { - margin-bottom: 0; -} - -:is(.admonition-title, summary)::before { - position: absolute; - top: 0.625em; - inset-inline-start: 1.2rem; - width: 1.4rem; - height: 1.4rem; - background-color: #448aff; - mask-image: url('data:image/svg+xml;charset=utf-8,'); - -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,'); - mask-repeat: no-repeat; - -webkit-mask-repeat: no-repeat; - mask-size: contain; - -webkit-mask-size: contain; - content: ""; -} - -:is(.admonition):is(.note) { - border-color: #448aff; -} - -:is(.note) > :is(.admonition-title, summary) { - background-color: rgba(68, 138, 255, 0.1); - border-color: #448aff; -} - -:is(.note) > :is(.admonition-title, summary)::before { - background-color: #448aff; - mask-image: var(--md-admonition-icon--note); - -webkit-mask-image: var(--md-admonition-icon--note); - mask-repeat: no-repeat; - -webkit-mask-size: contain; - mask-size: contain; - -webkit-mask-repeat: no-repeat; -} - -:is(.admonition):is(.abstract, .summary, .tldr) { - border-color: #00b0ff; -} - -:is(.abstract, .summary, .tldr) > :is(.admonition-title, summary) { - background-color: rgba(0, 176, 255, 0.1); - border-color: #00b0ff; -} - -:is(.abstract, .summary, .tldr) > :is(.admonition-title, summary)::before { - background-color: #00b0ff; - mask-image: var(--md-admonition-icon--abstract); - -webkit-mask-image: var(--md-admonition-icon--abstract); - mask-repeat: no-repeat; - -webkit-mask-size: contain; - mask-size: contain; - -webkit-mask-repeat: no-repeat; -} - -:is(.admonition):is(.info, .todo) { - border-color: #00b8d4; -} - -:is(.info, .todo) > :is(.admonition-title, summary) { - background-color: rgba(0, 184, 212, 0.1); - border-color: #00b8d4; -} - -:is(.info, .todo) > :is(.admonition-title, summary)::before { - background-color: #00b8d4; - mask-image: var(--md-admonition-icon--info); - -webkit-mask-image: var(--md-admonition-icon--info); - mask-repeat: no-repeat; - -webkit-mask-size: contain; - mask-size: contain; - -webkit-mask-repeat: no-repeat; -} - -:is(.admonition):is(.tip, .hint, .important) { - border-color: #00bfa5; -} - -:is(.tip, .hint, .important) > :is(.admonition-title, summary) { - background-color: rgba(0, 191, 165, 0.1); - border-color: #00bfa5; -} - -:is(.tip, .hint, .important) > :is(.admonition-title, summary)::before { - background-color: #00bfa5; - mask-image: var(--md-admonition-icon--tip); - -webkit-mask-image: var(--md-admonition-icon--tip); - mask-repeat: no-repeat; - -webkit-mask-size: contain; - mask-size: contain; - -webkit-mask-repeat: no-repeat; -} - -:is(.admonition):is(.success, .check, .done) { - border-color: #00c853; -} - -:is(.success, .check, .done) > :is(.admonition-title, summary) { - background-color: rgba(0, 200, 83, 0.1); - border-color: #00c853; -} - -:is(.success, .check, .done) > :is(.admonition-title, summary)::before { - background-color: #00c853; - mask-image: var(--md-admonition-icon--success); - -webkit-mask-image: var(--md-admonition-icon--success); - mask-repeat: no-repeat; - -webkit-mask-size: contain; - mask-size: contain; - -webkit-mask-repeat: no-repeat; -} - -:is(.admonition):is(.question, .help, .faq) { - border-color: #64dd17; -} - -:is(.question, .help, .faq) > :is(.admonition-title, summary) { - background-color: rgba(100, 221, 23, 0.1); - border-color: #64dd17; -} - -:is(.question, .help, .faq) > :is(.admonition-title, summary)::before { - background-color: #64dd17; - mask-image: var(--md-admonition-icon--question); - -webkit-mask-image: var(--md-admonition-icon--question); - mask-repeat: no-repeat; - -webkit-mask-size: contain; - mask-size: contain; - -webkit-mask-repeat: no-repeat; -} - -:is(.admonition):is(.warning, .caution, .attention) { - border-color: #ff9100; -} - -:is(.warning, .caution, .attention) > :is(.admonition-title, summary) { - background-color: rgba(255, 145, 0, 0.1); - border-color: #ff9100; -} - -:is(.warning, .caution, .attention) > :is(.admonition-title, summary)::before { - background-color: #ff9100; - mask-image: var(--md-admonition-icon--warning); - -webkit-mask-image: var(--md-admonition-icon--warning); - mask-repeat: no-repeat; - -webkit-mask-size: contain; - mask-size: contain; - -webkit-mask-repeat: no-repeat; -} - -:is(.admonition):is(.failure, .fail, .missing) { - border-color: #ff5252; -} - -:is(.failure, .fail, .missing) > :is(.admonition-title, summary) { - background-color: rgba(255, 82, 82, 0.1); - border-color: #ff5252; -} - -:is(.failure, .fail, .missing) > :is(.admonition-title, summary)::before { - background-color: #ff5252; - mask-image: var(--md-admonition-icon--failure); - -webkit-mask-image: var(--md-admonition-icon--failure); - mask-repeat: no-repeat; - -webkit-mask-size: contain; - mask-size: contain; - -webkit-mask-repeat: no-repeat; -} - -:is(.admonition):is(.danger, .error) { - border-color: #ff1744; -} - -:is(.danger, .error) > :is(.admonition-title, summary) { - background-color: rgba(255, 23, 68, 0.1); - border-color: #ff1744; -} - -:is(.danger, .error) > :is(.admonition-title, summary)::before { - background-color: #ff1744; - mask-image: var(--md-admonition-icon--danger); - -webkit-mask-image: var(--md-admonition-icon--danger); - mask-repeat: no-repeat; - -webkit-mask-size: contain; - mask-size: contain; - -webkit-mask-repeat: no-repeat; -} - -:is(.admonition):is(.bug) { - border-color: #f50057; -} - -:is(.bug) > :is(.admonition-title, summary) { - background-color: rgba(245, 0, 87, 0.1); - border-color: #f50057; -} - -:is(.bug) > :is(.admonition-title, summary)::before { - background-color: #f50057; - mask-image: var(--md-admonition-icon--bug); - -webkit-mask-image: var(--md-admonition-icon--bug); - mask-repeat: no-repeat; - -webkit-mask-size: contain; - mask-size: contain; - -webkit-mask-repeat: no-repeat; -} - -:is(.admonition):is(.example) { - border-color: #7c4dff; -} - -:is(.example) > :is(.admonition-title, summary) { - background-color: rgba(124, 77, 255, 0.1); - border-color: #7c4dff; -} - -:is(.example) > :is(.admonition-title, summary)::before { - background-color: #7c4dff; - mask-image: var(--md-admonition-icon--example); - -webkit-mask-image: var(--md-admonition-icon--example); - mask-repeat: no-repeat; - -webkit-mask-size: contain; - mask-size: contain; - -webkit-mask-repeat: no-repeat; -} - -:is(.admonition):is(.quote, .cite) { - border-color: #9e9e9e; -} - -:is(.quote, .cite) > :is(.admonition-title, summary) { - background-color: rgba(158, 158, 158, 0.1); - border-color: #9e9e9e; -} - -:is(.quote, .cite) > :is(.admonition-title, summary)::before { - background-color: #9e9e9e; - mask-image: var(--md-admonition-icon--quote); - -webkit-mask-image: var(--md-admonition-icon--quote); - mask-repeat: no-repeat; - -webkit-mask-size: contain; - mask-size: contain; - -webkit-mask-repeat: no-repeat; -} - -.navy :is(.admonition) { - background-color: var(--sidebar-bg); -} - -.ayu :is(.admonition), -.coal :is(.admonition) { - background-color: var(--theme-hover); -} - -.rust :is(.admonition) { - background-color: var(--sidebar-bg); - color: var(--sidebar-fg); -} - -:is(.admonition-title) { - font-feature-settings: "kern", "liga"; - font-weight: 600; - font-size: 0.84rem; - border: none; - padding: 10px 50px; -} - -:is(summary)::after { - top: 0.625em; - width: 1.4rem; - height: 1.4rem; - mask-image: url('data:image/svg+xml;charset=utf-8,'); - -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,'); - -webkit-mask-size: contain; - content: ""; - background-color: black; - mask-image: var(--md-details-icon); - -webkit-mask-image: var(--md-details-icon); - mask-repeat: no-repeat; - mask-size: contain; - -webkit-mask-repeat: no-repeat; - position: absolute; - transform: rotate(-90deg); - transition: transform 0.25s; - right: 0.4rem; -} - -details[open] > summary::after { - transform: rotate(0deg); -} - -.sr-only{ - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border-width: 0 !important; -} - -.static{ - position: static !important; -} - -.fixed{ - position: fixed !important; -} - -.absolute{ - position: absolute !important; -} - -.relative{ - position: relative !important; -} - -.inset-0{ - top: 0px !important; - right: 0px !important; - bottom: 0px !important; - left: 0px !important; -} - -.inset-x-0{ - left: 0px !important; - right: 0px !important; -} - -.left-0{ - left: 0px !important; -} - -.top-0{ - top: 0px !important; -} - -.z-50{ - z-index: 50 !important; -} - -.z-30{ - z-index: 30 !important; -} - -.z-20{ - z-index: 20 !important; -} - -.z-10{ - z-index: 10 !important; -} - -.z-20{ - z-index: 20 !important; -} - -.z-10{ - z-index: 10 !important; -} - -.z-50{ - z-index: 50 !important; -} - -.z-30{ - z-index: 30 !important; -} - -.order-2{ - order: 2 !important; -} - -.order-1{ - order: 1 !important; -} - -.col-span-3{ - grid-column: span 3 / span 3 !important; -} - -.m-0{ - margin: 0px !important; -} - -.m-2{ - margin: 0.5rem !important; -} - -.m-4{ - margin: 1rem !important; -} - -.mx-auto{ - margin-left: auto !important; - margin-right: auto !important; -} - -.mx-0{ - margin-left: 0px !important; - margin-right: 0px !important; -} - -.my-2{ - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; -} - -.mx-4{ - margin-left: 1rem !important; - margin-right: 1rem !important; -} - -.my-0{ - margin-top: 0px !important; - margin-bottom: 0px !important; -} - -.my-8{ - margin-top: 2rem !important; - margin-bottom: 2rem !important; -} - -.my-4{ - margin-top: 1rem !important; - margin-bottom: 1rem !important; -} - -.my-10{ - margin-top: 2.5rem !important; - margin-bottom: 2.5rem !important; -} - -.mx-1{ - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; -} - -.my-1{ - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; -} - -.my-5{ - margin-top: 1.25rem !important; - margin-bottom: 1.25rem !important; -} - -.mx-8{ - margin-left: 2rem !important; - margin-right: 2rem !important; -} - -.-mx-4{ - margin-left: -1rem !important; - margin-right: -1rem !important; -} - -.-my-2{ - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; -} - -.-mx-8{ - margin-left: -2rem !important; - margin-right: -2rem !important; -} - -.my-2{ - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; -} - -.mx-auto{ - margin-left: auto !important; - margin-right: auto !important; -} - -.-my-2{ - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; -} - -.mx-8{ - margin-left: 2rem !important; - margin-right: 2rem !important; -} - -.mt-10{ - margin-top: 2.5rem !important; -} - -.mt-0{ - margin-top: 0px !important; -} - -.mb-3{ - margin-bottom: 0.75rem !important; -} - -.mb-8{ - margin-bottom: 2rem !important; -} - -.mr-2{ - margin-right: 0.5rem !important; -} - -.mt-5{ - margin-top: 1.25rem !important; -} - -.mt-6{ - margin-top: 1.5rem !important; -} - -.mb-4{ - margin-bottom: 1rem !important; -} - -.mb-10{ - margin-bottom: 2.5rem !important; -} - -.ml-auto{ - margin-left: auto !important; -} - -.mb-0{ - margin-bottom: 0px !important; -} - -.mt-12{ - margin-top: 3rem !important; -} - -.mt-2{ - margin-top: 0.5rem !important; -} - -.mb-16{ - margin-bottom: 4rem !important; -} - -.ml-4{ - margin-left: 1rem !important; -} - -.mr-5{ - margin-right: 1.25rem !important; -} - -.mt-16{ - margin-top: 4rem !important; -} - -.mt-3{ - margin-top: 0.75rem !important; -} - -.mt-1{ - margin-top: 0.25rem !important; -} - -.ml-5{ - margin-left: 1.25rem !important; -} - -.mb-12{ - margin-bottom: 3rem !important; -} - -.mr-8{ - margin-right: 2rem !important; -} - -.mb-6{ - margin-bottom: 1.5rem !important; -} - -.mt-8{ - margin-top: 2rem !important; -} - -.mb-5{ - margin-bottom: 1.25rem !important; -} - -.ml-8{ - margin-left: 2rem !important; -} - -.ml-1{ - margin-left: 0.25rem !important; -} - -.-mr-2{ - margin-right: -0.5rem !important; -} - -.mr-4{ - margin-right: 1rem !important; -} - -.-mt-16{ - margin-top: -4rem !important; -} - -.ml-10{ - margin-left: 2.5rem !important; -} - -.mt-16{ - margin-top: 4rem !important; -} - -.-mr-2{ - margin-right: -0.5rem !important; -} - -.mt-0{ - margin-top: 0px !important; -} - -.mt-8{ - margin-top: 2rem !important; -} - -.block{ - display: block !important; -} - -.inline-block{ - display: inline-block !important; -} - -.inline{ - display: inline !important; -} - -.flex{ - display: flex !important; -} - -.inline-flex{ - display: inline-flex !important; -} - -.grid{ - display: grid !important; -} - -.hidden{ - display: none !important; -} - -.h-8{ - height: 2rem !important; -} - -.h-10{ - height: 2.5rem !important; -} - -.h-32{ - height: 8rem !important; -} - -.h-12{ - height: 3rem !important; -} - -.h-full{ - height: 100% !important; -} - -.h-16{ - height: 4rem !important; -} - -.h-4{ - height: 1rem !important; -} - -.h-auto{ - height: auto !important; -} - -.h-6{ - height: 1.5rem !important; -} - -.h-5{ - height: 1.25rem !important; -} - -.h-screen{ - height: 100vh !important; -} - -.h-48{ - height: 12rem !important; -} - -.h-1\/2{ - height: 50% !important; -} - -.h-1\/3{ - height: 33.333333% !important; -} - -.h-auto{ - height: auto !important; -} - -.h-6{ - height: 1.5rem !important; -} - -.h-screen{ - height: 100vh !important; -} - -.max-h-80{ - max-height: 20rem !important; -} - -.max-h-screen{ - max-height: 100vh !important; -} - -.min-h-screen{ - min-height: 100vh !important; -} - -.w-8{ - width: 2rem !important; -} - -.w-full{ - width: 100% !important; -} - -.w-72{ - width: 18rem !important; -} - -.w-10{ - width: 2.5rem !important; -} - -.w-32{ - width: 8rem !important; -} - -.w-48{ - width: 12rem !important; -} - -.w-3\/4{ - width: 75% !important; -} - -.w-4\/6{ - width: 66.666667% !important; -} - -.w-2\/6{ - width: 33.333333% !important; -} - -.w-12{ - width: 3rem !important; -} - -.w-64{ - width: 16rem !important; -} - -.w-7\/12{ - width: 58.333333% !important; -} - -.w-4{ - width: 1rem !important; -} - -.w-16{ - width: 4rem !important; -} - -.w-screen{ - width: 100vw !important; -} - -.w-20{ - width: 5rem !important; -} - -.w-6{ - width: 1.5rem !important; -} - -.w-5{ - width: 1.25rem !important; -} - -.w-auto{ - width: auto !important; -} - -.w-screen{ - width: 100vw !important; -} - -.w-48{ - width: 12rem !important; -} - -.w-6{ - width: 1.5rem !important; -} - -.max-w-lg{ - max-width: 32rem !important; -} - -.max-w-full{ - max-width: 100% !important; -} - -.max-w-screen-2xl{ - max-width: 1450px !important; -} - -.max-w-4xl{ - max-width: 56rem !important; -} - -.max-w-7xl{ - max-width: 80rem !important; -} - -.max-w-screen-xl{ - max-width: 1280px !important; -} - -.max-w-xs{ - max-width: 20rem !important; -} - -.flex-1{ - flex: 1 1 0% !important; -} - -.flex-shrink-0{ - flex-shrink: 0 !important; -} - -.origin-top-right{ - transform-origin: top right !important; -} - -.-translate-y-1{ - --tw-translate-y: -0.25rem !important; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; -} - -.-translate-y-0{ - --tw-translate-y: -0px !important; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; -} - -.-translate-y-1{ - --tw-translate-y: -0.25rem !important; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; -} - -.-translate-y-0{ - --tw-translate-y: -0px !important; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; -} - -.rotate-180{ - --tw-rotate: 180deg !important; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; -} - -.-rotate-90{ - --tw-rotate: -90deg !important; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; -} - -.rotate-0{ - --tw-rotate: 0deg !important; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; -} - -.-rotate-90{ - --tw-rotate: -90deg !important; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; -} - -.scale-95{ - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; -} - -.scale-100{ - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; -} - -.scale-95{ - --tw-scale-x: .95 !important; - --tw-scale-y: .95 !important; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; -} - -.scale-100{ - --tw-scale-x: 1 !important; - --tw-scale-y: 1 !important; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; -} - -.transform{ - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; -} - -.cursor-pointer{ - cursor: pointer !important; -} - -.list-none{ - list-style-type: none !important; -} - -.grid-cols-3{ - grid-template-columns: repeat(3, minmax(0, 1fr)) !important; -} - -.grid-cols-1{ - grid-template-columns: repeat(1, minmax(0, 1fr)) !important; -} - -.flex-row{ - flex-direction: row !important; -} - -.flex-col{ - flex-direction: column !important; -} - -.flex-wrap{ - flex-wrap: wrap !important; -} - -.flex-nowrap{ - flex-wrap: nowrap !important; -} - -.items-start{ - align-items: flex-start !important; -} - -.items-center{ - align-items: center !important; -} - -.items-baseline{ - align-items: baseline !important; -} - -.justify-center{ - justify-content: center !important; -} - -.justify-between{ - justify-content: space-between !important; -} - -.justify-around{ - justify-content: space-around !important; -} - -.gap-5{ - gap: 1.25rem !important; -} - -.gap-6{ - gap: 1.5rem !important; -} - -.gap-4{ - gap: 1rem !important; -} - -.space-y-2 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-6 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-1 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0 !important; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-8 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0 !important; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; -} - -.space-x-10 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-2 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-4 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0 !important; - margin-right: calc(1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-y-4 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0 !important; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important; -} - -.space-x-10 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0 !important; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-x-2 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0 !important; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important; -} - -.space-y-6 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0 !important; - margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; -} - -.space-y-8 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0 !important; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; -} - -.divide-y-2 > :not([hidden]) ~ :not([hidden]){ - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important; -} - -.divide-y > :not([hidden]) ~ :not([hidden]){ - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; -} - -.divide-y-2 > :not([hidden]) ~ :not([hidden]){ - --tw-divide-y-reverse: 0 !important; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important; - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important; -} - -.divide-gray-50 > :not([hidden]) ~ :not([hidden]){ - --tw-divide-opacity: 1 !important; - border-color: rgb(249 250 251 / var(--tw-divide-opacity)) !important; -} - -.divide-gray-200 > :not([hidden]) ~ :not([hidden]){ - --tw-divide-opacity: 1 !important; - border-color: rgb(229 231 235 / var(--tw-divide-opacity)) !important; -} - -.divide-gray-50 > :not([hidden]) ~ :not([hidden]){ - --tw-divide-opacity: 1 !important; - border-color: rgb(249 250 251 / var(--tw-divide-opacity)) !important; -} - -.overflow-hidden{ - overflow: hidden !important; -} - -.overflow-visible{ - overflow: visible !important; -} - -.overflow-y-auto{ - overflow-y: auto !important; -} - -.overflow-x-hidden{ - overflow-x: hidden !important; -} - -.overflow-x-scroll{ - overflow-x: scroll !important; -} - -.text-ellipsis{ - text-overflow: ellipsis !important; -} - -.rounded-full{ - border-radius: 9999px !important; -} - -.rounded{ - border-radius: 0.25rem !important; -} - -.rounded-lg{ - border-radius: 0.5rem !important; -} - -.rounded-md{ - border-radius: 0.375rem !important; -} - -.rounded-none{ - border-radius: 0px !important; -} - -.rounded-md{ - border-radius: 0.375rem !important; -} - -.rounded-l-md{ - border-top-left-radius: 0.375rem !important; - border-bottom-left-radius: 0.375rem !important; -} - -.rounded-r-md{ - border-top-right-radius: 0.375rem !important; - border-bottom-right-radius: 0.375rem !important; -} - -.border-2{ - border-width: 2px !important; -} - -.border{ - border-width: 1px !important; -} - -.border-4{ - border-width: 4px !important; -} - -.border-0{ - border-width: 0px !important; -} - -.border-b{ - border-bottom-width: 1px !important; -} - -.border-r-0{ - border-right-width: 0px !important; -} - -.border-t{ - border-top-width: 1px !important; -} - -.border-t-2{ - border-top-width: 2px !important; -} - -.border-dashed{ - border-style: dashed !important; -} - -.border-white{ - --tw-border-opacity: 1 !important; - border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important; -} - -.border-gray-600{ - --tw-border-opacity: 1 !important; - border-color: rgb(75 85 99 / var(--tw-border-opacity)) !important; -} - -.border-gray-400{ - --tw-border-opacity: 1 !important; - border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important; -} - -.border-transparent{ - border-color: transparent !important; -} - -.border-black{ - --tw-border-opacity: 1 !important; - border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important; -} - -.border-gray-300{ - --tw-border-opacity: 1 !important; - border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important; -} - -.border-gray-200{ - --tw-border-opacity: 1 !important; - border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important; -} - -.bg-gray-200{ - --tw-bg-opacity: 1 !important; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important; -} - -.bg-transparent{ - background-color: transparent !important; -} - -.bg-white{ - --tw-bg-opacity: 1 !important; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important; -} - -.bg-gray-50{ - --tw-bg-opacity: 1 !important; - background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important; -} - -.bg-gray-100{ - --tw-bg-opacity: 1 !important; - background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important; -} - -.bg-gray-300{ - --tw-bg-opacity: 1 !important; - background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important; -} - -.bg-stone-200{ - --tw-bg-opacity: 1 !important; - background-color: rgb(231 229 228 / var(--tw-bg-opacity)) !important; -} - -.bg-white{ - --tw-bg-opacity: 1 !important; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important; -} - -.bg-cover{ - background-size: cover !important; -} - -.bg-center{ - background-position: center !important; -} - -.bg-no-repeat{ - background-repeat: no-repeat !important; -} - -.object-cover{ - -o-object-fit: cover !important; - object-fit: cover !important; -} - -.p-4{ - padding: 1rem !important; -} - -.p-8{ - padding: 2rem !important; -} - -.p-3{ - padding: 0.75rem !important; -} - -.p-2{ - padding: 0.5rem !important; -} - -.p-6{ - padding: 1.5rem !important; -} - -.p-2{ - padding: 0.5rem !important; -} - -.py-10{ - padding-top: 2.5rem !important; - padding-bottom: 2.5rem !important; -} - -.py-2{ - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; -} - -.px-4{ - padding-left: 1rem !important; - padding-right: 1rem !important; -} - -.px-8{ - padding-left: 2rem !important; - padding-right: 2rem !important; -} - -.px-0{ - padding-left: 0px !important; - padding-right: 0px !important; -} - -.py-12{ - padding-top: 3rem !important; - padding-bottom: 3rem !important; -} - -.px-12{ - padding-left: 3rem !important; - padding-right: 3rem !important; -} - -.py-1{ - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; -} - -.py-5{ - padding-top: 1.25rem !important; - padding-bottom: 1.25rem !important; -} - -.px-3{ - padding-left: 0.75rem !important; - padding-right: 0.75rem !important; -} - -.px-6{ - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; -} - -.py-3{ - padding-top: 0.75rem !important; - padding-bottom: 0.75rem !important; -} - -.px-5{ - padding-left: 1.25rem !important; - padding-right: 1.25rem !important; -} - -.px-2{ - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; -} - -.py-4{ - padding-top: 1rem !important; - padding-bottom: 1rem !important; -} - -.py-2{ - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; -} - -.px-6{ - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; -} - -.py-4{ - padding-top: 1rem !important; - padding-bottom: 1rem !important; -} - -.px-8{ - padding-left: 2rem !important; - padding-right: 2rem !important; -} - -.py-3{ - padding-top: 0.75rem !important; - padding-bottom: 0.75rem !important; -} - -.pl-3{ - padding-left: 0.75rem !important; -} - -.pt-24{ - padding-top: 6rem !important; -} - -.pt-16{ - padding-top: 4rem !important; -} - -.pt-8{ - padding-top: 2rem !important; -} - -.pt-4{ - padding-top: 1rem !important; -} - -.pb-10{ - padding-bottom: 2.5rem !important; -} - -.pb-0{ - padding-bottom: 0px !important; -} - -.pt-6{ - padding-top: 1.5rem !important; -} - -.pt-12{ - padding-top: 3rem !important; -} - -.pr-20{ - padding-right: 5rem !important; -} - -.pl-20{ - padding-left: 5rem !important; -} - -.pt-5{ - padding-top: 1.25rem !important; -} - -.pb-6{ - padding-bottom: 1.5rem !important; -} - -.pl-1{ - padding-left: 0.25rem !important; -} - -.pt-1{ - padding-top: 0.25rem !important; -} - -.pt-2{ - padding-top: 0.5rem !important; -} - -.pb-4{ - padding-bottom: 1rem !important; -} - -.pb-12{ - padding-bottom: 3rem !important; -} - -.pl-12{ - padding-left: 3rem !important; -} - -.pb-2{ - padding-bottom: 0.5rem !important; -} - -.pl-6{ - padding-left: 1.5rem !important; -} - -.pr-2{ - padding-right: 0.5rem !important; -} - -.pb-6{ - padding-bottom: 1.5rem !important; -} - -.pb-12{ - padding-bottom: 3rem !important; -} - -.pl-12{ - padding-left: 3rem !important; -} - -.pt-6{ - padding-top: 1.5rem !important; -} - -.pb-4{ - padding-bottom: 1rem !important; -} - -.text-left{ - text-align: left !important; -} - -.text-center{ - text-align: center !important; -} - -.text-right{ - text-align: right !important; -} - -.font-serif{ - font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important; -} - -.text-2xl{ - font-size: 1.5rem !important; -} - -.text-xs{ - font-size: .75rem !important; -} - -.text-sm{ - font-size: .875rem !important; -} - -.text-5xl{ - font-size: 3rem !important; -} - -.text-xl{ - font-size: 1.25rem !important; -} - -.text-4xl{ - font-size: 2.25rem !important; -} - -.text-lg{ - font-size: 1.125rem !important; -} - -.text-base{ - font-size: 1rem !important; -} - -.text-3xl{ - font-size: 1.875rem !important; -} - -.text-md{ - font-size: 1.05rem !important; -} - -.text-lg{ - font-size: 1.125rem !important; -} - -.text-sm{ - font-size: .875rem !important; -} - -.text-base{ - font-size: 1rem !important; -} - -.font-medium{ - font-weight: 500 !important; -} - -.font-black{ - font-weight: 900 !important; -} - -.font-normal{ - font-weight: 400 !important; -} - -.font-light{ - font-weight: 300 !important; -} - -.font-semibold{ - font-weight: 600 !important; -} - -.font-extrabold{ - font-weight: 800 !important; -} - -.font-bold{ - font-weight: 700 !important; -} - -.font-normal{ - font-weight: 400 !important; -} - -.uppercase{ - text-transform: uppercase !important; -} - -.capitalize{ - text-transform: capitalize !important; -} - -.not-italic{ - font-style: normal !important; -} - -.leading-none{ - line-height: 1 !important; -} - -.leading-8{ - line-height: 2rem !important; -} - -.leading-snug{ - line-height: 1.375 !important; -} - -.leading-6{ - line-height: 1.5rem !important; -} - -.leading-4{ - line-height: 1rem !important; -} - -.leading-3{ - line-height: .75rem !important; -} - -.leading-7{ - line-height: 1.75rem !important; -} - -.leading-5{ - line-height: 1.25rem !important; -} - -.leading-tight{ - line-height: 1.25 !important; -} - -.leading-relaxed{ - line-height: 1.625 !important; -} - -.leading-6{ - line-height: 1.5rem !important; -} - -.leading-3{ - line-height: .75rem !important; -} - -.tracking-tight{ - letter-spacing: -0.025em !important; -} - -.tracking-wide{ - letter-spacing: 0.025em !important; -} - -.text-gray-700{ - --tw-text-opacity: 1 !important; - color: rgb(55 65 81 / var(--tw-text-opacity)) !important; -} - -.text-gray-600{ - --tw-text-opacity: 1 !important; - color: rgb(75 85 99 / var(--tw-text-opacity)) !important; -} - -.text-gray-800{ - --tw-text-opacity: 1 !important; - color: rgb(31 41 55 / var(--tw-text-opacity)) !important; -} - -.text-gray-900{ - --tw-text-opacity: 1 !important; - color: rgb(17 24 39 / var(--tw-text-opacity)) !important; -} - -.text-black{ - --tw-text-opacity: 1 !important; - color: rgb(0 0 0 / var(--tw-text-opacity)) !important; -} - -.text-gray-400{ - --tw-text-opacity: 1 !important; - color: rgb(156 163 175 / var(--tw-text-opacity)) !important; -} - -.text-gray-500{ - --tw-text-opacity: 1 !important; - color: rgb(107 114 128 / var(--tw-text-opacity)) !important; -} - -.text-gray-300{ - --tw-text-opacity: 1 !important; - color: rgb(209 213 219 / var(--tw-text-opacity)) !important; -} - -.text-white{ - --tw-text-opacity: 1 !important; - color: rgb(255 255 255 / var(--tw-text-opacity)) !important; -} - -.text-blue-700{ - --tw-text-opacity: 1 !important; - color: rgb(0 0 170 / var(--tw-text-opacity)) !important; -} - -.text-blue-500{ - --tw-text-opacity: 1 !important; - color: rgb(0 0 255 / var(--tw-text-opacity)) !important; -} - -.text-blue-400{ - --tw-text-opacity: 1 !important; - color: rgb(0 51 255 / var(--tw-text-opacity)) !important; -} - -.text-blue-500{ - --tw-text-opacity: 1 !important; - color: rgb(0 0 255 / var(--tw-text-opacity)) !important; -} - -.text-gray-900{ - --tw-text-opacity: 1 !important; - color: rgb(17 24 39 / var(--tw-text-opacity)) !important; -} - -.text-gray-400{ - --tw-text-opacity: 1 !important; - color: rgb(156 163 175 / var(--tw-text-opacity)) !important; -} - -.text-gray-500{ - --tw-text-opacity: 1 !important; - color: rgb(107 114 128 / var(--tw-text-opacity)) !important; -} - -.opacity-0{ - opacity: 0 !important; -} - -.opacity-100{ - opacity: 1 !important; -} - -.opacity-0{ - opacity: 0 !important; -} - -.opacity-100{ - opacity: 1 !important; -} - -.shadow{ - --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important; - --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.shadow-sm{ - --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important; - --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.\!shadow-none{ - --tw-shadow: 0 0 #0000 !important; - --tw-shadow-colored: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.shadow-lg{ - --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important; - --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.shadow-md{ - --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important; - --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.shadow{ - --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important; - --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.shadow-lg{ - --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important; - --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.grayscale{ - --tw-grayscale: grayscale(100%) !important; - filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important; -} - -.filter{ - filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important; -} - -.backdrop-blur{ - --tw-backdrop-blur: blur(8px) !important; - -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important; - backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important; -} - -.transition-all{ - transition-property: all !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; -} - -.transition-transform{ - transition-property: transform !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; -} - -.transition{ - transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; -} - -.transition-shadow{ - transition-property: box-shadow !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; -} - -.transition{ - transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; -} - -.transition-transform{ - transition-property: transform !important; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; - transition-duration: 150ms !important; -} - -.duration-200{ - transition-duration: 200ms !important; -} - -.duration-100{ - transition-duration: 100ms !important; -} - -.duration-75{ - transition-duration: 75ms !important; -} - -.duration-150{ - transition-duration: 150ms !important; -} - -.duration-500{ - transition-duration: 500ms !important; -} - -.duration-300{ - transition-duration: 300ms !important; -} - -.duration-200{ - transition-duration: 200ms !important; -} - -.duration-150{ - transition-duration: 150ms !important; -} - -.duration-100{ - transition-duration: 100ms !important; -} - -.ease-out{ - transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; -} - -.ease-in{ - transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; -} - -.ease-in-out{ - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; -} - -.ease-in{ - transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; -} - -.ease-out{ - transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; -} - -.ease-in-out{ - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; -} - -/* Custom CSS for header partial */ - -.backdrop-blur { - -webkit-backdrop-filter: blur(40px); -} - -* { - font-family: "Lato", sans-serif; -} - -.bg-semi-white { - background-color: rgba(255, 255, 255, 0.75); -} - -/* Custom css allowing image styling in markdown */ - -img[src*="#mx-auto"] { - margin: auto; -} - -img[src*="#small"] { - width: 68px; -} - -img[src*="#medium"] { - width: 400px; - margin: auto; -} - -img[src*="#logo"] { - max-width: min(250px, 100%); - margin: auto; -} - -img[src*="#large"] { - width: 1000px; - margin: auto; -} - -img[src*="#tft_img"] { - width: 150px; - margin: 8px; -} - -img[src*="#absolute"] { - position: absolute; - left: 0; - top: 0; -} - -.footer-cust a{ - color: #999; -} - -.footer-cust a:hover { - color: rgb(65, 65, 65); -} - -.footer-cust h6{ - margin-bottom: 15px; -} - -.logo_size{ - width:200px -} - -h1 { - line-height: 4rem; -} - -.nav p > a { - display: flex; - width: 100%; - flex-direction: column; - align-items: flex-start; - text-align: left; - line-height: 1.5rem; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - border-radius: 0.25rem; - border-color: transparent; - padding: 0.5rem; - margin-top: 0.75rem; - margin-bottom: 0.75rem; - display: inline-block; - border-width: 2px; - border-color: rgb(0 0 0 / var(--tw-border-opacity)); - padding-left: 3rem; - padding-right: 3rem; - padding-top: 0.25rem; - padding-bottom: 0.25rem; - text-transform: capitalize; - box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); -} - -.nav p > a:hover { - --tw-border-opacity: 1; - border-color: rgb(231 229 228 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(245 245 244 / var(--tw-bg-opacity)); -} - -.article p{ - font-size: 1.125rem; - font-family: Lato,sans-serif!important; - line-height: 1.7; - color:#333 -} - -.post-content-text a, .article a{ - color: #4ec48f; -} - -.post-content-text a:hover, .article a:hover{ - color: #2e9969; -} - -.article li{ - font-size: 1.125rem; -} - -.main-title { - font-family: Lato,sans-serif!important; -} - -button:hover :is(:where(a)) { - color: #5e5e5e; -} - -button :is(:where(p)) { - color: #3d3b39; - font-weight: 400; -} - -button a{ - padding-left: 3rem; - padding-right: 3rem; - --tw-text-opacity: 1; - color: rgb(0 0 0 / var(--tw-text-opacity)); -} - -a { - border-width: 0px; -} - -header { - font-family: "Work Sans"; -} - -.nav_btn { - margin: 0 !important; - padding: 0 !important; - border: none !important; - box-shadow: none !important; -} - -.quicklinks { - box-sizing: border-box; - align-items: center; - width: auto; - margin: 0 auto; - border-radius: 10px; - margin-top: 30px; - flex-wrap: wrap; - margin-bottom: 20px; -} - -.quicklinks img { - height: auto; - max-width: 200px; - display: inline-block; - padding: 10px; - filter: grayscale(100%); - position: relative; - transition: all 0.2s ease; - opacity: 0.5; -} - -.quicklinks img:hover { - opacity: 1; - transition: all 0.2s ease; - filter: grayscale(0%); -} - -.banner { - width: 100%; - margin: 0; - padding: 120px 0; - text-align: center; - position: relative; - display: block; - color: #fff !important; - letter-spacing: 0.5px; - overflow: hidden; - background: #00838d; - transition: 1.5s; -} - -.header { - height: auto; - background: none; - padding: 200px 0; -} - -.banner h2, -.header h1 { - margin: auto; - color: #fff; - position: relative; - transition: 0.3s; - z-index: 1; - white-space: nowrap; -} - -.header h1 { - color: #000; - transition: none; -} - -.banner h2 svg { - font-size: 40px; - margin-left: 15px; - position: absolute; - top: 55%; - transform: translateY(-50%) scale(0.5); - opacity: 0; - transition: 0.3s; -} - -.banner .back { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - background-position: center; - background-size: cover; - filter: grayscale(1) contrast(1.4); - opacity: 0.25; - transition: 1.5s; -} - -.header .back { - filter: none; - opacity: 1; - background-position: center; - background-size: cover; - background-repeat: no-repeat; -} - -.banner:hover { - background: #4b3a92; -} - -.header:hover { - background: none; -} - -.banner:hover h2 svg { - transform: translateY(-50%) scale(1); - opacity: 1; -} - -.banner:hover h2 { - padding-right: 40px; -} - -.header:hover h1 { - padding-right: 0; -} - -.banner:hover .back { - transform: scale(1.03); -} - -.header:hover .back { - transform: none; -} - -.my-test{ - font-family: "Work Sans", sans-serif !important; -} - -.post-content-text .my-test { - font-family: "Work Sans", sans-serif !important; - line-height: 1.7; -} - -.post-content-text h2 { - font-family: Lato,sans-serif!important; - line-height: 1.5; - font-size: 2.25rem; - font-weight: 700; -} - -.container-fluid { - width: 100%; - /* padding-right: 15px; - padding-left: 15px; */ - margin-right: auto; - margin-left: auto; -} - -.zola-anchor { - display: none; -} - -@media (min-width: 1024px){ - h2 { - font-size: 3.5rem; - } -} - -@media (max-width: 640px) { - .banner h2 { - font: 600 7vw/10vw; - } - - .header h1 { - font-size: 35px; - } - - .banner h2 svg { - font-size: 30px; - } -} - -@media (max-width: 480px) { - .banner, - .header { - padding: 80px 0; - } - - img[src*="#sm_none"] { - display: none; - } -} - -header #menu button{ - margin-top: 0.75rem; - margin-bottom: 0.75rem; - display: flex; - width: 100%; - flex-direction: column; - align-items: flex-start; - border-radius: 0.25rem; - border-width: 2px; - --tw-border-opacity: 1; - border-color: rgb(0 0 0 / var(--tw-border-opacity)); - border-color: transparent; - padding: 0.5rem; - padding-left: 1.5rem; - padding-right: 1.5rem; - padding-top: 0.25rem; - padding-bottom: 0.25rem; - text-align: left; - text-transform: capitalize; - line-height: 1.5rem; - --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -header #menu button:hover{ - --tw-border-opacity: 1; - border-color: rgb(231 229 228 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(245 245 244 / var(--tw-bg-opacity)); -} - -header #menu button:first-child:hover{ - --tw-text-opacity: 1; - color: rgb(107 114 128 / var(--tw-text-opacity)); -} - -@media (min-width: 1024px){ - header #menu button{ - margin-right: 1.25rem; - font-size: 1.125rem; - } -} - -header #menu button a{ - padding-left: 0px; - padding-right: 0px; -} - -.focus-within\:outline-none:focus-within{ - outline: 2px solid transparent !important; - outline-offset: 2px !important; -} - -.focus-within\:ring-2:focus-within{ - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important; -} - -.focus-within\:ring-offset-2:focus-within{ - --tw-ring-offset-width: 2px !important; -} - -.hover\:border-blue-500:hover{ - --tw-border-opacity: 1 !important; - border-color: rgb(0 0 255 / var(--tw-border-opacity)) !important; -} - -.hover\:border-stone-200:hover{ - --tw-border-opacity: 1 !important; - border-color: rgb(231 229 228 / var(--tw-border-opacity)) !important; -} - -.hover\:bg-gray-400:hover{ - --tw-bg-opacity: 1 !important; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important; -} - -.hover\:bg-gray-50:hover{ - --tw-bg-opacity: 1 !important; - background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important; -} - -.hover\:bg-gray-200:hover{ - --tw-bg-opacity: 1 !important; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important; -} - -.hover\:bg-gray-100:hover{ - --tw-bg-opacity: 1 !important; - background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important; -} - -.hover\:bg-stone-100:hover{ - --tw-bg-opacity: 1 !important; - background-color: rgb(245 245 244 / var(--tw-bg-opacity)) !important; -} - -.hover\:bg-gray-100:hover{ - --tw-bg-opacity: 1 !important; - background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important; -} - -.hover\:text-blue-700:hover{ - --tw-text-opacity: 1 !important; - color: rgb(0 0 170 / var(--tw-text-opacity)) !important; -} - -.hover\:text-black:hover{ - --tw-text-opacity: 1 !important; - color: rgb(0 0 0 / var(--tw-text-opacity)) !important; -} - -.hover\:text-gray-900:hover{ - --tw-text-opacity: 1 !important; - color: rgb(17 24 39 / var(--tw-text-opacity)) !important; -} - -.hover\:text-gray-500:hover{ - --tw-text-opacity: 1 !important; - color: rgb(107 114 128 / var(--tw-text-opacity)) !important; -} - -.hover\:text-blue-300:hover{ - --tw-text-opacity: 1 !important; - color: rgb(0 136 255 / var(--tw-text-opacity)) !important; -} - -.hover\:\!text-gray-700:hover{ - --tw-text-opacity: 1 !important; - color: rgb(55 65 81 / var(--tw-text-opacity)) !important; -} - -.hover\:text-gray-500:hover{ - --tw-text-opacity: 1 !important; - color: rgb(107 114 128 / var(--tw-text-opacity)) !important; -} - -.hover\:text-blue-300:hover{ - --tw-text-opacity: 1 !important; - color: rgb(0 136 255 / var(--tw-text-opacity)) !important; -} - -.hover\:text-gray-900:hover{ - --tw-text-opacity: 1 !important; - color: rgb(17 24 39 / var(--tw-text-opacity)) !important; -} - -.hover\:underline:hover{ - -webkit-text-decoration-line: underline !important; - text-decoration-line: underline !important; -} - -.hover\:shadow-xl:hover{ - --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important; - --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; -} - -.hover\:first\:text-gray-500:first-child:hover{ - --tw-text-opacity: 1 !important; - color: rgb(107 114 128 / var(--tw-text-opacity)) !important; -} - -.focus\:bg-gray-200:focus{ - --tw-bg-opacity: 1 !important; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important; -} - -.focus\:bg-gray-100:focus{ - --tw-bg-opacity: 1 !important; - background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important; -} - -.focus\:text-gray-900:focus{ - --tw-text-opacity: 1 !important; - color: rgb(17 24 39 / var(--tw-text-opacity)) !important; -} - -.focus\:text-gray-500:focus{ - --tw-text-opacity: 1 !important; - color: rgb(107 114 128 / var(--tw-text-opacity)) !important; -} - -.focus\:text-gray-900:focus{ - --tw-text-opacity: 1 !important; - color: rgb(17 24 39 / var(--tw-text-opacity)) !important; -} - -.focus\:outline-none:focus{ - outline: 2px solid transparent !important; - outline-offset: 2px !important; -} - -.focus\:ring-2:focus{ - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important; -} - -.focus\:ring-offset-2:focus{ - --tw-ring-offset-width: 2px !important; -} - -@media (prefers-color-scheme: dark){ - .dark\:bg-gray-700{ - --tw-bg-opacity: 1 !important; - background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important; - } - - .dark\:bg-transparent{ - background-color: transparent !important; - } - - .dark\:text-gray-200{ - --tw-text-opacity: 1 !important; - color: rgb(229 231 235 / var(--tw-text-opacity)) !important; - } - - .dark\:hover\:bg-gray-600:hover{ - --tw-bg-opacity: 1 !important; - background-color: rgb(75 85 99 / var(--tw-bg-opacity)) !important; - } - - .dark\:hover\:text-white:hover{ - --tw-text-opacity: 1 !important; - color: rgb(255 255 255 / var(--tw-text-opacity)) !important; - } - - .dark\:focus\:text-white:focus{ - --tw-text-opacity: 1 !important; - color: rgb(255 255 255 / var(--tw-text-opacity)) !important; - } -} - -@media (min-width: 640px){ - .sm\:col-span-2{ - grid-column: span 2 / span 2 !important; - } - - .sm\:mx-0{ - margin-left: 0px !important; - margin-right: 0px !important; - } - - .sm\:-mx-4{ - margin-left: -1rem !important; - margin-right: -1rem !important; - } - - .sm\:-mx-12{ - margin-left: -3rem !important; - margin-right: -3rem !important; - } - - .sm\:mt-0{ - margin-top: 0px !important; - } - - .sm\:mt-8{ - margin-top: 2rem !important; - } - - .sm\:mt-0{ - margin-top: 0px !important; - } - - .sm\:flex{ - display: flex !important; - } - - .sm\:grid{ - display: grid !important; - } - - .sm\:h-10{ - height: 2.5rem !important; - } - - .sm\:h-2\/3{ - height: 66.666667% !important; - } - - .sm\:w-10{ - width: 2.5rem !important; - } - - .sm\:w-32{ - width: 8rem !important; - } - - .sm\:w-1\/2{ - width: 50% !important; - } - - .sm\:flex-1{ - flex: 1 1 0% !important; - } - - .sm\:grid-cols-4{ - grid-template-columns: repeat(4, minmax(0, 1fr)) !important; - } - - .sm\:grid-cols-1{ - grid-template-columns: repeat(1, minmax(0, 1fr)) !important; - } - - .sm\:grid-cols-2{ - grid-template-columns: repeat(2, minmax(0, 1fr)) !important; - } - - .sm\:gap-6{ - gap: 1.5rem !important; - } - - .sm\:gap-10{ - gap: 2.5rem !important; - } - - .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0 !important; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0 !important; - margin-right: calc(1rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0 !important; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; - } - - .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0 !important; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important; - margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; - } - - .sm\:overflow-hidden{ - overflow: hidden !important; - } - - .sm\:rounded-md{ - border-radius: 0.375rem !important; - } - - .sm\:border-0{ - border-width: 0px !important; - } - - .sm\:border-r{ - border-right-width: 1px !important; - } - - .sm\:border-l{ - border-left-width: 1px !important; - } - - .sm\:bg-transparent{ - background-color: transparent !important; - } - - .sm\:p-12{ - padding: 3rem !important; - } - - .sm\:p-6{ - padding: 1.5rem !important; - } - - .sm\:p-0{ - padding: 0px !important; - } - - .sm\:p-6{ - padding: 1.5rem !important; - } - - .sm\:px-6{ - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; - } - - .sm\:px-0{ - padding-left: 0px !important; - padding-right: 0px !important; - } - - .sm\:px-12{ - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .sm\:px-8{ - padding-left: 2rem !important; - padding-right: 2rem !important; - } - - .sm\:py-6{ - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - - .sm\:px-4{ - padding-left: 1rem !important; - padding-right: 1rem !important; - } - - .sm\:px-12{ - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .sm\:pb-8{ - padding-bottom: 2rem !important; - } - - .sm\:pt-16{ - padding-top: 4rem !important; - } - - .sm\:pb-16{ - padding-bottom: 4rem !important; - } - - .sm\:pb-8{ - padding-bottom: 2rem !important; - } - - .sm\:text-3xl{ - font-size: 1.875rem !important; - } - - .sm\:text-sm{ - font-size: .875rem !important; - } - - .sm\:leading-10{ - line-height: 2.5rem !important; - } -} - -@media (min-width: 768px){ - .md\:order-2{ - order: 2 !important; - } - - .md\:order-last{ - order: 9999 !important; - } - - .md\:col-span-2{ - grid-column: span 2 / span 2 !important; - } - - .md\:mx-8{ - margin-left: 2rem !important; - margin-right: 2rem !important; - } - - .md\:mx-0{ - margin-left: 0px !important; - margin-right: 0px !important; - } - - .md\:mx-12{ - margin-left: 3rem !important; - margin-right: 3rem !important; - } - - .md\:mx-4{ - margin-left: 1rem !important; - margin-right: 1rem !important; - } - - .md\:-mx-16{ - margin-left: -4rem !important; - margin-right: -4rem !important; - } - - .md\:mt-0{ - margin-top: 0px !important; - } - - .md\:mb-10{ - margin-bottom: 2.5rem !important; - } - - .md\:-mt-1{ - margin-top: -0.25rem !important; - } - - .md\:mb-0{ - margin-bottom: 0px !important; - } - - .md\:mt-0{ - margin-top: 0px !important; - } - - .md\:block{ - display: block !important; - } - - .md\:inline-block{ - display: inline-block !important; - } - - .md\:inline{ - display: inline !important; - } - - .md\:grid{ - display: grid !important; - } - - .md\:w-5\/6{ - width: 83.333333% !important; - } - - .md\:w-1\/6{ - width: 16.666667% !important; - } - - .md\:w-full{ - width: 100% !important; - } - - .md\:w-2\/3{ - width: 66.666667% !important; - } - - .md\:w-auto{ - width: auto !important; - } - - .md\:w-48{ - width: 12rem !important; - } - - .md\:max-w-full{ - max-width: 100% !important; - } - - .md\:grid-cols-2{ - grid-template-columns: repeat(2, minmax(0, 1fr)) !important; - } - - .md\:grid-cols-3{ - grid-template-columns: repeat(3, minmax(0, 1fr)) !important; - } - - .md\:flex-row{ - flex-direction: row !important; - } - - .md\:gap-12{ - gap: 3rem !important; - } - - .md\:gap-8{ - gap: 2rem !important; - } - - .md\:p-16{ - padding: 4rem !important; - } - - .md\:p-8{ - padding: 2rem !important; - } - - .md\:px-16{ - padding-left: 4rem !important; - padding-right: 4rem !important; - } - - .md\:px-12{ - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .md\:px-6{ - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; - } - - .md\:py-2{ - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .md\:px-12{ - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .md\:px-16{ - padding-left: 4rem !important; - padding-right: 4rem !important; - } - - .md\:pl-8{ - padding-left: 2rem !important; - } - - .md\:pr-0{ - padding-right: 0px !important; - } - - .md\:text-left{ - text-align: left !important; - } - - .md\:text-4xl{ - font-size: 2.25rem !important; - } - - .md\:text-6xl{ - font-size: 4rem !important; - } - - .md\:text-2xl{ - font-size: 1.5rem !important; - } -} - -@media (min-width: 1024px){ - .lg\:m-4{ - margin: 1rem !important; - } - - .lg\:m-0{ - margin: 0px !important; - } - - .lg\:m-20{ - margin: 5rem !important; - } - - .lg\:mx-4{ - margin-left: 1rem !important; - margin-right: 1rem !important; - } - - .lg\:mx-20{ - margin-left: 5rem !important; - margin-right: 5rem !important; - } - - .lg\:mx-40{ - margin-left: 10rem !important; - margin-right: 10rem !important; - } - - .lg\:mx-10{ - margin-left: 2.5rem !important; - margin-right: 2.5rem !important; - } - - .lg\:-mx-20{ - margin-left: -5rem !important; - margin-right: -5rem !important; - } - - .lg\:my-40{ - margin-top: 10rem !important; - margin-bottom: 10rem !important; - } - - .lg\:mx-auto{ - margin-left: auto !important; - margin-right: auto !important; - } - - .lg\:-mx-12{ - margin-left: -3rem !important; - margin-right: -3rem !important; - } - - .lg\:my-32{ - margin-top: 8rem !important; - margin-bottom: 8rem !important; - } - - .lg\:mx-20{ - margin-left: 5rem !important; - margin-right: 5rem !important; - } - - .lg\:mb-8{ - margin-bottom: 2rem !important; - } - - .lg\:-mt-6{ - margin-top: -1.5rem !important; - } - - .lg\:mt-6{ - margin-top: 1.5rem !important; - } - - .lg\:mr-24{ - margin-right: 6rem !important; - } - - .lg\:mt-16{ - margin-top: 4rem !important; - } - - .lg\:ml-8{ - margin-left: 2rem !important; - } - - .lg\:mt-0{ - margin-top: 0px !important; - } - - .lg\:mr-8{ - margin-right: 2rem !important; - } - - .lg\:mr-16{ - margin-right: 4rem !important; - } - - .lg\:mt-4{ - margin-top: 1rem !important; - } - - .lg\:mt-0{ - margin-top: 0px !important; - } - - .lg\:mr-8{ - margin-right: 2rem !important; - } - - .lg\:mb-8{ - margin-bottom: 2rem !important; - } - - .lg\:flex{ - display: flex !important; - } - - .lg\:hidden{ - display: none !important; - } - - .lg\:h-60{ - height: 15rem !important; - } - - .lg\:w-4\/6{ - width: 66.666667% !important; - } - - .lg\:w-5\/6{ - width: 83.333333% !important; - } - - .lg\:w-2\/3{ - width: 66.666667% !important; - } - - .lg\:w-full{ - width: 100% !important; - } - - .lg\:w-60{ - width: 15rem !important; - } - - .lg\:max-w-none{ - max-width: none !important; - } - - .lg\:max-w-5xl{ - max-width: 64rem !important; - } - - .lg\:max-w-sm{ - max-width: 24rem !important; - } - - .lg\:max-w-xl{ - max-width: 36rem !important; - } - - .lg\:max-w-4xl{ - max-width: 56rem !important; - } - - .lg\:max-w-6xl{ - max-width: 72rem !important; - } - - .lg\:max-w-lg{ - max-width: 32rem !important; - } - - .lg\:flex-1{ - flex: 1 1 0% !important; - } - - .lg\:grid-cols-2{ - grid-template-columns: repeat(2, minmax(0, 1fr)) !important; - } - - .lg\:grid-cols-3{ - grid-template-columns: repeat(3, minmax(0, 1fr)) !important; - } - - .lg\:flex-row{ - flex-direction: row !important; - } - - .lg\:items-start{ - align-items: flex-start !important; - } - - .lg\:items-center{ - align-items: center !important; - } - - .lg\:justify-start{ - justify-content: flex-start !important; - } - - .lg\:justify-end{ - justify-content: flex-end !important; - } - - .lg\:justify-between{ - justify-content: space-between !important; - } - - .lg\:gap-8{ - gap: 2rem !important; - } - - .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0 !important; - margin-right: calc(5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0 !important; - margin-right: calc(3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0 !important; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0 !important; - margin-right: calc(5rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0 !important; - margin-right: calc(3rem * var(--tw-space-x-reverse)) !important; - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important; - } - - .lg\:p-20{ - padding: 5rem !important; - } - - .lg\:p-12{ - padding: 3rem !important; - } - - .lg\:py-16{ - padding-top: 4rem !important; - padding-bottom: 4rem !important; - } - - .lg\:px-8{ - padding-left: 2rem !important; - padding-right: 2rem !important; - } - - .lg\:px-20{ - padding-left: 5rem !important; - padding-right: 5rem !important; - } - - .lg\:px-12{ - padding-left: 3rem !important; - padding-right: 3rem !important; - } - - .lg\:py-8{ - padding-top: 2rem !important; - padding-bottom: 2rem !important; - } - - .lg\:px-5{ - padding-left: 1.25rem !important; - padding-right: 1.25rem !important; - } - - .lg\:py-20{ - padding-top: 5rem !important; - padding-bottom: 5rem !important; - } - - .lg\:px-16{ - padding-left: 4rem !important; - padding-right: 4rem !important; - } - - .lg\:py-28{ - padding-top: 7rem !important; - padding-bottom: 7rem !important; - } - - .lg\:px-6{ - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; - } - - .lg\:py-2{ - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - - .lg\:py-5{ - padding-top: 1.25rem !important; - padding-bottom: 1.25rem !important; - } - - .lg\:px-20{ - padding-left: 5rem !important; - padding-right: 5rem !important; - } - - .lg\:pl-0{ - padding-left: 0px !important; - } - - .lg\:pt-6{ - padding-top: 1.5rem !important; - } - - .lg\:pt-4{ - padding-top: 1rem !important; - } - - .lg\:pb-28{ - padding-bottom: 7rem !important; - } - - .lg\:pb-10{ - padding-bottom: 2.5rem !important; - } - - .lg\:text-5xl{ - font-size: 3rem !important; - } - - .lg\:text-6xl{ - font-size: 4rem !important; - } - - .lg\:backdrop-blur{ - --tw-backdrop-blur: blur(8px) !important; - -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important; - backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important; - } -} - -@media (min-width: 1280px){ - .xl\:col-span-1{ - grid-column: span 1 / span 1 !important; - } - - .xl\:mx-20{ - margin-left: 5rem !important; - margin-right: 5rem !important; - } - - .xl\:mx-40{ - margin-left: 10rem !important; - margin-right: 10rem !important; - } - - .xl\:mx-0{ - margin-left: 0px !important; - margin-right: 0px !important; - } - - .xl\:-mx-8{ - margin-left: -2rem !important; - margin-right: -2rem !important; - } - - .xl\:mx-20{ - margin-left: 5rem !important; - margin-right: 5rem !important; - } - - .xl\:mt-0{ - margin-top: 0px !important; - } - - .xl\:flex{ - display: flex !important; - } - - .xl\:max-w-sm{ - max-width: 24rem !important; - } - - .xl\:max-w-none{ - max-width: none !important; - } - - .xl\:max-w-lg{ - max-width: 32rem !important; - } - - .xl\:grid-cols-4{ - grid-template-columns: repeat(4, minmax(0, 1fr)) !important; - } - - .xl\:grid-cols-3{ - grid-template-columns: repeat(3, minmax(0, 1fr)) !important; - } - - .xl\:flex-row{ - flex-direction: row !important; - } - - .xl\:gap-4{ - gap: 1rem !important; - } - - .xl\:p-12{ - padding: 3rem !important; - } - - .xl\:py-12{ - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .xl\:backdrop-blur{ - --tw-backdrop-blur: blur(8px) !important; - -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important; - backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important; - } -} - -@media (min-width: 1450px){ - .\32xl\:mt-0{ - margin-top: 0px !important; - } -} \ No newline at end of file diff --git a/templates/static/images/100_mission.png b/templates/static/images/100_mission.png deleted file mode 100644 index ad8e09889..000000000 Binary files a/templates/static/images/100_mission.png and /dev/null differ diff --git a/templates/static/images/Earn_3.png b/templates/static/images/Earn_3.png deleted file mode 100644 index a2abdda7c..000000000 Binary files a/templates/static/images/Earn_3.png and /dev/null differ diff --git a/templates/static/images/aiqom.png b/templates/static/images/aiqom.png deleted file mode 100644 index f4044f1ca..000000000 Binary files a/templates/static/images/aiqom.png and /dev/null differ diff --git a/templates/static/images/aiqom2.png b/templates/static/images/aiqom2.png deleted file mode 100644 index 9093a023e..000000000 Binary files a/templates/static/images/aiqom2.png and /dev/null differ diff --git a/templates/static/images/aiqomLogo.png b/templates/static/images/aiqomLogo.png deleted file mode 100644 index b9e1d3941..000000000 Binary files a/templates/static/images/aiqomLogo.png and /dev/null differ diff --git a/templates/static/images/aiqom_beta.png b/templates/static/images/aiqom_beta.png deleted file mode 100644 index 505e2f7f9..000000000 Binary files a/templates/static/images/aiqom_beta.png and /dev/null differ diff --git a/templates/static/images/aiqom_tf.png b/templates/static/images/aiqom_tf.png deleted file mode 100644 index 16595f8b4..000000000 Binary files a/templates/static/images/aiqom_tf.png and /dev/null differ diff --git a/templates/static/images/artheon.png b/templates/static/images/artheon.png deleted file mode 100644 index 73824f358..000000000 Binary files a/templates/static/images/artheon.png and /dev/null differ diff --git a/templates/static/images/artheon2.jpg b/templates/static/images/artheon2.jpg deleted file mode 100644 index 4719eaa61..000000000 Binary files a/templates/static/images/artheon2.jpg and /dev/null differ diff --git a/templates/static/images/artheonLogo.png b/templates/static/images/artheonLogo.png deleted file mode 100644 index 106c9c44f..000000000 Binary files a/templates/static/images/artheonLogo.png and /dev/null differ diff --git a/templates/static/images/artheon_experience.jpg b/templates/static/images/artheon_experience.jpg deleted file mode 100644 index 15c7b51b5..000000000 Binary files a/templates/static/images/artheon_experience.jpg and /dev/null differ diff --git a/templates/static/images/artheon_tf.png b/templates/static/images/artheon_tf.png deleted file mode 100644 index 110dae78a..000000000 Binary files a/templates/static/images/artheon_tf.png and /dev/null differ diff --git a/templates/static/images/ask.png b/templates/static/images/ask.png deleted file mode 100644 index a4b0921d4..000000000 Binary files a/templates/static/images/ask.png and /dev/null differ diff --git a/templates/static/images/automation.png b/templates/static/images/automation.png deleted file mode 100644 index e594b14eb..000000000 Binary files a/templates/static/images/automation.png and /dev/null differ diff --git a/templates/static/images/beliive.png b/templates/static/images/beliive.png deleted file mode 100644 index 0ddf9452c..000000000 Binary files a/templates/static/images/beliive.png and /dev/null differ diff --git a/templates/static/images/beliive2.png b/templates/static/images/beliive2.png deleted file mode 100644 index e61b6ee32..000000000 Binary files a/templates/static/images/beliive2.png and /dev/null differ diff --git a/templates/static/images/beliiveLogo.png b/templates/static/images/beliiveLogo.png deleted file mode 100644 index 60110e2f8..000000000 Binary files a/templates/static/images/beliiveLogo.png and /dev/null differ diff --git a/templates/static/images/beliive_app.jpg b/templates/static/images/beliive_app.jpg deleted file mode 100644 index 2423b1f7f..000000000 Binary files a/templates/static/images/beliive_app.jpg and /dev/null differ diff --git a/templates/static/images/beliive_tf.png b/templates/static/images/beliive_tf.png deleted file mode 100644 index cc750ddc9..000000000 Binary files a/templates/static/images/beliive_tf.png and /dev/null differ diff --git a/templates/static/images/bernhard-eisenmann-unsplash.jpg b/templates/static/images/bernhard-eisenmann-unsplash.jpg deleted file mode 100644 index e761464f5..000000000 Binary files a/templates/static/images/bernhard-eisenmann-unsplash.jpg and /dev/null differ diff --git a/templates/static/images/black_threefold.png b/templates/static/images/black_threefold.png deleted file mode 100644 index ae460965a..000000000 Binary files a/templates/static/images/black_threefold.png and /dev/null differ diff --git a/templates/static/images/blockchain.png b/templates/static/images/blockchain.png deleted file mode 100644 index a3120f6f0..000000000 Binary files a/templates/static/images/blockchain.png and /dev/null differ diff --git a/templates/static/images/btc.png b/templates/static/images/btc.png deleted file mode 100644 index 853a5b550..000000000 Binary files a/templates/static/images/btc.png and /dev/null differ diff --git a/templates/static/images/btc_alpha.png b/templates/static/images/btc_alpha.png deleted file mode 100644 index 08a9686d9..000000000 Binary files a/templates/static/images/btc_alpha.png and /dev/null differ diff --git a/templates/static/images/btc_alpha2.png b/templates/static/images/btc_alpha2.png deleted file mode 100644 index 1bf952865..000000000 Binary files a/templates/static/images/btc_alpha2.png and /dev/null differ diff --git a/templates/static/images/btc_alphaLogo.png b/templates/static/images/btc_alphaLogo.png deleted file mode 100644 index 0d3ee1ca4..000000000 Binary files a/templates/static/images/btc_alphaLogo.png and /dev/null differ diff --git a/templates/static/images/btc_alpha_tf.png b/templates/static/images/btc_alpha_tf.png deleted file mode 100644 index bddae321a..000000000 Binary files a/templates/static/images/btc_alpha_tf.png and /dev/null differ diff --git a/templates/static/images/capacity.png b/templates/static/images/capacity.png deleted file mode 100644 index 04d918512..000000000 Binary files a/templates/static/images/capacity.png and /dev/null differ diff --git a/templates/static/images/casperlabLogo.png b/templates/static/images/casperlabLogo.png deleted file mode 100644 index 2ee794c9c..000000000 Binary files a/templates/static/images/casperlabLogo.png and /dev/null differ diff --git a/templates/static/images/casperlabs.png b/templates/static/images/casperlabs.png deleted file mode 100644 index 9c464c43d..000000000 Binary files a/templates/static/images/casperlabs.png and /dev/null differ diff --git a/templates/static/images/casperlabs2.png b/templates/static/images/casperlabs2.png deleted file mode 100644 index 2eb1502a9..000000000 Binary files a/templates/static/images/casperlabs2.png and /dev/null differ diff --git a/templates/static/images/cicolab.png b/templates/static/images/cicolab.png deleted file mode 100644 index 90314eb48..000000000 Binary files a/templates/static/images/cicolab.png and /dev/null differ diff --git a/templates/static/images/cicolab2.png b/templates/static/images/cicolab2.png deleted file mode 100644 index c90068ec5..000000000 Binary files a/templates/static/images/cicolab2.png and /dev/null differ diff --git a/templates/static/images/cicolabLogo.png b/templates/static/images/cicolabLogo.png deleted file mode 100644 index 34983dcf7..000000000 Binary files a/templates/static/images/cicolabLogo.png and /dev/null differ diff --git a/templates/static/images/climate_action_project.png b/templates/static/images/climate_action_project.png deleted file mode 100644 index 084f8a269..000000000 Binary files a/templates/static/images/climate_action_project.png and /dev/null differ diff --git a/templates/static/images/cloud/compute.jpg b/templates/static/images/cloud/compute.jpg deleted file mode 100644 index 5d21e25cb..000000000 Binary files a/templates/static/images/cloud/compute.jpg and /dev/null differ diff --git a/templates/static/images/cloud/network.jpg b/templates/static/images/cloud/network.jpg deleted file mode 100644 index 354e5fae4..000000000 Binary files a/templates/static/images/cloud/network.jpg and /dev/null differ diff --git a/templates/static/images/cloud/storage.jpg b/templates/static/images/cloud/storage.jpg deleted file mode 100644 index 7845527ec..000000000 Binary files a/templates/static/images/cloud/storage.jpg and /dev/null differ diff --git a/templates/static/images/cloud28plus.png b/templates/static/images/cloud28plus.png deleted file mode 100644 index eda0b7f01..000000000 Binary files a/templates/static/images/cloud28plus.png and /dev/null differ diff --git a/templates/static/images/cloud_28Logo.png b/templates/static/images/cloud_28Logo.png deleted file mode 100644 index 7d9fbf400..000000000 Binary files a/templates/static/images/cloud_28Logo.png and /dev/null differ diff --git a/templates/static/images/cloud_28_2.png b/templates/static/images/cloud_28_2.png deleted file mode 100644 index 03608d7f9..000000000 Binary files a/templates/static/images/cloud_28_2.png and /dev/null differ diff --git a/templates/static/images/cloud_header_seprated.png b/templates/static/images/cloud_header_seprated.png deleted file mode 100644 index 10c0004b5..000000000 Binary files a/templates/static/images/cloud_header_seprated.png and /dev/null differ diff --git a/templates/static/images/codescalers.png b/templates/static/images/codescalers.png deleted file mode 100644 index 6890c4dce..000000000 Binary files a/templates/static/images/codescalers.png and /dev/null differ diff --git a/templates/static/images/codescalers2.jpg b/templates/static/images/codescalers2.jpg deleted file mode 100644 index 846604931..000000000 Binary files a/templates/static/images/codescalers2.jpg and /dev/null differ diff --git a/templates/static/images/codescalersLogo.png b/templates/static/images/codescalersLogo.png deleted file mode 100644 index 449838567..000000000 Binary files a/templates/static/images/codescalersLogo.png and /dev/null differ diff --git a/templates/static/images/coffe_lifecycle.png b/templates/static/images/coffe_lifecycle.png deleted file mode 100644 index fc4a7d435..000000000 Binary files a/templates/static/images/coffe_lifecycle.png and /dev/null differ diff --git a/templates/static/images/coin_logo.png b/templates/static/images/coin_logo.png deleted file mode 100644 index d639a1d1c..000000000 Binary files a/templates/static/images/coin_logo.png and /dev/null differ diff --git a/templates/static/images/cointelegraph_logo.png b/templates/static/images/cointelegraph_logo.png deleted file mode 100644 index 1e47691ea..000000000 Binary files a/templates/static/images/cointelegraph_logo.png and /dev/null differ diff --git a/templates/static/images/community_developers.png b/templates/static/images/community_developers.png deleted file mode 100644 index 0b7ba09b5..000000000 Binary files a/templates/static/images/community_developers.png and /dev/null differ diff --git a/templates/static/images/community_header.jpg b/templates/static/images/community_header.jpg deleted file mode 100644 index a03ce385c..000000000 Binary files a/templates/static/images/community_header.jpg and /dev/null differ diff --git a/templates/static/images/community_pathefinder.jpg b/templates/static/images/community_pathefinder.jpg deleted file mode 100644 index b876b1916..000000000 Binary files a/templates/static/images/community_pathefinder.jpg and /dev/null differ diff --git a/templates/static/images/compute.jpg b/templates/static/images/compute.jpg deleted file mode 100644 index 5d21e25cb..000000000 Binary files a/templates/static/images/compute.jpg and /dev/null differ diff --git a/templates/static/images/covid_fightersLogo.png b/templates/static/images/covid_fightersLogo.png deleted file mode 100644 index 916a0fc36..000000000 Binary files a/templates/static/images/covid_fightersLogo.png and /dev/null differ diff --git a/templates/static/images/covidfighters.png b/templates/static/images/covidfighters.png deleted file mode 100644 index 64369daa4..000000000 Binary files a/templates/static/images/covidfighters.png and /dev/null differ diff --git a/templates/static/images/covidfighters2.png b/templates/static/images/covidfighters2.png deleted file mode 100644 index 194ed7aea..000000000 Binary files a/templates/static/images/covidfighters2.png and /dev/null differ diff --git a/templates/static/images/covidfighters_action.jpg b/templates/static/images/covidfighters_action.jpg deleted file mode 100644 index a595b4acd..000000000 Binary files a/templates/static/images/covidfighters_action.jpg and /dev/null differ diff --git a/templates/static/images/cryptodaily.png b/templates/static/images/cryptodaily.png deleted file mode 100644 index b0b778331..000000000 Binary files a/templates/static/images/cryptodaily.png and /dev/null differ diff --git a/templates/static/images/crystal_homeLogo.png b/templates/static/images/crystal_homeLogo.png deleted file mode 100644 index 5805625de..000000000 Binary files a/templates/static/images/crystal_homeLogo.png and /dev/null differ diff --git a/templates/static/images/crystal_languageLogo.png b/templates/static/images/crystal_languageLogo.png deleted file mode 100644 index 18c266bf0..000000000 Binary files a/templates/static/images/crystal_languageLogo.png and /dev/null differ diff --git a/templates/static/images/crystal_twinLogo.png b/templates/static/images/crystal_twinLogo.png deleted file mode 100644 index 8c723209e..000000000 Binary files a/templates/static/images/crystal_twinLogo.png and /dev/null differ diff --git a/templates/static/images/crystalhome.png b/templates/static/images/crystalhome.png deleted file mode 100644 index fbafcfd07..000000000 Binary files a/templates/static/images/crystalhome.png and /dev/null differ diff --git a/templates/static/images/crystalhome2.jpg b/templates/static/images/crystalhome2.jpg deleted file mode 100644 index f9ffe6297..000000000 Binary files a/templates/static/images/crystalhome2.jpg and /dev/null differ diff --git a/templates/static/images/crystalhome_tf.png b/templates/static/images/crystalhome_tf.png deleted file mode 100644 index 6d0aac0ec..000000000 Binary files a/templates/static/images/crystalhome_tf.png and /dev/null differ diff --git a/templates/static/images/crystallang.png b/templates/static/images/crystallang.png deleted file mode 100644 index 86809d8aa..000000000 Binary files a/templates/static/images/crystallang.png and /dev/null differ diff --git a/templates/static/images/crystallang_tf.png b/templates/static/images/crystallang_tf.png deleted file mode 100644 index 177fc2439..000000000 Binary files a/templates/static/images/crystallang_tf.png and /dev/null differ diff --git a/templates/static/images/crystallanguage2.png b/templates/static/images/crystallanguage2.png deleted file mode 100644 index 4180a02e4..000000000 Binary files a/templates/static/images/crystallanguage2.png and /dev/null differ diff --git a/templates/static/images/crystaltwin.png b/templates/static/images/crystaltwin.png deleted file mode 100644 index ceae25db6..000000000 Binary files a/templates/static/images/crystaltwin.png and /dev/null differ diff --git a/templates/static/images/crystaltwin2.png b/templates/static/images/crystaltwin2.png deleted file mode 100644 index 779091ea5..000000000 Binary files a/templates/static/images/crystaltwin2.png and /dev/null differ diff --git a/templates/static/images/cultivoLogo.png b/templates/static/images/cultivoLogo.png deleted file mode 100644 index 24462f21b..000000000 Binary files a/templates/static/images/cultivoLogo.png and /dev/null differ diff --git a/templates/static/images/dash.png b/templates/static/images/dash.png deleted file mode 100644 index e70cd4d34..000000000 Binary files a/templates/static/images/dash.png and /dev/null differ diff --git a/templates/static/images/dash2.png b/templates/static/images/dash2.png deleted file mode 100644 index 961f525f9..000000000 Binary files a/templates/static/images/dash2.png and /dev/null differ diff --git a/templates/static/images/dashLogo.png b/templates/static/images/dashLogo.png deleted file mode 100644 index 00ab8c69b..000000000 Binary files a/templates/static/images/dashLogo.png and /dev/null differ diff --git a/templates/static/images/dash_tf.png b/templates/static/images/dash_tf.png deleted file mode 100644 index 8d46acfca..000000000 Binary files a/templates/static/images/dash_tf.png and /dev/null differ diff --git a/templates/static/images/developer_header.jpg b/templates/static/images/developer_header.jpg deleted file mode 100644 index e4093a2c1..000000000 Binary files a/templates/static/images/developer_header.jpg and /dev/null differ diff --git a/templates/static/images/developer_testing.png b/templates/static/images/developer_testing.png deleted file mode 100644 index 6f31cea13..000000000 Binary files a/templates/static/images/developer_testing.png and /dev/null differ diff --git a/templates/static/images/developet_tft.jpg b/templates/static/images/developet_tft.jpg deleted file mode 100644 index 7be6eb611..000000000 Binary files a/templates/static/images/developet_tft.jpg and /dev/null differ diff --git a/templates/static/images/digibyte.jpg b/templates/static/images/digibyte.jpg deleted file mode 100644 index bdaa2d545..000000000 Binary files a/templates/static/images/digibyte.jpg and /dev/null differ diff --git a/templates/static/images/digibyteLogo.png b/templates/static/images/digibyteLogo.png deleted file mode 100644 index 33f593304..000000000 Binary files a/templates/static/images/digibyteLogo.png and /dev/null differ diff --git a/templates/static/images/digibyte_tf.png b/templates/static/images/digibyte_tf.png deleted file mode 100644 index b9c84f51f..000000000 Binary files a/templates/static/images/digibyte_tf.png and /dev/null differ diff --git a/templates/static/images/digicorp_labs.png b/templates/static/images/digicorp_labs.png deleted file mode 100644 index 4877cac94..000000000 Binary files a/templates/static/images/digicorp_labs.png and /dev/null differ diff --git a/templates/static/images/digicorp_labs2.png b/templates/static/images/digicorp_labs2.png deleted file mode 100644 index 8aa4d48fc..000000000 Binary files a/templates/static/images/digicorp_labs2.png and /dev/null differ diff --git a/templates/static/images/digicorp_logo.png b/templates/static/images/digicorp_logo.png deleted file mode 100644 index c65ef5053..000000000 Binary files a/templates/static/images/digicorp_logo.png and /dev/null differ diff --git a/templates/static/images/digital_energyLogo.png b/templates/static/images/digital_energyLogo.png deleted file mode 100644 index 24462f21b..000000000 Binary files a/templates/static/images/digital_energyLogo.png and /dev/null differ diff --git a/templates/static/images/digital_energyPlaceHolder.jpg b/templates/static/images/digital_energyPlaceHolder.jpg deleted file mode 100644 index f72d03596..000000000 Binary files a/templates/static/images/digital_energyPlaceHolder.jpg and /dev/null differ diff --git a/templates/static/images/documentation.png b/templates/static/images/documentation.png deleted file mode 100644 index 4c4009298..000000000 Binary files a/templates/static/images/documentation.png and /dev/null differ diff --git a/templates/static/images/dragonchain.png b/templates/static/images/dragonchain.png deleted file mode 100644 index 65b19c038..000000000 Binary files a/templates/static/images/dragonchain.png and /dev/null differ diff --git a/templates/static/images/dragonchain2.png b/templates/static/images/dragonchain2.png deleted file mode 100644 index aeac14334..000000000 Binary files a/templates/static/images/dragonchain2.png and /dev/null differ diff --git a/templates/static/images/dragonchainLogo.png b/templates/static/images/dragonchainLogo.png deleted file mode 100644 index 053be6755..000000000 Binary files a/templates/static/images/dragonchainLogo.png and /dev/null differ diff --git a/templates/static/images/dragonchain_tf.png b/templates/static/images/dragonchain_tf.png deleted file mode 100644 index 1aa02edf1..000000000 Binary files a/templates/static/images/dragonchain_tf.png and /dev/null differ diff --git a/templates/static/images/effecient.png b/templates/static/images/effecient.png deleted file mode 100644 index 6d9ead0b0..000000000 Binary files a/templates/static/images/effecient.png and /dev/null differ diff --git a/templates/static/images/farm_capacity.png b/templates/static/images/farm_capacity.png deleted file mode 100644 index d3097d12c..000000000 Binary files a/templates/static/images/farm_capacity.png and /dev/null differ diff --git a/templates/static/images/farm_center.png b/templates/static/images/farm_center.png deleted file mode 100644 index bcf4545dc..000000000 Binary files a/templates/static/images/farm_center.png and /dev/null differ diff --git a/templates/static/images/farm_do_it.png b/templates/static/images/farm_do_it.png deleted file mode 100644 index c7fe4370b..000000000 Binary files a/templates/static/images/farm_do_it.png and /dev/null differ diff --git a/templates/static/images/farm_header.jpg b/templates/static/images/farm_header.jpg deleted file mode 100644 index 349ac8040..000000000 Binary files a/templates/static/images/farm_header.jpg and /dev/null differ diff --git a/templates/static/images/farm_map.png b/templates/static/images/farm_map.png deleted file mode 100644 index 1d3b32dca..000000000 Binary files a/templates/static/images/farm_map.png and /dev/null differ diff --git a/templates/static/images/farm_tft.png b/templates/static/images/farm_tft.png deleted file mode 100644 index 1de761dc9..000000000 Binary files a/templates/static/images/farm_tft.png and /dev/null differ diff --git a/templates/static/images/farm_titan.jpg b/templates/static/images/farm_titan.jpg deleted file mode 100644 index 495bed493..000000000 Binary files a/templates/static/images/farm_titan.jpg and /dev/null differ diff --git a/templates/static/images/farm_value_tft.jpg b/templates/static/images/farm_value_tft.jpg deleted file mode 100644 index 2e86b76f1..000000000 Binary files a/templates/static/images/farm_value_tft.jpg and /dev/null differ diff --git a/templates/static/images/flowgen.png b/templates/static/images/flowgen.png deleted file mode 100644 index b916e0df1..000000000 Binary files a/templates/static/images/flowgen.png and /dev/null differ diff --git a/templates/static/images/flowgenLogo.png b/templates/static/images/flowgenLogo.png deleted file mode 100644 index ce48ab6f6..000000000 Binary files a/templates/static/images/flowgenLogo.png and /dev/null differ diff --git a/templates/static/images/flowgen_tf.png b/templates/static/images/flowgen_tf.png deleted file mode 100644 index 375212833..000000000 Binary files a/templates/static/images/flowgen_tf.png and /dev/null differ diff --git a/templates/static/images/for_people.png b/templates/static/images/for_people.png deleted file mode 100644 index 5b1bac661..000000000 Binary files a/templates/static/images/for_people.png and /dev/null differ diff --git a/templates/static/images/forbers.png b/templates/static/images/forbers.png deleted file mode 100644 index 7a72ec7e6..000000000 Binary files a/templates/static/images/forbers.png and /dev/null differ diff --git a/templates/static/images/forum.png b/templates/static/images/forum.png deleted file mode 100644 index f45758252..000000000 Binary files a/templates/static/images/forum.png and /dev/null differ diff --git a/templates/static/images/freeflownation.jpg b/templates/static/images/freeflownation.jpg deleted file mode 100644 index f72d03596..000000000 Binary files a/templates/static/images/freeflownation.jpg and /dev/null differ diff --git a/templates/static/images/freeflownationLogo.png b/templates/static/images/freeflownationLogo.png deleted file mode 100644 index 24462f21b..000000000 Binary files a/templates/static/images/freeflownationLogo.png and /dev/null differ diff --git a/templates/static/images/genblue.png b/templates/static/images/genblue.png deleted file mode 100644 index c6afad6d7..000000000 Binary files a/templates/static/images/genblue.png and /dev/null differ diff --git a/templates/static/images/genblue_tf.png b/templates/static/images/genblue_tf.png deleted file mode 100644 index 157a93899..000000000 Binary files a/templates/static/images/genblue_tf.png and /dev/null differ diff --git a/templates/static/images/generation_blueLogo.png b/templates/static/images/generation_blueLogo.png deleted file mode 100644 index 4e4cce143..000000000 Binary files a/templates/static/images/generation_blueLogo.png and /dev/null differ diff --git a/templates/static/images/generationblue2.png b/templates/static/images/generationblue2.png deleted file mode 100644 index c3eed3d5e..000000000 Binary files a/templates/static/images/generationblue2.png and /dev/null differ diff --git a/templates/static/images/get_tft_button.png b/templates/static/images/get_tft_button.png deleted file mode 100644 index 3c89d8582..000000000 Binary files a/templates/static/images/get_tft_button.png and /dev/null differ diff --git a/templates/static/images/gettft_white.png b/templates/static/images/gettft_white.png deleted file mode 100644 index fdd42b0df..000000000 Binary files a/templates/static/images/gettft_white.png and /dev/null differ diff --git a/templates/static/images/github.png b/templates/static/images/github.png deleted file mode 100644 index 387b701db..000000000 Binary files a/templates/static/images/github.png and /dev/null differ diff --git a/templates/static/images/globe_mission.png b/templates/static/images/globe_mission.png deleted file mode 100644 index e641432d3..000000000 Binary files a/templates/static/images/globe_mission.png and /dev/null differ diff --git a/templates/static/images/green_edgeLogo.png b/templates/static/images/green_edgeLogo.png deleted file mode 100644 index 7b8fc81b2..000000000 Binary files a/templates/static/images/green_edgeLogo.png and /dev/null differ diff --git a/templates/static/images/greenedge.png b/templates/static/images/greenedge.png deleted file mode 100644 index 886bac42a..000000000 Binary files a/templates/static/images/greenedge.png and /dev/null differ diff --git a/templates/static/images/greenedge2.png b/templates/static/images/greenedge2.png deleted file mode 100644 index ff3558b86..000000000 Binary files a/templates/static/images/greenedge2.png and /dev/null differ diff --git a/templates/static/images/greenedge_tf.png b/templates/static/images/greenedge_tf.png deleted file mode 100644 index 41c3894e7..000000000 Binary files a/templates/static/images/greenedge_tf.png and /dev/null differ diff --git a/templates/static/images/grid_decenter.jpg b/templates/static/images/grid_decenter.jpg deleted file mode 100644 index 310bad19a..000000000 Binary files a/templates/static/images/grid_decenter.jpg and /dev/null differ diff --git a/templates/static/images/grid_map.png b/templates/static/images/grid_map.png deleted file mode 100644 index ddd62f549..000000000 Binary files a/templates/static/images/grid_map.png and /dev/null differ diff --git a/templates/static/images/grid_new_internet.jpg b/templates/static/images/grid_new_internet.jpg deleted file mode 100644 index ba48e723d..000000000 Binary files a/templates/static/images/grid_new_internet.jpg and /dev/null differ diff --git a/templates/static/images/grid_people.jpg b/templates/static/images/grid_people.jpg deleted file mode 100644 index 483736f2c..000000000 Binary files a/templates/static/images/grid_people.jpg and /dev/null differ diff --git a/templates/static/images/grid_scaled.png b/templates/static/images/grid_scaled.png deleted file mode 100644 index f9e19ad0d..000000000 Binary files a/templates/static/images/grid_scaled.png and /dev/null differ diff --git a/templates/static/images/gride_header.png b/templates/static/images/gride_header.png deleted file mode 100644 index 49f5a982c..000000000 Binary files a/templates/static/images/gride_header.png and /dev/null differ diff --git a/templates/static/images/harmony.png b/templates/static/images/harmony.png deleted file mode 100644 index 5056f09a5..000000000 Binary files a/templates/static/images/harmony.png and /dev/null differ diff --git a/templates/static/images/harmony2.png b/templates/static/images/harmony2.png deleted file mode 100644 index bc78c5db7..000000000 Binary files a/templates/static/images/harmony2.png and /dev/null differ diff --git a/templates/static/images/harmony_logo.png b/templates/static/images/harmony_logo.png deleted file mode 100644 index 6ad226033..000000000 Binary files a/templates/static/images/harmony_logo.png and /dev/null differ diff --git a/templates/static/images/hpe.png b/templates/static/images/hpe.png deleted file mode 100644 index 7bc94eca5..000000000 Binary files a/templates/static/images/hpe.png and /dev/null differ diff --git a/templates/static/images/hpe2.jpg b/templates/static/images/hpe2.jpg deleted file mode 100644 index ecab01c4d..000000000 Binary files a/templates/static/images/hpe2.jpg and /dev/null differ diff --git a/templates/static/images/hpeLogo.png b/templates/static/images/hpeLogo.png deleted file mode 100644 index 4be053a7f..000000000 Binary files a/templates/static/images/hpeLogo.png and /dev/null differ diff --git a/templates/static/images/hpe_tf.png b/templates/static/images/hpe_tf.png deleted file mode 100644 index 287ff2606..000000000 Binary files a/templates/static/images/hpe_tf.png and /dev/null differ diff --git a/templates/static/images/iba.png b/templates/static/images/iba.png deleted file mode 100644 index 9dfde0c61..000000000 Binary files a/templates/static/images/iba.png and /dev/null differ diff --git a/templates/static/images/iba2.png b/templates/static/images/iba2.png deleted file mode 100644 index 342570399..000000000 Binary files a/templates/static/images/iba2.png and /dev/null differ diff --git a/templates/static/images/icons/bar-svgrepo-com.svg b/templates/static/images/icons/bar-svgrepo-com.svg deleted file mode 100644 index 07ac56deb..000000000 --- a/templates/static/images/icons/bar-svgrepo-com.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/templates/static/images/icons/code-svgrepo-com.svg b/templates/static/images/icons/code-svgrepo-com.svg deleted file mode 100644 index 6be0cd832..000000000 --- a/templates/static/images/icons/code-svgrepo-com.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/templates/static/images/icons/favicon.png b/templates/static/images/icons/favicon.png deleted file mode 100644 index 40b4c0b14..000000000 Binary files a/templates/static/images/icons/favicon.png and /dev/null differ diff --git a/templates/static/images/icons/form-svgrepo-com.svg b/templates/static/images/icons/form-svgrepo-com.svg deleted file mode 100644 index 1da426885..000000000 --- a/templates/static/images/icons/form-svgrepo-com.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/templates/static/images/icons/paint-brush-art-svgrepo-com.svg b/templates/static/images/icons/paint-brush-art-svgrepo-com.svg deleted file mode 100644 index f8ed55af8..000000000 --- a/templates/static/images/icons/paint-brush-art-svgrepo-com.svg +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/templates/static/images/iinch_button.png b/templates/static/images/iinch_button.png deleted file mode 100644 index 2b2038b1a..000000000 Binary files a/templates/static/images/iinch_button.png and /dev/null differ diff --git a/templates/static/images/impact.png b/templates/static/images/impact.png deleted file mode 100644 index e65482131..000000000 Binary files a/templates/static/images/impact.png and /dev/null differ diff --git a/templates/static/images/incubaid.jpg b/templates/static/images/incubaid.jpg deleted file mode 100644 index f72d03596..000000000 Binary files a/templates/static/images/incubaid.jpg and /dev/null differ diff --git a/templates/static/images/incubaidLogo.png b/templates/static/images/incubaidLogo.png deleted file mode 100644 index 24462f21b..000000000 Binary files a/templates/static/images/incubaidLogo.png and /dev/null differ diff --git a/templates/static/images/india_blockchain_allianceLogo.png b/templates/static/images/india_blockchain_allianceLogo.png deleted file mode 100644 index a0db4e844..000000000 Binary files a/templates/static/images/india_blockchain_allianceLogo.png and /dev/null differ diff --git a/templates/static/images/internet_of_internets.png b/templates/static/images/internet_of_internets.png deleted file mode 100644 index 086bbb284..000000000 Binary files a/templates/static/images/internet_of_internets.png and /dev/null differ diff --git a/templates/static/images/jimber.png b/templates/static/images/jimber.png deleted file mode 100644 index 0a76e07c9..000000000 Binary files a/templates/static/images/jimber.png and /dev/null differ diff --git a/templates/static/images/jimberLogo.png b/templates/static/images/jimberLogo.png deleted file mode 100644 index 95d8b4cc7..000000000 Binary files a/templates/static/images/jimberLogo.png and /dev/null differ diff --git a/templates/static/images/joint_ideaLogo.png b/templates/static/images/joint_ideaLogo.png deleted file mode 100644 index 12d484866..000000000 Binary files a/templates/static/images/joint_ideaLogo.png and /dev/null differ diff --git a/templates/static/images/jointidea.png b/templates/static/images/jointidea.png deleted file mode 100644 index 84e31c8ef..000000000 Binary files a/templates/static/images/jointidea.png and /dev/null differ diff --git a/templates/static/images/jointidea2.jpg b/templates/static/images/jointidea2.jpg deleted file mode 100644 index df0678d20..000000000 Binary files a/templates/static/images/jointidea2.jpg and /dev/null differ diff --git a/templates/static/images/jointidea_tf.png b/templates/static/images/jointidea_tf.png deleted file mode 100644 index 6e33051cf..000000000 Binary files a/templates/static/images/jointidea_tf.png and /dev/null differ diff --git a/templates/static/images/kleos.png b/templates/static/images/kleos.png deleted file mode 100644 index b023cac09..000000000 Binary files a/templates/static/images/kleos.png and /dev/null differ diff --git a/templates/static/images/kleos2.png b/templates/static/images/kleos2.png deleted file mode 100644 index 137cce350..000000000 Binary files a/templates/static/images/kleos2.png and /dev/null differ diff --git a/templates/static/images/kleosLogo.png b/templates/static/images/kleosLogo.png deleted file mode 100644 index 61818af9d..000000000 Binary files a/templates/static/images/kleosLogo.png and /dev/null differ diff --git a/templates/static/images/kleos_tf.png b/templates/static/images/kleos_tf.png deleted file mode 100644 index 6dd8b1a3d..000000000 Binary files a/templates/static/images/kleos_tf.png and /dev/null differ diff --git a/templates/static/images/kubernetes.png b/templates/static/images/kubernetes.png deleted file mode 100644 index 9b2fed80f..000000000 Binary files a/templates/static/images/kubernetes.png and /dev/null differ diff --git a/templates/static/images/landing_img2.jpg b/templates/static/images/landing_img2.jpg deleted file mode 100644 index 4ebdd8e3c..000000000 Binary files a/templates/static/images/landing_img2.jpg and /dev/null differ diff --git a/templates/static/images/landing_img4.png b/templates/static/images/landing_img4.png deleted file mode 100644 index 570e9bbe1..000000000 Binary files a/templates/static/images/landing_img4.png and /dev/null differ diff --git a/templates/static/images/landing_img5.png b/templates/static/images/landing_img5.png deleted file mode 100644 index 3ce967320..000000000 Binary files a/templates/static/images/landing_img5.png and /dev/null differ diff --git a/templates/static/images/landing_img6.png b/templates/static/images/landing_img6.png deleted file mode 100644 index f0066f8f3..000000000 Binary files a/templates/static/images/landing_img6.png and /dev/null differ diff --git a/templates/static/images/le_ciel_foundation.png b/templates/static/images/le_ciel_foundation.png deleted file mode 100644 index 3ae9fec82..000000000 Binary files a/templates/static/images/le_ciel_foundation.png and /dev/null differ diff --git a/templates/static/images/le_ciel_foundationLogo.jpeg b/templates/static/images/le_ciel_foundationLogo.jpeg deleted file mode 100644 index 143923775..000000000 Binary files a/templates/static/images/le_ciel_foundationLogo.jpeg and /dev/null differ diff --git a/templates/static/images/limitless.png b/templates/static/images/limitless.png deleted file mode 100644 index 2c924c523..000000000 Binary files a/templates/static/images/limitless.png and /dev/null differ diff --git a/templates/static/images/linkedin.png b/templates/static/images/linkedin.png deleted file mode 100644 index bf46e0181..000000000 Binary files a/templates/static/images/linkedin.png and /dev/null differ diff --git a/templates/static/images/liquid.png b/templates/static/images/liquid.png deleted file mode 100644 index 313c90bc8..000000000 Binary files a/templates/static/images/liquid.png and /dev/null differ diff --git a/templates/static/images/liquid2.png b/templates/static/images/liquid2.png deleted file mode 100644 index 84c7614da..000000000 Binary files a/templates/static/images/liquid2.png and /dev/null differ diff --git a/templates/static/images/liquidLogo.png b/templates/static/images/liquidLogo.png deleted file mode 100644 index aa84f9e05..000000000 Binary files a/templates/static/images/liquidLogo.png and /dev/null differ diff --git a/templates/static/images/logo_threefold_chapters.png b/templates/static/images/logo_threefold_chapters.png deleted file mode 100644 index 24462f21b..000000000 Binary files a/templates/static/images/logo_threefold_chapters.png and /dev/null differ diff --git a/templates/static/images/logo_threefold_grid.png b/templates/static/images/logo_threefold_grid.png deleted file mode 100644 index 24462f21b..000000000 Binary files a/templates/static/images/logo_threefold_grid.png and /dev/null differ diff --git a/templates/static/images/logo_threefold_love.png b/templates/static/images/logo_threefold_love.png deleted file mode 100644 index 24462f21b..000000000 Binary files a/templates/static/images/logo_threefold_love.png and /dev/null differ diff --git a/templates/static/images/mail_list.png b/templates/static/images/mail_list.png deleted file mode 100644 index b52fe318e..000000000 Binary files a/templates/static/images/mail_list.png and /dev/null differ diff --git a/templates/static/images/marius-masalar-unsplash.jpg b/templates/static/images/marius-masalar-unsplash.jpg deleted file mode 100644 index 2ffc80bd3..000000000 Binary files a/templates/static/images/marius-masalar-unsplash.jpg and /dev/null differ diff --git a/templates/static/images/mazraa.png b/templates/static/images/mazraa.png deleted file mode 100644 index 607fa75e6..000000000 Binary files a/templates/static/images/mazraa.png and /dev/null differ diff --git a/templates/static/images/mazraa2.png b/templates/static/images/mazraa2.png deleted file mode 100644 index 37e5ab7cb..000000000 Binary files a/templates/static/images/mazraa2.png and /dev/null differ diff --git a/templates/static/images/mazraaLogo.png b/templates/static/images/mazraaLogo.png deleted file mode 100644 index 44d862721..000000000 Binary files a/templates/static/images/mazraaLogo.png and /dev/null differ diff --git a/templates/static/images/mission.png b/templates/static/images/mission.png deleted file mode 100644 index ae78f8baa..000000000 Binary files a/templates/static/images/mission.png and /dev/null differ diff --git a/templates/static/images/mission_header.png b/templates/static/images/mission_header.png deleted file mode 100644 index 0ffa57fcc..000000000 Binary files a/templates/static/images/mission_header.png and /dev/null differ diff --git a/templates/static/images/mission_roadmap.png b/templates/static/images/mission_roadmap.png deleted file mode 100644 index eaf8a392a..000000000 Binary files a/templates/static/images/mission_roadmap.png and /dev/null differ diff --git a/templates/static/images/money_of_good.png b/templates/static/images/money_of_good.png deleted file mode 100644 index f4009e59b..000000000 Binary files a/templates/static/images/money_of_good.png and /dev/null differ diff --git a/templates/static/images/money_of_good2.jpg b/templates/static/images/money_of_good2.jpg deleted file mode 100644 index 8ad47df10..000000000 Binary files a/templates/static/images/money_of_good2.jpg and /dev/null differ diff --git a/templates/static/images/money_of_goodLogo.png b/templates/static/images/money_of_goodLogo.png deleted file mode 100644 index 915edade0..000000000 Binary files a/templates/static/images/money_of_goodLogo.png and /dev/null differ diff --git a/templates/static/images/money_of_good_tf.png b/templates/static/images/money_of_good_tf.png deleted file mode 100644 index dd056ef79..000000000 Binary files a/templates/static/images/money_of_good_tf.png and /dev/null differ diff --git a/templates/static/images/nebulai.png b/templates/static/images/nebulai.png deleted file mode 100644 index 4b7ef8c0e..000000000 Binary files a/templates/static/images/nebulai.png and /dev/null differ diff --git a/templates/static/images/nebulaiLogo.jpeg b/templates/static/images/nebulaiLogo.jpeg deleted file mode 100644 index 050f82f10..000000000 Binary files a/templates/static/images/nebulaiLogo.jpeg and /dev/null differ diff --git a/templates/static/images/nebulai_header.png b/templates/static/images/nebulai_header.png deleted file mode 100644 index 4764d0d86..000000000 Binary files a/templates/static/images/nebulai_header.png and /dev/null differ diff --git a/templates/static/images/nebulai_solutions.png b/templates/static/images/nebulai_solutions.png deleted file mode 100644 index 839b98175..000000000 Binary files a/templates/static/images/nebulai_solutions.png and /dev/null differ diff --git a/templates/static/images/neo.png b/templates/static/images/neo.png deleted file mode 100644 index 6b8506afa..000000000 Binary files a/templates/static/images/neo.png and /dev/null differ diff --git a/templates/static/images/neo2.jpeg b/templates/static/images/neo2.jpeg deleted file mode 100644 index 5b91d4878..000000000 Binary files a/templates/static/images/neo2.jpeg and /dev/null differ diff --git a/templates/static/images/neoLogo.png b/templates/static/images/neoLogo.png deleted file mode 100644 index dc3666a83..000000000 Binary files a/templates/static/images/neoLogo.png and /dev/null differ diff --git a/templates/static/images/neo_tf.png b/templates/static/images/neo_tf.png deleted file mode 100644 index 05401fbc5..000000000 Binary files a/templates/static/images/neo_tf.png and /dev/null differ diff --git a/templates/static/images/network.jpg b/templates/static/images/network.jpg deleted file mode 100644 index 354e5fae4..000000000 Binary files a/templates/static/images/network.jpg and /dev/null differ diff --git a/templates/static/images/new_internet.jpg b/templates/static/images/new_internet.jpg deleted file mode 100644 index afcceef3f..000000000 Binary files a/templates/static/images/new_internet.jpg and /dev/null differ diff --git a/templates/static/images/node_mission.png b/templates/static/images/node_mission.png deleted file mode 100644 index 3f9abb621..000000000 Binary files a/templates/static/images/node_mission.png and /dev/null differ diff --git a/templates/static/images/ode.png b/templates/static/images/ode.png deleted file mode 100644 index 7d7f34546..000000000 Binary files a/templates/static/images/ode.png and /dev/null differ diff --git a/templates/static/images/ode2.png b/templates/static/images/ode2.png deleted file mode 100644 index 4c045d687..000000000 Binary files a/templates/static/images/ode2.png and /dev/null differ diff --git a/templates/static/images/odeLogo.png b/templates/static/images/odeLogo.png deleted file mode 100644 index 0784c6e2e..000000000 Binary files a/templates/static/images/odeLogo.png and /dev/null differ diff --git a/templates/static/images/offer_2.png b/templates/static/images/offer_2.png deleted file mode 100644 index 11f25b7b9..000000000 Binary files a/templates/static/images/offer_2.png and /dev/null differ diff --git a/templates/static/images/ootmission.png b/templates/static/images/ootmission.png deleted file mode 100644 index 66e3c1178..000000000 Binary files a/templates/static/images/ootmission.png and /dev/null differ diff --git a/templates/static/images/ootopia.png b/templates/static/images/ootopia.png deleted file mode 100644 index bbd13b5a7..000000000 Binary files a/templates/static/images/ootopia.png and /dev/null differ diff --git a/templates/static/images/ootopiaLogo.jpeg b/templates/static/images/ootopiaLogo.jpeg deleted file mode 100644 index 8bb5eb15b..000000000 Binary files a/templates/static/images/ootopiaLogo.jpeg and /dev/null differ diff --git a/templates/static/images/ootopia_header.png b/templates/static/images/ootopia_header.png deleted file mode 100644 index db46dfa4e..000000000 Binary files a/templates/static/images/ootopia_header.png and /dev/null differ diff --git a/templates/static/images/operating_system.png b/templates/static/images/operating_system.png deleted file mode 100644 index de054059b..000000000 Binary files a/templates/static/images/operating_system.png and /dev/null differ diff --git a/templates/static/images/ourworld_logo2.png b/templates/static/images/ourworld_logo2.png deleted file mode 100644 index 46b8c396d..000000000 Binary files a/templates/static/images/ourworld_logo2.png and /dev/null differ diff --git a/templates/static/images/ourworld_mycellium.png b/templates/static/images/ourworld_mycellium.png deleted file mode 100644 index 1b9ad516c..000000000 Binary files a/templates/static/images/ourworld_mycellium.png and /dev/null differ diff --git a/templates/static/images/owncloud1.png b/templates/static/images/owncloud1.png deleted file mode 100644 index 88fbf50ca..000000000 Binary files a/templates/static/images/owncloud1.png and /dev/null differ diff --git a/templates/static/images/owncloud2.png b/templates/static/images/owncloud2.png deleted file mode 100644 index b7bbbd815..000000000 Binary files a/templates/static/images/owncloud2.png and /dev/null differ diff --git a/templates/static/images/owncloud_logo.png b/templates/static/images/owncloud_logo.png deleted file mode 100644 index 291394947..000000000 Binary files a/templates/static/images/owncloud_logo.png and /dev/null differ diff --git a/templates/static/images/p4p_new.png b/templates/static/images/p4p_new.png deleted file mode 100644 index 3036cfb9c..000000000 Binary files a/templates/static/images/p4p_new.png and /dev/null differ diff --git a/templates/static/images/pancack_button.png b/templates/static/images/pancack_button.png deleted file mode 100644 index 5761a19dd..000000000 Binary files a/templates/static/images/pancack_button.png and /dev/null differ diff --git a/templates/static/images/paradise_hills_image.png b/templates/static/images/paradise_hills_image.png deleted file mode 100644 index c1a7214f8..000000000 Binary files a/templates/static/images/paradise_hills_image.png and /dev/null differ diff --git a/templates/static/images/paradise_hills_logo.png b/templates/static/images/paradise_hills_logo.png deleted file mode 100644 index 7f8f2ad59..000000000 Binary files a/templates/static/images/paradise_hills_logo.png and /dev/null differ diff --git a/templates/static/images/paradise_hills_w.jpg b/templates/static/images/paradise_hills_w.jpg deleted file mode 100644 index e19b8c7f3..000000000 Binary files a/templates/static/images/paradise_hills_w.jpg and /dev/null differ diff --git a/templates/static/images/people/adnan_fatayerji.jpg b/templates/static/images/people/adnan_fatayerji.jpg deleted file mode 100644 index 2afd00013..000000000 Binary files a/templates/static/images/people/adnan_fatayerji.jpg and /dev/null differ diff --git a/templates/static/images/people/ahmed_thabet.jpg b/templates/static/images/people/ahmed_thabet.jpg deleted file mode 100644 index 7435f23a8..000000000 Binary files a/templates/static/images/people/ahmed_thabet.jpg and /dev/null differ diff --git a/templates/static/images/people/alexandre_hannelas.jpeg b/templates/static/images/people/alexandre_hannelas.jpeg deleted file mode 100644 index e0eca1da6..000000000 Binary files a/templates/static/images/people/alexandre_hannelas.jpeg and /dev/null differ diff --git a/templates/static/images/people/christhoper_hutton.jpeg b/templates/static/images/people/christhoper_hutton.jpeg deleted file mode 100644 index 853dc8c6d..000000000 Binary files a/templates/static/images/people/christhoper_hutton.jpeg and /dev/null differ diff --git a/templates/static/images/people/ewald_weizenbauer.jpg b/templates/static/images/people/ewald_weizenbauer.jpg deleted file mode 100644 index 260f0ef32..000000000 Binary files a/templates/static/images/people/ewald_weizenbauer.jpg and /dev/null differ diff --git a/templates/static/images/people/florian_fournier.jpeg b/templates/static/images/people/florian_fournier.jpeg deleted file mode 100644 index e7c788edc..000000000 Binary files a/templates/static/images/people/florian_fournier.jpeg and /dev/null differ diff --git a/templates/static/images/people/geert_machtelinckx.jpg b/templates/static/images/people/geert_machtelinckx.jpg deleted file mode 100644 index d3fab8390..000000000 Binary files a/templates/static/images/people/geert_machtelinckx.jpg and /dev/null differ diff --git a/templates/static/images/people/gloria_anne.png b/templates/static/images/people/gloria_anne.png deleted file mode 100644 index 06a5c86d3..000000000 Binary files a/templates/static/images/people/gloria_anne.png and /dev/null differ diff --git a/templates/static/images/people/hannah_cordes.jpg b/templates/static/images/people/hannah_cordes.jpg deleted file mode 100644 index a341e54ed..000000000 Binary files a/templates/static/images/people/hannah_cordes.jpg and /dev/null differ diff --git a/templates/static/images/people/jan_de_landtsheer.jpeg b/templates/static/images/people/jan_de_landtsheer.jpeg deleted file mode 100644 index a20890161..000000000 Binary files a/templates/static/images/people/jan_de_landtsheer.jpeg and /dev/null differ diff --git a/templates/static/images/people/karoline_zizka.jpeg b/templates/static/images/people/karoline_zizka.jpeg deleted file mode 100644 index 7e74e79bf..000000000 Binary files a/templates/static/images/people/karoline_zizka.jpeg and /dev/null differ diff --git a/templates/static/images/people/kristof_de_spiegeleer.jpeg b/templates/static/images/people/kristof_de_spiegeleer.jpeg deleted file mode 100644 index 3ee741e73..000000000 Binary files a/templates/static/images/people/kristof_de_spiegeleer.jpeg and /dev/null differ diff --git a/templates/static/images/people/lee_smet.png b/templates/static/images/people/lee_smet.png deleted file mode 100644 index f2866a0b0..000000000 Binary files a/templates/static/images/people/lee_smet.png and /dev/null differ diff --git a/templates/static/images/people/maxime_daniel.png b/templates/static/images/people/maxime_daniel.png deleted file mode 100644 index cc50362fa..000000000 Binary files a/templates/static/images/people/maxime_daniel.png and /dev/null differ diff --git a/templates/static/images/people/nickolay_babenko.jpg b/templates/static/images/people/nickolay_babenko.jpg deleted file mode 100644 index 410a36835..000000000 Binary files a/templates/static/images/people/nickolay_babenko.jpg and /dev/null differ diff --git a/templates/static/images/people/owen_kemp.jpeg b/templates/static/images/people/owen_kemp.jpeg deleted file mode 100644 index ea5e1a570..000000000 Binary files a/templates/static/images/people/owen_kemp.jpeg and /dev/null differ diff --git a/templates/static/images/people/peter_van_der_henst.png b/templates/static/images/people/peter_van_der_henst.png deleted file mode 100644 index aa0906df7..000000000 Binary files a/templates/static/images/people/peter_van_der_henst.png and /dev/null differ diff --git a/templates/static/images/people/pierre_van_hoorebeke.jpg b/templates/static/images/people/pierre_van_hoorebeke.jpg deleted file mode 100644 index 9cc843a35..000000000 Binary files a/templates/static/images/people/pierre_van_hoorebeke.jpg and /dev/null differ diff --git a/templates/static/images/people/rajinder_singh_grewal.jpeg b/templates/static/images/people/rajinder_singh_grewal.jpeg deleted file mode 100644 index fad9db2e2..000000000 Binary files a/templates/static/images/people/rajinder_singh_grewal.jpeg and /dev/null differ diff --git a/templates/static/images/people/reem_khamis.jpg b/templates/static/images/people/reem_khamis.jpg deleted file mode 100644 index 7c613e479..000000000 Binary files a/templates/static/images/people/reem_khamis.jpg and /dev/null differ diff --git a/templates/static/images/people/rob_van_mieghem.jpeg b/templates/static/images/people/rob_van_mieghem.jpeg deleted file mode 100644 index b559f9e21..000000000 Binary files a/templates/static/images/people/rob_van_mieghem.jpeg and /dev/null differ diff --git a/templates/static/images/people/sabrina_sadik.jpg b/templates/static/images/people/sabrina_sadik.jpg deleted file mode 100644 index 1e434db63..000000000 Binary files a/templates/static/images/people/sabrina_sadik.jpg and /dev/null differ diff --git a/templates/static/images/people/sacha_obeegadoo.jpg b/templates/static/images/people/sacha_obeegadoo.jpg deleted file mode 100644 index 225049929..000000000 Binary files a/templates/static/images/people/sacha_obeegadoo.jpg and /dev/null differ diff --git a/templates/static/images/people/sam_taggart.jpg b/templates/static/images/people/sam_taggart.jpg deleted file mode 100644 index 78941b2b1..000000000 Binary files a/templates/static/images/people/sam_taggart.jpg and /dev/null differ diff --git a/templates/static/images/people/scott_yeager.jpg b/templates/static/images/people/scott_yeager.jpg deleted file mode 100644 index 3b6cd4df0..000000000 Binary files a/templates/static/images/people/scott_yeager.jpg and /dev/null differ diff --git a/templates/static/images/people/weynand_kuijpers.jpg b/templates/static/images/people/weynand_kuijpers.jpg deleted file mode 100644 index be421c999..000000000 Binary files a/templates/static/images/people/weynand_kuijpers.jpg and /dev/null differ diff --git a/templates/static/images/people_mission.png b/templates/static/images/people_mission.png deleted file mode 100644 index 5b9e53bf8..000000000 Binary files a/templates/static/images/people_mission.png and /dev/null differ diff --git a/templates/static/images/placeholder.jpg b/templates/static/images/placeholder.jpg deleted file mode 100644 index f72d03596..000000000 Binary files a/templates/static/images/placeholder.jpg and /dev/null differ diff --git a/templates/static/images/planet_first_people_first.png b/templates/static/images/planet_first_people_first.png deleted file mode 100644 index 026cb69ee..000000000 Binary files a/templates/static/images/planet_first_people_first.png and /dev/null differ diff --git a/templates/static/images/planetary_network.jpg b/templates/static/images/planetary_network.jpg deleted file mode 100644 index 57e49da8e..000000000 Binary files a/templates/static/images/planetary_network.jpg and /dev/null differ diff --git a/templates/static/images/planetary_network.png b/templates/static/images/planetary_network.png deleted file mode 100644 index 2a1b2f6cd..000000000 Binary files a/templates/static/images/planetary_network.png and /dev/null differ diff --git a/templates/static/images/plug_1.png b/templates/static/images/plug_1.png deleted file mode 100644 index a8e27b1b9..000000000 Binary files a/templates/static/images/plug_1.png and /dev/null differ diff --git a/templates/static/images/polygon-logo.png b/templates/static/images/polygon-logo.png deleted file mode 100644 index e51095993..000000000 Binary files a/templates/static/images/polygon-logo.png and /dev/null differ diff --git a/templates/static/images/polygon.png b/templates/static/images/polygon.png deleted file mode 100644 index 27c4a678c..000000000 Binary files a/templates/static/images/polygon.png and /dev/null differ diff --git a/templates/static/images/polygon2.png b/templates/static/images/polygon2.png deleted file mode 100644 index d1eefc88e..000000000 Binary files a/templates/static/images/polygon2.png and /dev/null differ diff --git a/templates/static/images/polygonLogo.png b/templates/static/images/polygonLogo.png deleted file mode 100644 index 0b149ba86..000000000 Binary files a/templates/static/images/polygonLogo.png and /dev/null differ diff --git a/templates/static/images/polygon_tf.png b/templates/static/images/polygon_tf.png deleted file mode 100644 index de4885c48..000000000 Binary files a/templates/static/images/polygon_tf.png and /dev/null differ diff --git a/templates/static/images/presearch.png b/templates/static/images/presearch.png deleted file mode 100644 index 26abd5138..000000000 Binary files a/templates/static/images/presearch.png and /dev/null differ diff --git a/templates/static/images/presearch1.png b/templates/static/images/presearch1.png deleted file mode 100644 index 43467c9e8..000000000 Binary files a/templates/static/images/presearch1.png and /dev/null differ diff --git a/templates/static/images/presearchLogo.png b/templates/static/images/presearchLogo.png deleted file mode 100644 index bd16db7f0..000000000 Binary files a/templates/static/images/presearchLogo.png and /dev/null differ diff --git a/templates/static/images/presearch_tf.png b/templates/static/images/presearch_tf.png deleted file mode 100644 index b53544251..000000000 Binary files a/templates/static/images/presearch_tf.png and /dev/null differ diff --git a/templates/static/images/product.png b/templates/static/images/product.png deleted file mode 100644 index 764bb73c0..000000000 Binary files a/templates/static/images/product.png and /dev/null differ diff --git a/templates/static/images/qsfs.png b/templates/static/images/qsfs.png deleted file mode 100644 index 3db58f0f8..000000000 Binary files a/templates/static/images/qsfs.png and /dev/null differ diff --git a/templates/static/images/qss.png b/templates/static/images/qss.png deleted file mode 100644 index f01c658d0..000000000 Binary files a/templates/static/images/qss.png and /dev/null differ diff --git a/templates/static/images/reddit.png b/templates/static/images/reddit.png deleted file mode 100644 index ae2b17ad1..000000000 Binary files a/templates/static/images/reddit.png and /dev/null differ diff --git a/templates/static/images/safe_city.png b/templates/static/images/safe_city.png deleted file mode 100644 index 0ba3c90a1..000000000 Binary files a/templates/static/images/safe_city.png and /dev/null differ diff --git a/templates/static/images/safe_city2.png b/templates/static/images/safe_city2.png deleted file mode 100644 index 43931654b..000000000 Binary files a/templates/static/images/safe_city2.png and /dev/null differ diff --git a/templates/static/images/safe_cityLogo.png b/templates/static/images/safe_cityLogo.png deleted file mode 100644 index 581019f48..000000000 Binary files a/templates/static/images/safe_cityLogo.png and /dev/null differ diff --git a/templates/static/images/scalable.png b/templates/static/images/scalable.png deleted file mode 100644 index 92aa1c88b..000000000 Binary files a/templates/static/images/scalable.png and /dev/null differ diff --git a/templates/static/images/secure.png b/templates/static/images/secure.png deleted file mode 100644 index c15b218e0..000000000 Binary files a/templates/static/images/secure.png and /dev/null differ diff --git a/templates/static/images/seeds.png b/templates/static/images/seeds.png deleted file mode 100644 index 6aa989950..000000000 Binary files a/templates/static/images/seeds.png and /dev/null differ diff --git a/templates/static/images/seeds2.png b/templates/static/images/seeds2.png deleted file mode 100644 index 4e5b8635b..000000000 Binary files a/templates/static/images/seeds2.png and /dev/null differ diff --git a/templates/static/images/seedsLogo.png b/templates/static/images/seedsLogo.png deleted file mode 100644 index 4b878f3d1..000000000 Binary files a/templates/static/images/seedsLogo.png and /dev/null differ diff --git a/templates/static/images/seeds_tf.png b/templates/static/images/seeds_tf.png deleted file mode 100644 index b084a697e..000000000 Binary files a/templates/static/images/seeds_tf.png and /dev/null differ diff --git a/templates/static/images/selfkey.png b/templates/static/images/selfkey.png deleted file mode 100644 index 8b1edab81..000000000 Binary files a/templates/static/images/selfkey.png and /dev/null differ diff --git a/templates/static/images/selfkey2.jpg b/templates/static/images/selfkey2.jpg deleted file mode 100644 index 1a6d4a6ee..000000000 Binary files a/templates/static/images/selfkey2.jpg and /dev/null differ diff --git a/templates/static/images/selfkeyLogo.png b/templates/static/images/selfkeyLogo.png deleted file mode 100644 index accc465e9..000000000 Binary files a/templates/static/images/selfkeyLogo.png and /dev/null differ diff --git a/templates/static/images/sequoyah.png b/templates/static/images/sequoyah.png deleted file mode 100644 index 527b33330..000000000 Binary files a/templates/static/images/sequoyah.png and /dev/null differ diff --git a/templates/static/images/sequoyah2.png b/templates/static/images/sequoyah2.png deleted file mode 100644 index 1a56fb1d0..000000000 Binary files a/templates/static/images/sequoyah2.png and /dev/null differ diff --git a/templates/static/images/sequoyahLogo.png b/templates/static/images/sequoyahLogo.png deleted file mode 100644 index 4c707e8f4..000000000 Binary files a/templates/static/images/sequoyahLogo.png and /dev/null differ diff --git a/templates/static/images/sequoyah_tf.png b/templates/static/images/sequoyah_tf.png deleted file mode 100644 index 5a93b5d7b..000000000 Binary files a/templates/static/images/sequoyah_tf.png and /dev/null differ diff --git a/templates/static/images/shareitt.png b/templates/static/images/shareitt.png deleted file mode 100644 index dea37ad1c..000000000 Binary files a/templates/static/images/shareitt.png and /dev/null differ diff --git a/templates/static/images/shareitt2.jpg b/templates/static/images/shareitt2.jpg deleted file mode 100644 index 7841ff104..000000000 Binary files a/templates/static/images/shareitt2.jpg and /dev/null differ diff --git a/templates/static/images/shareittLogo.png b/templates/static/images/shareittLogo.png deleted file mode 100644 index cc990ad66..000000000 Binary files a/templates/static/images/shareittLogo.png and /dev/null differ diff --git a/templates/static/images/shareitt_tf.png b/templates/static/images/shareitt_tf.png deleted file mode 100644 index a3085c0c8..000000000 Binary files a/templates/static/images/shareitt_tf.png and /dev/null differ diff --git a/templates/static/images/skale_labs.png b/templates/static/images/skale_labs.png deleted file mode 100644 index 95a861eed..000000000 Binary files a/templates/static/images/skale_labs.png and /dev/null differ diff --git a/templates/static/images/skale_labs2.png b/templates/static/images/skale_labs2.png deleted file mode 100644 index 89a15888b..000000000 Binary files a/templates/static/images/skale_labs2.png and /dev/null differ diff --git a/templates/static/images/skale_labsLogo.png b/templates/static/images/skale_labsLogo.png deleted file mode 100644 index 745f42f74..000000000 Binary files a/templates/static/images/skale_labsLogo.png and /dev/null differ diff --git a/templates/static/images/skale_labs_tf.png b/templates/static/images/skale_labs_tf.png deleted file mode 100644 index 4b1fcb3b4..000000000 Binary files a/templates/static/images/skale_labs_tf.png and /dev/null differ diff --git a/templates/static/images/solidaridad.jpg b/templates/static/images/solidaridad.jpg deleted file mode 100644 index f0933195f..000000000 Binary files a/templates/static/images/solidaridad.jpg and /dev/null differ diff --git a/templates/static/images/solidaridad.png b/templates/static/images/solidaridad.png deleted file mode 100644 index e9fdd80b4..000000000 Binary files a/templates/static/images/solidaridad.png and /dev/null differ diff --git a/templates/static/images/solidaridad2.jpg b/templates/static/images/solidaridad2.jpg deleted file mode 100644 index b8dd6d92e..000000000 Binary files a/templates/static/images/solidaridad2.jpg and /dev/null differ diff --git a/templates/static/images/solidaridadLogo.png b/templates/static/images/solidaridadLogo.png deleted file mode 100644 index a7bca9a0c..000000000 Binary files a/templates/static/images/solidaridadLogo.png and /dev/null differ diff --git a/templates/static/images/solidaridad_app.jpg b/templates/static/images/solidaridad_app.jpg deleted file mode 100644 index f83369052..000000000 Binary files a/templates/static/images/solidaridad_app.jpg and /dev/null differ diff --git a/templates/static/images/solidaridad_tf.png b/templates/static/images/solidaridad_tf.png deleted file mode 100644 index 6617a8ab7..000000000 Binary files a/templates/static/images/solidaridad_tf.png and /dev/null differ diff --git a/templates/static/images/spinn.png b/templates/static/images/spinn.png deleted file mode 100644 index a0dd13a1d..000000000 Binary files a/templates/static/images/spinn.png and /dev/null differ diff --git a/templates/static/images/spinnLogo.png b/templates/static/images/spinnLogo.png deleted file mode 100644 index 622fa4b11..000000000 Binary files a/templates/static/images/spinnLogo.png and /dev/null differ diff --git a/templates/static/images/spinn_coffee_platform.png b/templates/static/images/spinn_coffee_platform.png deleted file mode 100644 index 522143e3d..000000000 Binary files a/templates/static/images/spinn_coffee_platform.png and /dev/null differ diff --git a/templates/static/images/stellar.png b/templates/static/images/stellar.png deleted file mode 100644 index 33540debe..000000000 Binary files a/templates/static/images/stellar.png and /dev/null differ diff --git a/templates/static/images/stellar2.jpg b/templates/static/images/stellar2.jpg deleted file mode 100644 index 8851e224f..000000000 Binary files a/templates/static/images/stellar2.jpg and /dev/null differ diff --git a/templates/static/images/stellarLogo.png b/templates/static/images/stellarLogo.png deleted file mode 100644 index 93ca9dcc8..000000000 Binary files a/templates/static/images/stellarLogo.png and /dev/null differ diff --git a/templates/static/images/stellar_logo.png b/templates/static/images/stellar_logo.png deleted file mode 100644 index 10d2e849c..000000000 Binary files a/templates/static/images/stellar_logo.png and /dev/null differ diff --git a/templates/static/images/stellar_tf.png b/templates/static/images/stellar_tf.png deleted file mode 100644 index 0254d393f..000000000 Binary files a/templates/static/images/stellar_tf.png and /dev/null differ diff --git a/templates/static/images/storage.jpg b/templates/static/images/storage.jpg deleted file mode 100644 index 7845527ec..000000000 Binary files a/templates/static/images/storage.jpg and /dev/null differ diff --git a/templates/static/images/support_join.png b/templates/static/images/support_join.png deleted file mode 100644 index 40971377c..000000000 Binary files a/templates/static/images/support_join.png and /dev/null differ diff --git a/templates/static/images/support_others.png b/templates/static/images/support_others.png deleted file mode 100644 index 010709b7b..000000000 Binary files a/templates/static/images/support_others.png and /dev/null differ diff --git a/templates/static/images/support_press.png b/templates/static/images/support_press.png deleted file mode 100644 index d47a7b375..000000000 Binary files a/templates/static/images/support_press.png and /dev/null differ diff --git a/templates/static/images/tag.png b/templates/static/images/tag.png deleted file mode 100644 index 581a22117..000000000 Binary files a/templates/static/images/tag.png and /dev/null differ diff --git a/templates/static/images/tag_logo.png b/templates/static/images/tag_logo.png deleted file mode 100644 index e8f51212a..000000000 Binary files a/templates/static/images/tag_logo.png and /dev/null differ diff --git a/templates/static/images/tag_planting.jpg b/templates/static/images/tag_planting.jpg deleted file mode 100644 index b223cc81a..000000000 Binary files a/templates/static/images/tag_planting.jpg and /dev/null differ diff --git a/templates/static/images/team_joinus.jpg b/templates/static/images/team_joinus.jpg deleted file mode 100644 index a4f4b7b7d..000000000 Binary files a/templates/static/images/team_joinus.jpg and /dev/null differ diff --git a/templates/static/images/telegram_chat.png b/templates/static/images/telegram_chat.png deleted file mode 100644 index 6d43767ed..000000000 Binary files a/templates/static/images/telegram_chat.png and /dev/null differ diff --git a/templates/static/images/telegram_chattester.png b/templates/static/images/telegram_chattester.png deleted file mode 100644 index a4872842a..000000000 Binary files a/templates/static/images/telegram_chattester.png and /dev/null differ diff --git a/templates/static/images/telegram_farmers.png b/templates/static/images/telegram_farmers.png deleted file mode 100644 index 266865190..000000000 Binary files a/templates/static/images/telegram_farmers.png and /dev/null differ diff --git a/templates/static/images/telegram_new.png b/templates/static/images/telegram_new.png deleted file mode 100644 index eb5f6bfb3..000000000 Binary files a/templates/static/images/telegram_new.png and /dev/null differ diff --git a/templates/static/images/terraform.png b/templates/static/images/terraform.png deleted file mode 100644 index b3ffd3ca0..000000000 Binary files a/templates/static/images/terraform.png and /dev/null differ diff --git a/templates/static/images/tf_icon.png b/templates/static/images/tf_icon.png deleted file mode 100644 index db322ddbc..000000000 Binary files a/templates/static/images/tf_icon.png and /dev/null differ diff --git a/templates/static/images/tf_logo.png b/templates/static/images/tf_logo.png deleted file mode 100644 index 0840d8559..000000000 Binary files a/templates/static/images/tf_logo.png and /dev/null differ diff --git a/templates/static/images/tf_people.jpg b/templates/static/images/tf_people.jpg deleted file mode 100644 index ef4b69000..000000000 Binary files a/templates/static/images/tf_people.jpg and /dev/null differ diff --git a/templates/static/images/tft_125zb.png b/templates/static/images/tft_125zb.png deleted file mode 100644 index 739cb3d79..000000000 Binary files a/templates/static/images/tft_125zb.png and /dev/null differ diff --git a/templates/static/images/tft_1b.png b/templates/static/images/tft_1b.png deleted file mode 100644 index 0fdd67631..000000000 Binary files a/templates/static/images/tft_1b.png and /dev/null differ diff --git a/templates/static/images/tft_70b.png b/templates/static/images/tft_70b.png deleted file mode 100644 index 38d64eb4c..000000000 Binary files a/templates/static/images/tft_70b.png and /dev/null differ diff --git a/templates/static/images/tft_800.png b/templates/static/images/tft_800.png deleted file mode 100644 index 546c3704c..000000000 Binary files a/templates/static/images/tft_800.png and /dev/null differ diff --git a/templates/static/images/tft_burn.jpg b/templates/static/images/tft_burn.jpg deleted file mode 100644 index 1c47b41f0..000000000 Binary files a/templates/static/images/tft_burn.jpg and /dev/null differ diff --git a/templates/static/images/tft_currency.png b/templates/static/images/tft_currency.png deleted file mode 100644 index 84d26f602..000000000 Binary files a/templates/static/images/tft_currency.png and /dev/null differ diff --git a/templates/static/images/tft_header.png b/templates/static/images/tft_header.png deleted file mode 100644 index 370e2110f..000000000 Binary files a/templates/static/images/tft_header.png and /dev/null differ diff --git a/templates/static/images/tft_join_internet.png b/templates/static/images/tft_join_internet.png deleted file mode 100644 index 76656e6f7..000000000 Binary files a/templates/static/images/tft_join_internet.png and /dev/null differ diff --git a/templates/static/images/tft_log.svg b/templates/static/images/tft_log.svg deleted file mode 100644 index 567d83fed..000000000 --- a/templates/static/images/tft_log.svg +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/templates/static/images/tft_loyalty.jpg b/templates/static/images/tft_loyalty.jpg deleted file mode 100644 index 82ed6d0ba..000000000 Binary files a/templates/static/images/tft_loyalty.jpg and /dev/null differ diff --git a/templates/static/images/tft_network.png b/templates/static/images/tft_network.png deleted file mode 100644 index ff394303d..000000000 Binary files a/templates/static/images/tft_network.png and /dev/null differ diff --git a/templates/static/images/tft_table.png b/templates/static/images/tft_table.png deleted file mode 100644 index 8ba6aaf92..000000000 Binary files a/templates/static/images/tft_table.png and /dev/null differ diff --git a/templates/static/images/tft_utility.jpg b/templates/static/images/tft_utility.jpg deleted file mode 100644 index 93683aa48..000000000 Binary files a/templates/static/images/tft_utility.jpg and /dev/null differ diff --git a/templates/static/images/tft_vedio.jpg b/templates/static/images/tft_vedio.jpg deleted file mode 100644 index 54f2df9c1..000000000 Binary files a/templates/static/images/tft_vedio.jpg and /dev/null differ diff --git a/templates/static/images/the_humanized_internet.png b/templates/static/images/the_humanized_internet.png deleted file mode 100644 index f1f6361a8..000000000 Binary files a/templates/static/images/the_humanized_internet.png and /dev/null differ diff --git a/templates/static/images/the_humanized_internet2.png b/templates/static/images/the_humanized_internet2.png deleted file mode 100644 index 45db81e4a..000000000 Binary files a/templates/static/images/the_humanized_internet2.png and /dev/null differ diff --git a/templates/static/images/the_humanized_internetLogo.png b/templates/static/images/the_humanized_internetLogo.png deleted file mode 100644 index ea8cd6a70..000000000 Binary files a/templates/static/images/the_humanized_internetLogo.png and /dev/null differ diff --git a/templates/static/images/the_threefold_movement.png b/templates/static/images/the_threefold_movement.png deleted file mode 100644 index 80785e405..000000000 Binary files a/templates/static/images/the_threefold_movement.png and /dev/null differ diff --git a/templates/static/images/thecointel.png b/templates/static/images/thecointel.png deleted file mode 100644 index c7bee6a64..000000000 Binary files a/templates/static/images/thecointel.png and /dev/null differ diff --git a/templates/static/images/threefold_blog.png b/templates/static/images/threefold_blog.png deleted file mode 100644 index 242785f51..000000000 Binary files a/templates/static/images/threefold_blog.png and /dev/null differ diff --git a/templates/static/images/threefold_blog2.png b/templates/static/images/threefold_blog2.png deleted file mode 100644 index 0de69b722..000000000 Binary files a/templates/static/images/threefold_blog2.png and /dev/null differ diff --git a/templates/static/images/threefold_chapters.png b/templates/static/images/threefold_chapters.png deleted file mode 100644 index 0b78ea7b0..000000000 Binary files a/templates/static/images/threefold_chapters.png and /dev/null differ diff --git a/templates/static/images/threefold_foundation.png b/templates/static/images/threefold_foundation.png deleted file mode 100644 index 564888b62..000000000 Binary files a/templates/static/images/threefold_foundation.png and /dev/null differ diff --git a/templates/static/images/threefold_foundation2.png b/templates/static/images/threefold_foundation2.png deleted file mode 100644 index 129a4e3c3..000000000 Binary files a/templates/static/images/threefold_foundation2.png and /dev/null differ diff --git a/templates/static/images/threefold_foundationLogo.png b/templates/static/images/threefold_foundationLogo.png deleted file mode 100644 index 871cfc01b..000000000 Binary files a/templates/static/images/threefold_foundationLogo.png and /dev/null differ diff --git a/templates/static/images/threefold_globe.png b/templates/static/images/threefold_globe.png deleted file mode 100644 index e641432d3..000000000 Binary files a/templates/static/images/threefold_globe.png and /dev/null differ diff --git a/templates/static/images/threefold_grid.png b/templates/static/images/threefold_grid.png deleted file mode 100644 index ea93ad59d..000000000 Binary files a/templates/static/images/threefold_grid.png and /dev/null differ diff --git a/templates/static/images/threefold_img.jpg b/templates/static/images/threefold_img.jpg deleted file mode 100644 index 9925a1d7a..000000000 Binary files a/templates/static/images/threefold_img.jpg and /dev/null differ diff --git a/templates/static/images/threefold_img2.png b/templates/static/images/threefold_img2.png deleted file mode 100644 index 91bb0411e..000000000 Binary files a/templates/static/images/threefold_img2.png and /dev/null differ diff --git a/templates/static/images/threefold_love.png b/templates/static/images/threefold_love.png deleted file mode 100644 index 1f81c186a..000000000 Binary files a/templates/static/images/threefold_love.png and /dev/null differ diff --git a/templates/static/images/threefold_sustainability.png b/templates/static/images/threefold_sustainability.png deleted file mode 100644 index 956960c03..000000000 Binary files a/templates/static/images/threefold_sustainability.png and /dev/null differ diff --git a/templates/static/images/threefold_tech.png b/templates/static/images/threefold_tech.png deleted file mode 100644 index b5f97a1cc..000000000 Binary files a/templates/static/images/threefold_tech.png and /dev/null differ diff --git a/templates/static/images/threefold_tech2.png b/templates/static/images/threefold_tech2.png deleted file mode 100644 index d4a212265..000000000 Binary files a/templates/static/images/threefold_tech2.png and /dev/null differ diff --git a/templates/static/images/threefold_techLogo.jpg b/templates/static/images/threefold_techLogo.jpg deleted file mode 100644 index 144d21dcc..000000000 Binary files a/templates/static/images/threefold_techLogo.jpg and /dev/null differ diff --git a/templates/static/images/threefold_technology_home.jpg b/templates/static/images/threefold_technology_home.jpg deleted file mode 100644 index 2e9adc81d..000000000 Binary files a/templates/static/images/threefold_technology_home.jpg and /dev/null differ diff --git a/templates/static/images/tomochain.png b/templates/static/images/tomochain.png deleted file mode 100644 index ecf05bd73..000000000 Binary files a/templates/static/images/tomochain.png and /dev/null differ diff --git a/templates/static/images/tomochain2.jpg b/templates/static/images/tomochain2.jpg deleted file mode 100644 index ceddc5540..000000000 Binary files a/templates/static/images/tomochain2.jpg and /dev/null differ diff --git a/templates/static/images/tomochainLogo.png b/templates/static/images/tomochainLogo.png deleted file mode 100644 index e23d38236..000000000 Binary files a/templates/static/images/tomochainLogo.png and /dev/null differ diff --git a/templates/static/images/tomochain_tf.png b/templates/static/images/tomochain_tf.png deleted file mode 100644 index 5efc154e1..000000000 Binary files a/templates/static/images/tomochain_tf.png and /dev/null differ diff --git a/templates/static/images/tooling.png b/templates/static/images/tooling.png deleted file mode 100644 index 31d60d5e3..000000000 Binary files a/templates/static/images/tooling.png and /dev/null differ diff --git a/templates/static/images/twitter.png b/templates/static/images/twitter.png deleted file mode 100644 index b51055147..000000000 Binary files a/templates/static/images/twitter.png and /dev/null differ diff --git a/templates/static/images/ubuntu.png b/templates/static/images/ubuntu.png deleted file mode 100644 index d5b1d0a43..000000000 Binary files a/templates/static/images/ubuntu.png and /dev/null differ diff --git a/templates/static/images/ubuntuLogo.png b/templates/static/images/ubuntuLogo.png deleted file mode 100644 index 50730ed55..000000000 Binary files a/templates/static/images/ubuntuLogo.png and /dev/null differ diff --git a/templates/static/images/ubuntu_platform.png b/templates/static/images/ubuntu_platform.png deleted file mode 100644 index 491ade97c..000000000 Binary files a/templates/static/images/ubuntu_platform.png and /dev/null differ diff --git a/templates/static/images/ubuntu_problem.png b/templates/static/images/ubuntu_problem.png deleted file mode 100644 index c0819cb1d..000000000 Binary files a/templates/static/images/ubuntu_problem.png and /dev/null differ diff --git a/templates/static/images/ubuntu_solution.png b/templates/static/images/ubuntu_solution.png deleted file mode 100644 index 6e5d202f1..000000000 Binary files a/templates/static/images/ubuntu_solution.png and /dev/null differ diff --git a/templates/static/images/ubuntu_tribe.png b/templates/static/images/ubuntu_tribe.png deleted file mode 100644 index a36d6afae..000000000 Binary files a/templates/static/images/ubuntu_tribe.png and /dev/null differ diff --git a/templates/static/images/unit.png b/templates/static/images/unit.png deleted file mode 100644 index a667f3a57..000000000 Binary files a/templates/static/images/unit.png and /dev/null differ diff --git a/templates/static/images/unit2.png b/templates/static/images/unit2.png deleted file mode 100644 index e47bfe27c..000000000 Binary files a/templates/static/images/unit2.png and /dev/null differ diff --git a/templates/static/images/unitLogo.png b/templates/static/images/unitLogo.png deleted file mode 100644 index e821edfa5..000000000 Binary files a/templates/static/images/unitLogo.png and /dev/null differ diff --git a/templates/static/images/unit_tf.png b/templates/static/images/unit_tf.png deleted file mode 100644 index bec048fab..000000000 Binary files a/templates/static/images/unit_tf.png and /dev/null differ diff --git a/templates/static/images/v_image.png b/templates/static/images/v_image.png deleted file mode 100644 index 9a6471c03..000000000 Binary files a/templates/static/images/v_image.png and /dev/null differ diff --git a/templates/static/images/v_logo.png b/templates/static/images/v_logo.png deleted file mode 100644 index f0ecbd2c0..000000000 Binary files a/templates/static/images/v_logo.png and /dev/null differ diff --git a/templates/static/images/veda.png b/templates/static/images/veda.png deleted file mode 100644 index 584dd3fb9..000000000 Binary files a/templates/static/images/veda.png and /dev/null differ diff --git a/templates/static/images/veda2.jpg b/templates/static/images/veda2.jpg deleted file mode 100644 index f9050fc74..000000000 Binary files a/templates/static/images/veda2.jpg and /dev/null differ diff --git a/templates/static/images/vedaLogo.png b/templates/static/images/vedaLogo.png deleted file mode 100644 index a0b692923..000000000 Binary files a/templates/static/images/vedaLogo.png and /dev/null differ diff --git a/templates/static/images/virtual_machine.png b/templates/static/images/virtual_machine.png deleted file mode 100644 index 86f6d2aa4..000000000 Binary files a/templates/static/images/virtual_machine.png and /dev/null differ diff --git a/templates/static/images/vlinder.png b/templates/static/images/vlinder.png deleted file mode 100644 index b3a9cbcdc..000000000 Binary files a/templates/static/images/vlinder.png and /dev/null differ diff --git a/templates/static/images/vlinder2.png b/templates/static/images/vlinder2.png deleted file mode 100644 index d3f714527..000000000 Binary files a/templates/static/images/vlinder2.png and /dev/null differ diff --git a/templates/static/images/vlinderLogo.png b/templates/static/images/vlinderLogo.png deleted file mode 100644 index 54238f6d4..000000000 Binary files a/templates/static/images/vlinderLogo.png and /dev/null differ diff --git a/templates/static/images/vlinder_tf.png b/templates/static/images/vlinder_tf.png deleted file mode 100644 index 13a7a44dc..000000000 Binary files a/templates/static/images/vlinder_tf.png and /dev/null differ diff --git a/templates/static/images/waykichain.png b/templates/static/images/waykichain.png deleted file mode 100644 index ba50b92a6..000000000 Binary files a/templates/static/images/waykichain.png and /dev/null differ diff --git a/templates/static/images/waykichain2.png b/templates/static/images/waykichain2.png deleted file mode 100644 index e3e00b416..000000000 Binary files a/templates/static/images/waykichain2.png and /dev/null differ diff --git a/templates/static/images/waykichainLogo.png b/templates/static/images/waykichainLogo.png deleted file mode 100644 index 3910df761..000000000 Binary files a/templates/static/images/waykichainLogo.png and /dev/null differ diff --git a/templates/static/images/waykichain_tf.png b/templates/static/images/waykichain_tf.png deleted file mode 100644 index f578edb0a..000000000 Binary files a/templates/static/images/waykichain_tf.png and /dev/null differ diff --git a/templates/static/images/weblets.png b/templates/static/images/weblets.png deleted file mode 100644 index a224809a1..000000000 Binary files a/templates/static/images/weblets.png and /dev/null differ diff --git a/templates/static/images/world_blockchain_summit.png b/templates/static/images/world_blockchain_summit.png deleted file mode 100644 index 0ace93fda..000000000 Binary files a/templates/static/images/world_blockchain_summit.png and /dev/null differ diff --git a/templates/static/images/youtube.png b/templates/static/images/youtube.png deleted file mode 100644 index eb2da162c..000000000 Binary files a/templates/static/images/youtube.png and /dev/null differ diff --git a/templates/static/images/zero_os.jpg b/templates/static/images/zero_os.jpg deleted file mode 100644 index 0d9a040b4..000000000 Binary files a/templates/static/images/zero_os.jpg and /dev/null differ diff --git a/templates/static/images/zero_os.png b/templates/static/images/zero_os.png deleted file mode 100644 index c5e375f6e..000000000 Binary files a/templates/static/images/zero_os.png and /dev/null differ diff --git a/templates/static/images/zetako.png b/templates/static/images/zetako.png deleted file mode 100644 index 0b3eeea87..000000000 Binary files a/templates/static/images/zetako.png and /dev/null differ diff --git a/templates/static/images/zetako2.png b/templates/static/images/zetako2.png deleted file mode 100644 index aec3f9239..000000000 Binary files a/templates/static/images/zetako2.png and /dev/null differ diff --git a/templates/static/images/zetakoLogo.png b/templates/static/images/zetakoLogo.png deleted file mode 100644 index 88a2aa682..000000000 Binary files a/templates/static/images/zetakoLogo.png and /dev/null differ diff --git a/templates/static/images/zetako_tf.png b/templates/static/images/zetako_tf.png deleted file mode 100644 index 61e28e1f3..000000000 Binary files a/templates/static/images/zetako_tf.png and /dev/null differ diff --git a/templates/static/js/custom.js b/templates/static/js/custom.js deleted file mode 100644 index 4b1064d48..000000000 --- a/templates/static/js/custom.js +++ /dev/null @@ -1,99 +0,0 @@ - -var displayedMenu = ""; -var hamburgerShown = false; -let width = screen.width; -var isMobile = width < 1024; - -function toggleMenu(button) { - if (displayedMenu === button.id.split("-")[0]) { - button.className = button.className.replace(" text-gray-800 bg-stone-200 sm:bg-transparent", " text-gray-900"); - hideMenu(button.id.split("-")[0]); - button.lastElementChild.className = button.lastElementChild.className.replace("rotate-0", "-rotate-90") - displayedMenu = ""; - } else { - showMenu(button.id.split("-")[0]); - button.lastElementChild.className = button.lastElementChild.className.replace("-rotate-90", "rotate-0") - button.className = button.className.replace(" text-gray-900", " text-gray-800 bg-stone-200 sm:bg-transparent"); - displayedMenu = button.id.split("-")[0] - } -} - -function handleClick(button) { - if (button.id === "hamburger-btn" || button.id === "close-hamburger-btn") { - toggleHamburger() - } - if (button.id.indexOf("menu") !== -1) { - toggleMenu(button) - } -} - -function toggleHamburger() { - if (hamburgerShown) { - hideHamburger(); - hamburgerShown = false; - } else { - showHamburger(); - hamburgerShown = true; - } -} - -function showMenu(menuName) { - var menuId = menuName + (isMobile ? '-mobile-menu' : '-menu'); - var menuBtnId = menuName + (isMobile ? '-mobile-menu' : '-menu'); - var menuElement = document.getElementById(menuId) - menuElement.className = menuElement.className.replace(" hidden", ""); - setTimeout(function () { - menuElement.className = menuElement.className.replace("duration-200 ease-in opacity-0 -translate-y-1", "duration-150 ease-out opacity-1 -translate-y-0"); - }, 10); -} - -function hideMenu(menuName) { - var menuId = menuName + (isMobile ? '-mobile-menu' : '-menu'); - var menuElement = document.getElementById(menuId) - menuElement.className = menuElement.className.replace("duration-150 ease-out opacity-1 -translate-y-0", "duration-200 ease-in opacity-0 -translate-y-1"); - setTimeout(function () { - menuElement.className = menuElement.className + " hidden" - }, 300); -} - -function showHamburger() { - document.getElementById('header-container').className = "overflow-hidden"; - document.getElementById('hamburger').className = "fixed mt-16 z-20 top-0 inset-x-0 transition transform origin-top-right"; - document.getElementById('hamburger-btn').className = "hidden lg:hidden inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out"; - document.getElementById('close-hamburger-btn').className = "inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out"; -} - -function hideHamburger() { - document.getElementById('header-container').className = ""; - document.getElementById('hamburger').className = "hidden absolute z-20 top-0 inset-x-0 transition transform origin-top-right lg:hidden"; - document.getElementById('hamburger-btn').className = "inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out"; - document.getElementById('close-hamburger-btn').className = "hidden lg:hidden inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out"; - if (displayedMenu !== "") { - hideMenu(displayedMenu); - } -} -function toggleFilter() { - var filterMenu = document.getElementById("filter-menu") - if (filterMenu.className.includes("hidden")) { - filterMenu.className = filterMenu.className.replace("hidden", " ") - } else { - filterMenu.className = filterMenu.className + " hidden" - } -} -window.onload = function () { - let elements = document.getElementsByTagName("button"); - let buttons = [...elements] - - buttons.forEach((button) => { - button.addEventListener('click', function () { - handleClick(button) - }); - }) - - document.getElementById("filter-btn").addEventListener('click', toggleFilter); - document.getElementById("mobile-learn-btn").addEventListener('click', toggleMenu); -} - -function openInNewTab(url) { - window.open(url, '_blank').focus() -} \ No newline at end of file diff --git a/templates/tags/list.html b/templates/tags/list.html deleted file mode 100644 index f628a84fb..000000000 --- a/templates/tags/list.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends "index.html" %} - -{% block content %} -{% endblock content %} \ No newline at end of file diff --git a/templates/tags/single.html b/templates/tags/single.html deleted file mode 100644 index 025e23ecd..000000000 --- a/templates/tags/single.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "index.html" %} - -{% block content %} - -
    - -
    - {% include "partials/tagsCards.html" %} - {% include "partials/tagsSidebar.html" %} -
    -
    - - {% endblock content %} - diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html deleted file mode 100644 index f628a84fb..000000000 --- a/templates/taxonomy_list.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends "index.html" %} - -{% block content %} -{% endblock content %} \ No newline at end of file diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html deleted file mode 100644 index d34cecd2f..000000000 --- a/templates/taxonomy_single.html +++ /dev/null @@ -1,25 +0,0 @@ -{% extends "index.html" %} - -{% block content %} - -
    - -
    - {% if current_path is containing("partners") %} - {% include "partials/partnersCards.html" %} - {% include "partials/partnersSidebar.html" %} - {% elif current_path is containing("tags") %} - {% include "partials/tagsCards.html" %} - {% include "partials/tagsSidebar.html" %} - {% elif current_path is containing("memberships") %} - {% include "partials/memberships.html" %} - {% elif current_path is containing("people") %} - {% else %} - {% include "partials/newsPosts.html" %} - {% include "partials/newsSidebar.html" %} - {% endif %} -
    -
    - - {% endblock content %} -