From 13e654668bf8572b2c5ff1ad731ac6c40b67d428 Mon Sep 17 00:00:00 2001 From: rajarshimaitra Date: Mon, 4 Dec 2023 21:51:32 +0530 Subject: [PATCH 1/3] copy updates for the home page --- src/components/common/Footer.astro | 2 +- src/components/home/LinkCohort.astro | 7 +++---- src/components/home/People.astro | 6 +++++- src/components/home/Testimonial.astro | 12 +++++------- src/pages/index.astro | 4 ++-- 5 files changed, 16 insertions(+), 15 deletions(-) diff --git a/src/components/common/Footer.astro b/src/components/common/Footer.astro index 2f6dcb8..4cd9bc9 100644 --- a/src/components/common/Footer.astro +++ b/src/components/common/Footer.astro @@ -69,7 +69,7 @@ const list3 = [
- We got a sweet little discord community of hungry and passionate Bitcoin developers....
diff --git a/src/components/home/LinkCohort.astro b/src/components/home/LinkCohort.astro index 8486561..a478839 100644 --- a/src/components/home/LinkCohort.astro +++ b/src/components/home/LinkCohort.astro @@ -5,9 +5,8 @@

- Stop waiting any longer to kickstart your Bitcoin Career. Let’s get on with it now! + Kickstart Bitcoin Career now!

@@ -19,7 +18,7 @@ class="p-2 text-center text-sm md:text-xl lg:my-1 lg:p-0 xl:text-3xl" href="/website-v2/cohorts" > - Checkout Upcoming Study Cohorts + Next cohort begins 3rd Jan
diff --git a/src/components/home/People.astro b/src/components/home/People.astro index a943611..1451552 100644 --- a/src/components/home/People.astro +++ b/src/components/home/People.astro @@ -73,9 +73,11 @@ const advisors = [ ---
+ +
Team
+
@@ -133,7 +137,7 @@ const advisors = [ }
-
Our Advisors
+
Advisors
diff --git a/src/components/home/Testimonial.astro b/src/components/home/Testimonial.astro index d11bad5..04f58a7 100644 --- a/src/components/home/Testimonial.astro +++ b/src/components/home/Testimonial.astro @@ -90,9 +90,8 @@
-

- You’re probably curious about what we have in store for - you +

+ Wondering, what's in store for you?

- Well, here’s how we’ll help you + Bitcoin Dev journey is hard. We prepare you for the voyage.

- Demystify the Technicalities of Bitcoin + Community. Clubs. Cohorts. Guidance.

- With a combination of educational resources, hands-on - experience, and a vibrantly supportive community. + Scroll to disover our Community, Study Cohorts, Reading & Review Clubs, Bitdevs, FOSS Mentorships, Gigs & More.

diff --git a/src/pages/index.astro b/src/pages/index.astro index a4e8c09..a2c2392 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -40,12 +40,12 @@ import Header from "../components/common/Header.astro"; href="https://discord.gg/ekzAUeeR" target="_blank" class="text-m mx-3 flex w-1/2 items-center justify-center rounded-lg bg-orange p-4 text-center lg:text-2xl" - >Dive into the Rabbit HoleJoin Our Community Check out the Study CohortsCheck our Study Cohorts
From 0fa526663b64618fbd15be55de70183f84e43de5 Mon Sep 17 00:00:00 2001 From: rajarshimaitra Date: Wed, 6 Dec 2023 18:51:21 +0530 Subject: [PATCH 2/3] changes in footer and people --- src/components/common/Footer.astro | 4 ++++ src/components/home/People.astro | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/components/common/Footer.astro b/src/components/common/Footer.astro index 4cd9bc9..db7b901 100644 --- a/src/components/common/Footer.astro +++ b/src/components/common/Footer.astro @@ -38,10 +38,12 @@ const list2 = [ ]; const list3 = [ + /* { name: "Register for Cohort", link: "", }, + */ { name: "Bitcoin Study Cohort", link: "/website-v2/cohorts", @@ -54,10 +56,12 @@ const list3 = [ name: "Bitcoin Talks", link: "/website-v2/talks", }, + /* { name: " Bitcoin Deep Dive", link: "", }, + */ ]; --- diff --git a/src/components/home/People.astro b/src/components/home/People.astro index 1451552..aa6507a 100644 --- a/src/components/home/People.astro +++ b/src/components/home/People.astro @@ -2,7 +2,7 @@ const team = [ { name: "Raj Maitra", - desc: "From pen-and-paper engineer to keyboard maverick in many rabbit holes. Often a chaos creator, and yes he’s an actual rabbit.", + desc: "Pen-and-paper engineer turned keyboard warrior in multiple rabbit holes. Often known for making a mess. An actual rabbit.", image: "raj", bgColor: "bg-black", textColor: "text-white", @@ -12,7 +12,7 @@ const team = [ }, { name: "Setu Saurabh", - desc: "PM juggling FOSS Bitcoin projects and commercial ventures like a graceful circus performer. It's his Bitcoin extravaganza!", + desc: "PM juggling Bitcoin FOSS projects and ventures like a circus performer.", image: "setu", bgColor: "bg-orange", textColor: "text-black", @@ -20,7 +20,7 @@ const team = [ }, { name: "Stratospher", - desc: "PM juggling FOSS Bitcoin projects and commercial ventures like a graceful circus performer. It's his Bitcoin extravaganza!", + desc: "Witchcrafting the gossip between Bitcoin nodes. But Pieter Wuille doesn't know its her cat who writes all the code.", image: "stratospher", bgColor: "bg-orange", textColor: "text-black", @@ -36,7 +36,7 @@ const team = [ }, { name: "Keraliss", - desc: "Cozied up by a river in his humble hut with just his laptop, he codes. He says he has all he needs.", + desc: "Contemplating by a river in his humble hut with his laptop, he codes. He says thats all he needs.", image: "keraliss", bgColor: "bg-black", textColor: "text-white", @@ -44,7 +44,7 @@ const team = [ }, { name: "Ayush Rajpal", - desc: "we will have rewrite it in 3rd person tho.. but write a description of yoyrself in whatever form you", + desc: "A design ninja with a lot of good questions. Too many actually. So we hired him instead of answering.", image: "paperpsyche", bgColor: "bg-orange", textColor: "text-black", @@ -55,7 +55,7 @@ const team = [ const advisors = [ { name: "Adam Jonas", - desc: "We don’t know what he does, nobody does. And we’ve stopped asking.", + desc: "An invisible force in Bitcoin. Nobody knows what he does. So we’ve stopped asking.", image: "adam", bgColor: "bg-orange", textColor: "text-black", @@ -63,7 +63,7 @@ const advisors = [ }, { name: "Adi Shankar", - desc: "Our puzzling friend who is behind our logo and our name. Though he has been aloof for most of it.", + desc: "The monk who gave us the name and the logo and, but never explained what they mean.", image: "adi", bgColor: "bg-black", textColor: "text-white", From 2a9ac33172ee5574c0ff51c52aceec01b9db24d0 Mon Sep 17 00:00:00 2001 From: emjshrx Date: Mon, 18 Dec 2023 12:36:41 +0530 Subject: [PATCH 3/3] refac: remove comments --- src/components/common/Footer.astro | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/components/common/Footer.astro b/src/components/common/Footer.astro index 6e64202..25c4891 100644 --- a/src/components/common/Footer.astro +++ b/src/components/common/Footer.astro @@ -38,12 +38,6 @@ const list2 = [ ]; const list3 = [ - /* - { - name: "Register for Cohort", - link: "", - }, - */ { name: "Bitcoin Study Cohort", link: "/website-v2/cohorts", @@ -56,12 +50,6 @@ const list3 = [ name: "Bitcoin Talks", link: "/website-v2/talks", }, - /* - { - name: " Bitcoin Deep Dive", - link: "", - }, - */ ]; ---