Skip to content

Commit dac8839

Browse files
committed
Updated about us page
1 parent cbf98b3 commit dac8839

File tree

2 files changed

+10
-52
lines changed

2 files changed

+10
-52
lines changed
File renamed without changes.

src/pages/about.astro

Lines changed: 10 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -13,56 +13,26 @@ const teamMembers = await getCollection("team", ({ data }) => {
1313
<Layout title="About">
1414
<Container>
1515
<Sectionhead>
16-
<Fragment slot="title">About Us</Fragment>
16+
<Fragment slot="title">About IndiaDevStack</Fragment>
1717
<Fragment slot="desc">
18-
Discover our mission, values, and the dedicated team behind the platform
19-
that empowers developers to showcase their innovative software and
20-
tools.
2118
</Fragment>
2219
</Sectionhead>
2320

24-
<div class="flex flex-col gap-3 mx-auto max-w-4xl mt-16">
25-
<h2 class="font-bold text-3xl">
26-
Empowering Developers with a Showcase Platform
27-
</h2>
28-
<p class="text-lg leading-relaxed text-muted-foreground">
29-
Our platform is dedicated to highlighting the creativity and skill
30-
within the developer community by providing a space to share and
31-
discover outstanding software and tools.
32-
</p>
33-
</div>
34-
3521
<div class="flex flex-col gap-3 mx-auto max-w-4xl mt-16">
3622
<h2 class="font-bold text-3xl">Our Mission</h2>
3723
<p class="text-lg leading-relaxed text-muted-foreground">
38-
Our mission is to create a dynamic platform where developers can
39-
showcase their work, connect with peers, and inspire the tech community.
40-
We aim to celebrate innovation and support developers in sharing their
41-
unique contributions with the world.
24+
IndiaDevStack is a thriving community dedicated to empowering DevTools founders, developers, and QA professionals from India. We are here to help founders and teams build tools that developers and QA engineers not only rely on but genuinely love using.
4225
</p>
4326
</div>
4427

4528
<div class="flex flex-col gap-3 mx-auto max-w-4xl mt-16">
4629
<h2 class="font-bold text-3xl">Our Values</h2>
47-
<ul
48-
class="list-disc list-inside text-lg leading-relaxed text-muted-foreground">
49-
<li>
50-
Innovation: We foster creativity and encourage developers to push the
51-
boundaries of technology.
52-
</li>
53-
<li>
54-
Collaboration: We believe in the power of community and open
55-
communication to drive progress.
56-
</li>
57-
<li>
58-
Integrity: We uphold honesty and transparency in all interactions and
59-
content on our platform.
60-
</li>
61-
<li>
62-
Inclusivity: We welcome developers of all backgrounds and skill
63-
levels, ensuring an inclusive and accessible platform.
64-
</li>
65-
</ul>
30+
<p class="text-lg leading-relaxed text-muted-foreground">
31+
Our mission is simple: to ignite the spark of innovation in India's tech ecosystem. We aim to bring together brilliant minds, encouraging them to innovate faster, learn from one another, and share their expertise. By cultivating a collaborative community, we strive to drive India’s contribution to the global technology landscape.
32+
<br />
33+
<br />
34+
We believe that the future of software, AI, and SaaS will be driven by Indian talent. We are passionate about supporting DevTools creators on their journey—from ideation to global impact. Whether you're a developer, founder, or QA professional, IndiaDevStack is here to provide you with resources, guideance, and a platform to showcase your work. We are committed to transforming how the tech world works, starting with the talent right here in India.
35+
</p>
6636
</div>
6737

6838
<div class="flex flex-col gap-3 mx-auto max-w-4xl mt-16">
@@ -78,7 +48,7 @@ const teamMembers = await getCollection("team", ({ data }) => {
7848
{
7949
teamMembers.map((teamMemberEntry) => (
8050
<a class="group" href={teamMemberEntry.data.link} target="_blank">
81-
<div class="w-full aspect-square">
51+
<!--div class="w-full aspect-square">
8252
<Picture
8353
src={teamMemberEntry.data.avatar.src}
8454
alt={teamMemberEntry.data.avatar.alt}
@@ -87,7 +57,7 @@ const teamMembers = await getCollection("team", ({ data }) => {
8757
height={400}
8858
class="w-full rounded-md transition group-hover:-translate-y-1 shadow group-hover:shadow-xl object-cover object-center aspect-square"
8959
/>
90-
</div>
60+
</div-->
9161
<div class="mt-4 text-center">
9262
<h2 class="text-lg">{teamMemberEntry.data.name}</h2>
9363
<h3 class="text-sm text-stone-500">
@@ -98,17 +68,5 @@ const teamMembers = await getCollection("team", ({ data }) => {
9868
))
9969
}
10070
</div>
101-
102-
<div class="flex flex-col gap-3 mx-auto max-w-4xl mt-16">
103-
<h2 class="font-bold text-3xl">Join Our Community</h2>
104-
<p class="text-lg leading-relaxed text-muted-foreground">
105-
Are you a developer with innovative software or tools to share? We
106-
invite you to join our community and showcase your work. Visit our <a
107-
href="https://github.com/ankitjaininfo/india-dev-stack"
108-
target="_blank"
109-
class="text-blue-500">submission page</a
110-
> to get started and become part of a vibrant network of developers.
111-
</p>
112-
</div>
11371
</Container>
11472
</Layout>

0 commit comments

Comments
 (0)