Skip to content

Commit 5227567

Browse files
committed
Add meeting-demos
1 parent 3453b3a commit 5227567

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

css/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,10 @@ button.cta i.fa, .button.cta i.fa {
406406
background-color: #348cff;
407407
}
408408

409+
#description .involved-links .meeting-demos {
410+
background-color: #24292e;
411+
}
412+
409413
@media screen and (max-width: 1024px) {
410414
nav {
411415
background: black;

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</header>
4343
<div class="hero" id="hero">
4444
<div>
45-
<h1 id="hero-text" class="animate__animated animate__pulse animate__infinite animate__slower">Web Development Club</h1>
45+
<h1 id="hero-text" class="animate__animated animate__pulse animate__infinite animate__slow">Web Development Club</h1>
4646
<h2>Lynbrook High School</h2>
4747
<br />
4848
<a href="https://forms.gle/aEdhD7hxSJPJRcoD9" class=" button cta">
@@ -84,6 +84,9 @@ <h1>Get Involved</h1>
8484
<a href="https://www.youtube.com/channel/UCM_BhJcNcFY5ZKlt6kecCqg" target="_blank" class="button cta youtube">
8585
YouTube <i class="fab fa-youtube"></i>
8686
</a>
87+
<a href="https://github.com/lhswebdev/meeting-demos" target="_blank" class="button cta meeting-demos">
88+
Meeting Demos <i class="fab fa-github"></i>
89+
</a>
8790
</div>
8891
</div>
8992
</section>
@@ -260,7 +263,7 @@ <h1>Videos</h1>
260263
<p>Watch our recorded lectures on <a href="https://www.youtube.com/channel/UCM_BhJcNcFY5ZKlt6kecCqg">our
261264
YouTube channel</a>!</p>
262265
<iframe id="videoEmbed"
263-
src="https://www.youtube.com/embed/videoseries?list=PLycZCPHqsWVC9YFfcqQ9r1GDZHh81fYlk" frameborder="0"
266+
src="https://www.youtube.com/embed/videoseries?list=PLycZCPHqsWVC9YFfcqQ9r1GDZHh81fYlk&modestbranding=1" frameborder="0"
264267
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
265268
allowfullscreen></iframe>
266269
</section>

0 commit comments

Comments
 (0)