Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #270

Merged
merged 5 commits into from
Aug 22, 2024
Merged

Dev #270

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
Binary file added src/lib/assets/images/team/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/lib/assets/images/team/avatar_big.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/lib/assets/images/team/avatar_small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/routes/(other)/team/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
import devlinMoniz from "$lib/assets/images/team/devlin_moniz.jpg";
import leahMoore from "$lib/assets/images/team/leah_moore.jpg";
*/
import wacWLarge from "$lib/assets/images/logos/wac_w_large.jpg";
import wacWSmall from "$lib/assets/images/logos/wac_w_small.jpg";
import wacWLarge from "$lib/assets/images/team/avatar_big.jpg";
import wacWSmall from "$lib/assets/images/team/avatar_small.jpg";

interface TeamMember {
name: string;
Expand Down Expand Up @@ -510,7 +510,7 @@
</div>
</div>

<p class="text-sm text-zinc-400" style="width: 65%; text-align:center; margin: auto">Please note that all profile materials, images, and multimedia of the World Affairs Conference (WAC) are the property of the respective members and are used on this site with their permission, and the profiles of the Organizing Committee members displayed on this page are listed in order of rank, followed by alphabetical order of last names within each rank category.
<p class="text-sm text-zinc-400" style="width: 52%; text-align:center; margin: auto">Please note that all profile materials, images, and multimedia of the World Affairs Conference (WAC) are the property of the respective members and are used on this site with their permission, and the profiles of the Organizing Committee members displayed on this page are listed in order of rank, followed by alphabetical order of last names within each rank category.
</p>

</section>
Loading