From 3df910b359125d35ca71f4e9419b0bd41d56718c Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 14 Jun 2021 22:11:50 -0400 Subject: stripping bulma and cobalt; uneeded at this point --- _layouts/index.liquid | 185 -------------------------------------------------- 1 file changed, 185 deletions(-) delete mode 100644 _layouts/index.liquid (limited to '_layouts/index.liquid') diff --git a/_layouts/index.liquid b/_layouts/index.liquid deleted file mode 100644 index dddf168..0000000 --- a/_layouts/index.liquid +++ /dev/null @@ -1,185 +0,0 @@ - - - - {{ page.title }} - - {% include "meta.liquid" %} - - - - {% include "nav.liquid" %} - - -
- -
- - - - {% for post in collections.posts.pages %} {% if post.categories[0] == - "announcement" %} {% include "announcement.liquid" %} {% endif %} {% endfor - %} - - -
-
-
-
- -
-

- {{ site.data.content.blurb.first }} -

- {% for line in site.data.content.blurb offset:1 %} -

{{ line }}

- {% endfor %} -
-
- - - - - -
-
-
-
-
- - - - - -
-
-
-
-
-
- - -
-
-
- {% for offering in site.data.offerings %} -
-
-
-

- {{ offering.name }} -

-

- {{ offering.highlight }} -

-

- Learn more... -

-
-
-
- {% endfor %} -
-
-
- - -
-
- {% include "pricing-table.liquid" %} -
-
- -
- -
- - - {% for offering in site.data.offerings %} - - {% endfor %} - - -
-
-
-
- - - - - -
-

- {{ site.data.content.about.first }} -

- - {% for line in site.data.content.about offset:1 %} -

{{ line }}

- {% endfor %} -
-
-
- - -
-
-
-
-
- {% include "contact-form.liquid" %} -
-
-
-
-
- - {% include "footer.liquid" %} - - - - - - -- cgit v1.2.3