-
Notifications
You must be signed in to change notification settings - Fork 2
/
shortlisted.html
216 lines (181 loc) · 9.95 KB
/
shortlisted.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TPYKJNGQ4T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TPYKJNGQ4T');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Start your development with LeadMark landing page.">
<meta name="author" content="Devcrud">
<title>The Coding Society</title>
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<!-- Bootstrap + LeadMark main styles -->
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<!-- page Navigation -->
<nav class="navbar custom-navbar navbar-expand-md navbar-light fixed-top" data-spy="affix" data-offset-top="-1">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="assets\imgs\logos\black.png" alt="The Coding Society Logo">
</a>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Of Second Navigation -->
<!-- Testmonial Section -->
<section class="section" id="shortlisted">
<div class="container">
<br>
<h1 class="section-title text-center mb-0"><u>Shortlisted Students</u></h1><br>
<h6 class="section-subtitle mb-5 text-center">Congratulations! The below students are shortlisted for Quiz-a-thon Finals.</h6>
<div class="row justify-content-center">
<div class="col-md-4 my-3 my-md-0">
<div class="card">
<div class="card-body">
<div class="media align-items-center mb-3">
<!-- <img class="mr-3" src="assets/imgs/avatar-1.jpg" alt=""> -->
<div class="media-body">
<h6 class="mt-1 mb-0">III Year</h6>
<small class="text-muted mb-0"></small>
</div>
</div>
<p class="mb-0">
2021PECCB120 - V Neela Priyadarshini <br>
2021PECCB136 - Vaishnavi A<br>
2021PECCB138 - Varalakshmi<br>
2021PECCB172 - ARUN KUMAR C<br>
2021PECCB182 - DHARUN N<br>
2021PECCB200 - Kishore K <br>
2021PECCB201 - KRISHNA KUMAR<br>
2021PECCB207 - Mohideen Surakath S<br>
2021PECCB210 - Noyal Surya J J<br>
</p>
</div>
</div>
</div>
<div class="col-md-4 my-3 my-md-0">
<div class="card">
<div class="card-body">
<div class="media align-items-center mb-3">
<!-- <img class="mr-3" src="assets/imgs/avatar.jpg" alt=""> -->
<div class="media-body">
<h6 class="mt-1 mb-0">II Year</h6>
<small class="text-muted mb-0"></small>
</div>
</div>
<p class="mb-0">
2022PECCB105 - AMIRTHALAKSHMI S V<br>
2022PECCB110 - ARCHANA G<br>
2022PECCB126 - Inba M<br>
2022PECCB141 - Kisol Shamilisha J<br>
2022PECCB156 - N MONICA<br>
2022PECCB161 - PADMA PRIYA D<br>
2022PECCB197 - RIDUVARHSINI A M<br>
2022PECCB231 - Lokesh Saran K B <br>
2022PECCB300 - ASMATH AKBAR ALI T<br>
2022PECCB308 - Devottham D K<br>
2022PECCB338 - KAMALESH S<br>
</p>
</div>
</div>
</div>
<section class="section">
<h4><u>Instructions for Shortlisted Students</u></h4> <br>
<h6>All team members are requested to form a team of 2 students and fill the below form with the data by 08/02/2024. Teams are encouraged to be formed among 2nd and 3rd Years. </h6>
<h6 style="padding-left: 20px;">Form Link: <a href="form.html">Click Me</a></h6>
<h6 style="padding-left: 20px;"><u><strong>NOTE:</u> Failing to submit the form will result to random formation of team by the coding society.</strong></h6>
<br>
<!-- <h6>3. Coding Contest Format</h6>
<div style="padding-left: 20px;">
<ul>
<li> The final round will contain 20 questions. Each question carries 10 mark. The questions will be asked from the following languages</li>
<ol>
<li>Python</li>
<li>C</li>
<li>SQl-Queries</li>
</ol>
<li>In the event of a tie, the leaderboard will be in the ACM format, meaning that the individual who answers the question the fastest will receive the most points</li>
</ul>
</div>
<h6>4. Top 3 teams will be given merit certificates.</h6><br>
<h6></h6>
<h6>5. The above details are subject to change, Kindly write to <a href="mailto:[email protected]">[email protected]</a> if you have any queries or suggestions.</h6> -->
</section>
</div>
</section>
<!-- End of Testmonial Section -->
<!-- Contact Section -->
<section id="contact" class="section has-img-bg pb-0">
<div class="container">
<div class="row align-items-center">
<div class="col-md-5 my-3">
<h6 class="mb-0">Email</h6>
<p class="mb-0">[email protected]</p>
<br>
<h6 class="mb-0">Address</h6>
<p class="mb-4">Department of Computer Science and Business Systems,
Panimalar Engineering College,
Chennai.
</p>
</div>
<!-- <div class="col-md-7">
<form>
<h4 class="mb-4">Drop Us A Line</h4>
<div class="form-row">
<div class="form-group col-sm-4">
<input type="text" class="form-control text-white rounded-0 bg-transparent" name="name" placeholder="Name">
</div>
<div class="form-group col-sm-4">
<input type="email" class="form-control text-white rounded-0 bg-transparent" name="Email" placeholder="Email">
</div>
<div class="form-group col-sm-4">
<input type="text" class="form-control text-white rounded-0 bg-transparent" name="subject" placeholder="Subject">
</div>
<div class="form-group col-12">
<textarea name="message" id="" cols="30" rows="4" class="form-control text-white rounded-0 bg-transparent" placeholder="Message"></textarea>
</div>
<div class="form-group col-12 mb-0">
<button type="submit" class="btn btn-primary rounded w-md mt-3">Send</button>
</div>
</div>
</form>
</div> -->
</div>
<!-- Page Footer -->
<footer class="mt-5 py-4 border-top border-secondary">
<p class="mb-0 small">© <script>document.write(new Date().getFullYear())</script>, The Coding Society. All rights reserved </p>
</footer>
<!-- End of Page Footer -->
</div>
</section>
<!-- core -->
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<!-- bootstrap 3 affix -->
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>
<!-- Isotope -->
<script src="assets/vendors/isotope/isotope.pkgd.js"></script>
<!-- LeadMark js -->
<script src="assets/js/leadmark.js"></script>
</body>
</html>