File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 238238 background-size : 85% ;
239239 }
240240
241+ .youtube {
242+ background : url (' /images/icons/youtube-white.svg' ) center center no-repeat ;
243+ background-size : 95% ;
244+ }
241245 }
242246
243247 .icon {
257261 background-size : 95% ;
258262 }
259263
264+ .youtube {
265+ background : url (' /images/icons/youtube-black.svg' ) center center no-repeat ;
266+ background-size : 95% ;
267+ }
260268 & :last-child {
261269 margin-right : 0 ;
262270 }
Original file line number Diff line number Diff line change 1717 < div class ="button-row ">
1818 < button class ="outline-button " onclick ="window.open('https://meetup.com/javascriptmn') ">
1919 < span class ="icon rsvp "> </ span >
20- < span > RSVP for Event </ span >
20+ < span > RSVP</ span >
2121 </ button >
2222 < button class ="outline-button " onclick ="window.open('https://javascriptmn-slack.herokuapp.com') ">
2323 < span class ="icon slack "> </ span >
2424 < span > Join our Slack</ span >
2525 </ button >
26+ < button class ="outline-button " onclick ="window.open('https://www.youtube.com/channel/UC4DA_d8mD-14ZSBvIb1jmXg') ">
27+ < span class ="icon youtube "> </ span >
28+ < span > Watch previous talks</ span >
29+ </ button >
2630 </ div >
2731
2832
You can’t perform that action at this time.
0 commit comments