-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
350 lines (332 loc) · 18.1 KB
/
about.html
File metadata and controls
350 lines (332 loc) · 18.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Competitive Programming Contests - TerminalWarlord</title>
<link rel="stylesheet" href="./asset/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="title" content="Competitive Programming Contests - TerminalWarlord">
<meta name="description" content="Get the list of all Running and Upcoming competitive programming contests">
<meta name="keywords" content="competitive programming contests, cp contests, competitive programming, programming contests, terminalwarlord, terminal warlord, cp, acm, jaybee">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<meta name="author" content="Joy Biswas">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://cp-contests.netlify.app/">
<meta property="og:title" content="Competitive Programming Contests - TerminalWarlord">
<meta property="og:description" content="Get the list of all Running and Upcoming competitive programming contests">
<meta property="og:image" content="https://cp-contests.netlify.app/logo.png">
<!-- Twitter -->
<meta property="twitter:card" content="Get the list of all Running and Upcoming competitive programming contests">
<meta property="twitter:url" content="https://cp-contests.netlify.app/">
<meta property="twitter:title" content="Competitive Programming Contests - TerminalWarlord">
<meta property="twitter:description" content="Get the list of all Running and Upcoming competitive programming contests">
<meta property="twitter:image" content="https://cp-contests.netlify.app/logo.png">
<!-- FAViCON -->
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
<link rel="manifest" href="./favicon/site.webmanifest">
<link rel="mask-icon" href="./favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Google Webmaster -->
<meta name="google-site-verification" content="_6SBfsN_BrRvvvY2WQCDM3M0XPrzA2wkaBZb2RdaNXQ" />
</head>
<body>
<header id="logo">
<a href="./index.html"><img src="./logo.png" alt="TerminalWarlord"></a>
</header>
<!-- NAVBAR -->
<div class="navbruh">
<nav class="navbar-mbl" id="ismbl">
<ul class="navmbl">
<li class="navmbl-item">
<a href="./index.html" class="nav-link-mbl"
><i class="fas fa-home"></i
></a>
</li>
<li class="navmbl-item">
<a href="./running.html" class="nav-link-mbl"
><i class="fas fa-running"></i
></a>
</li>
<li class="navmbl-item">
<a href="./upcoming.html" class="nav-link-mbl"
><i class="fas fa-fire"></i
></a>
</li>
<li class="navmbl-item">
<a href="./cf_contests.html" class="nav-link-mbl"
><i class="fas fa-user-clock"></i
></a>
</li>
<li class="navmbl-item">
<a href="./ladder.html" class="nav-link-mbl"
><i class="fas fa-play"></i
></a>
</li>
</ul>
</nav>
</div>
<nav class="navbar" id="ispc">
<ul class="navbar-nav">
<li class="logo">
<a href="./index.html" class="nav-link">
<span class="link-text logo-text">JAYBEE</span>
<div>
<svg
aria-hidden="true"
focusable="false"
data-prefix="fad"
data-icon="angle-double-right"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
class="svg-inline--fa fa-angle-double-right fa-w-14 fa-5x"
>
<g class="fa-group">
<path
fill="currentColor"
d="M224 273L88.37 409a23.78 23.78 0 0 1-33.8 0L32 386.36a23.94 23.94 0 0 1 0-33.89l96.13-96.37L32 159.73a23.94 23.94 0 0 1 0-33.89l22.44-22.79a23.78 23.78 0 0 1 33.8 0L223.88 239a23.94 23.94 0 0 1 .1 34z"
class="fa-secondary"
></path>
<path
fill="currentColor"
d="M415.89 273L280.34 409a23.77 23.77 0 0 1-33.79 0L224 386.26a23.94 23.94 0 0 1 0-33.89L320.11 256l-96-96.47a23.94 23.94 0 0 1 0-33.89l22.52-22.59a23.77 23.77 0 0 1 33.79 0L416 239a24 24 0 0 1-.11 34z"
class="fa-primary"
></path>
</g>
</svg>
</div>
</a>
</li>
<li class="nav-item">
<a href="./running.html" class="nav-link">
<div>
<svg
aria-hidden="true"
focusable="false"
data-prefix="fas"
data-icon="user-clock"
class="svg-inline--fa fa-user-clock fa-w-20"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 640 512"
>
<g class="fa-group">
<path
fill="currentColor"
d="M272 96c26.51 0 48-21.49 48-48S298.51 0 272 0s-48 21.49-48 48 21.49 48 48 48zM113.69 317.47l-14.8 34.52H32c-17.67 0-32 14.33-32 32s14.33 32 32 32h77.45c19.25 0 36.58-11.44 44.11-29.09l8.79-20.52-10.67-6.3c-17.32-10.23-30.06-25.37-37.99-42.61zM384 223.99h-44.03l-26.06-53.25c-12.5-25.55-35.45-44.23-61.78-50.94l-71.08-21.14c-28.3-6.8-57.77-.55-80.84 17.14l-39.67 30.41c-14.03 10.75-16.69 30.83-5.92 44.86s30.84 16.66 44.86 5.92l39.69-30.41c7.67-5.89 17.44-8 25.27-6.14l14.7 4.37-37.46 87.39c-12.62 29.48-1.31 64.01 26.3 80.31l84.98 50.17-27.47 87.73c-5.28 16.86 4.11 34.81 20.97 40.09 3.19 1 6.41 1.48 9.58 1.48 13.61 0 26.23-8.77 30.52-22.45l31.64-101.06c5.91-20.77-2.89-43.08-21.64-54.39l-61.24-36.14 31.31-78.28 20.27 41.43c8 16.34 24.92 26.89 43.11 26.89H384c17.67 0 32-14.33 32-32s-14.33-31.99-32-31.99z"
class="fa-secondary"
></path>
<path
fill="currentColor"
d="M272 96c26.51 0 48-21.49 48-48S298.51 0 272 0s-48 21.49-48 48 21.49 48 48 48zM113.69 317.47l-14.8 34.52H32c-17.67 0-32 14.33-32 32s14.33 32 32 32h77.45c19.25 0 36.58-11.44 44.11-29.09l8.79-20.52-10.67-6.3c-17.32-10.23-30.06-25.37-37.99-42.61zM384 223.99h-44.03l-26.06-53.25c-12.5-25.55-35.45-44.23-61.78-50.94l-71.08-21.14c-28.3-6.8-57.77-.55-80.84 17.14l-39.67 30.41c-14.03 10.75-16.69 30.83-5.92 44.86s30.84 16.66 44.86 5.92l39.69-30.41c7.67-5.89 17.44-8 25.27-6.14l14.7 4.37-37.46 87.39c-12.62 29.48-1.31 64.01 26.3 80.31l84.98 50.17-27.47 87.73c-5.28 16.86 4.11 34.81 20.97 40.09 3.19 1 6.41 1.48 9.58 1.48 13.61 0 26.23-8.77 30.52-22.45l31.64-101.06c5.91-20.77-2.89-43.08-21.64-54.39l-61.24-36.14 31.31-78.28 20.27 41.43c8 16.34 24.92 26.89 43.11 26.89H384c17.67 0 32-14.33 32-32s-14.33-31.99-32-31.99z"
class="fa-primary"
></path>
</g>
</svg>
</div>
<span class="link-text" id="running">Running</span>
</a>
</li>
<li class="nav-item">
<a href="./upcoming.html" class="nav-link">
<div>
<svg
aria-hidden="true"
focusable="false"
data-prefix="fad"
data-icon="alien-monster"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
class="svg-inline--fa fa-alien-monster fa-w-18 fa-9x"
>
<g class="fa-group">
<path
fill="currentColor"
d="M216 23.86c0-23.8-30.65-32.77-44.15-13.04C48 191.85 224 200 224 288c0 35.63-29.11 64.46-64.85 63.99-35.17-.45-63.15-29.77-63.15-64.94v-85.51c0-21.7-26.47-32.23-41.43-16.5C27.8 213.16 0 261.33 0 320c0 105.87 86.13 192 192 192s192-86.13 192-192c0-170.29-168-193-168-296.14z"
class="fa-secondary"
></path>
<path
fill="currentColor"
d="M216 23.86c0-23.8-30.65-32.77-44.15-13.04C48 191.85 224 200 224 288c0 35.63-29.11 64.46-64.85 63.99-35.17-.45-63.15-29.77-63.15-64.94v-85.51c0-21.7-26.47-32.23-41.43-16.5C27.8 213.16 0 261.33 0 320c0 105.87 86.13 192 192 192s192-86.13 192-192c0-170.29-168-193-168-296.14z"
class="fa-primary"
></path>
</g>
</svg>
</div>
<span class="link-text">Upcoming</span>
</a>
</li>
<li class="nav-item">
<a href="./cf_contests.html" class="nav-link">
<div>
<svg
aria-hidden="true"
focusable="false"
data-prefix="fas"
data-icon="user-clock"
class="svg-inline--fa fa-user-clock fa-w-20"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 640 512"
>
<g class="fa-group">
<path
fill="currentColor"
d="M496 224c-79.6 0-144 64.4-144 144s64.4 144 144 144 144-64.4 144-144-64.4-144-144-144zm64 150.3c0 5.3-4.4 9.7-9.7 9.7h-60.6c-5.3 0-9.7-4.4-9.7-9.7v-76.6c0-5.3 4.4-9.7 9.7-9.7h12.6c5.3 0 9.7 4.4 9.7 9.7V352h38.3c5.3 0 9.7 4.4 9.7 9.7v12.6zM320 368c0-27.8 6.7-54.1 18.2-77.5-8-1.5-16.2-2.5-24.6-2.5h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h347.1c-45.3-31.9-75.1-84.5-75.1-144zm-96-112c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128z"
class="fa-secondary"
></path>
<path
fill="currentColor"
d="M496 224c-79.6 0-144 64.4-144 144s64.4 144 144 144 144-64.4 144-144-64.4-144-144-144zm64 150.3c0 5.3-4.4 9.7-9.7 9.7h-60.6c-5.3 0-9.7-4.4-9.7-9.7v-76.6c0-5.3 4.4-9.7 9.7-9.7h12.6c5.3 0 9.7 4.4 9.7 9.7V352h38.3c5.3 0 9.7 4.4 9.7 9.7v12.6zM320 368c0-27.8 6.7-54.1 18.2-77.5-8-1.5-16.2-2.5-24.6-2.5h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h347.1c-45.3-31.9-75.1-84.5-75.1-144zm-96-112c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128z"
class="fa-primary"
></path>
</g>
</svg>
</div>
<span class="link-text">CF Recent Contests</span>
</a>
</li>
<li class="nav-item">
<a href="./ide.html" class="nav-link">
<div>
<svg
aria-hidden="true"
focusable="false"
data-prefix="fas"
data-icon="user-clock"
class="svg-inline--fa fa-user-clock fa-w-20"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 640 512"
>
<g class="fa-group">
<path
fill="currentColor"
d="M361 215C375.3 223.8 384 239.3 384 256C384 272.7 375.3 288.2 361 296.1L73.03 472.1C58.21 482 39.66 482.4 24.52 473.9C9.377 465.4 0 449.4 0 432V80C0 62.64 9.377 46.63 24.52 38.13C39.66 29.64 58.21 29.99 73.03 39.04L361 215z"
class="fa-secondary"
></path>
<path
fill="currentColor"
d="M361 215C375.3 223.8 384 239.3 384 256C384 272.7 375.3 288.2 361 296.1L73.03 472.1C58.21 482 39.66 482.4 24.52 473.9C9.377 465.4 0 449.4 0 432V80C0 62.64 9.377 46.63 24.52 38.13C39.66 29.64 58.21 29.99 73.03 39.04L361 215z"
class="fa-primary"
></path>
</g>
</svg>
</div>
<span class="link-text">IDE</span>
</a>
</li>
<li class="nav-item">
<a href="./ladder.html" class="nav-link">
<div>
<svg
aria-hidden="true"
focusable="false"
data-prefix="fas"
data-icon="user-clock"
class="svg-inline--fa fa-user-clock fa-w-20"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 640 512"
>
<g class="fa-group">
<path
fill="currentColor"
d="M576 64c0 17.67-14.31 32-32 32h-96v96c0 17.67-14.31 32-32 32h-96v96c0 17.67-14.31 32-32 32H192v96c0 17.67-14.31 32-32 32H32c-17.69 0-32-14.33-32-32s14.31-32 32-32h96v-96c0-17.67 14.31-32 32-32h96V192c0-17.67 14.31-32 32-32h96V64c0-17.67 14.31-32 32-32h128C561.7 32 576 46.33 576 64z"
class="fa-secondary"
></path>
<path
fill="currentColor"
d="M576 64c0 17.67-14.31 32-32 32h-96v96c0 17.67-14.31 32-32 32h-96v96c0 17.67-14.31 32-32 32H192v96c0 17.67-14.31 32-32 32H32c-17.69 0-32-14.33-32-32s14.31-32 32-32h96v-96c0-17.67 14.31-32 32-32h96V192c0-17.67 14.31-32 32-32h96V64c0-17.67 14.31-32 32-32h128C561.7 32 576 46.33 576 64z"
class="fa-primary"
></path>
</g>
</svg>
</div>
<span class="link-text">Ladder</span>
</a>
</li>
<li class="nav-item">
<a href="./about.html" class="nav-link">
<div>
<svg
aria-hidden="true"
focusable="false"
data-prefix="fad"
data-icon="space-station-moon-alt"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
class="svg-inline--fa fa-space-station-moon-alt fa-w-16 fa-5x"
>
<g class="fa-group">
<path
fill="currentColor"
d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"
class="fa-secondary"
></path>
<path
fill="currentColor"
d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"
class="fa-primary"
></path>
</g>
</svg>
</div>
<span class="link-text">About</span>
</a>
</li>
</ul>
</nav>
<main>
<div class="about-content">
<h3>Navigation Bar</h3>
<p>The PC navbar of this project is heavily inspired from one of FIRESHIP.IO's episodes. Every thing apart from that is made out of scratch.</p>
<h3>API</h3>
I've built an API to fetch contests' data. Here I'm just calling the API and fetching its data.All the data is being pulled from clist.by<br>
<b>API : </b><code>https://cp-contests.vercel.com/</code><br>
<b>Method :</b> <code>GET</code><br>
<b>Parameter :</b> <code>Any valid timezone</code><br>
If you want to learn more about it you can contact me at <b><em>dev.jaybee@gmail.com</em></b><br>
<h3>Developer: <a class="con-link" href="https://github.com/TerminalWarlord" target="_blank" rel="noopener noreferrer">TerminalWarlord</a></h3>
<h3>RESOURCES:</h3>
<ol>
<li><a class="con-link" href="https://youtu.be/biOMz4puGt8" target="_blank" rel="noopener noreferrer">NavBar Tutorial</a></li>
<li><a class="con-link" href="https://cp-contests.vercel.com/" target="_blank" rel="noopener noreferrer">API</a></li>
</ol>
</p>
</div>
<footer>
<div class="footer">
Developed by JAYBEE<br>
© <a class="con-link" href="https://github.com/TerminalWarlord" target="_blank" rel="noopener noreferrer">TerminalWarlord</a>, All rights reserved.
</div>
</footer>
<div id="timezone"></div>
</main>
<!-- <script src="asset/script.js"></script> -->
<script src="https://kit.fontawesome.com/2e31da520b.js" crossorigin="anonymous"></script>
<!-- Histats.com START (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4646013,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4646013&101" alt="simple hit counter" border="0"></a></noscript>
<!-- Histats.com END -->
</body>
</html>