@@ -135,27 +135,72 @@ export default function TopNavigationBar({
135
135
return (
136
136
< >
137
137
{ ! hidePromoBar && (
138
- < div className = "relative bg-blue-600" >
139
- < div className = "max-w-screen-xl mx-auto py-3 px-3 sm:px-6 lg:px-8" >
140
- < div className = "pr-16 sm:text-center sm:px-16" >
141
- < p className = "font-medium text-white" >
142
- < span className = "md:inline" >
143
- Registration for USACO classes now open!
144
- </ span >
145
- < span className = "block sm:ml-2 sm:inline-block" >
146
- < a
147
- href = "https://joincpi.org/classes"
148
- target = "_blank"
149
- rel = "noreferrer"
150
- className = "text-white font-bold underline"
151
- >
152
- Register here →
153
- </ a >
154
- </ span >
155
- </ p >
138
+ < >
139
+ < div className = "relative bg-blue-600" >
140
+ < div className = "max-w-screen-xl mx-auto py-3 px-3 sm:px-6 lg:px-8" >
141
+ < div className = "pr-16 sm:text-center sm:px-16" >
142
+ < p className = "font-medium text-white" >
143
+ < span className = "md:inline" >
144
+ Registration for USACO classes now open!
145
+ </ span >
146
+ < span className = "block sm:ml-2 sm:inline-block" >
147
+ < a
148
+ href = "https://joincpi.org/classes"
149
+ target = "_blank"
150
+ rel = "noreferrer"
151
+ className = "text-white font-bold underline"
152
+ >
153
+ Register here →
154
+ </ a >
155
+ </ span >
156
+ </ p >
157
+ </ div >
156
158
</ div >
157
159
</ div >
158
- </ div >
160
+ < div className = "relative bg-blue-700" >
161
+ < div className = "max-w-screen-xl mx-auto py-3 px-3 sm:px-6 lg:px-8" >
162
+ < div className = "pr-16 sm:text-center sm:px-16" >
163
+ < p className = "font-medium text-white" >
164
+ < span className = "md:block" >
165
+ Registration for the USACO Guide Informatics Tournament is
166
+ also open!{ ' ' }
167
+ </ span >
168
+ < span className = "sm:ml-2 sm:inline" >
169
+ < a
170
+ href = "https://forms.gle/4vHJeGiYGLgHRv4E6"
171
+ target = "_blank"
172
+ rel = "noreferrer"
173
+ className = "text-white font-bold underline"
174
+ >
175
+ Register here →
176
+ </ a >
177
+ </ span >
178
+ </ p >
179
+ </ div >
180
+ </ div >
181
+ </ div >
182
+ < div className = "relative bg-blue-800" >
183
+ < div className = "max-w-screen-xl mx-auto py-3 px-3 sm:px-6 lg:px-8" >
184
+ < div className = "pr-16 sm:text-center sm:px-16" >
185
+ < p className = "font-medium text-white" >
186
+ < span className = "md:block" >
187
+ Registration for the January USACO Workshop is also open!{ ' ' }
188
+ </ span >
189
+ < span className = "sm:ml-2 sm:inline" >
190
+ < a
191
+ href = "https://joincpi.org/workshops/jan24"
192
+ target = "_blank"
193
+ rel = "noreferrer"
194
+ className = "text-white font-bold underline"
195
+ >
196
+ Register here →
197
+ </ a >
198
+ </ span >
199
+ </ p >
200
+ </ div >
201
+ </ div >
202
+ </ div >
203
+ </ >
159
204
) }
160
205
161
206
< nav
0 commit comments