Skip to content

Commit b043fe3

Browse files
author
Brandon Johnson
committed
Add YouTube link
1 parent 5845b70 commit b043fe3

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

css/main.scss

+8
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ a {
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 {
@@ -257,6 +261,10 @@ a {
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
}

pages/images/icons/youtube-black.svg

+1
Loading

pages/images/icons/youtube-white.svg

+1
Loading

pages/index.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@
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

0 commit comments

Comments
 (0)