Skip to content

Commit ac0e2fa

Browse files
Add live stream to AlgoFest page
1 parent 62c73ee commit ac0e2fa

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

pages/algorithms/algorithms.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ main > div > h2 {
8282
}
8383
}
8484

85+
#live-stream iframe {
86+
margin: 0 10%;
87+
width: 80%;
88+
aspect-ratio: 16/9;
89+
}
90+
8591
/* Registration Link */
8692

8793
#register {
@@ -166,6 +172,10 @@ main > div > h2 {
166172
font-size: 24px;
167173
}
168174

175+
#schedule tr > td:nth-child(2) {
176+
text-align: left;
177+
}
178+
169179
#schedule p {
170180
margin-top: 20px;
171181
text-align: center;

pages/algorithms/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,17 @@ <h1>Algorithm Festival</h1>
9797
</div>
9898

9999
<main>
100-
<div id="register">
100+
<div id="live-stream">
101+
<h2>Live Stream</h2>
102+
<iframe src="https://www.youtube.com/embed/n9je5Mocqnc?si=CR8qsoTxsB5ucMuI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
103+
</div>
104+
<!-- <div id="register">
101105
<h2>Registrations Closed</h2>
102-
<a class="register-button disabled" href="javascript:void()">
106+
<a class="register-button disabled" href="javascript:void(3)">
103107
<span class="material-symbols-outlined">inventory</span>
104108
<span class="register-button-label"> Register </span>
105109
</a>
106-
</div>
110+
</div> -->
107111

108112
<div id="schedule">
109113
<h2>Schedule</h2>

0 commit comments

Comments
 (0)