-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
43 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<div class="l my-32 text-center"> | ||
<h1 | ||
class="font-header text-5xl font-bold md:text-6xl lg:text-9xl" | ||
> | ||
Our Alumni | ||
</h1> | ||
<p class="my-6 font-semibold text-orange lg:text-2xl"> | ||
Empowered by Excellence | ||
</p> | ||
<p class="text-lg lg:text-2xl"> | ||
Bitshala takes immense pride in our alumni network, a | ||
vibrant community of professionals who are ready to make | ||
significant strides across various fields. | ||
</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
import Carousel from "../components/common/Carousel"; | ||
import Layout from "../layouts/Layout.astro"; | ||
import Footer from "../components/common/Footer.astro"; | ||
import AlumniList from "../components/alumni/AlumniList.astro"; | ||
--- | ||
|
||
--- | ||
<Layout | ||
title="Bitshala | A Pathshala for Bitcoin | India, Global South" | ||
headerProps={{ | ||
removeHeader: true, | ||
}} | ||
> | ||
<AlumniList /> | ||
</Layout> |