diff --git a/content/footer/_index.md b/content/footer/_index.md index 415ad6d..beb9c41 100644 --- a/content/footer/_index.md +++ b/content/footer/_index.md @@ -32,6 +32,7 @@ extra:
OurPhone
+
Press Kit
||| @@ -57,4 +58,3 @@ cursor: pointer; } - \ No newline at end of file diff --git a/content/presskit/index.md b/content/presskit/index.md new file mode 100644 index 0000000..16ff9d4 --- /dev/null +++ b/content/presskit/index.md @@ -0,0 +1,9 @@ +--- +title: "About" +description: "" +date: 2018-09-14 +updated: 2021-02-20 +draft: false +weight: 2 +template: "layouts/presskit.html" +--- diff --git a/templates/layouts/presskit.html b/templates/layouts/presskit.html new file mode 100644 index 0000000..04423f7 --- /dev/null +++ b/templates/layouts/presskit.html @@ -0,0 +1,12 @@ +{% extends "_default/base.html" %} +{% block content %} + +
+ {% set page = get_page(path="presskit/index.md") %} + {{page.content | safe}} +
+ +{% include "partials/press_hero.html" %} +{% include "partials/quote.html" %} + +{% endblock content %} diff --git a/templates/partials/press_hero.html b/templates/partials/press_hero.html new file mode 100644 index 0000000..fa83c17 --- /dev/null +++ b/templates/partials/press_hero.html @@ -0,0 +1,7 @@ +
+
+
+

Press Kit

+
+
+