Skip to content

Commit

Permalink
Enhance Akash EDU and Akash Insiders pages with updated descriptions …
Browse files Browse the repository at this point in the history
…and titles (#456)

Enhance Akash EDU and Akash Insiders pages with updated descriptions
  • Loading branch information
HoomanDgtl authored Dec 14, 2024
1 parent 3eba3ef commit a5f9028
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
23 changes: 11 additions & 12 deletions src/content/Community_Page/akash-edu/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Akash EDU - Free Cloud Computing Education"
description: Master the future of cloud infrastructure with our comprehensive, no-cost education program.
description: Master the future of cloud infrastructure with our comprehensive, no-cost education program. By leveraging a community-developed curriculum that is completely free, developers can unlock the knowledge needed to shape the next generation of A.I. and cloud technologies.
disableTitle: true
pubDate: "2024-12-03"
---
Expand All @@ -12,7 +12,7 @@ import CommunityHero from "../../../components/mdx-cards/community-hero.astro";
subTitle="Akash EDU:"
title="Free Cloud <br class='md:hidden'/> Computing Education"

description="Master the future of cloud infrastructure with our comprehensive, no-cost education program. Akash Network is revolutionizing cloud computing by creating an open marketplace for compute resources."
description="Master the future of cloud infrastructure with our comprehensive, no-cost education program. By leveraging a community-developed curriculum that is completely free, developers can unlock the knowledge needed to shape the next generation of A.I. and cloud technologies."
buttonLabel="Start your learning journey today!"
buttonLink="https://akashedu.omniflix.tv/"
/>
Expand All @@ -25,13 +25,13 @@ import CommunityHero from "../../../components/mdx-cards/community-hero.astro";
title: "Hands-on Experience: Deploy real applications on the world's first decentralized cloud",
},
{
title: "Expert-Led Content: Learn from active Akash developers and community leaders",
title: "Community-Led Content: Learn from active Akash developers",
},
{
title: "Zero Cost: All educational materials are completely free and go at your own pace",
},
{
title: "Community Access: Join a thriving network of cloud computing innovators",
title: "Community Access: Join a thriving network of AI and cloud developers",
}
]}
image="/images/edu/typing.png"
Expand All @@ -45,19 +45,19 @@ import CommunityHero from "../../../components/mdx-cards/community-hero.astro";
items={[

{
title: "Developers seeking cloud alternatives",
title: "Developers looking for low-cost traditional cloud alternatives",
},
{
title: "DevOps professionals",
title: "Computer science students interested in distributed computing",
},
{
title: "Blockchain enthusiasts",
title: "Entrepreneurs exploring decentralized networks",
},
{
title: "Students and educators",
title: "Academic researchers studying decentralized technologies",
},
{
title: "Tech entrepreneurs",
title: "Cloud computing professionals exploring blockchain-based alternatives",
},
]}
image="/images/edu/keyboard.png"
Expand All @@ -69,10 +69,9 @@ import ButtonLink from "../../../components/ui/button-link.astro";

<div className="flex flex-col not-prose justify-center items-center">
<h2 className="text-3xl font-semibold text-center">Get Started Today</h2>
<p className="text-center text-sm md:text-base mt-4">Join thousands of learners already building on Akash.
Transform your cloud computing skills and be part of the decentralized future.</p>
<p className="text-center text-sm md:text-base mt-4">Join our global community of learners and educators building on Akash today!</p>
<ButtonLink arrow className="mt-10 " link="https://akashedu.omniflix.tv/" variant="secondary" size="lg" >
Sign Up Now
Start Learning
</ButtonLink>
</div>

Expand Down
16 changes: 9 additions & 7 deletions src/pages/community/akash-insiders.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,23 @@ const images = [
{ src: "/images/slides/slide7.webp", alt: "Slide 7" },
{ src: "/images/slides/slide8.webp", alt: "Slide 8" },
];
const title = "Akash Insiders: DePIN, AI and Crypto Pioneers";
const description =
"Akash Insiders are community leaders driving growth, innovation and support within the Akash Network ecosystem.";
---

<Layout
title="Akash Community - Join the Decentralized Cloud Movement"
description="Connect with like-minded individuals in the Akash Network community. Engage in discussions, share experiences, and contribute to the growth of decentralized cloud computing."
title={title}
description={description}
image="/meta-images/community.png"
>
<TopMargin isNotContainer>
<CommunityHero
container
subTitle="Akash Insiders:"
title="Connecting Cloud Innovators, <br/> AI Enthusiasts, and Crypto Crusaders"
description="Akash Insiders are leaders within the Akash ecosystem. They are an inclusive community of collaborative, digital pioneers helping to move DePIN technologies forward."
buttonLabel="Apply to become an Akash Insider today!"
title={title}
description={description}
buttonLabel="Akash Insider Application"
buttonLink="https://akashnet.typeform.com/to/PXpRWgfD?typeform-source=akash.network"
/>
<div class="flex flex-col gap-20 lg:gap-40">
Expand All @@ -54,8 +57,7 @@ const images = [
"Support community members and foster collaborative learning",
},
{
title:
"Educate the community through workshops and webinars on DePIN and AI",
title: "Educate the community through workshops and webinars",
},
{
title: "Represent the Akash Network online and in person",
Expand Down

0 comments on commit a5f9028

Please sign in to comment.