Skip to content

Commit

Permalink
Merge pull request #196 from Bitshala/link_fix
Browse files Browse the repository at this point in the history
about link fix
  • Loading branch information
rajarshimaitra authored Oct 14, 2024
2 parents 7615f6a + 6607f75 commit 2ba195b
Show file tree
Hide file tree
Showing 60 changed files with 227 additions and 180 deletions.
3 changes: 3 additions & 0 deletions public/apprenticeship/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added public/fonts/Satoshi-Regular.otf
Binary file not shown.
Binary file modified public/home/headerbg.webp
Binary file not shown.
Binary file modified public/logo/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logo/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logo/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logo/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/testimonial/lazy.webp
Binary file not shown.
6 changes: 3 additions & 3 deletions src/components/apprenticeship/About.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
About the Fellowship
</h1>

<p class="font-base text-base md:text-lg lg:text-2xl">
<p class="text-base font-medium md:text-base lg:text-2xl">
<span class="font-bold text-orange">What is it?</span>
The Bitshala Fellowship Program is a unique opportunity
for you to take your first step and dive into working in
Expand All @@ -15,15 +15,15 @@
educational initiative, here's where your contributions
to Bitcoin begin, and an enlightening career.
</p>
<p class="my-5 text-base md:text-lg lg:text-2xl">
<p class="my-5 text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange">Who is it for?</span
> This program is for people who are eager to kickstart
their Bitcoin Development Career or delve into
Educational Initiatives within the Bitcoin Community. If
you’re passionate about Bitcoin development and
education, you indeed belong here.
</p>
<p class="text-base md:text-lg lg:text-2xl">
<p class="text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange">How to join?</span>
Interested? Start contributing to the below-listed
projects, or sketch your own tech/non-tech education
Expand Down
4 changes: 2 additions & 2 deletions src/components/apprenticeship/Apply.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ const Apply = () => {
{selectedTab === "devProjects" && (
<form
onSubmit={handleDevSubmit}
className="flex flex-col text-lg font-medium"
className="flex flex-col text-base font-medium"
>
{devQuestion.map((question, index) => {
if (
Expand Down Expand Up @@ -645,7 +645,7 @@ const Apply = () => {
{selectedTab === "educationProgram" && (
<form
onSubmit={handleEduSubmit}
className="flex flex-col text-lg font-medium"
className="flex flex-col text-base font-medium"
>
{educationQuestion.map(
(question, index) => {
Expand Down
4 changes: 2 additions & 2 deletions src/components/apprenticeship/CatalystInitiative.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const list = [
>
Explore Our Education Programs
</h1>
<p class="text-base md:text-lg lg:text-2xl">
<p class="text-base md:text-base lg:text-2xl">
Got a fresh idea for a technical educational project?
We’d love to hear it! Below, we showcase initiatives our
Catalysts are already pursuing—use these as inspiration
Expand Down Expand Up @@ -70,7 +70,7 @@ const list = [
{item.leadBy}
</span>
</div>
<div class=" mt-4 text-lg ">{item.desc}</div>
<div class=" mt-4 text-base ">{item.desc}</div>
</div>
<a
href={item.discord}
Expand Down
2 changes: 1 addition & 1 deletion src/components/apprenticeship/DevProjects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const list = [
>
Explore Dev Projects
</h1>
<p class="text-base md:text-lg lg:text-2xl">
<p class="text-base md:text-base lg:text-2xl">
Here are open-source projects ready for your innovation
and expertise. Each project offers a unique opportunity
to contribute to the Bitcoin community's growth and
Expand Down
2 changes: 1 addition & 1 deletion src/components/apprenticeship/OurApprentices.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const educators = [
>
Our Fellows
</h1>
<p class="text-base md:text-lg lg:text-2xl">
<p class="text-base md:text-base lg:text-2xl">
Here are our driven individuals who are shaping the
future of Bitcoin through innovation and education.
</p>
Expand Down
8 changes: 4 additions & 4 deletions src/components/bitspace/About.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
About the space
</h1>

<p class="font-base text-base md:text-lg lg:text-2xl">
<p class="font-base text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange"
>What is Bitspace?</span
>
Expand All @@ -15,14 +15,14 @@
individuals passionate about Bitcoin can come together
to work, learn, and grow in a collaborative environment.
</p>
<p class="my-5 text-base md:text-lg lg:text-2xl">
<p class="my-5 text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange">Who is it for?</span
> Bitspace is for Bitcoin enthusiasts, developers,
entrepreneurs, and anyone interested in the Bitcoin
ecosystem. Whether you’re a seasoned expert or just
getting started, you're welcome here.
</p>
<p class="text-base md:text-lg lg:text-2xl">
<p class="text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange"
>Why did Bitspace come to be?</span
>
Expand All @@ -31,7 +31,7 @@
space, we aim to facilitate collaboration, education,
and growth within the Bitcoin ecosystem in India.
</p>
<p class="my-5 text-base md:text-lg lg:text-2xl">
<p class="my-5 text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange"
>Where are we in Bangalore?</span
>
Expand Down
4 changes: 1 addition & 3 deletions src/components/bitspace/CollabWithUs.astro
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<div class="lg:p-8">
<h1

class="my-8 font-header text-3xl md:text-6xl lg:text-6xl"
id="contact_us"

>
Collaborate with us
</h1>

<p class="font-base text-base md:text-lg lg:text-2xl">
<p class="font-base text-base md:text-base lg:text-2xl">
We’re open to collaborating on Bitcoin events,
workshops, educational initiatives, and hosting other
Bitcoin-related or community activities. Reach out to us
Expand Down
6 changes: 3 additions & 3 deletions src/components/bitspace/JoinTheSpace.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
Join the space
</h1>

<p class="font-base text-base md:text-lg lg:text-2xl">
<p class="font-base text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange"
>Want to co-work at Bitspace?</span
>
You’ll need a referral from one of our regular members
to start co-working at the space. This helps us maintain
a trusted and engaged community.
</p>
<p class="my-5 text-base md:text-lg lg:text-2xl">
<p class="my-5 text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange"
>How to get invited/referred?</span
> Attend our events, workshops, community activities,
Expand All @@ -25,7 +25,7 @@
<div
class="mt-12 flex w-full justify-between gap-5 rounded-xl bg-[#f0f0f0] py-4 pl-5 pr-4"
>
<div class="my-auto text-lg lg:text-3xl">
<div class="my-auto text-base lg:text-3xl">
Contact us to get the finer details
</div>
<div class="flex gap-3">
Expand Down
2 changes: 1 addition & 1 deletion src/components/bitspace/PreviousEvents.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const list = [
>
Previous Events
</h1>
<p class="text-base md:text-lg lg:text-2xl">
<p class="text-base md:text-base lg:text-2xl">
Check out some of the exciting events we've hosted in
the past...
</p>
Expand Down
6 changes: 3 additions & 3 deletions src/components/bitspace/UpcomingEvents.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const list = [
>
Upcoming Events at Bitspace
</h1>
<p class="text-base md:text-lg lg:text-2xl">
<p class="text-base md:text-base lg:text-2xl">
Stay updated with our latest events, workshops, and
meetups designed to enhance your Bitcoin knowledge and
network with fellow enthusiasts.
Expand Down Expand Up @@ -87,15 +87,15 @@ const list = [
<div
class="mt-6 flex w-full justify-between gap-5 rounded-xl bg-[#f0f0f0] py-4 pl-5 pr-4"
>
<div class="my-auto text-lg lg:text-3xl">
<div class="my-auto text-base lg:text-3xl">
Want to receive calendar invites for events
automatically?
</div>
<div class="flex">
<a
href="https://calendar.google.com/calendar/u/0?cid=Y182ZGU0MmJjMzI2MzE2ZDczMGQ5ODYzMzVjNmExYjFjYzBiNWM4NWYzNWNlMjEyMWVmZmVhN2Y0ZDNkMDU5ZjAwQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20"
target="_blank"
class="cursor-pointer rounded-lg bg-peach p-2 text-center text-sm hover:bg-orange hover:text-white lg:text-lg"
class="cursor-pointer rounded-lg bg-peach p-2 text-center text-sm hover:bg-orange hover:text-white lg:text-base"
>
Yes, that’ll be great!
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/components/cohortPages/CohortDetails.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const { format } = Astro.props;
<h2 class="font-header text-xl font-bold lg:text-2xl">
{item.name}
</h2>
<p class="lg:text-lg">{item.desc}</p>
<p class="lg:text-base">{item.desc}</p>
</div>
))
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/cohortPages/common/CohortDetails.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const { format } = Astro.props;
<h2 class=" font-bold text-orange lg:text-2xl">
{item.name}
</h2>
<p class="lg:text-lg">{item.desc}</p>
<p class="lg:text-base">{item.desc}</p>
</div>
))
}
Expand Down
8 changes: 4 additions & 4 deletions src/components/cohortPages/lbtcl/About.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const takeaways = [
>June 2025</span
>
</h3>
<p class="font-base text-base md:text-lg lg:text-2xl">
<p class="font-base text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange">What is it?</span>
The LBTCL Cohort is a hands-on, immersive cohort
<span class="font-bold"
Expand All @@ -60,7 +60,7 @@ const takeaways = [
Bitcoin development, with a focus on practical,
command-line skills.
</p>
<p class="my-5 text-base md:text-lg lg:text-2xl">
<p class="my-5 text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange">Who is it for?</span
>
This cohort is tailored for <span class="font-bold"
Expand All @@ -73,7 +73,7 @@ const takeaways = [
cohort will help you elevate your Bitcoin development
skills to the next level.
</p>
<p class="text-base md:text-lg lg:text-2xl">
<p class="text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange">
What are the prerequisites?
</span>
Expand Down Expand Up @@ -107,7 +107,7 @@ const takeaways = [
</ul>
</div>

<p class="text-base md:text-lg lg:text-2xl">
<p class="text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange">
What is the fellowship program?
</span>
Expand Down
8 changes: 4 additions & 4 deletions src/components/cohortPages/mb/About.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const takeaways = [
>April, 2025</span
>
</h3>
<p class="font-base text-base md:text-lg lg:text-2xl">
<p class="font-base text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange">What is it?</span>
It's a comprehensive, structured learning adventure
<span class="font-bold"
Expand All @@ -57,7 +57,7 @@ const takeaways = [
Programming the Open Blockchain (3rd Edition)" as our
primary study material.
</p>
<p class="my-5 text-base md:text-lg lg:text-2xl">
<p class="my-5 text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange">Who is it for?</span
>
This cohort is <span class="font-bold"
Expand All @@ -68,7 +68,7 @@ const takeaways = [
you up and give you the bare minimum Bitcoin know-how to
begin your journey (or career) in the Bitcoin world.
</p>
<p class="text-base md:text-lg lg:text-2xl">
<p class="text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange">
What are the prerequisites?
</span>
Expand Down Expand Up @@ -99,7 +99,7 @@ const takeaways = [
</ul>
</div>

<p class="text-base md:text-lg lg:text-2xl">
<p class="text-base md:text-base lg:text-2xl">
<span class="font-bold text-orange">
What is the fellowship program?
</span>
Expand Down
6 changes: 3 additions & 3 deletions src/components/common/AboutUs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
About
</h1>

<p class="m-4 text-base md:text-lg lg:text-2xl">
<p class="m-4 text-base md:text-base lg:text-2xl">
Bitshala is a <span class="font-bold text-orange"
>grass-root education initiative</span
> led by Indian Bitcoiners, focused on strengthening the
Expand All @@ -16,7 +16,7 @@
> Our mission is to equip people with the skills and
knowledge needed to contribute to Bitcoin FOSS projects.
</p>
<p class="m-4 my-8 text-base md:text-lg lg:text-2xl">
<p class="m-4 my-8 text-base md:text-base lg:text-2xl">
While a lot of Blockchain courses exist out there to
provide surface-level API lessons on EVM like "smart
contracts", the technical knowledge requirements for
Expand All @@ -33,7 +33,7 @@
parallel subject domains, not well organized and spread
across the internet.
</p>
<p class="m-4 text-base md:text-lg lg:text-2xl">
<p class="m-4 text-base md:text-base lg:text-2xl">
Thus Bitshala aims to provide the ground for ideating,
producing, and publishing different categories of
content in Open Source to satisfy the varied learning
Expand Down
Loading

0 comments on commit 2ba195b

Please sign in to comment.