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 @@