Skip to content

Commit

Permalink
Added Labels
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonconcepcion committed Nov 1, 2024
1 parent eff89ac commit e1b3b01
Show file tree
Hide file tree
Showing 17 changed files with 55 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _layouts/staffer.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@
{% endif %}
<div>
{%- if page.team -%}
<span class="team label-{{ page.team }}">{{ page.team }}</span>
{%- assign team_name = page.team -%}
{%- if team_name contains "TA" -%}
{%- assign stripped_name = team_name | replace: "TA", "" -%}
<span class="team label-{{ team_name }}">{{ stripped_name | strip }}</span>
{%- else -%}
<span class="team label-{{ team_name }}">{{ team_name }}</span>
{%- endif -%}
{%- endif -%}
<h3 class="staffer-name" id="{{ page.name | slugify }}">
{%- if page.website -%}
Expand Down
33 changes: 33 additions & 0 deletions _sass/custom/course_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,28 +168,61 @@
background-color: #006C67;
color: white;
}

.label-TAContent{
background-color: #487d7a;
color: white;
}

.label-Grading {
background-color: #DF2F0C;
color: white;
}

.label-TAGrading {
background-color: rgb(139, 95, 87);
color: white;
}

.label-Logistics {
background-color: #3D348B;
color: white;
}

.label-TALogistics {
background-color: #615d89;
color: white;
}

.label-Pedagogy {
background-color: #9C3848;
color: white;
}

.label-TAPedagogy {
background-color: #a0656e;
color: white;
}

.label-Tutors {
background-color: #AD6500;
color: white;
}

.label-TATutors {
background-color: #826a48;
color: white;
}

.label-Student {
background-color: #2D8095;
color: white;
}

.label-TAStudent {
background-color: #365a63;
color: white;
}

.label-Professor {
background-color: #624099;
Expand Down
1 change: 1 addition & 0 deletions _staffers/arfa_m.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ photo: staff/arfa_m.jpeg
bio: Hi y’all! I’m a junior from Texas studying geography and CS. Some things I enjoy are art, NYT graphics, matcha lattes, and messing around on Google Earth.
role: uGSI (UCS2)
hover-photo: hovers/arfa_hover.png
team: TALogistics
---
1 change: 1 addition & 0 deletions _staffers/azalea_b.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ photo: staff/azalea_b.jpeg
bio: Hi!! My name is Azalea and I’m from Upstate New York. I love listening to jazz, learning new instruments, and playing card games.
role: uGSI (UCS2)
hover-photo: hovers/azalea_hover.png
team: TAStudent Support
---
1 change: 1 addition & 0 deletions _staffers/bing_c.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ website: https://linktr.ee/bingfa24
bio: Me 🤝 Data 8
role: uGSI (UCS2)
hover-photo: hovers/bing_hover.png
team: TAContent
---
1 change: 1 addition & 0 deletions _staffers/colin_o.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ photo: staff/colin_o.jpeg
bio: Hi! I'm Colin, a second-year studying mathematics. In my free time I enjoy reading light novels, doing chess puzzles, and running. Look forward to meeting you all ^
role: uGSI (UCS2)
hover-photo: hovers/colin_hover.png
team: TAContent
---
1 change: 1 addition & 0 deletions _staffers/dagny_s.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ photo: staff/dagny_s.jpeg
bio: Hi! I’m Dagny, a junior from Orange County, California, studying applied mathematics and computer science. Outside of class, I enjoy baking, reading, gardening, and traveling!
role: uGSI (UCS2)
hover-photo: hovers/dagny_hover.png
team: TAPedagogy
---
1 change: 1 addition & 0 deletions _staffers/dylan_t.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ photo: staff/dylan_t.jpeg
bio: Hi my friends! Some things I love are making little cakes, badminton in the RSF and Lego City. Thank you for being a part of my Data 8 experience and I know we’ll do great together :)
role: uGSI (UCS2)
hover-photo: hovers/dylan_hover.png
team: TALogistics
---
1 change: 1 addition & 0 deletions _staffers/hailey_h.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ photo: staff/hailey_h.jpeg
bio: Hey everyone I’m a senior from socal studying Data Science and IEOR, and this is my 7th semester on Data 8 staff. Talk to me about plants, music, crafts, and NYT word games :)
role: uGSI (UCS2)
hover-photo: hovers/hailey_hover.png
team: TATutors
---
1 change: 1 addition & 0 deletions _staffers/kaed_e.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ photo: staff/kaed_e.jpeg
bio: Hi! I’m a senior from Hawaii majoring in political science and data science with an addiction to concerts, NYT games, and coffee.
role: uGSI (UCS2)
hover-photo: hovers/kaed_hover.png
team: TAGrading
---
1 change: 1 addition & 0 deletions _staffers/marissa_l.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ photo: staff/marissa_l.jpeg
bio: Hello!! I’m a junior from SF majoring in CS and minoring in DS + MechE. I love going on runs in the fire trails, designing/building things, and going to coffee shops around campus. Can’t wait for a Data gr8 semester!
role: uGSI (UCS2)
hover-photo: hovers/marissa_hover.png
team: TAContent
---
1 change: 1 addition & 0 deletions _staffers/mia_y.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ photo: staff/mia_y.jpeg
bio: "Hi! I’m Mia and I’m a junior studying Cogsci and CS. Some stuff about me: I’m a Virgo, huge Mind Coffee addict, and once I did a NYT Monday crossword in 3:57 :) Super excited to work with you this fall! "
role: uGSI (UCS2)
hover-photo: hovers/mia_hover.png
team: TAContent
---
1 change: 1 addition & 0 deletions _staffers/richard_v.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ website: https://bit.ly/data8-fa24-richard
bio: Hi! I’m a junior studying Data Science and CS, and I’m a big fan of iced mochas, Mario Kart, and Data 8. My goal is to make data science accessible to everyone!
role: uGSI (UCS2)
hover-photo: hovers/richard_hover.png
team: TAPedagogy
---
1 change: 1 addition & 0 deletions _staffers/rory_p.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ photo: staff/rory_p.jpeg
bio: Baltimore girl turned Berkeley junior studying Cog Sci + Legal Studies + Data Minor. Runs on bagels, diet coke and love for data8 :)
role: uGSI (UCS2)
hover-photo: hovers/rory_hover.png
team: TAGrading
---
1 change: 1 addition & 0 deletions _staffers/sahand_a.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ photo: staff/sahand_a.jpeg
bio: Hi! I’m Sahand, a third year studying chemistry and data science. Excited to work with everyone this semester!
role: uGSI (UCS2)
hover-photo: hovers/sahand_hover.png
team: TAPedagogy
---
1 change: 1 addition & 0 deletions _staffers/simone_n.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ photo: staff/simone_n.jpeg
bio: Lover of Long Walks, iced oat milk vanilla latte enthusiast, passionate about using data science to analyze our carceral system! I'm excited to meet you all!
role: uGSI (UCS2)
hover-photo: hovers/simone_hover.png
team: TAPedagogy
---
1 change: 1 addition & 0 deletions _staffers/tiffany_l.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ website: https://linktr.ee/tilouie
bio: Hello! I'm a junior from San Francisco who is studying data science and computer science. I really like Usamaru (the bunny character), kpop (especially nct) and trying public transportation at different places.
role: uGSI (UCS2)
hover-photo: hovers/tiffany_hover.png
team: TATutors
---

0 comments on commit e1b3b01

Please sign in to comment.