Skip to content

Commit

Permalink
Add Jemma Issroff as keynote speaker (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer authored May 25, 2023
1 parent 46f80ab commit b533e4a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/stylesheets/components/_list-speaker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
grid-template-columns: 1fr;

@include media-breakpoint-up('sm') {
grid-template-columns: repeat(2, 1fr);
grid-template-columns: repeat(3, 1fr);
}
}
2 changes: 1 addition & 1 deletion frontend/stylesheets/screens/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ body.home .speaker-lineup {

.list-speaker {
@include media-breakpoint-up('sm') {
grid-template-columns: repeat(2, 1fr);
grid-template-columns: repeat(3, 1fr);
}

&__photo {
Expand Down
7 changes: 7 additions & 0 deletions src/_data/speakers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@
photo_url: /images/speakers/banta.jpg
type: keynote
bio: |
- id: jemma-issroff
first_name: Jemma
last_name: Isroff
twitter_handle: jemmaissroff
photo_url: /images/speakers/jemma.jpg
type: keynote
bio: |
Binary file added src/images/speakers/jemma.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b533e4a

Please sign in to comment.