diff --git a/content/careers/index.md b/content/careers/index.md
index 7472535..fd755dd 100644
--- a/content/careers/index.md
+++ b/content/careers/index.md
@@ -11,6 +11,8 @@ extra:
# Rebuild the web
+
+
NEAR is on a mission to empower everyone to take back control of their money, their data, and their identity. Join us.
[View Current Openings](https://near.org/careers/#openings)
@@ -23,6 +25,8 @@ NEAR is on a mission to empower everyone to take back control of their money, th
## Who is building NEAR?
+
+
NEAR Protocol is built by a global, world-class, cross-organizational group of contributors called the NEAR Collective. Its teams are creating the technical groundwork for the applications and companies of the future while solving some of the hardest problems that exist in decentralized and distributed systems.
|||
@@ -33,6 +37,8 @@ NEAR Protocol is built by a global, world-class, cross-organizational group of c
## Well Vetted
+
+
Work with people who have built world-changing companies.
|||
@@ -58,6 +64,8 @@ Work with people who have built world-changing companies.
## Ecosystem Values
+
+
The NEAR Collective has unashamedly high standards. We’re looking for people at the top of their game who share our values of building a future that is open, inclusive and fair.
|||
diff --git a/content/header/_index.md b/content/header/_index.md
index c84a138..7066652 100644
--- a/content/header/_index.md
+++ b/content/header/_index.md
@@ -50,49 +50,34 @@ Decentralized autonomous organizations
|||
-Use Cases
+### USE CASES
-DeFi: Decentralized finance
-NFTs: Non-fungible tokens
-DAOs: Decentralized autonomous organizations
+
+
+
+#### DeFi
+
+Decentralized finance
+
+
+
+#### NFTs
+
+Non-fungible tokens
+
+#### DAOs
+
+Decentralized autonomous organizations
|||
-Featured
+### FEATURED
-Nightshade Sharding Launches: Paving the Way for Mass Adoption
-
-{% end %}
-
-- Learn
-
-{% row() %}
-
-Basics
-
-The Platform: NEAR in a nutshell
-The Blog: Official news & updates
-
-|||
-
-Use Cases
-
-DeFi: Decentralized finance
-NFTs: Non-fungible tokens
-DAOs: Decentralized autonomous organizations
-
-|||
-
-Use Cases
-
-DeFi: Decentralized finance
-NFTs: Non-fungible tokens
-DAOs: Decentralized autonomous organizations
-
-|||
-
-Featured
-
-Nightshade Sharding Launches: Paving the Way for Mass Adoption
+
+
+
+#### Nightshade Sharding Launches
+
+Paving the Way for Mass Adoption
{% end %}
diff --git a/static/images/ourworld_logo.png b/static/images/ourworld_logo.png
deleted file mode 100644
index d2f6da7..0000000
Binary files a/static/images/ourworld_logo.png and /dev/null differ
diff --git a/static/images/threefold_p2p.png b/static/images/threefold_p2p.png
deleted file mode 100644
index 3036cfb..0000000
Binary files a/static/images/threefold_p2p.png and /dev/null differ
diff --git a/static/images/threefold_p2p2.png b/static/images/threefold_p2p2.png
deleted file mode 100644
index 1d2eb0c..0000000
Binary files a/static/images/threefold_p2p2.png and /dev/null differ
diff --git a/templates/blog/list.html b/templates/blog/list.html
deleted file mode 100644
index e9187aa..0000000
--- a/templates/blog/list.html
+++ /dev/null
@@ -1,61 +0,0 @@
-
-{% block content %}
-
-
{{ section.title }}
-
-
-
{% endblock content %}
diff --git a/templates/blogPage.html b/templates/blogPage.html
index 944a8f9..4e71edd 100644
--- a/templates/blogPage.html
+++ b/templates/blogPage.html
@@ -8,7 +8,7 @@
- hey{{ page.title }}
+ {{ page.title }}
diff --git a/templates/categories/list.html b/templates/categories/list.html
index 188f62c..f628a84 100644
--- a/templates/categories/list.html
+++ b/templates/categories/list.html
@@ -1,7 +1,4 @@
{% extends "index.html" %}
{% block content %}
-
-yoo
-
{% endblock content %}
\ No newline at end of file
diff --git a/templates/defaultPage.html b/templates/defaultPage.html
deleted file mode 100644
index e69de29..0000000
diff --git a/templates/index copy.html b/templates/index copy.html
deleted file mode 100644
index d00bdc5..0000000
--- a/templates/index copy.html
+++ /dev/null
@@ -1,31 +0,0 @@
-{% extends "_default/base.html" %}
-{% block content %}
-
-
-
-
-
- {% include "partials/splitRow.html" %}
-
-
-
-
-
- {%- set section = get_section(path="about/community/_index.md") %}
- {% include "partials/splitRow.html" %}
-
-
-
- {%- set section = get_section(path="about/sustainability/_index.md") %}
- {% include "partials/splitRow.html" %}
-
-
-
- {%- set section = get_section(path="about/creators/_index.md") %}
- {% include "partials/splitRow.html" %}
-
-
-
-
-
-{% endblock content %}
\ No newline at end of file
diff --git a/templates/index.html b/templates/index.html
index 8afa215..ad61b24 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,9 +3,6 @@
-
{{section.content | safe}}
-
-
{% endblock content %}
\ No newline at end of file
diff --git a/templates/list.html b/templates/list.html
index d53ad02..56e8399 100644
--- a/templates/list.html
+++ b/templates/list.html
@@ -3,7 +3,7 @@
- {{ section.title }} yooo
+ {{ section.title }}
{% for page in section.pages %}
diff --git a/templates/partials/header.html b/templates/partials/header.html
index 5e8d591..6d002ed 100644
--- a/templates/partials/header.html
+++ b/templates/partials/header.html
@@ -33,8 +33,6 @@
{%- set section = get_section(path="header/_index.md") %}
{% set header_items = section.content | safe | split(pat="- ") %}
-
-
@@ -70,6 +68,9 @@
-->
+
+ Careers
+
Blog
diff --git a/templates/partials/splitRow.html b/templates/partials/splitRow.html
deleted file mode 100644
index 9bdacdb..0000000
--- a/templates/partials/splitRow.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
- {{ section.title }}
-
-
- {{ section.description }}
-
-
-
-
-

-
-
-
-
-
-
-
\ No newline at end of file