add presskit
This commit is contained in:
parent
4624d0153a
commit
0c852241ae
@ -32,6 +32,7 @@ extra:
|
|||||||
|
|
||||||
<a onclick="window.open('https://ourphone.ourworld.tf/', '_blank')"><h6>OurPhone</h6></a>
|
<a onclick="window.open('https://ourphone.ourworld.tf/', '_blank')"><h6>OurPhone</h6></a>
|
||||||
|
|
||||||
|
<a onclick="window.open('/presskit', '_blank')"><h6>Press Kit</h6></a>
|
||||||
|
|
||||||
|
|
||||||
|||
|
|||
|
||||||
@ -57,4 +58,3 @@ cursor: pointer;
|
|||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
9
content/presskit/index.md
Normal file
9
content/presskit/index.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: "About"
|
||||||
|
description: ""
|
||||||
|
date: 2018-09-14
|
||||||
|
updated: 2021-02-20
|
||||||
|
draft: false
|
||||||
|
weight: 2
|
||||||
|
template: "layouts/presskit.html"
|
||||||
|
---
|
12
templates/layouts/presskit.html
Normal file
12
templates/layouts/presskit.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{% extends "_default/base.html" %}
|
||||||
|
{% block content %}
|
||||||
|
|
||||||
|
<div>
|
||||||
|
{% set page = get_page(path="presskit/index.md") %}
|
||||||
|
{{page.content | safe}}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{% include "partials/press_hero.html" %}
|
||||||
|
{% include "partials/quote.html" %}
|
||||||
|
|
||||||
|
{% endblock content %}
|
7
templates/partials/press_hero.html
Normal file
7
templates/partials/press_hero.html
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<div class="bg-white py-24 sm:py-32">
|
||||||
|
<div class="mx-auto max-w-7xl px-6 lg:px-8">
|
||||||
|
<div class="mx-auto max-w-3xl lg:mx-0">
|
||||||
|
<h1 class="text-5xl font-semibold tracking-tight text-pretty text-gray-900 lg:text-6xl">Press Kit</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
Loading…
Reference in New Issue
Block a user