-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEvents.html
218 lines (214 loc) · 11.6 KB
/
Events.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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>ACM Student Chapter VCE</title>
<!-- Link to Tailwind CSS -->
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.15/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-100">
<!-- Navigation bar -->
<nav class="bg-black shadow-lg">
<div class="max-w-7xl mx-auto px-2 m:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex">
<a href="#" class="flex-shrink-0 flex items-center">
<img class="hidden lg:block h-12 w-auto" src="assets/clg logo.jpg" alt="vce logo">
</a>
<a href="#" class="flex-shrink-0 flex items-center">
<img class="hidden lg:block h-8 w-auto" src="assets/acm.png" alt="Workflow">
</a>
</div>
<div class="flex items-center">
<a href="index.html" class="ml-8 font-medium text-white hover:text-blue-500">Home</a>
<a href="team.html" class="ml-8 font-medium text-white hover:text-blue-500">Our Team</a>
<a href="Events.html" class="ml-8 font-medium text-white hover:text-blue-500">Events</a>
<a href="gallery.html" class="ml-8 font-medium text-white hover:text-blue-500">Gallery</a>
<a href="about.html" class="ml-8 font-medium text-white hover:text-blue-500">About Us</a>
<a href="contact.html" class="ml-8 font-medium text-white hover:text-blue-500">Contact Us</a>
</div>
</div>
</div>
</nav>
<div class="flex flex-col mt-8">
<div class="-my-2 overflow-x-auto m:-mx-6 lg:-mx-8">
<div class="py-2 align-middle inline-block min-w-full m:px-6 lg:px-8">
<div class="shadow overflow-hidden border-b border-gray-200 m:rounded-lg">
<table class="min-w-full text-center divide-y divide-gray-200">
<thead class="bg-blue-900">
<tr>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-white uppercase tracking-wider">
S No
</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-white uppercase tracking-wider">
Name of the Event
</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-white uppercase tracking-wider">
Date
</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-white uppercase tracking-wider">
No. of Participants
</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-white uppercase tracking-wider">
Winners
</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr class="bg-gray-200">
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m font-bold text-gray-900">1</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m font-bold text-gray-900">Technical Quiz</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900">05-11-2022</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900">64</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900 text-left">A.Shiva(20881A0561) & Team</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m font-bold text-gray-900">2</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m font-bold text-gray-900">Coding Contest</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900">01-12-2022</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900">46</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900 text-left">1.Krunal G Samtani (21881A05G3) <br>
2.Mandadi Vineela Reddy (21881A05A1) <br>
3.Bonagiri Vamshi (21881A0515) <br>
4.Bonagiri Navaneeth (21881A0575) & Ganesh (21881A0517) <br>
5.T Sri Sai Teja (21881A05J9)</div>
</td>
</tr>
<tr class="bg-gray-200">
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m font-bold text-gray-900">3</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m font-bold text-gray-900">Techincal Quiz<br>(during TechFest)</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900">08-12-2022</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900">46</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900 text-left">1. Gunna Akanksha-20881A12D5 <br>
2. Dhanunjay-21885A0514<br>
3. kalva saiteja-20881A05L4<br>
4. Mahesh Chary-20881A0535<br>
5. Doddamani John vestly-20881A0579</div>
</td>
</tr>
<tr class="bg-white">
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m font-bold text-gray-900">4</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m font-bold text-gray-900">Hour Of Code<br>(during TechFest)</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900">08-12-2022</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900">46</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900 text-left">1. J.Vaishnavi - 20881A05K8 <br>
2. D.Karthikeya - 20881A6613 <br>
3. M.Mahesh Chary - 20881A0535 <br>
4. D.Sushmith Reddy - 20881A12D0 <br>
5. B.Aadithya Vikram - 20881A12C6</div>
</td>
</tr>
<tr class="bg-gray-200">
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m font-bold text-gray-900">5</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m font-bold text-gray-900">Web Designing Contest</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900">27-03-2020</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900">30</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900 text-left">1. C Mahesh (III-CSE-C)<br>
2. VARSHITH REDDY(III-CSE-C) & Akash Mallareddy (III-CSE-C)<Br>
3. Ch.Nagadeep (II-CSE-C) &
Nazneen Sulthana (III-CSE-A)
</div>
</td>
</tr>
<tr class="bg-white">
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m font-bold text-gray-900">6</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m font-bold text-gray-900">Database Quest <br>-Mini Hackathon</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900">04-02-2020</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900">79</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900 text-left">1. Veldoj Aishwarya (II-CSE-D)<br>
2. D Ajay(II-CSE-D)<br>
3. Monika Chandra (II-CSE-D)<br>
4. A Vivek (II-CSE-A)<br>
5. CH Pavan (II-CSE-D)
</div>
</td>
</tr>
<tr class="bg-gray-200">
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m font-bold text-gray-900">7</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m font-bold text-gray-900">PROGRAMMING CODATHON IN PYTHON</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900">03-07-2020</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900">80</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-m text-gray-900 text-left">1. Chidvika G(II CSE C)<br>
2. Raju Guttula(II CSE C)
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<footer class="bg-black py-4">
<div class="container mx-auto px-4 text-center text-white">
Designed & Developed By Alle Aniesh Kumar <br>
©All rights reserved @2023 Vardhaman College Of Engineering ACM Student Chapter
</div>
</footer>
</body>
</html>