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
8 changes: 4 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ import Rules from "../components/Rules.astro";
<SectionTitle id="abouttitle" title="OPEN SOURCE • REAL HARDWARE • REAL IMPACT" />
<div class=" rounded-3xl bg-linear-to-b from-slate-50 to-white p-8 ring-1 ring-slate-200">

<p class="mt-4 text-sm md:text-md leading-8 text-slate-700">
The <span class="font-semibold text-slate-900">FOSSEE OSHW Hackathon 2026</span> invites students from across the world to
<p class="mt-4 text-sm md:text-md leading-8 text-black">
The <span class="font-semibold text-black">FOSSEE OSHW Hackathon 2026</span> invites students from across the world to
design, build, and document open-source hardware solutions addressing real
societal challenges, with a strong focus on India’s sustainability priorities
and global development goals.
</p>

<p class="mt-4 text-sm md:text-md leading-8 text-slate-700">
This is a <span class="font-semibold text-slate-900">month-long innovation journey</span>—from problem understanding to working
<p class="mt-4 text-sm md:text-md leading-8 text-black">
This is a <span class="font-semibold text-black">month-long innovation journey</span>—from problem understanding to working
hardware prototypes.
</p>
</div>
Expand Down