Skip to content

Commit

Permalink
Enhance Carousel and Update Akash Insiders Content
Browse files Browse the repository at this point in the history
- Updated Carousel component to improve autoplay settings and interaction behavior.
- Simplified and clarified the descriptions in the Akash Insiders section, making the benefits more concise and engaging.
- Removed unnecessary transition properties for better performance and readability.
  • Loading branch information
dharamveergit committed Dec 6, 2024
1 parent 34a2123 commit 443b8f3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
8 changes: 7 additions & 1 deletion src/components/community-pages/carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,19 @@ const Carousel = () => {
loop={true}
centeredSlides={true}
speed={4000}
freeMode={true}
freeMode={{
enabled: true,
momentum: false,
}}
autoplay={{
delay: 0,
disableOnInteraction: false,
pauseOnMouseEnter: false,
reverseDirection: false,
}}
className="w-full"
watchSlidesProgress={true}
preventInteractionOnTransition={true}
>
{images.map((src, index) => (
<SwiperSlide key={index} className="!w-auto ">
Expand Down
33 changes: 12 additions & 21 deletions src/pages/community/akash-insiders.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,33 @@ import Layout from "@/layouts/layout.astro";
buttonLink="https://akashnet.typeform.com/to/PXpRWgfD?typeform-source=akash.network"
/>
<div class="flex flex-col gap-20 lg:gap-40">
<div transition:persist>
<div>
<Carousel client:load />
</div>
<div class="container-reader flex flex-col gap-20 lg:gap-40">
<PointerSection
title="What do Akash Insiders do?"
items={[
{
title:
"Contribute to the development of the Akash ecosystem, leveraging their shared expertise in AI, cloud, and crypto technologies.",
title: "Contribute to the development of the Akash ecosystem",
},
{
title:
"Participate in testing new features, products, and updates within the Akash ecosystem.",
title: "Test new features and products within the Akash Network",
},
{
title:
"Contribute to the creation and maintenance of technical documentation, tutorials, and resources to help others understand and utilize Akash technologies.",
"Create and maintain technical documentation and tutorials",
},
{
title:
"Offer assistance and guidance to fellow community members, sharing knowledge and fostering a supportive and collaborative environment.",
"Support community members and foster collaborative learning",
},
{
title:
"Host workshops, webinars, or tutorials to educate the community about cloud computing, AI, and best practices for development on the Akash Network.",
"Educate the community through workshops and webinars on DePin and AI",
},
{
title:
"Represent Akash Network at in-person events around the world.",
title: "Represent the Akash Network online and in person",
},
]}
image="/images/insiders/akash-image.png"
Expand All @@ -62,27 +59,21 @@ import Layout from "@/layouts/layout.astro";
items={[
{
title:
"Engage with a diverse and global community of like-minded developers and enthusiasts.",
},
{
title:
"Gain early access to new features, products, and updates within the Akash ecosystem.",
"Connect with like-minded AI, crypto and DePin advocates from around the world.",
},
{
title:
"Get a front-row education on the latest in web3, AI, and cloud technologies.",
title: "Gain early access to Akash ecosystem features",
},
{
title:
"Actively engage and learn from other community members from across the world.",
title: "Learn cutting-edge AI, crypto, and DePin technologies",
},
{
title:
"Gain closer access to the Overclock Labs team, the creators of the Akash Network.",
"Interact directly with Overclock Labs team, the creators of the Akash Network",
},
{
title:
"Represent the Akash community at IRL events around the world.",
"Opportunities to attend in-person events around the world",
},
]}
image="/images/insiders/become-insider.png"
Expand Down

0 comments on commit 443b8f3

Please sign in to comment.