diff --git a/templates/layouts2/action.html b/templates/layouts2/action.html deleted file mode 100644 index d61d273..0000000 --- a/templates/layouts2/action.html +++ /dev/null @@ -1,6 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} -{% include "partials/download/download1.html" %} -{% include "partials/hero/myhero6.html" %} -{% include "partials/hero/myhero7.html" %} -{% endblock content %} \ No newline at end of file diff --git a/templates/layouts2/blog.html b/templates/layouts2/blog.html deleted file mode 100644 index d9b237f..0000000 --- a/templates/layouts2/blog.html +++ /dev/null @@ -1,33 +0,0 @@ -{% extends "_default/base.html" %} - - -{% block content %} - -
- - - {%- set section = get_section(path="blog/_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/featuredBlog.html" %} - -
- {% include "partials/blogPosts.html" %} - {% include "partials/blogSidebar.html" %} -
-
- - {% endblock content %} diff --git a/templates/layouts2/faq.html b/templates/layouts2/faq.html deleted file mode 100644 index b56136c..0000000 --- a/templates/layouts2/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/layouts2/hero.html b/templates/layouts2/hero.html deleted file mode 100644 index fc69541..0000000 --- a/templates/layouts2/hero.html +++ /dev/null @@ -1,80 +0,0 @@ -
-
- - - -
- -
- -
- -
-

Data to enrich your online business

-

Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet fugiat veniam occaecat.

- -
-
- -
-
- \ No newline at end of file diff --git a/templates/layouts2/horizontal_section.html b/templates/layouts2/horizontal_section.html deleted file mode 100644 index ca84bf8..0000000 --- a/templates/layouts2/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/layouts2/newsroom.html b/templates/layouts2/newsroom.html deleted file mode 100644 index 52086d4..0000000 --- a/templates/layouts2/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/layouts2/partners.html b/templates/layouts2/partners.html deleted file mode 100644 index 2b6351d..0000000 --- a/templates/layouts2/partners.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "_default/base.html" %} - -{% block content %} -
- - {%- set section = get_section(path="partners/_index.md") %} - {% include "partials/intro.html" %} -
- {% include "partials/partnersCards.html" %} - {% include "partials/partnersSidebar.html" %} -
-
-{% endblock content %} diff --git a/templates/layouts2/people.html b/templates/layouts2/people.html deleted file mode 100644 index fcdb7de..0000000 --- a/templates/layouts2/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/layouts2/signup.html b/templates/layouts2/signup.html deleted file mode 100644 index d8003cb..0000000 --- a/templates/layouts2/signup.html +++ /dev/null @@ -1,6 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} - -{% include "partials/form.html" %} - -{% endblock content %} \ No newline at end of file diff --git a/templates/layouts2/solutions.html b/templates/layouts2/solutions.html deleted file mode 100644 index b08cb64..0000000 --- a/templates/layouts2/solutions.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} - -{% include "partials/solutions/hero.html" %} -{% include "partials/solutions/what.html" %} -{% include "partials/solutions/portfolio.html" %} -{% include "partials/home/cta.html" %} -{% endblock content %} \ No newline at end of file diff --git a/templates/layouts2/what.html b/templates/layouts2/what.html deleted file mode 100644 index 24726bf..0000000 --- a/templates/layouts2/what.html +++ /dev/null @@ -1,39 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} - -{% include "partials/hero/myhero1.html" %} -{% include "partials/hero/myhero3.html" %} -{% include "partials/hero/myhero5.html" %} -{% include "partials/hero/myhero2.html" %} -{% include "partials/hero/myhero6.html" %} -{% include "partials/hero/myhero7.html" %} -{% include "partials/feature/feature1.html" %} -{% include "partials/feature/feature2.html" %} -{% include "partials/feature/feature3.html" %} -{% include "partials/feature/feature4.html" %} -{% include "partials/feature/feature5.html" %} -{% include "partials/feature/feature6.html" %} -{% include "partials/home/cta.html" %} -{% include "partials/action/video.html" %} -{% include "partials/action/web4tools.html" %} -{% include "partials/action/action.html" %} -{% include "partials/about/about5.html" %} -{% include "partials/home/cta.html" %} -{% include "partials/about/about6.html" %} -{% include "partials/hero/hero1.html" %} -{% include "partials/hero/hero2.html" %} -{% include "partials/hero/hero3.html" %} -{% include "partials/hero/hero4.html" %} -{% include "partials/hero/hero5.html" %} -{% include "partials/hero/hero6.html" %} -{% include "partials/hero/hero7.html" %} -{% include "partials/hero/hero8.html" %} -{% include "partials/hero/hero9.html" %} -{% include "partials/why/hero.html" %} -{% include "partials/why/reason.html" %} -{% include "partials/why/timeline.html" %} -{% include "partials/why/matters.html" %} -{% include "partials/why/values.html" %} -{% include "partials/why/team.html" %} -{% include "partials/home/cta.html" %} -{% endblock content %} \ No newline at end of file diff --git a/templates/layouts2/why.html b/templates/layouts2/why.html deleted file mode 100644 index e0ef7db..0000000 --- a/templates/layouts2/why.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} -{% include "partials/about/about1.html" %} -{% include "partials/about/about2.html" %} -{% include "partials/about/about3.html" %} -{% include "partials/about/about4.html" %} -{% include "partials/about/about5.html" %} -{% include "partials/about/about6.html" %} -{% include "partials/hero/myhero7.html" %} - - -{% endblock content %} \ No newline at end of file