Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,25 @@ const recentEvents = sortedEvents.slice(0, 3)
<section class="section border-s-8 border-sky-500 px-8 bg-sky-100">
<h2 class="heading mb-4">Who We Are</h2>
<p class="text-lg text-gray-700 mb-12">
We are a civic-tech non-profit who have spent the last decade partnering with the government and advising
both the public and private sectors on designing technology around our communities in order to improve the
quality of life and increase access to government services across Pakistan.
We are a nonprofit civic tech organization working across the public and private sectors to make government services more accessible, transparent, and effective. We partner with government, academia, communities, and citizen technologists to strengthen citizen engagement and democratic resilience—using technology and design to improve everyday life.
</p>

<!-- Stats Grid -->
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<div class="heading text-7xl text-sky-500">80</div>
<div class="heading text-7xl text-sky-500">82</div>
<div class="font-semibold text-gray-500">Solutions Developed</div>
</div>
<div>
<div class="heading text-7xl text-sky-500">45</div>
<div class="heading text-7xl text-sky-500">51</div>
<div class="font-semibold text-gray-500">Departments Facilitated</div>
</div>
<div>
<div class="heading text-7xl text-sky-500">600</div>
<div class="heading text-7xl text-sky-500">1010</div>
<div class="font-semibold text-gray-500">Officials Trained</div>
</div>
<div>
<div class="heading text-7xl text-sky-500">136</div>
<div class="heading text-7xl text-sky-500">156</div>
<div class="font-semibold text-gray-500">Fellows Graduated</div>
</div>
</div>
Expand Down