footer partial finalized

This commit is contained in:
timurgordon 2022-02-22 16:52:58 +03:00
parent 2cc555b347
commit 4ddb45019a
4 changed files with 30 additions and 50 deletions

View File

@ -10,72 +10,48 @@ extra:
{% row(isLean="true") %} {% row(isLean="true") %}
### BASICS #### Purpose
<br>
<br>
#### The Platform
NEAR in a nutshell
<br> <br>
#### The Blog ##### [The Internot]("/")
Official news & updates ##### [Internet for all]("/")
##### [The Internot]("/")
||| |||
### USE CASES #### Ecosystem
<br>
<br>
#### DeFi
Decentralized finance
<br> <br>
#### NFTs ##### [OurWorld DAO]("/")
Non-fungible tokens ##### [Communities]("/")
#### DAOs ##### [DAO's]("/")
Decentralized autonomous organizations
||| |||
### USE CASES #### Applications
<br>
<br>
#### DeFi
Decentralized finance
<br> <br>
#### NFTs ##### [DAPPs]("/")
Non-fungible tokens ##### [Projects]("/")
#### DAOs
Decentralized autonomous organizations
||| |||
### FEATURED #### Join
<br>
<br> <br>
#### Nightshade Sharding Launches ##### [People]("/")
Paving the Way for Mass Adoption ##### [Ideators]("/")
##### [Developers]("/")
{% end %} {% end %}

View File

@ -44,6 +44,14 @@ img[src*="#large"] {
h2 { h2 {
@apply text-2xl lg:text-4xl font-light; @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 { h3 {
@ -55,7 +63,7 @@ h3 {
h4 { h4 {
font-size: 1.3em; font-size: 1.3em;
font-weight: 500; font-weight: 400;
} }
p { p {

View File

@ -8,10 +8,11 @@
<html> <html>
<head /><body> <head /><body>
<div class="mt-12 border-t border-gray-200 pt-8"></div>
<footer class="bg-white"> <footer class="bg-white">
<div class="max-w-screen-xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8"> <div class="max-w-screen-xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8">
<div class="xl:flex xl:gap-4"> <div class="xl:flex xl:gap-4">
<div class="space-y-8 xl:col-span-1"> <div class="space-y-8 lg:max-w-sm xl:max-w-sm lg:mx-8 lg:mb-8 xl:col-span-1">
<img class="h-6" src="{{logoPath}}" alt="Company name" /> <img class="h-6" src="{{logoPath}}" alt="Company name" />
<p class="text-gray-500 text-base leading-6 "> <p class="text-gray-500 text-base leading-6 ">
{{section.description}} {{section.description}}
@ -23,11 +24,6 @@
</div> </div>
</div> </div>
<div class="mt-12 border-t border-gray-200 pt-8">
<p class="text-base leading-6 text-gray-400 xl:text-center">
&#xA9; 2020 Workflow, Inc. All rights reserved.
</p>
</div>
</div> </div>
</footer> </footer>
</body> </body>

View File

@ -10,9 +10,9 @@ Parameters:
{% set columns = body | safe | markdown | split(pat="|||") %} {% 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 %} {% 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 %} {% endif %}
{% set styles = "" %} {% set styles = "" %}