From 4ddb45019a7285365281009e40ec199875063680 Mon Sep 17 00:00:00 2001 From: timurgordon Date: Tue, 22 Feb 2022 16:52:58 +0300 Subject: [PATCH] footer partial finalized --- content/footer/_index.md | 58 ++++++++++------------------------ css/index.css | 10 +++++- templates/partials/footer.html | 8 ++--- templates/shortcodes/row.html | 4 +-- 4 files changed, 30 insertions(+), 50 deletions(-) diff --git a/content/footer/_index.md b/content/footer/_index.md index 50c898a..af15183 100644 --- a/content/footer/_index.md +++ b/content/footer/_index.md @@ -10,72 +10,48 @@ extra: {% row(isLean="true") %} -### BASICS - -
-
- -#### The Platform - -NEAR in a nutshell +#### Purpose
-#### The Blog +##### [The Internot]("/") -Official news & updates +##### [Internet for all]("/") + +##### [The Internot]("/") ||| -### USE CASES - -
-
- -#### DeFi - -Decentralized finance +#### Ecosystem
-#### NFTs +##### [OurWorld DAO]("/") -Non-fungible tokens +##### [Communities]("/") -#### DAOs - -Decentralized autonomous organizations +##### [DAO's]("/") ||| -### USE CASES - -
-
- -#### DeFi - -Decentralized finance +#### Applications
-#### NFTs +##### [DAPPs]("/") -Non-fungible tokens - -#### DAOs - -Decentralized autonomous organizations +##### [Projects]("/") ||| -### FEATURED +#### Join -

-#### Nightshade Sharding Launches +##### [People]("/") -Paving the Way for Mass Adoption +##### [Ideators]("/") + +##### [Developers]("/") {% end %} diff --git a/css/index.css b/css/index.css index 844c8d9..5788813 100644 --- a/css/index.css +++ b/css/index.css @@ -44,6 +44,14 @@ img[src*="#large"] { h2 { @apply text-2xl lg:text-4xl font-light; } + + h5 { + @apply text-base lg:text-base font-light leading-8 my-2; + } + + h5 { + @apply text-base lg:text-base font-light leading-8 my-2 text-gray-600; + } } h3 { @@ -55,7 +63,7 @@ h3 { h4 { font-size: 1.3em; - font-weight: 500; + font-weight: 400; } p { diff --git a/templates/partials/footer.html b/templates/partials/footer.html index ab56d63..5458a41 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -8,10 +8,11 @@ +
diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index 2562f74..307f7f1 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -10,9 +10,9 @@ Parameters: {% set columns = body | safe | markdown | split(pat="|||") %} -{% set classes = "relative pt-12 flex flex-col md:flex-row lg:flex-row p-8 sm:p-12 md:p-16 lg:p-20 lg:py-16 lg:items-center" %} +{% set classes = "relative pt-12 flex flex-col md:flex-row lg:flex-row p-8 sm:p-12 md:p-16 lg:p-20 lg:py-16 lg:items-center"%} {% if isLean %} - {% set classes = "relative flex flex-col lg:flex-row items-baseline" %} + {% set classes = "relative flex flex-col lg:flex-row items-baseline w-full" %} {% endif %} {% set styles = "" %}