-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathblogs.html
374 lines (342 loc) · 18.1 KB
/
blogs.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
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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<!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" />
<meta name="description"
content="Shaids-Dmce" />
<meta name="keyword"
content="Shaids-Dmce,
Artificial intelligence blog,." />
<meta name="author" content="DMCESHAIDSs,Lorem" />
<title>DMCE SHAIDS</title>
<link rel="stylesheet" href="./style/output.css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.5/flowbite.min.css" rel="stylesheet" />
<script src="https://kit.fontawesome.com/e650b26129.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./style/home.css" />
<!-- Favicon start -->
<link rel="icon" type="image/x-icon" href="./assests/images/logo.jpg">
<!-- Favicon end -->
</head>
<body class="dark">
<div class="custom-cursor"></div>
<script>
document.addEventListener('mousemove', function(event) {
var cursor = document.querySelector('.custom-cursor');
cursor.style.left = event.clientX + 'px';
cursor.style.top = event.clientY + 'px';
});
</script>
<div class="loading-screen">
<img src="./loading.gif" alt="Loader" class="loader" style="width: 300px;">
<style>
.loading-screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000203;
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}
</style>
<script>
window.addEventListener('load', function() {
const loader = document.querySelector('.loading-screen');
// Hide the loader after 3 seconds
setTimeout(function() {
loader.style.display = 'none';
}, 2000);
});
</script>
</div>
<!-- Navbar start -->
<nav class="bg-blue-900 text-white dark:bg-gray-900 dark:text-gray-400 border-gray-200 dark:border-gray-700">
<div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-2">
<h2 class="text-4xl font-extrabold dark:text-white">SHAIDS</h2>
<!-- Mobile navbar -->
<button data-collapse-toggle="navbar-dropdown" type="button"
class="inline-flex items-center p-2 ml-3 text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
aria-controls="navbar-dropdown" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<svg class="w-6 h-6" aria-hidden="true" fill="currentColor" viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z"
clip-rule="evenodd"></path>
</svg>
</button>
<div class="hidden w-full md:block md:w-auto" id="navbar-dropdown">
<ul
class="flex flex-col font-medium p-4 md:p-0 mt-4 border border-gray-100 rounded-lg bg-gray-50 md:flex-row md:space-x-8 md:mt-0 md:border-0 md:bg-white dark:bg-gray-800 md:dark:bg-gray-900 dark:border-gray-700">
<li>
<a href="#Home"
class="block py-2 pl-3 pr-4 text-black bg-blue-700 rounded md:bg-transparent md:text-black md:p-0 md:dark:text-blue-500 dark:bg-blue-600 md:dark:bg-transparent"
aria-current="page">Home</a>
</li>
<li>
<a href="./about.html"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">About
Us</a>
</li>
<li>
<a href="./events.html"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Events</a>
</li>
<li>
<a href="#Team"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Team</a>
</li>
<li>
<a href="./contact.html"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Contact
Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar end -->
<!-- main section start -->
<section class="bg-blue-900 text-white dark:bg-gray-900 py-20" id="Home" >
<div class="max-w-screen-xl mx-auto px-4 flex flex-col md:flex-row items-center justify-center">
<div class="md:mr-8 mb-6 md:mb-0 md:max-w-md">
<img src="./assests/logo/logo.PNG" class="h-128 w-full" />
</div>
<div class="md:ml-8">
<h1 class="text-4xl md:text-5xl font-bold mb-6">Datta Meghe College of Engineering</h1>
<h2 class="text-3xl md:text-3xl font-bold mb-6">SHAIDS ( Student hive of Artificial intelligence and Data science )</h2>
<p class="text-lg md:text-xl mb-8 leading-loose">
SHAIDS - Student Hives of Artificial Intelligence and Data Science: Empowering minds at Datta Meghe College of Engineering to innovate and excel in AI and Data Science. Join us on a transformative journey of knowledge and collaboration.
</p>
<!-- <a href="./publish.hhhh" class="bg-blue-500 text-white px-6 py-3 rounded-full font-bold hover:bg-blue-400">
Explore
</a> -->
</div>
</div>
</section>
<!-- Main section end -->
<!-- Blog Section start -->
<section class="bg-gray-100 dark:bg-gray-900" id="Blog">
<h2 class="blog-head text-5xl text-white font-bold text-center">
Events
</h2>
<br>
<div class="container-blog mx-auto py-8 lg:pl-28 lg:pr-28">
<div class="grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
<div>
<div class="relative">
<img class="object-cover object-center w-full h-64 rounded-lg lg:h-80"
src="./assests/images/events/event1.jpg" alt="" />
</div>
<h1 class="mt-6 text-xl font-semibold text-gray-800 dark:text-white">
Inauguration of SHAIDS.
</h1>
<p class="text-sm text-gray-500 dark:text-gray-400 pt-6">
A New Dawn: Inaugurating a Journey of Innovation - SHAIDS Committee's Inauguration
</p>
<div class="text-center">
<button type="button"
class="text-white bg-gradient-to-r from-cyan-500 to-blue-500 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-cyan-300 dark:focus:ring-cyan-800 font-medium rounded-lg text-sm px-5 py-2.5 text-center mr-2 mb-2 mt-5">
<a href="./articles/Machine Learning/PromptsinAIischallengingtaskinFuture.hhhh">
Explore this blog</a>
</button>
</div>
</div>
<div>
<div class="relative">
<img class="object-cover object-center w-full h-64 rounded-lg lg:h-80"
src="./assests/images/events/Githubh_01.jpg" alt="" />
</div>
<h1 class="mt-6 text-xl font-semibold text-gray-800 dark:text-white">
Exploring Git & Github.
</h1>
<p class="text-sm text-gray-500 dark:text-gray-400 pt-6">
Unveiling the World of Version Control: Reflecting on our SHAIDS Committee's Online Seminar on Git and GitHub.
</p>
<div class="text-center">
<button type="button"
class="text-white bg-gradient-to-r from-cyan-500 to-blue-500 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-cyan-300 dark:focus:ring-cyan-800 font-medium rounded-lg text-sm px-5 py-2.5 text-center mr-2 mb-2 mt-5">
<a href="./articles/Machine Learning/PromptsinAIischallengingtaskinFuture.hhhh">
Explore this blog</a>
</button>
</div>
</div>
<div>
<div class="relative">
<img class="object-cover object-center w-full h-64 rounded-lg lg:h-80"
src="./assests/images/events/Web_dev_01.jpg" alt="" />
</div>
<h1 class="mt-6 text-xl font-semibold text-gray-800 dark:text-white">
Frontend Web Development.
</h1>
<p class="text-sm text-gray-500 dark:text-gray-400 pt-6">
Elevating Web Experiences: Unpacking the SHAIDS Committee's Online Seminar on Frontend Web Development.
</p>
<div class="text-center">
<button type="button"
class="text-white bg-gradient-to-r from-cyan-500 to-blue-500 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-cyan-300 dark:focus:ring-cyan-800 font-medium rounded-lg text-sm px-5 py-2.5 text-center mr-2 mb-2 mt-5">
<a href="./articles/Machine Learning/PromptsinAIischallengingtaskinFuture.hhhh">
Explore this blog</a>
</button>
</div>
</div>
<div>
</div>
</div>
<div class="flex justify-center">
<button
class="flex items-center px-4 py-2 font-medium tracking-wide text-white capitalize transition-colors duration-300 transform bg-blue-600 rounded-lg hover:bg-blue-500 focus:outline-none focus:ring focus:ring-blue-300 focus:ring-opacity-80">
<svg class="w-5 h-5 mx-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd"
d="M4 2a1 1 0 011 1v2.101a7.002 7.002 0 0111.601 2.566 1 1 0 11-1.885.666A5.002 5.002 0 005.999 7H9a1 1 0 010 2H4a1 1 0 01-1-1V3a1 1 0 011-1zm.008 9.057a1 1 0 011.276.61A5.002 5.002 0 0014.001 13H11a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0v-2.101a7.002 7.002 0 01-11.601-2.566 1 1 0 01.61-1.276z"
clip-rule="evenodd" />
</svg>
<span class="mx-1"><a href="./blogs.hhhh">Load More</a></span>
</button>
</div>
</section>
<!-- blog section end -->
<!-- Footer section start -->
<footer class="bg-white dark:bg-indigo-950">
<div class="container-footer py-12 mx-auto lg:pl-28 lg:pr-28">
<div class="grid grid-cols-1 gap-6 sm:grid-cols-2 sm:gap-y-10 lg:grid-cols-4">
<div class="sm:col-span-2">
<h1 class="max-w-lg text-xl font-semibold tracking-tight text-gray-800 xl:text-2xl dark:text-white">
Contact Us
</h1>
<div class="flex flex-col mx-auto mt-6 space-y-3 md:space-y-0 md:flex-row">
<p class="dark:text-white">
DATTA MEGHE COLLEGE OF ENGINEERING<br>
SEC-3, AIROLI, NAVI MUMBAI<br>
MAHARASHTRA - 400708<br>
INDIA<br>
</p>
</div>
</div>
<div>
<p class="font-semibold text-gray-800 dark:text-white">
Quick Link
</p>
<div class="flex flex-col items-start mt-5 space-y-2">
<a href="#Home"
class="text-gray-600 transition-colors duration-300 dark:text-gray-300 dark:hover:text-blue-400 hover:underline hover:text-blue-500">Home</a>
<a href="#Blog"
class="text-gray-600 transition-colors duration-300 dark:text-gray-300 dark:hover:text-blue-400 hover:underline hover:text-blue-500">Blog</a>
<a href="./publish.hhhh"
class="text-gray-600 transition-colors duration-300 dark:text-gray-300 dark:hover:text-blue-400 hover:underline hover:text-blue-500">Publish
Article</a>
</div>
</div>
<div>
<img src="./assests/logo/logo.PNG" class="h-16 mr-3" alt="DMCESHAIDS" />
<div class="flex flex-col items-start mt-5 space-y-2">
<p
class="text-gray-600 transition-colors duration-300 dark:text-gray-300 dark:hover:text-blue-400 hover:text-blue-500">
SHAIDS - Student Hives of Artificial Intelligence and Data Science: Empowering minds at Datta Meghe College of Engineering to innovate and excel in AI and Data Science. Join us on a transformative journey of knowledge and collaboration.
</p>
</div>
</div>
</div>
<hr class="my-6 border-gray-200 md:my-8 dark:border-gray-700" />
<div class="flex items-center justify-between text-white">
<p>© 2023 DMCESHAIDS. All rights reserved.</p>
<div class="flex mt-3 -mx-2">
<a href="https://.hhhh.com/DMCESHAIDSs-as"
class="mx-2 text-gray-600 dark:text-gray-300 hover:text-gray-500 dark:hover:text-gray-300 group-hover:text-white"
aria-label=".hhhh">
<svg xmlns="http://www.w3.org/2000/svg" class="ionicon w-6 h-6 fill-current" viewBox="0 0 512 512">
<path
d="M256 32C132.3 32 32 134.9 32 261.7c0 101.5 64.2 187.5 153.2 217.9a17.56 17.56 0 003.8.4c8.3 0 11.5-6.1 11.5-11.4 0-5.5-.2-19.9-.3-39.1a102.4 102.4 0 01-22.6 2.7c-43.1 0-52.9-33.5-52.9-33.5-10.2-26.5-24.9-33.6-24.9-33.6-19.5-13.7-.1-14.1 1.4-14.1h.1c22.5 2 34.3 23.8 34.3 23.8 11.2 19.6 26.2 25.1 39.6 25.1a63 63 0 0025.6-6c2-14.8 7.8-24.9 14.2-30.7-49.7-5.8-102-25.5-102-113.5 0-25.1 8.7-45.6 23-61.6-2.3-5.8-10-29.2 2.2-60.8a18.64 18.64 0 015-.5c8.1 0 26.4 3.1 56.6 24.1a208.21 208.21 0 01112.2 0c30.2-21 48.5-24.1 56.6-24.1a18.64 18.64 0 015 .5c12.2 31.6 4.5 55 2.2 60.8 14.3 16.1 23 36.6 23 61.6 0 88.2-52.4 107.6-102.3 113.3 8 7.1 15.2 21.1 15.2 42.5 0 30.7-.3 55.5-.3 63 0 5.4 3.1 11.5 11.4 11.5a19.35 19.35 0 004-.4C415.9 449.2 480 363.1 480 261.7 480 134.9 379.7 32 256 32z" />
</svg>
</a>
<a href="https://in.linkedin.com/company/DMCESHAIDSs"
class="mx-2 text-gray-600 dark:text-gray-300 hover:text-gray-500 dark:hover:text-gray-300 group-hover:text-white"
aria-label="linkedin">
<svg xmlns="http://www.w3.org/2000/svg" class="ionicon w-6 h-6 fill-current" viewBox="0 0 512 512">
<path
d="M444.17 32H70.28C49.85 32 32 46.7 32 66.89v374.72C32 461.91 49.85 480 70.28 480h373.78c20.54 0 35.94-18.21 35.94-38.39V66.89C480.12 46.7 464.6 32 444.17 32zm-273.3 373.43h-64.18V205.88h64.18zM141 175.54h-.46c-20.54 0-33.84-15.29-33.84-34.43 0-19.49 13.65-34.42 34.65-34.42s33.85 14.82 34.31 34.42c-.01 19.14-13.31 34.43-34.66 34.43zm264.43 229.89h-64.18V296.32c0-26.14-9.34-44-32.56-44-17.74 0-28.24 12-32.91 23.69-1.75 4.2-2.22 9.92-2.22 15.76v113.66h-64.18V205.88h64.18v27.77c9.34-13.3 23.93-32.44 57.88-32.44 42.13 0 74 27.77 74 87.64z" />
</svg>
</a>
<a href="https://.hhhher.com/DMCESHAIDSs"
class="mx-2 text-gray-600 dark:text-gray-300 hover:text-gray-500 dark:hover:text-gray-300 group-hover:text-white"
aria-label=".hhhher">
<svg xmlns="http://www.w3.org/2000/svg" class="ionicon w-6 h-6 fill-current" viewBox="0 0 512 512">
<path
d="M496 109.5a201.8 201.8 0 01-56.55 15.3 97.51 97.51 0 0043.33-53.6 197.74 197.74 0 01-62.56 23.5A99.14 99.14 0 00348.31 64c-54.42 0-98.46 43.4-98.46 96.9a93.21 93.21 0 002.54 22.1 280.7 280.7 0 01-203-101.3A95.69 95.69 0 0036 130.4c0 33.6 17.53 63.3 44 80.7A97.5 97.5 0 0135.22 199v1.2c0 47 34 86.1 79 95a100.76 100.76 0 01-25.94 3.4 94.38 94.38 0 01-18.51-1.8c12.51 38.5 48.92 66.5 92.05 67.3A199.59 199.59 0 0139.5 405.6a203 203 0 01-23.5-1.4A278.68 278.68 0 00166.74 448c181.36 0 280.44-147.7 280.44-275.8 0-4.2-.11-8.4-.31-12.5A198.48 198.48 0 00496 109.5z" />
</svg>
</a>
</div>
</div>
</div>
</footer>
<!-- footer end -->
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.5/flowbite.min.js"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-17C8VGB69W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-17C8VGB69W");
</script>
<!-- counter section script -->
<script>
const communityMembersElement =
document.getElementById("community-members");
const eventsElement = document.getElementById("events");
const opportunitiesElement = document.getElementById("opportunities");
const mentorsElement = document.getElementById("mentors");
//values of counter
const communityMembersTarget = 13;
const eventsTarget = 0;
const opportunitiesTarget = 0;
const mentorsTarget = 0;
let communityMembersValue = 0;
let eventsValue = 0;
let opportunitiesValue = 0;
const updateCounter = () => {
if (communityMembersValue < communityMembersTarget) {
communityMembersValue += Math.ceil(communityMembersTarget / 100);
communityMembersElement.textContent =
communityMembersValue.toLocaleString();
}
if (eventsValue < eventsTarget) {
eventsValue += Math.ceil(eventsTarget / 100);
eventsElement.textContent = eventsValue.toLocaleString();
}
if (opportunitiesValue < opportunitiesTarget) {
opportunitiesValue += Math.ceil(opportunitiesTarget / 100);
opportunitiesElement.textContent =
opportunitiesValue.toLocaleString();
}
if (eventsValue < eventsTarget) {
eventsValue += Math.ceil(mentorsTarget / 100);
mentorsElement.textContent = eventsValue.toLocaleString();
}
if (
communityMembersValue < communityMembersTarget ||
eventsValue < eventsTarget ||
opportunitiesValue < opportunitiesTarget ||
mentorsElement < mentorsTarget
) {
setTimeout(updateCounter, 30); //delay value
}
};
updateCounter();
window.addEventListener("load", function () {
var loadingAnimation = document.getElementById("loading-animation");
loadingAnimation.style.display = "none";
});
</script>
</body>
</html>