Skip to content

Commit 1ec52bd

Browse files
committed
Add yt, discord, zoom links
1 parent d89ef30 commit 1ec52bd

2 files changed

Lines changed: 72 additions & 16 deletions

File tree

css/index.css

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ section:nth-child(odd) {
8080
clip-path: polygon( 0 0, 100% var(--clip-height), 100% 100%, 0 calc(100% - var(--clip-height)));
8181
}
8282

83-
section:nth-child(odd) a[href] {
83+
section a[href] {
8484
color: black;
8585
}
8686

@@ -376,6 +376,39 @@ button.cta i.fa, .button.cta i.fa {
376376
margin-right: 15px;
377377
}
378378

379+
#description div{
380+
margin: 30px 0px;
381+
}
382+
383+
#description .involved-links {
384+
display: flex;
385+
}
386+
387+
#description .involved-links a {
388+
margin: 0px 20px;
389+
color: white;
390+
background-image: none;
391+
}
392+
393+
#description .involved-links a:first-child {
394+
margin-left: 0;
395+
}
396+
397+
#description .involved-links a:last-child {
398+
margin-right: 0;
399+
}
400+
401+
#description .involved-links .discord {
402+
background-color: #738adb;
403+
}
404+
405+
#description .involved-links .youtube {
406+
background-color: #ff0000;
407+
}
408+
409+
#description .involved-links .zoom {
410+
background-color: #348cff;
411+
}
379412

380413
@media screen and (max-width: 1024px) {
381414
nav {

index.html

Lines changed: 38 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<li><a href="#schedule">Schedule</a></li>
3636
<li><a href="#videos">Videos</a></li>
3737
<li><a href="#officers">Officers</a></li>
38+
<li><a href="#questions">Questions</a></li>
3839
</ul>
3940
</nav>
4041
<div class="blackout"></div>
@@ -51,24 +52,46 @@ <h2>Lynbrook High School</h2>
5152
</div>
5253
<main>
5354
<section id="description">
54-
<h1>What is WebDev?</h1>
55-
<p>
56-
<cite>
57-
Web Development is the work involved in developing a web site for the internet. -- Wikipedia
58-
</cite>
59-
<br />
60-
In this club, you will...
61-
<ul>
62-
<li>Learn the fundamentals of web development to take you from
63-
0 experience to at least <cite>some level</cite> of competence</li>
64-
<li>
65-
Create your own projects using skills you learn along the way
66-
</li>
67-
</ul>
68-
</p>
55+
<div>
56+
<h1>What is WebDev?</h1>
57+
<p>
58+
<cite>
59+
Web Development is the work involved in developing a web site for the internet. -- Wikipedia
60+
</cite>
61+
<br />
62+
In this club, you will...
63+
<ul>
64+
<li>Learn the fundamentals of web development to take you from
65+
0 experience to at least <cite>some level</cite> of competence</li>
66+
<li>
67+
Create your own projects using skills you learn along the way
68+
</li>
69+
</ul>
70+
</p>
71+
</div>
72+
<div>
73+
<h1>Get Involved</h1>
74+
<p>
75+
In order to support our members' needs, we've created various ways to communicate.
76+
</p>
77+
<div class="involved-links">
78+
<a href="https://discord.gg/p68sr5x" target="_blank" class="button cta discord">
79+
Discord <i class="fab fa-discord"></i>
80+
</a>
81+
<a href="https://tinyurl.com/ZoomWebDev" target="_blank" class="button cta zoom">
82+
Zoom <i class="fas fa-video"></i>
83+
</a>
84+
<a href="https://www.youtube.com/channel/UCM_BhJcNcFY5ZKlt6kecCqg" target="_blank" class="button cta youtube">
85+
YouTube <i class="fab fa-youtube"></i>
86+
</a>
87+
</div>
88+
</div>
6989
</section>
7090
<section id="schedule">
7191
<h1>Schedule</h1>
92+
<p>
93+
Meetings every Tuesday at 12:35 PM on <a href="https://tinyurl.com/ZoomWebDev" target="_blank">Zoom</a>!
94+
</p>
7295
<table>
7396
<thead>
7497
<tr>

0 commit comments

Comments
 (0)