Skip to content
Closed
Show file tree
Hide file tree
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
48 changes: 42 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import "../styles/base.css";
</div>
<div class="overflow-hidden">
<div
class="mx-auto max-w-7xl px-6 pb-32 pt-36 sm:pt-60 lg:px-8 lg:pt-32"
class="mx-auto max-w-7xl px-6 pb-32 pt-20 lg:px-8 sm:pt-36 lg:pt-[4em]"
>
<div
class="mx-auto max-w-2xl gap-x-14 lg:mx-0 lg:flex lg:max-w-none lg:items-center"
Expand Down
23 changes: 7 additions & 16 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,22 @@ import ArrowIcon from "../components/ArrowIcon.astro";
<div class="w-full mx-auto max-w-screen-md space-y-8 px-6 md:px-8">
<h1 class="text-6xl font-bold tracking-tight">Tech for Palestine</h1>
<p class="text-lg md:text-xl">
Tech for Palestine (“T4P”) is a coalition of thousands of founders, engineers, product marketers, investors and other professionals who are working in support of Palestinian liberation.
Tech for Palestine (“T4P”) is a coalition of thousands of founders, engineers, product marketers, investors and other professionals working in support of Palestinian liberation.
</p>
<p>
The T4P Incubator helps pro-Palestine advocates build, grow, and scale their work towards a Free Palestine. We support projects — whether collections of individuals, registered non-profits, or even companies — whose mission helps Palestine, especially advocacy groups building technical products or in the tech space.

<p class="text-lg md:text-xl">
Our Incubator helps pro-Palestine advocates build, grow, and scale their work towards a Free Palestine. We support projects – whether collections of individuals, registered non-profits, or even companies – whose mission helps Palestine, especially advocacy groups building technical products or in the tech space.
</p>
<p>
The Incubator is free, and provides volunteers, marketing support, mentorship, and connections to the broader Palestinian advocacy ecosystem.


<p class="text-lg md:text-xl">
The Incubator is completely free, providing volunteers, marketing support, mentorship, and connections to the broader Palestinian advocacy ecosystem.
</p>

<h2
class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl"
>
<h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
Want to get involved?
</h2>
<p class="text-lg md:text-xl">
What started as an aligned collective on a Discord server has grown
into a non-profit incubator that supports projects from idea to
launch.
</p>

<div class="flex flex-col md:flex-row gap-4 justify-center">
<a
href="/get-involved"
Expand Down Expand Up @@ -68,9 +61,7 @@ import ArrowIcon from "../components/ArrowIcon.astro";
</figure>
</section>
<section>
<div
class="mx-auto max-w-screen-md px-6 md:px-8 -m-12 relative pb-24 z-0"
>
<div class="flex justify-center mx-auto max-w-screen-md px-6 md:px-8 mt-12 md:mt-20 relative pb-24 z-0">
<SignUpForm />
</div>
</section>
Expand Down
Loading