-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent.html
301 lines (269 loc) · 15.9 KB
/
event.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Events | TPI - Computer Programming Club</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Join TPI - Computer Programming Club to learn and explore the world of coding. Our experienced instructors will guide you through the fundamentals of programming languages such as Java, Python, and C++. Whether you're a beginner looking to get started or a seasoned programmer looking to expand your skillset, our club has something for everyone. With hands-on projects, hackathons, and workshops, you'll have the opportunity to put your skills to the test and develop your knowledge in a collaborative and supportive environment. Join us today and take your programming skills to the next level!">
<meta name="keywords"
content="TPI,TPICPC,Computer Programming Club,Programming Club,Programming,Java,Python,C++,Coding,Learn,Explore,Instructors,Workshops,Hackathons,Projects,Hands-on,Skills,Knowledge,Supportive Environment,Join,Next Level">
<meta name="author" content="TPI - Computer Programming Club">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<meta name="google" content="nositelinkssearchbox">
<meta name="google" content="notranslate">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
<script>
tailwind.config = {
// content: [
// "./pages/**/*.{js,ts,jsx,tsx}",
// "./components/**/*.{js,ts,jsx,tsx}",
// ],
theme: {
screens: {
sm: "375px",
md: "768px",
lg: "1024px",
xl: "1440px",
},
container: {
center: true,
padding: {
DEFAULT: "1rem",
lg: "3rem",
},
},
extend: {
colors: {
primary: "#4a83c4",
secondary: "#667085",
cpcYellow: "#fbba31",
cpcRed: "#b32a1c",
},
// backgroundImage: {
// 'hero-img': "url('/Images/Container.svg')",
// }
},
},
plugins: [],
};
</script>
<!-- <style>
#check:checked ~ ul {
left: 0;
}
</style> -->
</head>
<body>
<!-- <header>
<nav class="bg-slate-600 h-20 w-full fixed lg:flex flex-row-reverse">
<input type="checkbox" id="check" hidden>
<label for="check" class="float-right text-white text-3xl leading-[80px] mr-10 lg:hidden">
<i class="fa-solid fa-bars cursor-pointer"></i>
</label>
<label class=""><a href="index.html">
<img class="w-20 cursor-pointer ml-32" src="images/tpicpclogo.png" alt="">
</a></label>
<ul class="float-right mr-10 lg:flex leading[80px] space-x-4 text-white rounded fixed lg:relative h-[100vh] lg:h-0 w-[100%] lg:w-fit top-20 lg:top-0 left-[-100%] lg:left-0 transition-all duration-300 lg:transition-none text-center bg-slate-700">
<li class="py-6 px-6 hover:text-primary cursor-pointer"><a class="ml-5 " href="#"></a>Home</li>
<li class="py-6 px-6 hover:text-primary cursor-pointer"><a href="#"></a>Team</li>
<li class="py-6 px-6 hover:text-primary cursor-pointer"><a href="#"></a>Blog</li>
<li class="py-6 px-6 hover:text-primary cursor-pointer"><a href="#"></a>Event</li>
<li class="lg:flex lg:mt-4 lg:px-6">
<a target="_blank" href="https://www.facebook.com/tpicpc"><i
class="fa-brands fa-facebook-f hover:text-primary cursor-pointer md:px-2 text-2xl mt-2 px-2"></i>
</a>
<a target="_blank" href="https://www.youtube.com/@tpicpc"><i
class="fa-brands fa-youtube hover:text-cpcRed cursor-pointer text-2xl md:px-3 mt-2 px-2"></i>
</a>
<a target="_blank" href="https://www.instagram.com/tpicpc"><i
class="fa-brands fa-instagram hover:text-primary cursor-pointer text-2xl md:px-3 mt-2 px-2"></i>
</a>
<a target="_blank" href="https://github.com/tpicpc"><i
class="fa-brands fa-github hover:text-secondary cursor-pointer md:px-3 text-2xl mt-2 px-2"></i>
</a>
<a target="_blank" href="https://www.linkedin.com/company/tpicpc/"><i
class="fa-brands fa-linkedin-in hover:text-cpcRed cursor-pointer text-2xl md:px-3 mt-2 px-2"></i>
</a>
</li>
</ul>
<div class="flex items-center gap-6">
<a href="https://forms.gle/DasAW1sHs5RfbYNb9" target="_blank"
class=" bg-primary text-white px-5 py-2 rounded-full hover:bg-secondary">Join Now</a>
</div>
</nav>
</header> -->
<!-- <section>
</section> -->
<header class="bg-white">
<nav class="container bg-white flex justify-between items-center">
<a href="index.html">
<img class="w-20 cursor-pointer mt-3" src="images/tpicpclogo.png" alt="">
</a>
<div id="nav-links"
class="md:static absolute bg-white left-0 top-[-100%] md:w-auto w-full flex items-center px-5">
<ul class="flex md:flex-row flex-col md:items-center md:gap-[4vw] gap-6">
<li>
<a class="hover:text-primary decoration-2 font-bold" href="index.html">Home</a>
</li>
<li>
<a class="hover:text-primary decoration-2 font-bold" href="team.html">Team</a>
</li>
<li>
<a class="hover:text-primary decoration-2 font-bold" href="blogs.html">Blogs</a>
</li>
<li>
<a class="hover:text-primary decoration-2 font-bold" href="event.html">Events</a>
</li>
<li class="md:hidden lg:flex">
<a target="_blank" href="https://www.facebook.com/tpicpc"><i
class="fa-brands fa-facebook-f hover:text-primary cursor-pointer md:px-2 text-2xl mt-2"></i>
</a>
<a target="_blank" href="https://www.youtube.com/@tpicpc"><i
class="fa-brands fa-youtube hover:text-cpcRed cursor-pointer text-2xl md:px-3 mt-2"></i>
</a>
<a target="_blank" href="https://www.instagram.com/tpicpc"><i
class="fa-brands fa-instagram hover:text-primary cursor-pointer text-2xl md:px-3 mt-2"></i>
</a>
<a target="_blank" href="https://github.com/tpicpc"><i
class="fa-brands fa-github hover:text-secondary cursor-pointer md:px-3 text-2xl mt-2"></i>
</a>
<a target="_blank" href="https://www.linkedin.com/company/tpicpc/"><i
class="fa-brands fa-linkedin-in hover:text-cpcRed cursor-pointer text-2xl md:px-3 mt-2"></i>
</a>
</li>
</ul>
</div>
<div class="flex items-center gap-6">
<a href="https://forms.gle/DasAW1sHs5RfbYNb9" target="_blank"
class="hidden md:flex bg-primary text-white px-5 py-2 rounded-full hover:bg-secondary animate-ping absolute h-10 w-[100px]"></a>
<a href="https://forms.gle/DasAW1sHs5RfbYNb9" target="_blank"
class="hidden md:flex bg-primary text-white px-5 py-2 rounded-full hover:bg-secondary relative ">Join Now</a>
<ion-icon onclick="menuIcons(this)" name="menu"
class="text-3xl cursor-pointer md:hidden hover:text-primary"></ion-icon>
</div>
</nav>
</header>
<section class="bg-gradient-to-r from-cyan-500 to-blue-500 h-64">
<div class="container">
<h2 class="flex items-center justify-center pt-24 font-bold text-3xl md:text-6xl text-white ">Upcoming
Events
</h2>
</div>
</section>
<section class="container">
<div
class="flex basis-1/2 my-10 group bg-gray-200 hover:bg-cpcYellow transition-all shadow-lg rounded-md cursor-pointer relative">
<div class="hidden lg:flex"><img class="w-[450px] h-[240px] rounded-l-md overflow-hidden"
src="images/ceremony.jpg" alt=""></div>
<div class="ml-10 my-5 mr-10">
<h2 class="text-2xl font-semibold">Inauguration Ceremony</h2>
<div class="text-secondary group-hover:text-black font-semibold">
<i class="fa-regular fa-clock"></i> <span>15 Jan, 2023 - 15 Jan, 2023</span>
</div>
<p class="font-medium ">Inauguration Ceremony Thakurgaon Polytechnic Institute Computer And Programming
Club
<br>
Venue: 3rd Floor Software Lab - 1, Date: 15 January, 2023, Time: 11:00 AM, Organized by: TPI CPC Team
</p>
<span
class="absolute top-0 right-0 p-1 shadow-lg text-yellow-800 font-semibold animate-bounce bg-yellow-400 rounded-md">Upcoming
</span>
</div>
</div>
<div
class="flex basis-1/2 my-10 group bg-gray-200 hover:bg-cpcYellow transition-all shadow-lg rounded-md cursor-pointer relative">
<div class="hidden lg:flex"><img class="w-[640px] h-[240px] rounded-l-md overflow-hidden"
src="images/05.png" alt=""></div>
<div class="ml-10 my-5 mr-10">
<h2 class="text-2xl font-semibold">TPI CPC Solo Fast Programming Contest - 05</h2>
<div class="text-secondary group-hover:text-black font-semibold">
<i class="fa-regular fa-clock"></i> <span>14 Jan, 2023 - 14 Jan, 2023</span>
</div>
<p class="font-medium ">TPC CPC is arranging a webinar on 30th January, 2023 conveniently titled
“Importance of digital
awareness for smart career” collaborating with ‘Youth in Di</p>
<span
class="absolute top-0 right-0 p-1 shadow-lg text-green-800 font-semibold bg-green-400 rounded-md">Finished</span>
</div>
</div>
<div
class="flex basis-1/2 my-10 group bg-gray-200 hover:bg-cpcYellow transition-all shadow-lg rounded-md cursor-pointer relative">
<div class="hidden lg:flex"><img class="w-[640px] h-[240px] rounded-l-md overflow-hidden"
src="images/05.png" alt=""></div>
<div class="ml-10 my-5 mr-10">
<h2 class="text-2xl font-semibold">TPI CPC Solo Fast Programming Contest - 04</h2>
<div class="text-secondary group-hover:text-black font-semibold">
<i class="fa-regular fa-clock"></i> <span>14 Jan, 2023 - 14 Jan, 2023</span>
</div>
<p class="font-medium ">TPC CPC is arranging a webinar on 30th January, 2023 conveniently titled
“Importance of digital
awareness for smart career” collaborating with ‘Youth in Di</p>
<span
class="absolute top-0 right-0 p-1 shadow-lg text-green-800 font-semibold bg-green-400 rounded-md">Finished</span>
</div>
</div>
<div
class="flex basis-1/2 my-10 group bg-gray-200 hover:bg-cpcYellow transition-all shadow-lg rounded-md cursor-pointer relative">
<div class="hidden lg:flex"><img class="w-[640px] h-[240px] rounded-l-md overflow-hidden"
src="images/05.png" alt=""></div>
<div class="ml-10 my-5 mr-10">
<h2 class="text-2xl font-semibold">TPI CPC Solo Fast Programming Contest - 03</h2>
<div class="text-secondary group-hover:text-black font-semibold">
<i class="fa-regular fa-clock"></i> <span>14 Jan, 2023 - 14 Jan, 2023</span>
</div>
<p class="font-medium ">TPC CPC is arranging a webinar on 30th January, 2023 conveniently titled
“Importance of digital
awareness for smart career” collaborating with ‘Youth in Di</p>
<span
class="absolute top-0 right-0 p-1 shadow-lg text-green-800 font-semibold bg-green-400 rounded-md">Finished</span>
</div>
</div>
</section>
<footer class="bg-slate-800">
<div class="container">
<div class="lg:flex lg:justify-between">
<div class=" flex justify-center items-center">
<img class="md:h-[150px] md:w-[150px] lg:h-32 lg:w-32" src="images/TPI CPC TR -03.png" alt="">
</div>
<div class="text-center lg:w-[500px] mt-10 ">
<h1 class="text-3xl text-white">About TPI CPC</h1>
<p class="my-6 text-white">TPI CPC is the most primitive and extensive club as well as the biggest
club in Thakurgaon Polytechnic Institute.We work together to explore every field of Computer
Science .</p>
</div>
<div class="mt-10">
<div>
<h1 class="text-3xl text-white text-center">Find Us On</h1>
</div>
<div class="flex justify-center items-center mt-6">
<a target="_blank" href="https://www.facebook.com/tpicpc"><i
class="fa-brands fa-facebook-f hover:text-primary text-2xl p-3 text-white"></i></a>
<a target="_blank" href="https://www.youtube.com/@tpicpc"><i
class="fa-brands fa-youtube hover:text-cpcRed text-2xl p-3 text-white"></i></a>
<a target="_blank" href="https://www.instagram.com/tpicpc"><i
class="fa-brands fa-instagram hover:text-primary text-2xl p-3 text-white"></i></a>
<a target="_blank" href="https://github.com/tpicpc"><i
class="fa-brands fa-github hover:text-primary text-2xl p-3 text-white"></i></a>
<a target="_blank" href="https://www.linkedin.com/company/tpicpc/"><i
class="fa-brands fa-linkedin-in hover:text-cpcRed text-2xl p-3 text-white"></i></a>
</div>
<div class="text-center mt-8">
<a target="_blank"
href="https://www.facebook.com/groups/thakurgaonpolytechnicinstituteofficial">
<h1 class="text-white text-xl hover:text-primary hover:underline">Tpi Official Group</h1>
</a>
</div>
</div>
</div>
<p class="text-center text-white py-8 lg:pr-[100px] ">2023 ©TPI - Computer Programming Club</p>
</div>
</footer>
</body>
</html>