add presskit
This commit is contained in:
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>
|
Reference in New Issue
Block a user