Skip to content
Merged
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
26 changes: 13 additions & 13 deletions _data/about.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sections:
email: vicepresident@ritsec.club
other:
- name: Danny Nichols
position: Public Relations
position: Director of Public Relations
grad_year: 27
avatar: "assets/images/2025eboard/dannyn.jpg"
socials:
Expand All @@ -50,7 +50,7 @@ sections:
email: research@ritsec.club
other:
- name: Manav Malik
position: CTF CA
position: CTF Competition Architect
grad_year: 26
avatar: "assets/images/2025eboard/manavm.jpeg"
socials:
Expand All @@ -59,7 +59,7 @@ sections:
email: ctfca@ritsec.club
other:
- name: Leah Kvares
position: ISTS CA
position: ISTS Competition Architect
grad_year: 27
avatar: "assets/images/2025eboard/leahk.jpeg"
socials:
Expand All @@ -68,7 +68,7 @@ sections:
email: ists@ritsec.club
other:
- name: Arianna Schwartz
position: IRSeC CA
position: IRSeC Competition Architect
grad_year: 26
avatar: "assets/images/2025eboard/ariannas.jpg"
socials:
Expand Down Expand Up @@ -133,9 +133,9 @@ past_eboards:
- name: Drew Young
position: ISTS Competition Architect
- name: Maxim Kochnev
position: IRSeC CA
position: IRSeC Competition Architect
- name: Chase Killorin
position: CTF CA
position: CTF Competition Architect
- name: David Girard
position: Treasurer
- name: John Arrandale
Expand All @@ -160,9 +160,9 @@ past_eboards:
- name: Zach Price
position: ISTS Competition Architect
- name: Jack Audino
position: IRSeC CA
position: IRSeC Competition Architect
- name: Rachel Leone
position: CTF CA
position: CTF Competition Architect
- name: Albie Snyder
position: Treasurer
- name: Michael Scalzetti
Expand All @@ -188,9 +188,9 @@ past_eboards:
- name: Michael Vaughan
position: ISTS Competition Architect
- name: Jacob Doll
position: IRSeC CA
position: IRSeC Competition Architect
- name: Zach Price
position: CTF CA
position: CTF Competition Architect
- name: Bailey Powers
position: Treasurer
- name: Abdulmalik Banaser
Expand All @@ -210,7 +210,7 @@ past_eboards:
- name: Alison Nakai-Lackey
position: ISTS Competition Architect
- name: Jason Howe
position: IRSeC CA
position: IRSeC Competition Architect
- name: Olivia Gallucci
position: Treasurer
- name: Jazmin Morales
Expand All @@ -234,7 +234,7 @@ past_eboards:
- name: Daniel Szafran
position: ISTS Competition Architect
- name: Joshua Niemann
position: IRSeC CA
position: IRSeC Competition Architect
- name: Spencer Roth
position: Treasurer
- name: Jason Howe
Expand All @@ -257,7 +257,7 @@ past_eboards:
- name: Jack McKenna
position: ISTS Competition Architect
- name: Quintin Walters
position: IRSEC CA
position: IRSeC Competition Architect
- name: Amanda Brown
position: Treasurer
- name: Jon Bauer
Expand Down
14 changes: 10 additions & 4 deletions _data/alumni.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ sections:
description: Meet all of our wonderful alumni!

alumni:
- year: 2025
name: Kasey Kiggins
- year: 2025
name: Chase Killorin
- year: 2025
name: Garrett Thompson
- year: 2025
name: Ariana Ciaschini
- year: 2025
name: Sharad Khanna
- year: 2025
Expand Down Expand Up @@ -41,10 +49,10 @@ alumni:
name: Rich Kleinhenz
- year: 2025
name: Cipriana Sorenson
- year: 2025
name: Jenna Weinman
- year: 2025
name: Danielle Schloss
- year: 2025
name: Sarah Houseal

- year: 2024
name: Ryan Cheevers-Brown
Expand Down Expand Up @@ -72,8 +80,6 @@ alumni:
name: Bradley Harker
- year: 2024
name: Jason Howe
- year: 2024
name: Sarah Dill
- year: 2024
name: Bailey Powers
- year: 2024
Expand Down
12 changes: 12 additions & 0 deletions _data/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ sections:
- title: Mindex
image: /assets/images/sponsors/mindex.jpeg
url: https://www.mindex.com/

- title: Drew Young
image: /assets/images/sponsors/RITSECSponsorPlaceholder.png
url: https://www.linkedin.com/in/drew-m-young/

- title: Zach Price
image: /assets/images/sponsors/RITSECSponsorPlaceholder.png
url: https://www.linkedin.com/in/zachprice43/

- title: Asa Horn
image: /assets/images/sponsors/RITSECSponsorPlaceholder.png
url: https://www.linkedin.com/in/asa-horn-4b7618212/

Educational:

Expand Down
2 changes: 1 addition & 1 deletion _sass/pages/about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
}

.member_details {
font-size: 1rem;
font-size: 0.9rem;
font-weight: 400;
overflow: hidden;
white-space: nowrap;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{{member.name}}
<span style="color: #ff7613; opacity: 0.9"> '{{member.grad_year}} </span>
</div>
<div class="member_details">{{member.position}}<br>{{member.pronouns}}</div>
<div class="member_details">{{member.position}}</div>
<div class="member_socials">
{%- if member.socials.github -%}
<a class="member_social" href="https://github.com/{{ member.socials.github | cgi_escape | escape }}"
Expand Down
Loading