-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated Font Awesome to latest vers. * Update for 2024 exec (hope no one resigns) * Fixed spelling, Amys photo renders now * Added Alex to 2024 exec * content/about/_index.html Fixes discord tags to reference the same type of tag (tag, not current nickname). Adds full names to names of committee members. --------- Co-authored-by: Iain Jensen <[email protected]>
- Loading branch information
1 parent
bd9e5f4
commit f6c367e
Showing
15 changed files
with
42 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,27 +121,27 @@ <h1 class="title is-2">The Executive</h1> | |
<div class="column is-8"> | ||
<div class="committee-headshots"> | ||
{{< committee-photo | ||
src="/img/media/exec/rachel.jpg" | ||
title="Rachel Chiong" | ||
subtitle="(@rachel)" | ||
src="/img/media/exec/iain.jpg" | ||
title="Iain Jensen" | ||
subtitle="(@iamthelain)" | ||
caption="President" | ||
link="mailto:[email protected]" | ||
image-class="committee-headshot" | ||
class="committee-element box" | ||
>}} | ||
{{< committee-photo | ||
src="/img/media/exec/limao.jpg" | ||
title="Limao Chang" | ||
subtitle="(@lmao)" | ||
src="/img/media/exec/jacki.jpg" | ||
title="Jackie Dinh Chang" | ||
subtitle="(@jaahhhhh)" | ||
caption="Secretary" | ||
link="mailto:[email protected]" | ||
image-class="committee-headshot" | ||
class="committee-element box" | ||
>}} | ||
{{< committee-photo | ||
src="/img/media/exec/sonja.jpg" | ||
title="Sonja McNeilly" | ||
subtitle="(@Martini9)" | ||
src="/img/media/exec/richie.jpg" | ||
title="Richard Yu" | ||
subtitle="(@jacron0085)" | ||
caption="Treasurer" | ||
link="mailto:[email protected]" | ||
image-class="committee-headshot" | ||
|
@@ -150,78 +150,77 @@ <h1 class="title is-2">The Executive</h1> | |
</div> | ||
<div class="committee-headshots"> | ||
{{< committee-photo | ||
src="/img/media/exec/faith.jpg" | ||
title="Faith McKay" | ||
subtitle="(@faith)" | ||
src="/img/media/exec/bahareh.jpg" | ||
title="Bahareh Khiabani" | ||
subtitle="(@raybena)" | ||
caption="Media Officer" | ||
image-class="committee-headshot" | ||
class="committee-element box" | ||
>}} | ||
{{< committee-photo | ||
src="/img/media/exec/jackie.jpg" | ||
title="Jackie Chang" | ||
subtitle="(@Ja)" | ||
src="/img/media/exec/jesse.jpg" | ||
title="Jesse Wang" | ||
subtitle="(@jahsse.)" | ||
caption="Events Officer" | ||
image-class="committee-headshot" | ||
class="committee-element box" | ||
>}} | ||
{{< committee-photo | ||
src="/img/media/exec/kwan.jpg" | ||
title="Kwan Li" | ||
subtitle="(@Backpack)" | ||
src="/img/media/exec/harsha.jpg" | ||
title="Harsha Varma" | ||
subtitle="(@hash_v)" | ||
caption="Sponsors Officer" | ||
image-class="committee-headshot" | ||
class="committee-element box" | ||
>}} | ||
</div> | ||
<div class="committee-headshots"> | ||
{{< committee-photo | ||
src="/img/media/exec/miguel.jpg" | ||
title="Miguel Valencia" | ||
subtitle="(@Miggy)" | ||
caption="Design Officer" | ||
src="/img/media/exec/ami.jpg" | ||
title="Amy Hu" | ||
subtitle="(@firefriedfries)" | ||
image-class="committee-headshot" | ||
class="committee-element box" | ||
>}} | ||
</div> | ||
<div class="committee-headshots"> | ||
{{< committee-photo | ||
src="/img/media/exec/campbell.png" | ||
title="Campbell McFadden" | ||
subtitle="(@campbell)" | ||
src="/img/media/exec/anshul.jpg" | ||
title="Anshul Dadhwal" | ||
subtitle="(@anshul.cpp)" | ||
image-class="committee-headshot" | ||
class="committee-element box" | ||
>}} | ||
{{< committee-photo | ||
src="/img/media/exec/connor.jpg" | ||
title="Connor Geissmann" | ||
subtitle="(@Geisso)" | ||
src="/img/media/exec/tom.jpg" | ||
title="Tom Cameron" | ||
subtitle="(@moboso)" | ||
image-class="committee-headshot" | ||
class="committee-element box" | ||
>}} | ||
{{< committee-photo | ||
src="/img/media/exec/elias.jpg" | ||
title="Elias Blanch" | ||
subtitle="(@Tired Camp Counsellor)" | ||
src="/img/media/exec/roxie.jpg" | ||
title="Roxie Cunningham" | ||
subtitle="(@._hi____.)" | ||
image-class="committee-headshot" | ||
class="committee-element box" | ||
>}} | ||
{{< committee-photo | ||
src="/img/media/exec/iain.jpg" | ||
title="Iain Jensen" | ||
subtitle="(@I Am The Lain)" | ||
src="/img/media/exec/thommy.jpg" | ||
title="Thomas Horsey" | ||
subtitle="(@thomashorsey)" | ||
image-class="committee-headshot" | ||
class="committee-element box" | ||
>}} | ||
{{< committee-photo | ||
src="/img/media/exec/isaac.jpg" | ||
title="Isaac Beh" | ||
subtitle="(@indium)" | ||
src="/img/media/exec/rohan.jpg" | ||
title="Rohan Kollambalath" | ||
subtitle="(@.mainbreaker)" | ||
image-class="committee-headshot" | ||
class="committee-element box" | ||
>}} | ||
{{< committee-photo | ||
src="/img/media/exec/nazeef.jpg" | ||
title="Nazeef Hamid" | ||
subtitle="(@nazzle)" | ||
src="/img/media/exec/alex.jpg" | ||
title="Alex Burow" | ||
subtitle="(@cheerfulmoss)" | ||
image-class="committee-headshot" | ||
class="committee-element box" | ||
>}} | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"> --> | ||
{{ "<!-- Custom CSS -->" | safeHTML }} | ||
{{ "<!-- Font Awesome -->" | safeHTML }} | ||
<script defer src="https://use.fontawesome.com/releases/v6.1.1/js/all.js"></script> | ||
<script defer src="https://use.fontawesome.com/releases/v6.5.1/js/all.js"></script> | ||
{{ "<!-- Custom CSS -->" | safeHTML }} | ||
{{ range .Site.Params.custom_css }} | ||
<link rel="stylesheet" type="text/css" href="{{ . | absURL }}"> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.