add presskit

This commit is contained in:
sasha-astiadi 2025-04-11 17:23:11 +02:00
parent 4624d0153a
commit 0c852241ae
4 changed files with 29 additions and 1 deletions

View File

@ -32,6 +32,7 @@ extra:
<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>

View File

@ -0,0 +1,9 @@
---
title: "About"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 2
template: "layouts/presskit.html"
---

View 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 %}

View 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>