Skip to content

Commit

Permalink
Add member metadata and flip card
Browse files Browse the repository at this point in the history
Also refactor some Svelte HTML logic for additional styling.
  • Loading branch information
diamondburned committed Sep 29, 2022
1 parent 47920f4 commit 273a2e6
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 25 deletions.
10 changes: 5 additions & 5 deletions src/lib/public/board/types.ts
Expand Up @@ -7,11 +7,11 @@ export enum Term {
}

export enum Social {
website = 'Website',
github = 'GitHub',
discord = 'Discord',
linkedin = 'LinkedIn',
instagram = 'Instagram',
Website = 'website',
GitHub = 'github',
Discord = 'discord',
LinkedIn = 'linkedin',
Instagram = 'instagram',
}

export interface Officer {
Expand Down
3 changes: 2 additions & 1 deletion src/routes/about/officer-profile-list.svelte
Expand Up @@ -63,7 +63,8 @@
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
/* More padding is added in .officer-container for the underline. */
gap: 12px;
.container {
width: 100%;
Expand Down

0 comments on commit 273a2e6

Please sign in to comment.