From b37696ffc149c64997caf484e306b247a7d98af4 Mon Sep 17 00:00:00 2001
From: timurgordon
+
+The Creator Economy requires robust infrastructure
+including a set of intuitive developer tools, and an
+engaged, decentralized community.
+
+[Learn about the Creator Economy on OurWorld]("/")
|||
@@ -24,18 +52,92 @@ Together we expand and create this OurWorld platform, with the purpose to give a
{% row() %}
-
+## Solutions for Scaling
+
+
+
+OurWorld is eliminating the barriers to Web 3
+adoption. With high speeds, low fees, and
+progressive UX, OurWord climate-neutral
+blockchain is ready for explosive growth.
+
+[Link to something]("/")
+
+|||
+
+
{% end %}
{% row() %}
-## A world for and by the people
+## For a multi-chain future
-Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet. Let's go back to what the internet was supposed to be.
+
+
+OurWorld runs in concert with Ethereum, Polkadot, Cosmos, and more, allowing for the free flow of assets and communication between networks for the betterment of all.
+
+[Link to something]("/")
|||
-
+
+
+{% end %}
+
+{% row() %}
+
+## Register & choose a path
+
+
+
+The best way to stake your claim in the
+OurWorldverse is by creating registering.
+
+Then, choose the first step in your journey.
+
+
+
+|||
+
+|||
+
+{% end %}
+
+{% row() %}
+
+
+
+## Build
+
+
+
+Build decentralized apps on a developer-friendly
+platform that features low fees, high speeds, and
+infinite scalability.
+
+|||
+
+
+
+## Grow
+
+
+
+Startup or grow up on a platform that sets you
+up for success. Investors, partners, and users
+are waiting.
+
+|||
+
+
+
+## Belong
+
+
+
+When you find your purpose, you find your people.
+Pick a wallet, create an account, and start
+contributing with OurWorld today.
{% end %}
diff --git a/content/careers/index.md b/content/careers/index.md
index 20505ad..7472535 100644
--- a/content/careers/index.md
+++ b/content/careers/index.md
@@ -7,14 +7,16 @@ extra:
imgPath: "/images/careers-hero.jpg"
---
-# Rebuild the web
+{% row(bgPath="/images/careers-hero.jpg#background") %}
-
+# 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)
+|||
+
{% end %}
{% row() %}
@@ -58,6 +60,10 @@ Work with people who have built world-changing companies.
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.
+|||
+
+|||
+
{% end %}
{% row() %}
diff --git a/content/header/_index.md b/content/header/_index.md
index d65acc0..c84a138 100644
--- a/content/header/_index.md
+++ b/content/header/_index.md
@@ -4,7 +4,7 @@ description: "NEAR is on a mission to empower everyone to take back control of t
insert_anchor_links: "left"
template: "partials/header.html"
extra:
- logoPath: ""
+ logoPath: "/images/ourworld_logo2.png"
imgPath: ""
---
diff --git a/css/index.css b/css/index.css
index 8e989bf..7e4beec 100644
--- a/css/index.css
+++ b/css/index.css
@@ -7,6 +7,11 @@
@import "ffoxobliq.css";
/*! purgecss end ignore */
@import "tailwindcss/utilities";
+@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");
+
+* {
+ font-family: "Ubuntu";
+}
/* Custom CSS for header partial */
.backdrop-blur {
@@ -19,7 +24,7 @@
/* Custom css allowing image styling in markdown */
img[src*="#small"] {
- width: 38px;
+ width: 68px;
}
img[src*="#medium"] {
@@ -27,17 +32,13 @@ img[src*="#medium"] {
margin: auto;
}
-h1 {
- font-size: 3rem;
- font-weight: 400;
- line-height: 1.3;
-}
-
-h2 {
- font-size: 2.2rem;
- font-weight: 500;
- line-height: 1.3;
- margin: 20px 0px;
+@layer components {
+ h1 {
+ @apply text-3xl lg:text-5xl font-light;
+ }
+ h2 {
+ @apply text-2xl lg:text-4xl font-light;
+ }
}
h3 {
diff --git a/templates/index.html b/templates/index.html
index 3b6343f..8afa215 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -6,25 +6,6 @@
{{section.content | safe}}
-
- {% 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/partials/footer.html b/templates/partials/footer.html
index 81b3059..2208a5a 100644
--- a/templates/partials/footer.html
+++ b/templates/partials/footer.html
@@ -1,13 +1,18 @@
+-->
+
+{%- set section = get_section(path="header/_index.md") %}
+{%- set logoPath = section.extra.logoPath %}
+
+