File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,12 @@ main > div > h2 {
82
82
}
83
83
}
84
84
85
+ # live-stream iframe {
86
+ margin : 0 10% ;
87
+ width : 80% ;
88
+ aspect-ratio : 16 / 9 ;
89
+ }
90
+
85
91
/* Registration Link */
86
92
87
93
# register {
@@ -166,6 +172,10 @@ main > div > h2 {
166
172
font-size : 24px ;
167
173
}
168
174
175
+ # schedule tr > td : nth-child (2 ) {
176
+ text-align : left;
177
+ }
178
+
169
179
# schedule p {
170
180
margin-top : 20px ;
171
181
text-align : center;
Original file line number Diff line number Diff line change @@ -97,13 +97,17 @@ <h1>Algorithm Festival</h1>
97
97
</ div >
98
98
99
99
< 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">
101
105
<h2>Registrations Closed</h2>
102
- < a class ="register-button disabled " href ="javascript:void() ">
106
+ <a class="register-button disabled" href="javascript:void(3 )">
103
107
<span class="material-symbols-outlined">inventory</span>
104
108
<span class="register-button-label"> Register </span>
105
109
</a>
106
- </ div >
110
+ </div> -->
107
111
108
112
< div id ="schedule ">
109
113
< h2 > Schedule</ h2 >
You can’t perform that action at this time.
0 commit comments