-
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.
Turn sponsors into links, add Business Ops Director's contact info to…
… sponsors
- Loading branch information
1 parent
c9c264a
commit 3484d17
Showing
5 changed files
with
87 additions
and
54 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
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
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
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
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 |
---|---|---|
|
@@ -46,8 +46,8 @@ const title = "Sponsor us"; | |
<div class="flex flex-col gap-8"> | ||
<p> | ||
Hi, I'm Hana Winchester! I'm the <b>Sponsorship Chair</b> for the Buckeye | ||
Space Launch Initiative. If you just want to learn more or want to sponsor | ||
us, email me to get in touch. | ||
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>. | ||
</p> | ||
|
||
<Staff | ||
|
@@ -58,6 +58,15 @@ const title = "Sponsor us"; | |
email: "[email protected]", | ||
}} | ||
/> | ||
|
||
<Staff | ||
title="Business Operations Director:" | ||
person={{ | ||
name: "Marc Chow", | ||
linkedin: "https://www.linkedin.com/in/marcchow2/", | ||
email: "[email protected]", | ||
}} | ||
/> | ||
</div> | ||
</Fragment> | ||
|
||
|