Skip to content

Commit

Permalink
Merge pull request #41 from Rubiginosa/2024-organizers
Browse files Browse the repository at this point in the history
Update organizer page with 2024 team
  • Loading branch information
Rubiginosa authored Oct 28, 2024
2 parents d225137 + 2ca2623 commit 39941de
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 77 deletions.
17 changes: 0 additions & 17 deletions less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -526,23 +526,6 @@ q {
margin: 0.25em 0;
}

/*==============*/
/*=== People ===*/
/*==============*/

.pronoun {
border-radius: 10px;
color: white;
font-weight: bolder;
display: inline-block;
margin: 0.05em 0;
padding: 0.1em 0.3em;

&:hover {
background: #11765c;
}
}

/* ==========================================================================
Media Queries
========================================================================== */
Expand Down
104 changes: 44 additions & 60 deletions organizers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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>

0 comments on commit 39941de

Please sign in to comment.