code clean

This commit is contained in:
timurgordon
2022-02-18 15:04:23 +03:00
parent b37696ffc1
commit 36c0f5bc00
14 changed files with 37 additions and 167 deletions

View File

@@ -33,8 +33,6 @@
{%- set section = get_section(path="header/_index.md") %}
{% set header_items = section.content | safe | split(pat="<li>") %}
<body>
<div class="z-10 bg-white fixed w-screen">
<div class="relative z-10 shadow">
@@ -70,6 +68,9 @@
-->
</button>
</div>
<a href="/careers" class="text-sm leading-6 font-normal text-gray-500 hover:text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0">
Careers
</a>
<a href="/blog" class="text-sm leading-6 font-normal text-gray-500 hover:text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0">
Blog
</a>

View File

@@ -1,26 +0,0 @@
<!-- Split Row partial.
Basic row with a heading, description and link (optional) on the left,
And an img on the right. Used to summarize pages in landing page etc, and as page headers.
-->
<body>
<div class="relative mt-12 lg:mt-24 lg:grid lg:grid-cols-2 lg:gap-8 lg:items-center m-20">
<div class="relative lg:w-11/12">
<h1 class="text-5xl fw-500 font-normal mb-10">
{{ section.title }}
</h1>
<p class="text-sm leading-6 text-gray-800">
{{ section.description }}
</p>
</div>
<div class="mt-10 -mx-4 relative lg:mt-0 max-w-full">
<img class="relative mx-auto max-w-full max-h-80 mr-0" src=/{{section.extra.imgPath}} alt="" />
</div>
</div>
</div>
</div>
</body>