Skip to content

Commit

Permalink
added feature section
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 committed Nov 16, 2024
1 parent b287c73 commit 8080998
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 28 deletions.
35 changes: 8 additions & 27 deletions src/components/Features.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,12 @@ import Container from "./Container.astro"
<h5
class="text-xl font-semibold text-gray-700 dark:text-white transition group-hover:text-secondary"
>
First feature
Simplified cluster setup
</h5>
<p class="text-gray-600 dark:text-gray-300">
Neque Dolor, fugiat non cum doloribus aperiam voluptates nostrum.
Create clusters with one <b>ksctl create</b> command. Supports cloud providers and self-managed Kubernetes solutions.
</p>
</div>
<a href="#" class="flex items-center justify-between group-hover:text-secondary">
<span class="text-sm">Read more</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-5 h-5 -translate-x-4 text-2xl opacity-0 transition duration-300 group-hover:translate-x-0 group-hover:opacity-100">
<path fill-rule="evenodd" d="M12.97 3.97a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 11-1.06-1.06l6.22-6.22H3a.75.75 0 010-1.5h16.19l-6.22-6.22a.75.75 0 010-1.06z" clip-rule="evenodd" />
</svg>
</a>
</div>
</div>
<div class="group relative bg-white dark:bg-gray-800 transition hover:z-[1] hover:shadow-2xl hover:shadow-gray-600/10">
Expand All @@ -55,23 +49,16 @@ import Container from "./Container.astro"
height="512"
alt="burger illustration"
/>

<div class="space-y-2">
<h5
class="text-xl font-semibold text-gray-700 dark:text-white transition group-hover:text-secondary"
>
Second feature
Zero Dependencies
</h5>
<p class="text-gray-600 dark:text-gray-300">
Neque Dolor, fugiat non cum doloribus aperiam voluptates nostrum.
No external dependencies needed. Integrates with providers without vendor lock-in issues.
</p>
</div>
<a href="#" class="flex items-center justify-between group-hover:text-secondary">
<span class="text-sm">Read more</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-5 h-5 -translate-x-4 text-2xl opacity-0 transition duration-300 group-hover:translate-x-0 group-hover:opacity-100">
<path fill-rule="evenodd" d="M12.97 3.97a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 11-1.06-1.06l6.22-6.22H3a.75.75 0 010-1.5h16.19l-6.22-6.22a.75.75 0 010-1.06z" clip-rule="evenodd" />
</svg>
</a>
</div>
</div>
<div class="group relative bg-white dark:bg-gray-800 transition hover:z-[1] hover:shadow-2xl hover:shadow-gray-600/10">
Expand All @@ -88,18 +75,12 @@ import Container from "./Container.astro"
<h5
class="text-xl font-semibold text-gray-700 dark:text-white transition group-hover:text-secondary"
>
Third feature
Developer Velocity
</h5>
<p class="text-gray-600 dark:text-gray-300">
Neque Dolor, fugiat non cum doloribus aperiam voluptates nostrum.
Spin up clusters in minutes for faster workflows. Intuitive CLI reduces the learning curve for developers.
</p>
</div>
<a href="#" class="flex items-center justify-between group-hover:text-secondary">
<span class="text-sm">Read more</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-5 h-5 -translate-x-4 text-2xl opacity-0 transition duration-300 group-hover:translate-x-0 group-hover:opacity-100">
<path fill-rule="evenodd" d="M12.97 3.97a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 11-1.06-1.06l6.22-6.22H3a.75.75 0 010-1.5h16.19l-6.22-6.22a.75.75 0 010-1.06z" clip-rule="evenodd" />
</svg>
</a>
</div>
</div>
<div
Expand All @@ -126,11 +107,11 @@ import Container from "./Container.astro"
Neque Dolor, fugiat non cum doloribus aperiam voluptates nostrum.
</p>
</div>
<a href="#" class="flex items-center justify-between group-hover:text-secondary">
<a href="https://docs.ksctl.com/docs/features/" class="flex items-center justify-between group-hover:text-secondary">
<span class="text-sm">Read more</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-5 h-5 -translate-x-4 text-2xl opacity-0 transition duration-300 group-hover:translate-x-0 group-hover:opacity-100">
<path fill-rule="evenodd" d="M12.97 3.97a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 11-1.06-1.06l6.22-6.22H3a.75.75 0 010-1.5h16.19l-6.22-6.22a.75.75 0 010-1.06z" clip-rule="evenodd" />
</svg>
</svg>
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Blog from "../components/Blog.astro";
<Layout title="Welcome to Astrolus.">
<main class="space-y-40 mb-40">
<HeroSection />
<!-- <Features /> -->
<Features />
<!-- <Stats/> -->
<!-- <Testimonials/> -->
<!-- <CallToAction/> -->
Expand Down

0 comments on commit 8080998

Please sign in to comment.