-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from Rubiginosa/2024-organizers
Update organizer page with 2024 team
- Loading branch information
Showing
2 changed files
with
44 additions
and
77 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,59 +5,57 @@ | |
|
||
so_list: | ||
- | ||
name: Lucy Loerker | ||
email: lucy@hackbu.org | ||
name: Christopher Bingham | ||
email: admin@hackbu.org | ||
pos: President | ||
pronouns: She/Her | ||
- | ||
name: Jonathan Shin | ||
email: [email protected] | ||
pos: Vice President of Logistics | ||
pronouns: He/Him | ||
- | ||
name: Christopher Bingham | ||
email: [email protected] | ||
pos: Vice President of Event Planning | ||
pronouns: He/Him | ||
name: Lucy Loerker | ||
email: [email protected] | ||
pos: Senior Advisor | ||
- | ||
name: Julia Maiolo | ||
email: [email protected] | ||
pos: Vice President of Outreach | ||
pronouns: She/Her | ||
name: Connie Deng | ||
email: [email protected] | ||
pos: Vice President of Communications | ||
- | ||
name: Nicolas Said | ||
email: [email protected] | ||
pos: Vice President of Outreach | ||
pronouns: He/Him | ||
- | ||
name: Roman Raguso | ||
email: [email protected] | ||
pos: Vice President of Communications | ||
pronouns: He/Him | ||
- | ||
name: Connie Deng | ||
email: [email protected] | ||
pos: Secretary | ||
pronouns: She/Her | ||
|
||
smt_list: | ||
- | ||
name: Joseph Roberts | ||
pronouns: He/Him | ||
|
||
sw_list: | ||
- | ||
- | ||
name: Rowan Devereux-Smith | ||
pronouns: They/Them | ||
|
||
hl_list: | ||
- | ||
name: Jared Eipp | ||
pronouns: He/Him | ||
- | ||
name: Josef Schindler | ||
pronouns: He/Him | ||
email: [email protected] | ||
pos: Vice President of Software | ||
- | ||
name: Luciano Pomara | ||
email: [email protected] | ||
pos: Vice President of Logistics | ||
|
||
org_list: | ||
- | ||
name: Matthew Ham | ||
- | ||
name: Bhavi Patel | ||
- | ||
name: Benjamin Panamdanam | ||
- | ||
name: Joseph Roberts | ||
- | ||
name: Anna Shrestha | ||
- | ||
name: Daniel Zheng | ||
- | ||
name: Tiana Balkam | ||
- | ||
name: Hewitt Wang | ||
- | ||
name: Vikram Minhas | ||
- | ||
name: Rijaa Zaidi | ||
- | ||
name: Reginald Juance | ||
- | ||
name: Valeria Kiricosta Padilla | ||
- | ||
name: Samuel Yu | ||
--- | ||
|
||
<div class="article article-introduction"> | ||
|
@@ -71,24 +69,10 @@ <h3>Senior Organizers</h3> | |
<li>{% include person.html person=so %}</li> | ||
{% endfor %} | ||
</ul> | ||
<h3>Social Media Team</h3> | ||
<h3>Organizers</h3> | ||
<ul> | ||
{% for c in page.smt_list %} | ||
{% for c in page.org_list %} | ||
<li>{% include person.html person=c %}</li> | ||
{% endfor %} | ||
</ul> | ||
<h3>Software Team</h3> | ||
<ul> | ||
{% for o in page.sw_list %} | ||
<li>{% include person.html person=o %}</li> | ||
{% endfor %} | ||
</ul> | ||
<h3>Hackathon Logistics Team</h3> | ||
<ul> | ||
{% for o in page.hl_list %} | ||
<li>{% include person.html person=o %}</li> | ||
{% endfor %} | ||
</ul> | ||
|
||
|
||
</div> |