footer partial finalized
This commit is contained in:
parent
2cc555b347
commit
4ddb45019a
@ -10,72 +10,48 @@ extra:
|
||||
|
||||
{% row(isLean="true") %}
|
||||
|
||||
### BASICS
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
#### The Platform
|
||||
|
||||
NEAR in a nutshell
|
||||
#### Purpose
|
||||
|
||||
<br>
|
||||
|
||||
#### The Blog
|
||||
##### [The Internot]("/")
|
||||
|
||||
Official news & updates
|
||||
##### [Internet for all]("/")
|
||||
|
||||
##### [The Internot]("/")
|
||||
|
||||
|||
|
||||
|
||||
### USE CASES
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
#### DeFi
|
||||
|
||||
Decentralized finance
|
||||
#### Ecosystem
|
||||
|
||||
<br>
|
||||
|
||||
#### NFTs
|
||||
##### [OurWorld DAO]("/")
|
||||
|
||||
Non-fungible tokens
|
||||
##### [Communities]("/")
|
||||
|
||||
#### DAOs
|
||||
|
||||
Decentralized autonomous organizations
|
||||
##### [DAO's]("/")
|
||||
|
||||
|||
|
||||
|
||||
### USE CASES
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
#### DeFi
|
||||
|
||||
Decentralized finance
|
||||
#### Applications
|
||||
|
||||
<br>
|
||||
|
||||
#### NFTs
|
||||
##### [DAPPs]("/")
|
||||
|
||||
Non-fungible tokens
|
||||
|
||||
#### DAOs
|
||||
|
||||
Decentralized autonomous organizations
|
||||
##### [Projects]("/")
|
||||
|
||||
|||
|
||||
|
||||
### FEATURED
|
||||
#### Join
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
#### Nightshade Sharding Launches
|
||||
##### [People]("/")
|
||||
|
||||
Paving the Way for Mass Adoption
|
||||
##### [Ideators]("/")
|
||||
|
||||
##### [Developers]("/")
|
||||
|
||||
{% end %}
|
||||
|
@ -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 {
|
||||
|
@ -8,10 +8,11 @@
|
||||
|
||||
<html>
|
||||
<head /><body>
|
||||
<div class="mt-12 border-t border-gray-200 pt-8"></div>
|
||||
<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="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" />
|
||||
<p class="text-gray-500 text-base leading-6 ">
|
||||
{{section.description}}
|
||||
@ -23,11 +24,6 @@
|
||||
|
||||
</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">
|
||||
© 2020 Workflow, Inc. All rights reserved.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
@ -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 = "" %}
|
||||
|
Loading…
Reference in New Issue
Block a user