-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tell sponsors to email general email instead of hana
- Loading branch information
1 parent
e1ad6f8
commit 01eda33
Showing
1 changed file
with
5 additions
and
5 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 |
---|---|---|
|
@@ -6,6 +6,7 @@ import Layout from "~/layouts/PageLayout.astro"; | |
import StaffCard from "~/components/widgets/StaffCard.astro"; | ||
import Headline from "~/components/ui/Headline.astro"; | ||
import WidgetWrapper from "~/components/ui/WidgetWrapper.astro"; | ||
import Socials from "~/components/widgets/Socials.astro"; | ||
const title = "Sponsor us"; | ||
--- | ||
|
@@ -54,13 +55,12 @@ const title = "Sponsor us"; | |
<p> | ||
Hi, I'm Hana Winchester! I'm the <b>Sponsorship Chair</b> for the Buckeye | ||
Space Launch Initiative. If you want to sponsor us or just want to | ||
learn more, email me or Marc, our <b | ||
>Business Operations Director</b | ||
>. | ||
learn more, you can reach me and our leadership team at the email below. | ||
</p> | ||
|
||
<Staff title="Sponsorship Chair:" name="Hana Winchester" /> | ||
<Staff title="Business Operations Director:" name="Marc Chow" /> | ||
<div class="flex justify-center"> | ||
<Socials useButtonStyle classes="text-primary" email="[email protected]" /> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="mt-10 md:mt-0 md:min-w-96"> | ||
|