Skip to content

Commit

Permalink
Remove Ethan and change playbutton
Browse files Browse the repository at this point in the history
  • Loading branch information
nickw29 committed Oct 2, 2023
1 parent 6e0b6d6 commit d76c202
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
6 changes: 0 additions & 6 deletions data/committee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ members:
Photo:
- /imgs/committee/sam.jpeg
Bio: "Sam is responsible for everything people in TEC, which includes organising training and looking after everyone's welfare. Besides TEC, he enjoys climing and spending time with his dog Bonsai."

- Name: Ethan Mees
Position: Logistics Manager # 5
Photo:
- /imgs/committee/ethan.jpeg
Bio: "Ethan coordinates with the Productions Manager on matters of equipment purchase/maintenance and haulage. He's a second year Physics Student who can often be found helping out with his family business."

- Name: Jhoti Mahapatra
Position: Communications Officer # 6
Expand Down
10 changes: 5 additions & 5 deletions src/sass/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -383,13 +383,13 @@ dt + dt + dd {
}

.youtube-player .play {
height: 74px;
width: 74px;
height: 100px;
width: 100px;
left: 50%;
top: 50%;
margin-left: -36px;
margin-top: -36px;
margin-left: -50px;
margin-top: -50px;
position: absolute;
background: url(/imgs/playButtonSmall.png) no-repeat;
background: url(/imgs/playButtonNew.png) no-repeat;
cursor: pointer;
}
Binary file added static/imgs/playButtonNew.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/imgs/playButtonSmall.png
Binary file not shown.

0 comments on commit d76c202

Please sign in to comment.