File tree 4 files changed +15
-1
lines changed
4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 238
238
background-size : 85% ;
239
239
}
240
240
241
+ .youtube {
242
+ background : url (' /images/icons/youtube-white.svg' ) center center no-repeat ;
243
+ background-size : 95% ;
244
+ }
241
245
}
242
246
243
247
.icon {
257
261
background-size : 95% ;
258
262
}
259
263
264
+ .youtube {
265
+ background : url (' /images/icons/youtube-black.svg' ) center center no-repeat ;
266
+ background-size : 95% ;
267
+ }
260
268
& :last-child {
261
269
margin-right : 0 ;
262
270
}
Original file line number Diff line number Diff line change 17
17
< div class ="button-row ">
18
18
< button class ="outline-button " onclick ="window.open('https://meetup.com/javascriptmn') ">
19
19
< span class ="icon rsvp "> </ span >
20
- < span > RSVP for Event </ span >
20
+ < span > RSVP</ span >
21
21
</ button >
22
22
< button class ="outline-button " onclick ="window.open('https://javascriptmn-slack.herokuapp.com') ">
23
23
< span class ="icon slack "> </ span >
24
24
< span > Join our Slack</ span >
25
25
</ 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 >
26
30
</ div >
27
31
28
32
You can’t perform that action at this time.
0 commit comments