From 99b9f754cb20d52ad244dce73bbf6c27e4febbcf Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Thu, 20 Jul 2023 08:04:26 +0200 Subject: [PATCH 01/13] Update hero-data.js --- src/datas/run-a-node/hero-data.js | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/datas/run-a-node/hero-data.js b/src/datas/run-a-node/hero-data.js index 024fc06a5..6149d59f9 100644 --- a/src/datas/run-a-node/hero-data.js +++ b/src/datas/run-a-node/hero-data.js @@ -1,5 +1,5 @@ export const heroData = { - title: "Run a Node", + title: "Run a light node", text: "Enter an internet where users are first-class citizens. Own your assets while securing Celestia.", buttons: [ { @@ -7,12 +7,6 @@ export const heroData = { class: "simple", type: "anchor", url: "start-up-a-node", - }, - { - text: "Ask a question", - class: "white", - type: "external", - url: "https://discord.com/invite/YsnTPcSfWQ", - }, + } ], }; From 89c8fee15e0b3cfbf2ce1c8406125feb7f88dcfb Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Thu, 20 Jul 2023 08:09:58 +0200 Subject: [PATCH 02/13] Update hero-data.js --- src/datas/run-a-node/hero-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datas/run-a-node/hero-data.js b/src/datas/run-a-node/hero-data.js index 6149d59f9..11752f490 100644 --- a/src/datas/run-a-node/hero-data.js +++ b/src/datas/run-a-node/hero-data.js @@ -7,6 +7,6 @@ export const heroData = { class: "simple", type: "anchor", url: "start-up-a-node", - } + }, ], }; From a7a504e77095c1c96b8981f22de0b150bda4ed61 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Thu, 20 Jul 2023 08:13:06 +0200 Subject: [PATCH 03/13] Update hero-data.js --- src/datas/run-a-node/hero-data.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/datas/run-a-node/hero-data.js b/src/datas/run-a-node/hero-data.js index 11752f490..a2544018d 100644 --- a/src/datas/run-a-node/hero-data.js +++ b/src/datas/run-a-node/hero-data.js @@ -8,5 +8,11 @@ export const heroData = { type: "anchor", url: "start-up-a-node", }, + { + text: "Ask a question", + class: "simple", + type: "anchor", + url: "https://www.google.com/", + }, ], }; From 6dcc15dee38874f98862d518844716567eb9be0f Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Thu, 20 Jul 2023 08:13:19 +0200 Subject: [PATCH 04/13] Update hero-data.js --- src/datas/run-a-node/hero-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datas/run-a-node/hero-data.js b/src/datas/run-a-node/hero-data.js index a2544018d..ed0f67600 100644 --- a/src/datas/run-a-node/hero-data.js +++ b/src/datas/run-a-node/hero-data.js @@ -13,6 +13,6 @@ export const heroData = { class: "simple", type: "anchor", url: "https://www.google.com/", - }, + } ], }; From d56b31d4376c0ec5b47f3efb8398aa225207e371 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Thu, 20 Jul 2023 09:13:46 +0200 Subject: [PATCH 05/13] Update hero-data.js --- src/datas/run-a-node/hero-data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/datas/run-a-node/hero-data.js b/src/datas/run-a-node/hero-data.js index ed0f67600..c7ea5385c 100644 --- a/src/datas/run-a-node/hero-data.js +++ b/src/datas/run-a-node/hero-data.js @@ -1,9 +1,9 @@ export const heroData = { title: "Run a light node", - text: "Enter an internet where users are first-class citizens. Own your assets while securing Celestia.", + text: "Join the collective powering an open internet. Run a light node on Celestia to secure your assets and become sovereign.", buttons: [ { - text: "Become sovereign", + text: "Show me how to start", class: "simple", type: "anchor", url: "start-up-a-node", From b65a15226b06b109f85d613a8664d8a36a20cebb Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Thu, 20 Jul 2023 09:18:27 +0200 Subject: [PATCH 06/13] Update run-a-node.js --- src/pages/run-a-node.js | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/pages/run-a-node.js b/src/pages/run-a-node.js index d66706656..1f0b37400 100644 --- a/src/pages/run-a-node.js +++ b/src/pages/run-a-node.js @@ -60,16 +60,14 @@ const DevPortal = () => {

A node is a piece of software that runs on a device like a computer or a phone. Generally, a node verifies that a blockchain works correctly and follows the rules. - “Verifying” a blockchain can involve tasks like checking transactions are correct - and providing account balances to other nodes. + “Verifying” a blockchain can involve tasks like checking transactions are correct.

-

And what about Celestia light nodes?

+

What is a Celestia light node?

Light nodes sound like you might expect. They are nodes that can run on cheaper hardware and slower internet connections than other node types. The lower requirements make it more accessible for anyone to run a node that verifies the - chain. What makes Celestia light nodes unique is that they keep a higher level of - security than most other types of light nodes. + chain.

@@ -82,8 +80,8 @@ const DevPortal = () => {

Start up a light node

- Light nodes are the most accessible Celestia node that can run on many devices. - Pick an option that suits your difficulty and get your Celestia light node up and running. + There are many ways to run a light node. Pick an option that fits you best + to get your light node up and running.

From bc066f5fbebdc42c0fb1bacf3c36372ae7282e7d Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Thu, 20 Jul 2023 09:19:22 +0200 Subject: [PATCH 07/13] Update run-a-node.js --- src/pages/run-a-node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/run-a-node.js b/src/pages/run-a-node.js index 1f0b37400..53f4965b2 100644 --- a/src/pages/run-a-node.js +++ b/src/pages/run-a-node.js @@ -80,7 +80,7 @@ const DevPortal = () => {

Start up a light node

- There are many ways to run a light node. Pick an option that fits you best + There are many ways to run a Celestia light node. Pick an option that fits you best to get your light node up and running.

From 6f885f43023672be32d56c59bf8d12d45b206821 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Thu, 20 Jul 2023 09:22:52 +0200 Subject: [PATCH 08/13] Update hero-data.js --- src/datas/run-a-node/hero-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datas/run-a-node/hero-data.js b/src/datas/run-a-node/hero-data.js index c7ea5385c..45f9a546a 100644 --- a/src/datas/run-a-node/hero-data.js +++ b/src/datas/run-a-node/hero-data.js @@ -10,7 +10,7 @@ export const heroData = { }, { text: "Ask a question", - class: "simple", + class: "white", type: "anchor", url: "https://www.google.com/", } From bc6340c8fba73795486287e8b038c914098ae384 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:23:36 +0200 Subject: [PATCH 09/13] Update get-started.js --- src/datas/run-a-node/get-started.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/datas/run-a-node/get-started.js b/src/datas/run-a-node/get-started.js index 27b25a3bf..9040309d4 100644 --- a/src/datas/run-a-node/get-started.js +++ b/src/datas/run-a-node/get-started.js @@ -4,8 +4,8 @@ export const getStarted = { items: [ { id: 1, - title: "Run light node via CLI", - text: "Get your light node running with a few commands on your CLI.", + title: "Run light node via your command line", + text: "Startup your light node with the command line. This option is best if you’re familiar with using the command line.", type: "anchor", link: { text:"Go now", @@ -14,8 +14,8 @@ export const getStarted = { }, { id: 2, - title: "Run light node via docker", - text: "Startup your light node in a virtual environment via the CLI.", + title: "Run light node in a virtual environment", + text: "Startup your light node through the command line in a virtual environment. This option still uses the command line, but it can be completed in under 3 minutes and also works on Windows devices.", type: "anchor", link: { text:"Start up", @@ -24,8 +24,8 @@ export const getStarted = { }, { id: 3, - title: "Run light node via mac app", - text: "Boot up your light node via an app (only compatible with m1 and m2 macs).", + title: "Run light node through an application", + text: "Boot up your light node through a user-friendly application. This is the easiest option, but it only works for m1 and m2 macs.", type: "anchor", link: { text:"Learn more", From 80455d9d7ac0541463da3adbf3e961703349e9f1 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:33:06 +0200 Subject: [PATCH 10/13] Update get-started.js --- src/datas/run-a-node/get-started.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datas/run-a-node/get-started.js b/src/datas/run-a-node/get-started.js index 9040309d4..2f6fc5fe2 100644 --- a/src/datas/run-a-node/get-started.js +++ b/src/datas/run-a-node/get-started.js @@ -15,7 +15,7 @@ export const getStarted = { { id: 2, title: "Run light node in a virtual environment", - text: "Startup your light node through the command line in a virtual environment. This option still uses the command line, but it can be completed in under 3 minutes and also works on Windows devices.", + text: "Startup your light node through the command line in a virtual environment. Though this option still uses the command line, it can be completed in under 3 minutes and also works on Windows devices.", type: "anchor", link: { text:"Start up", From 030534f80b58d4ba8827313939e8a2dfc7eea852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s?= Date: Thu, 20 Jul 2023 11:36:51 +0200 Subject: [PATCH 11/13] fixed image text overlap , removed second button --- src/pages/run-a-node.js | 4 ++-- src/scss/pages/page-run-a-node.scss | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/pages/run-a-node.js b/src/pages/run-a-node.js index 53f4965b2..415a2d339 100644 --- a/src/pages/run-a-node.js +++ b/src/pages/run-a-node.js @@ -34,14 +34,14 @@ const DevPortal = () => { > {heroData.buttons[0].text} - {heroData.buttons[1].text} - + */}
diff --git a/src/scss/pages/page-run-a-node.scss b/src/scss/pages/page-run-a-node.scss index 758d7ce74..8a7c5eb2e 100644 --- a/src/scss/pages/page-run-a-node.scss +++ b/src/scss/pages/page-run-a-node.scss @@ -35,6 +35,10 @@ } } + h1.main { + max-width: 650px; + } + &:before { background: url(../images/run-a-node/run-a-node-1.png) no-repeat scroll top right transparent; background-size: contain; @@ -178,6 +182,9 @@ .image-box--startup { @include media-breakpoint-down(md) { padding: 16px 20px; + max-width: 85%; + margin-left: auto; + margin-right: auto; } } @@ -208,6 +215,9 @@ .image-box--node{ @include media-breakpoint-down(md) { padding: 32px 20px; + max-width: 85%; + margin-left: auto; + margin-right: auto; } } From 3df5ebfbd83207a1f761557e09ce9b4755f3042f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s?= Date: Thu, 20 Jul 2023 11:40:16 +0200 Subject: [PATCH 12/13] updated slug --- src/pages/{run-a-node.js => run-a-light-node.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/pages/{run-a-node.js => run-a-light-node.js} (100%) diff --git a/src/pages/run-a-node.js b/src/pages/run-a-light-node.js similarity index 100% rename from src/pages/run-a-node.js rename to src/pages/run-a-light-node.js From 12519295a4cab75716d79be8272346977eee1fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s?= Date: Thu, 20 Jul 2023 11:51:39 +0200 Subject: [PATCH 13/13] fixed links --- src/datas/run-a-node/get-started.js | 6 +++--- src/pages/run-a-light-node.js | 2 +- src/scss/pages/page-run-a-node.scss | 9 --------- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/src/datas/run-a-node/get-started.js b/src/datas/run-a-node/get-started.js index 2f6fc5fe2..8e81c0667 100644 --- a/src/datas/run-a-node/get-started.js +++ b/src/datas/run-a-node/get-started.js @@ -6,7 +6,7 @@ export const getStarted = { id: 1, title: "Run light node via your command line", text: "Startup your light node with the command line. This option is best if you’re familiar with using the command line.", - type: "anchor", + type: "external", link: { text:"Go now", url: "https://docs.celestia.org/nodes/light-node/", @@ -16,7 +16,7 @@ export const getStarted = { id: 2, title: "Run light node in a virtual environment", text: "Startup your light node through the command line in a virtual environment. Though this option still uses the command line, it can be completed in under 3 minutes and also works on Windows devices.", - type: "anchor", + type: "external", link: { text:"Start up", url: "https://docs.celestia.org/nodes/docker-images/", @@ -26,7 +26,7 @@ export const getStarted = { id: 3, title: "Run light node through an application", text: "Boot up your light node through a user-friendly application. This is the easiest option, but it only works for m1 and m2 macs.", - type: "anchor", + type: "external", link: { text:"Learn more", url: "https://www.quasarapp.xyz/", diff --git a/src/pages/run-a-light-node.js b/src/pages/run-a-light-node.js index 415a2d339..642229a74 100644 --- a/src/pages/run-a-light-node.js +++ b/src/pages/run-a-light-node.js @@ -28,7 +28,7 @@ const DevPortal = () => {
diff --git a/src/scss/pages/page-run-a-node.scss b/src/scss/pages/page-run-a-node.scss index 8a7c5eb2e..75be79dbb 100644 --- a/src/scss/pages/page-run-a-node.scss +++ b/src/scss/pages/page-run-a-node.scss @@ -249,15 +249,6 @@ font-weight: 700; line-height: 26px; } - - .icon-card { - padding: 40px; - .link { - svg { - transform: rotate(230deg); - } - } - } } .resources {