From c1c59439eed8a20e8a019d001a8d2804218f2f7c Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Tue, 26 Mar 2024 09:37:08 -0400 Subject: [PATCH] Delete templates directory --- templates/_default/base.html | 14 - templates/blogPage.html | 82 ------ templates/categories/list.html | 4 - templates/categories/single.html | 14 - templates/index.html | 9 - templates/items/list.html | 4 - templates/items/single.html | 14 - templates/layouts/blog.html | 30 --- templates/layouts/horizontal_section.html | 18 -- templates/layouts/products.html | 30 --- templates/list.html | 14 - templates/macros.html | 28 -- templates/page.html | 16 -- templates/partials/applicationForm.html | 60 ----- templates/partials/blogPosts.html | 70 ----- templates/partials/blogSidebar.html | 38 --- templates/partials/featuredBlog.html | 36 --- templates/partials/featuredProduct.html | 36 --- templates/partials/footer.html | 21 -- templates/partials/head.html | 42 --- templates/partials/header.html | 145 ---------- templates/partials/header_custom.html | 159 ----------- templates/partials/icons/bar-svgrepo-com.svg | 82 ------ templates/partials/icons/code-svgrepo-com.svg | 95 ------- templates/partials/icons/form-svgrepo-com.svg | 67 ----- .../icons/paint-brush-art-svgrepo-com.svg | 79 ------ templates/partials/icons/svgDribbbleIcon.html | 3 - templates/partials/icons/svgFacebookIcon.html | 3 - .../partials/icons/svgFirstPageIcon.html | 1 - templates/partials/icons/svgGithubIcon.html | 3 - .../partials/icons/svgInstagramIcon.html | 3 - templates/partials/icons/svgLastPageIcon.html | 1 - templates/partials/icons/svgNextPageIcon.html | 1 - templates/partials/icons/svgPrevPageIcon.html | 1 - templates/partials/icons/svgTwitterIcon.html | 3 - templates/partials/pageBox.html | 9 - templates/partials/page_list.html | 19 -- templates/partials/postCard.html | 75 ------ templates/partials/productCard.html | 75 ------ templates/partials/productPosts.html | 70 ----- templates/partials/productSidebar.html | 38 --- templates/partials/socialLinks.html | 21 -- templates/partials/tags.html | 5 - templates/positionPage.html | 31 --- templates/productPage.html | 82 ------ templates/roles/list.html | 7 - templates/roles/single.html | 35 --- templates/section.html | 11 - templates/shortcodes/admonition.html | 65 ----- templates/shortcodes/button.html | 5 - templates/shortcodes/earn_sec.html | 56 ---- templates/shortcodes/featured_stories.html | 73 ----- templates/shortcodes/fflow_experiences.html | 52 ---- templates/shortcodes/fflow_grid.html | 52 ---- templates/shortcodes/fflow_skills.html | 95 ------- templates/shortcodes/fflow_twin.html | 53 ---- templates/shortcodes/grid_stats.html | 78 ------ templates/shortcodes/menu.html | 44 --- templates/shortcodes/mermaid.html | 3 - templates/shortcodes/row.html | 250 ------------------ templates/shortcodes/space.html | 8 - templates/shortcodes/team_sec.html | 79 ------ templates/tags/list.html | 7 - templates/tags/single.html | 12 - 64 files changed, 2636 deletions(-) delete mode 100644 templates/_default/base.html delete mode 100644 templates/blogPage.html delete mode 100644 templates/categories/list.html delete mode 100644 templates/categories/single.html delete mode 100644 templates/index.html delete mode 100644 templates/items/list.html delete mode 100644 templates/items/single.html delete mode 100644 templates/layouts/blog.html delete mode 100644 templates/layouts/horizontal_section.html delete mode 100644 templates/layouts/products.html delete mode 100644 templates/list.html delete mode 100644 templates/macros.html delete mode 100644 templates/page.html delete mode 100644 templates/partials/applicationForm.html delete mode 100644 templates/partials/blogPosts.html delete mode 100644 templates/partials/blogSidebar.html delete mode 100644 templates/partials/featuredBlog.html delete mode 100644 templates/partials/featuredProduct.html delete mode 100644 templates/partials/footer.html delete mode 100644 templates/partials/head.html delete mode 100644 templates/partials/header.html delete mode 100644 templates/partials/header_custom.html delete mode 100644 templates/partials/icons/bar-svgrepo-com.svg delete mode 100644 templates/partials/icons/code-svgrepo-com.svg delete mode 100644 templates/partials/icons/form-svgrepo-com.svg delete mode 100644 templates/partials/icons/paint-brush-art-svgrepo-com.svg delete mode 100644 templates/partials/icons/svgDribbbleIcon.html delete mode 100644 templates/partials/icons/svgFacebookIcon.html delete mode 100644 templates/partials/icons/svgFirstPageIcon.html delete mode 100644 templates/partials/icons/svgGithubIcon.html delete mode 100644 templates/partials/icons/svgInstagramIcon.html delete mode 100644 templates/partials/icons/svgLastPageIcon.html delete mode 100644 templates/partials/icons/svgNextPageIcon.html delete mode 100644 templates/partials/icons/svgPrevPageIcon.html delete mode 100644 templates/partials/icons/svgTwitterIcon.html delete mode 100644 templates/partials/pageBox.html delete mode 100644 templates/partials/page_list.html delete mode 100644 templates/partials/postCard.html delete mode 100644 templates/partials/productCard.html delete mode 100644 templates/partials/productPosts.html delete mode 100644 templates/partials/productSidebar.html delete mode 100644 templates/partials/socialLinks.html delete mode 100644 templates/partials/tags.html delete mode 100644 templates/positionPage.html delete mode 100644 templates/productPage.html delete mode 100644 templates/roles/list.html delete mode 100644 templates/roles/single.html delete mode 100644 templates/section.html delete mode 100644 templates/shortcodes/admonition.html delete mode 100644 templates/shortcodes/button.html delete mode 100644 templates/shortcodes/earn_sec.html delete mode 100644 templates/shortcodes/featured_stories.html delete mode 100644 templates/shortcodes/fflow_experiences.html delete mode 100644 templates/shortcodes/fflow_grid.html delete mode 100644 templates/shortcodes/fflow_skills.html delete mode 100644 templates/shortcodes/fflow_twin.html delete mode 100644 templates/shortcodes/grid_stats.html delete mode 100644 templates/shortcodes/menu.html delete mode 100644 templates/shortcodes/mermaid.html delete mode 100644 templates/shortcodes/row.html delete mode 100644 templates/shortcodes/space.html delete mode 100644 templates/shortcodes/team_sec.html delete mode 100644 templates/tags/list.html delete mode 100644 templates/tags/single.html diff --git a/templates/_default/base.html b/templates/_default/base.html deleted file mode 100644 index ffbc538..0000000 --- a/templates/_default/base.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - {% include "partials/head.html" %} - -
- {% include "partials/header.html" %} -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 c349733..0000000 --- a/templates/macros.html +++ /dev/null @@ -1,28 +0,0 @@ -{% macro page_list(type="text") %} - - {% if section.extra.group_pages_by %} -- {% 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 %} -
-- {{page.description | safe}} -
-- {% 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 %} -
-{{page.description}}
- {% include "partials/categories.html" %} -{{config.extra.taxonomies["roles"][term.name].description}}
-{{ content }}
- {% endif %} -{{ content }}
-Chat with your friends, hold meetings and and have video conferencing.
-Transact or manage your assets using the wallet features available with the Twin.
-Create videos, documents or anything else you require for your daily needs.
-Archive and organize all your data in one place without worrying about security.
-Send your data and files to anyone of your choice directly without central servers.
-Build websites, librariies or whatever else you require with the FreeFlow Twin.
-FInd and browse any information without being tracked or logged.
-Work with your friends, family or collegues or projects or tasks together.
-Develop more tools or decentralized applications for the FreeFlow Grid.
-|||
") %} - -{% set row_class = "relative flex flex-col md:flex md:flex-row flex-wrap max-w-fit overflow-hidden"%} - - -{% if 2 < columns | length %} - {% set row_class = row_class ~ " lg:items-start" %} -{% else %} - {% set row_class = row_class ~ " items-center" %} -{% endif %} - -{% set col_class = "flex-1 mb-4 md:mb-12 lg:mb-0 lg:mx-2 xl:mx-4" %} - - -{% set row_id = '' %} - -{% if id %} -{% set row_id = id %} - -{% endif %} - - - -{% set padding_class = " py-8 md:py-8 lg:py-24" %} - -{% if padding %} - {% if "none" in padding %} - {% set padding_class = " py-0" %} - {% elif "top" in padding %} - {% set padding_class = " py-2 md:py-4 lg:pt-24" %} - {% elif "bottom" in padding %} - {% set padding_class = " py-2 md:py-4 lg:pb-24" %} - {% elif "both" in padding %} - {% set padding_class = " py-8 md:py-4 lg:py-24" %} - {% endif %} -{% endif %} - -{% if css %} - {% set padding_class = padding_class ~ " " ~ css %} -{% endif %} - -{% set row_class = row_class ~ padding_class %} - - - - -{% set margin_class = " mx-4 md:mx-16 lg:mx-24" %} - -{% if margin %} - {% if "none" in margin %} - {% set margin_class = " mx-0" %} - {% elif "wide" in margin %} - {% set margin_class = " mx-8 sm:mx-8 md:mx-12 lg:mx-16 xl:mx-20 " %} - {% elif "moderate" in margin %} - {% set margin_class = " mx-8 sm:mx-16 md:mx-20 lg:mx-28" %} - {% elif "narrow" in margin %} - {% set margin_class = " mx-8 sm:mx-20 md:mx-28 lg:mx-40" %} - {% elif "tight" in margin %} - {% set margin_class = " mx-8 sm:mx-32 md:mx-40 lg:mx-80 xl:mx-96" %} - {% elif "header" in margin %} - {% set margin_class = " mx-8 sm:mx-20 md:mx-28 lg:mx-40 my-10" %} - {% elif "withContainer" in margin %} - {% set margin_class = " mx-8 " %} - {% endif %} - {% if "lean-left" in margin %} - {% set margin = margin_class | replace(from=" ", to=" first:")%} - {% set margin_left = margin | replace(from="mx", to="-ml") %} - {% set margin_right = margin | replace(from="mx", to="mr") %} - {% set col_class = col_class ~ " md:last:px-8 lg:last:px-20 lg:max-w-[50%] lg:mx-0 " ~ margin_left ~ margin_right %} - {% set row_class = row_class ~ " sm:gap-0 " %} - {% elif "lean-right" in margin %} - {% set margin = margin_class | replace(from=" ", to=" last:")%} - {% set margin_left = margin | replace(from="mx", to="ml") %} - {% set margin_right = margin | replace(from="mx", to="-mr") %} - {% set col_class = col_class ~ " md:first:px-8 lg:first:px-20 lg:max-w-[50%] lg:mx-0 " ~ margin_left ~ margin_right %} - {% set row_class = row_class ~ " sm:gap-0 " %} - {% endif %} -{% endif %} - -{% if css %} - {% set margin_class = margin_class ~ " " ~ css %} -{% endif %} - -{% set row_class = row_class ~ margin_class %} - - - - - {% if reverse %} - {% if "rightreserve" in reverse %} - {% set row_class = "flex flex-col-reverse md:flex-row items-center mx-8" %} - {% elif "leftreserve" in reverse %} - {% set row_class = "flex flex-col md:flex-row items-center mx-8" %} - - {% endif %} - {% endif %} - -{% if style %} - - {% if "center" in style %} - {% set row_class = row_class ~ " text-center items-center " %} - {% set col_class = col_class ~ " flex-1 " %} - {% endif %} - - {% if "right" in style %} - {% set row_class = row_class ~ " text-center lg:text-right md:text-right justify-center " %} - {% set col_class = col_class ~ " flex-1 m-4 lg:m-0 mx-8" %} -{% endif %} - - - {% if "items-end" in style %} - {% set row_class = row_class ~ " lg:items-end" %} - {% set col_class = col_class ~ " flex-1 " %} - {% endif %} - - - - - - {% if "between" in style %} - {% set row_class = row_class ~ " lg:max-w-6xl " %} - {% elif "moderate" in style %} - {% set row_class = row_class ~ " " %} - {% endif %} - - - {% if "narrow" in style %} - {% set row_class = row_class ~ " lg:max-w-3xl " %} - {% elif "tight" in style %} - {% set row_class = row_class ~ " lg:max-w-sm " %} - {% elif "moderate" in style %} - {% set row_class = row_class ~ " mx-20 " %} - {% endif %} - - {% if "invert-color" in style %} - - {% set row_class = row_class ~ " text-white lg:text-white " %} - - {% endif %} - {% else %} - {% set row_class = row_class ~ " " %} -{% endif %} - -{% set anchor_link = ""%} -{% if anchor %} - {% set anchor_link = anchor %} -{% endif %} - - - -{% set styles = "" %} -{% set div_class = " " %} -{% if bgPath %} - {% set background_url = page.permalink ~ bgPath %} - {% set styles = "background: url('" ~ background_url ~ "'); background-size: cover; background-position: center;" %} - {% if "#desktop" in bgPath %} - {% set bgStyle = false %} - {% set div_class = " !bg-[length:0px_0px] !bg-no-repeat lg:!bg-cover " %} - {% set row_class = row_class | replace(from='text-white', to='text-black') %} - {% if "invert-color" in style %} - {% if "#desktop" in bgPath %} - {% set row_class = row_class ~ " lg:text-white " %} - {% endif %} - {% endif %} - {% endif %} -{% 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 %} -{% if bgColor %} - {% set styles = "background-color: " ~ bgColor ~ "; background-size: cover" %} - {% set row_class = row_class %} -{% endif %} - -{% if class %} - {% set styles = "background-color: " ~ bgColor ~ "; background-size: cover" %} - {% set row_class = row_class %} -{% endif %} - - -{% set no_margins = " -mx-8 md:-mx-12 lg:-mx-16 xl:-mx-20" %} - - -