-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
273 lines (228 loc) · 11.6 KB
/
about.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/about.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="img/codecell-logo.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;300;500&display=swap" rel="stylesheet">
<script defer src="./js/account_dropdown.js"></script>
<style type="text/css">
@media only screen and (max-width: 767px) {
.img-thumbnail {
width: 300px;
}
}
</style>
<title>TSEC CodeCell</title>
<style type="text/css">
a {
color: var(--light-yellow);
}
a:hover {
color: var(--light-green);
}
.res-table {
list-style-type: none;
}
.card {
width: 100%;
padding: 4px;
border: 0.1px solid rgba(0,0,0,.125);
margin: 1px 1px;
}
.card-body {
padding: 1.00rem;
}
p {
line-height: 28px;
}
@media only screen and (max-width: 767px) {
.primary {
font-weight: 900 !important;
}
.secondary {
font-weight: 600 !important;
}
.grid-secondary1 {
font-weight: 500 !important;
}
.grid-primary1 {
font-weight: 600 !important;
}
}
</style>
</head>
<body>
<nav id="nav" class="navbar navbar-expand-lg navbar-dark .bg-transparent sticky-top">
<a class="navbar-brand mr-auto" href="#">
<img src="img/codecell-logo.png" alt="" width="40">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Challenges</a>
</li>
<li class="nav-item">
<a href="ranklist.html" class="nav-link">Ranklist</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">TSEC Hacks</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Contact Us</a>
</li>
</ul>
</div>
</nav>
<section>
<div class="container mt-5">
<div class="card border-light glow-but mr-auto">
<div class="card-body">
<h5 class="mb-3 primary"><center>Objective</center></h5>
<p class="secondary">TSEC CodeCell is a committee of Thadomal Shahani Engineering College which works towards nurturing interest and developing coding skills. We conduct various workshops and seminars for beginners, introducing them to various languages and algorithms, and for advanced coders, inculcating a regular coding habit to keep their programming skills sharp and helping students build their resume and expand their skill set.</p>
</div>
</div>
</div>
</section>
<section>
<div class="container mt-5">
<div class="card border-light glow-but mr-auto">
<div class="card-body">
<h5 class="mb-3 primary"><center><b>About Weekly Challenges</b></center></h5>
<p class="secondary">Weekly Challenges are an initiative to encourage regular practice and healthy competition in the students of TSEC! With new challenges of varying difficulty every week and an all-TSEC Ranklist, we hope to keep TSEC's coding acumen sharp!</p>
<p class="secondary">Points can be earned by solving <a href="#">Challenges</a> posted weekly. Challenges of higher difficulty have more points alloted. For each week, 2 hints will be released and come amount of points will be deducted after each hint is released. For more details view the FAQ section below.</p>
<p class="secondary">Members of this site can also earn points by competing in CodeCell Competitions and participating in our workshops. Members must get 2,000 points by the end of the year to qualify for certification as a member.</p>
<p class="secondary">This site is an effort to help foster coding skills, spirit of learning, prepare for programming contests like ACM-ICPC, Google Code Jam, Facebook HackerCup etc, and fair use in TSEC Students. We hope that the students using this site do so fairly, and genuinely benefit from the practice. TSEC CodeCell will be happy to hear any further suggestions.</p>
<p class="secondary">For updates and queries, join our whatsapp group <a href="https://chat.whatsapp.com/08G5afJgpLxDfnEdyE3wOA">here</a>!</p>
</div>
</div>
</div>
</section>
<br><br><br>
<section>
<div class="container mt-5 mb-3">
<h5 class="primary-description"><center>Resources for Beginners</center></h5>
</div>
</section>
<section id="gallery1">
<div class="container pb-3">
<!----<div class="card border-dark glow-but mr-auto">----->
<div class="row">
<div class="col-md-4 col-sm-12">
<div class="card border-light mb-3 glow-butt cache">
<div class="card-body">
<h5 class="card-title grid-primary1"><center>Coding Tutorials</center></h5>
<ul class="res-table">
<li><a href="https://www.codecademy.com/" class="grid-secondary1">Codeacademy</a></li>
<li><a href="https://www.udemy.com/" class="grid-secondary1">Udemy</a></li>
<li><a href="https://www.youtube.com/user/mycodeschool" class="grid-secondary1">My Code School</a></li>
<li><a href="https://www.w3schools.com/" class="grid-secondary1">w3schools</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="card border-light mb-3 glow-butt cache">
<div class="card-body">
<h5 class="card-title grid-primary1"><center>Competitive Coding</center></h5>
<ul class="res-table">
<li><a href="https://www.hackerearth.com/getstarted-competitive-programming/" class="grid-secondary1">HackerEarth</a></li>
<li><a href="https://www.codechef.com/" class="grid-secondary1">Codechef</a></li>
<li><a href="https://projecteuler.net/" class="grid-secondary1">Project Euler</a></li>
<li><a href="https://www.hackerrank.com/" class="grid-secondary1">HackerRank</a></li>
<li><a href="https://practice.geeksforgeeks.org/" class="grid-secondary1">Geeks for Geeks</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="card border-light mb-3 glow-butt cache">
<div class="card-body">
<h5 class="card-title grid-primary1"><center>Coding Tutorials through Games</center></h5>
<ul class="res-table">
<li class="ml-5"><a href="https://codecombat.com/" class="grid-secondary1 mr-5">Code Combat</a></li>
<li class="ml-5"><a href="https://www.codingame.com/start" class="grid-secondary1 mr-5">Coding Game</a></li>
<li class="ml-5"><a href="https://flukeout.github.io/" class="grid-secondary1 mr-5">CSS Dinner</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<br><br><br>
<div class="faq container">
<div class="row">
<div class="col-lg-12 p-12">
<div class="p-4">
<h2 class="primary-description">Frequently Asked Questions (FAQs)</h2></div>
<div class="p-3">
<h3 align="left" class="grid-primary1 mt-0" style="color:#F0E68C;">What are Weekly Challenges(WC) ?</h3>
<p class="mr-5 mt-2 secondary" align="left">Weekly Challenges are competitive coding questions put up every week to encourage regular practice and healthy competition in the students of TSEC.</p></div>
<div class="p-3">
<h3 align="left" class="grid-primary1 mt-0" style="color:#F0E68C;">How to participate in Weekly Challenges ?</h3>
<p class="mr-5 mt-2 secondary" align="left">To participate, you need to sign-in using your google account .</p></div>
<div class="p-3">
<h3 align="left" class="grid-primary1 mt-0" style="color:#F0E68C;">When will the Weekly Challenges be posted ?</h3>
<p class="mr-5 mt-2 secondary" align="left">The challenges will be posted on the Saturday of every week. There will be two hints given for each challenge. The first hint will be released on Monday and the second on Thursday .</p></div>
<div class="p-3">
<h3 align="left" class="grid-primary1 mt-0" style="color:#F0E68C;">Which programming languages are allowed in Weekly Challenges ?</h3>
<p class="mr-5 mt-2 secondary" align="left">C, C++, Java, Python</p></div>
<div class="p-3">
<h3 align="left" class="grid-primary1 mt-0" style="color:#F0E68C;">What is the point system for Weekly Challenges ?</h3>
<p class="mr-5 mt-2 secondary" align="left">Will be posted soon.</p></div>
</div>
</div>
</div>
</body>
<footer>
<div class="footer">
<div class="footerName">
TSEC CodeCell © 2021 All rights reserved.
</div>
<div class="container mr-auto">
<ion-icon class="social" name="logo-instagram" size="large">
<a href="#"></a>
</ion-icon>
<ion-icon class="social" name="logo-linkedin" size="large">
<a href="#"></a>
</ion-icon>
<ion-icon class="social" name="logo-github" size="large">
<a href="#"></a>
</ion-icon>
<ion-icon class="social" name="logo-facebook" size="large">
<a href="#"></a>
</ion-icon>
<ion-icon class="social" name="logo-youtube" size="large">
<a href="#"></a>
</ion-icon>
</div>
</div>
</footer>
<script src="js/index.js"></script>
<script src="https://unpkg.com/ionicons@5.1.2/dist/ionicons.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
</html>