diff --git a/data/committee.yml b/data/committee.yml index 4bb9030..275b07a 100644 --- a/data/committee.yml +++ b/data/committee.yml @@ -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 diff --git a/src/sass/screen.scss b/src/sass/screen.scss index a2e00d6..05c20d8 100644 --- a/src/sass/screen.scss +++ b/src/sass/screen.scss @@ -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; } diff --git a/static/imgs/playButtonNew.png b/static/imgs/playButtonNew.png new file mode 100644 index 0000000..ce24ab9 Binary files /dev/null and b/static/imgs/playButtonNew.png differ diff --git a/static/imgs/playButtonSmall.png b/static/imgs/playButtonSmall.png deleted file mode 100644 index 82f2d0a..0000000 Binary files a/static/imgs/playButtonSmall.png and /dev/null differ