-
Notifications
You must be signed in to change notification settings - Fork 5
/
blog.html
627 lines (606 loc) · 24.6 KB
/
blog.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
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog - Club Official</title>
<meta property="og:title" content="Blog - Club Official" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
<style data-tag="reset-style-sheet">
html { line-height: 1.15;}body { margin: 0;}* { box-sizing: border-box; border-width: 0; border-style: solid;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption { margin: 0; padding: 0;}button { background-color: transparent;}button,input,optgroup,select,textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}button,select { text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus { outline: 1px dotted ButtonText;}a { color: inherit; text-decoration: inherit;}input { padding: 2px 4px;}img { display: block;}html { scroll-behavior: smooth }
</style>
<style data-tag="default-style-sheet">
html {
font-family: Inter;
font-size: 16px;
}
body {
font-weight: 400;
font-style:normal;
text-decoration: none;
text-transform: none;
letter-spacing: normal;
line-height: 1.15;
color: var(--dl-color-gray-black);
background-color: var(--dl-color-gray-white);
}
</style>
<link
rel="shortcut icon"
href="public/robo.jpeg"
type="icon/png"
sizes="32x32"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div>
<script
type="text/javascript"
src="https://unpkg.com/[email protected]/dist/default/lib.umd.js"
></script>
<link href="./blog.css" rel="stylesheet" />
<div class="blog-container">
<nav class="navbar-navbar navbar-root-class-name6">
<a href="index.html" class="navbar-navlink">
<img
alt="Planical7012"
src="public/SectionImages/clunb-removebg-preview-300h.png"
class="navbar-branding-logo"
/>
</a>
<div class="navbar-nav-content">
<div class="navbar-nav-links">
<a href="about.html" class="navbar-link nav-link">About</a>
<a href="gallery.html" class="navbar-link1 nav-link">Gallery</a>
<a href="explore.html" class="navbar-link2 nav-link">Team</a>
<a href="contact.html" class="navbar-link3 nav-link">Contact</a>
</div>
<a href="blog.html" class="navbar-navlink1">
<div class="navbar-get-started get-started">
<span class="navbar-text">Blog Page</span>
</div>
</a>
<div id="open-mobile-menu" class="navbar-hamburger get-started">
<img
alt="image"
src="public/Icons/hamburger-200h.png"
class="navbar-image"
/>
</div>
</div>
<div id="mobile-menu" class="navbar-mobile-menu">
<div class="navbar-branding">
<img
alt="image"
src="public/SectionImages/clunb-removebg-preview-300h.png"
class="navbar-image1"
/>
<div id="close-mobile-menu" class="navbar-container">
<svg viewBox="0 0 1024 1024" class="navbar-icon">
<path
d="M225.835 286.165l225.835 225.835-225.835 225.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l225.835-225.835 225.835 225.835c16.683 16.683 43.691 16.683 60.331 0s16.683-43.691 0-60.331l-225.835-225.835 225.835-225.835c16.683-16.683 16.683-43.691 0-60.331s-43.691-16.683-60.331 0l-225.835 225.835-225.835-225.835c-16.683-16.683-43.691-16.683-60.331 0s-16.683 43.691 0 60.331z"
></path>
</svg>
</div>
</div>
<div class="navbar-nav-links1">
<a href="about.html" class="navbar-link nav-link">About</a>
<a href="gallery.html" class="navbar-link1 nav-link">Gallery</a>
<a href="explore.html" class="navbar-link2 nav-link">Team</a>
<a href="contact.html" class="navbar-link3 nav-link">Contact</a>
</div>
<a href="blog.html">
<div class="get-started">
<span class="navbar-text1">Blog Page</span>
</div>
</a>
</div>
<div>
<dangerous-html
html="<script>
/*
Mobile menu - Code Embed
*/
/* listenForUrlChangesMobileMenu() makes sure that if you changes pages inside your app,
the mobile menu will still work*/
const listenForUrlChangesMobileMenu = () => {
let url = location.href;
document.body.addEventListener('click', () => {
requestAnimationFrame(() => {
if (url !== location.href) {
runMobileMenuCodeEmbed();
url = location.href;
}
});
},
true
);
};
const runMobileMenuCodeEmbed = () => {
// Mobile menu
const mobileMenu = document.querySelector('#mobile-menu')
// Buttons
const closeButton = document.querySelector('#close-mobile-menu')
const openButton = document.querySelector('#open-mobile-menu')
// On openButton click, set the mobileMenu position left to -100vw
openButton && openButton.addEventListener('click', function() {
mobileMenu.style.transform = 'translateX(0%)'
})
// On closeButton click, set the mobileMenu position to 0vw
closeButton && closeButton.addEventListener('click', function() {
mobileMenu.style.transform = 'translateX(100%)'
})
}
runMobileMenuCodeEmbed()
listenForUrlChangesMobileMenu()
</script>"
></dangerous-html>
</div>
</nav>
<section class="blog-section">
<div class="blog-hero">
<div class="blog-content">
<main class="blog-main">
<header class="blog-header">
<h1 class="blog-heading">
<span class="blog-text">Robotics Club</span>
<br />
<span>Vit Chennai</span>
<br />
</h1>
<span class="blog-caption">
Innovation is when Imagination meets Ambition
</span>
</header>
<div class="blog-buttons">
<a href="index.html" class="blog-navlink">
<div class="blog-get-started button">
<span class="blog-text04"><-Home Page</span>
</div>
</a>
</div>
<div class="blog-highlight">
<div class="blog-avatars">
<img
alt="image"
src="club/people/Harsh_Pandey.JPG"
class="blog-image avatar"
/>
<img
alt="image"
src="club/people/arokya.jpg"
class="blog-image01 avatar"
/>
<img
alt="image"
src="club/people/akash.jpg"
class="blog-image02 avatar"
/>
</div>
<a href="explore.html" class="blog-navlink1">
<label class="blog-caption1">
Managed and Controlled by 100+ Members
</label>
</a>
</div>
</main>
</div>
<div class="blog-image03">
<img
alt="image"
src="club/home/home_display.png"
class="blog-image04"
/>
</div>
<div class="blog-image05">
<img
alt="image"
src="club/home/home_display.png"
class="blog-image06"
/>
</div>
</div>
</section>
<section class="blog-section1">
<div class="blog-cube">
<div class="blog-top side"></div>
<div class="blog-front side"></div>
<div class="blog-left side"></div>
</div>
<div class="blog-blog">
<div class="blog-container01">
<div class="blog-blog-post-card">
<img
alt="image"
src="club/Blog/1.jpg"
image_src="club/Blog/1.jpg"
class="blog-image07"
/>
<div class="blog-container02">
<div class="blog-container03">
<span class="blog-text05">Future Scope</span>
<span class="blog-text06">a few days ago</span>
</div>
<h1 class="blog-text07">
Revolutionizing Industries: Unleashing the Transformative
Power of 3D Printing
</h1>
<span class="blog-text08">
Ignite Innovation: Unleash the transformative power of 3D
printing, the driving force revolutionizing industries
worldwide. From manufacturing and healthcare to architecture
and fashion, this cutting-edge technology is reshaping the
very foundations of creat...
</span>
<div class="blog-container04">
<div class="blog-profile">
<img
alt="profile"
src="club/Blog/Unknown.jpg"
class="blog-image08"
/>
<span class="blog-text09">Sanghrish</span>
</div>
<a href="post1.html" class="blog-navlink2">
Read More ->
</a>
</div>
</div>
</div>
</div>
<div class="blog-container05">
<div class="blog-blog-post-card1">
<img
alt="image"
src="club/Blog/2.jpg"
image_src="club/Blog/2.jpg"
class="blog-image09"
/>
<div class="blog-container06">
<div class="blog-container07">
<span class="blog-text10">JOBS</span>
<span class="blog-text11">a few days ago</span>
</div>
<h1 class="blog-text12">
Redefining Boundaries: Exploring Lucrative Career
Opportunities in Robotics
</h1>
<span class="blog-text13">
In today's rapidly advancing world, robotics has emerged as
a field that redefines boundaries, revolutionizing
industries and opening up a plethora of exciting career
opportunities. From automation and artificial intelligence
to cutting-edge technolo....
</span>
<div class="blog-container08">
<div class="blog-profile1">
<img
alt="profile"
src="club/Blog/Unknown.jpg"
class="blog-image10"
/>
<span class="blog-text14">Sanghrish</span>
</div>
<a href="post2.html" class="blog-navlink3">
Read More ->
</a>
</div>
</div>
</div>
</div>
<div class="blog-blog-post-card2">
<img
alt="image"
src="club/Blog/3.jpg"
image_src="club/Blog/3.jpg"
class="blog-image11"
/>
<div class="blog-container09">
<div class="blog-container10">
<span class="blog-text15">ENTERPRISE</span>
<span class="blog-text16">a few days ago</span>
</div>
<h1 class="blog-text17">
Robotics Revolution: Shaping the Future Through Automated
Innovation
</h1>
<span class="blog-text18">
The field of robotics has witnessed exponential growth and
advancement over the past few decades, revolutionizing various
industries and aspects of our li...
</span>
<div class="blog-container11">
<div class="blog-profile2">
<img
alt="profile"
src="club/Blog/Unknown.jpg"
class="blog-image12"
/>
<span class="blog-text19">Sanghrish</span>
</div>
<a href="post3.html" class="blog-navlink4">Read More -></a>
</div>
</div>
</div>
</div>
</section>
<section class="blog-section2">
<div class="blog-cube1">
<div class="blog-top1 side"></div>
<div class="blog-front1 side"></div>
<div class="blog-left1 side"></div>
</div>
<main class="blog-pricing">
<header class="blog-header1">
<header class="blog-left2">
<span class="section-head">Quote of the day</span>
<h2 class="section-heading blog-heading1">
Start small, think big
</h2>
</header>
<div class="blog-right">
<p class="blog-paragraph section-description">
Hope is the light that keeps us going, even in the darkest of
times. Never let it fade away.
</p>
</div>
</header>
</main>
<div class="blog-help">
<span class="blog-text20">
<span>Need any help?</span>
<br />
</span>
<div class="blog-contact-support">
<a
href="mailto:[email protected]?subject=Regarding Questions and Help"
class="blog-link"
>
<p class="blog-text23">Contact Us -></p>
</a>
</div>
</div>
</section>
<footer class="footer-footer">
<div class="footer-content">
<main class="footer-main-content">
<div class="footer-content1">
<header class="footer-main">
<div class="footer-header">
<div class="footer-branding-container">
<img
alt="image"
src="public/SectionImages/clunb-removebg-preview-200h.png"
class="footer-branding"
/>
<img
alt="image"
src="public/logo white png (1).png"
class="footer-branding-logo"
/>
</div>
<span class="footer-text">
<span>
The only Official Website of Robotics Club VIT Chennai
</span>
</span>
</div>
<div class="footer-socials">
<a
href="https://www.linkedin.com/company/robotics-club-vitc/?lipi=urn%3Ali%3Apage%3Acompanies_company_index%3B07f210d1-1d23-4de2-bcc9-09964095266a"
target="_blank"
rel="noreferrer noopener"
class="footer-link"
>
<img
alt="image"
src="public/Icons/linkedin-200h.png"
class="social"
/>
</a>
<a
href="https://www.instagram.com/robotics_club_vitc/"
target="_blank"
rel="noreferrer noopener"
class="footer-link1"
>
<img
alt="image"
src="public/Icons/instagram-200h.png"
class="social"
/>
</a>
<a
href="https://www.facebook.com/VITCCRoboticsClub?mibextid=ZbWKwL"
target="_blank"
rel="noreferrer noopener"
class="footer-link2"
>
<svg viewBox="0 0 1024 1024" class="footer-icon">
<path
d="M608 192h160v-192h-160c-123.514 0-224 100.486-224 224v96h-128v192h128v512h192v-512h160l32-192h-192v-96c0-17.346 14.654-32 32-32z"
></path>
</svg>
</a>
</div>
</header>
<header class="footer-categories">
<div class="footer-category">
<div class="footer-header1">
<span class="footer-header">
<span>Institution</span>
</span>
</div>
<div class="footer-links">
<a
href="https://chennai.vit.ac.in/"
target="_blank"
rel="noreferrer noopener"
class="footer-text02 footer-link"
>
<span>Official Website</span>
</a>
<a
href="https://youtube.com/@VITChennaic"
target="_blank"
rel="noreferrer noopener"
class="footer-text03 footer-link"
>
<span>YouTube</span>
</a>
<a
href="https://chennai.vit.ac.in/campus/studentchapters_clubs/"
target="_blank"
rel="noreferrer noopener"
class="footer-text04 footer-link"
>
<span>Clubs And Chapters</span>
</a>
</div>
</div>
<div class="footer-category1">
<div class="footer-header2">
<span class="footer-header"><span>Club</span></span>
</div>
<div class="footer-links1">
<a href="about.html" class="footer-text06 footer-link">
<span>About</span>
</a>
<a href="explore.html" class="footer-text07 footer-link">
<span>Team</span>
</a>
<a href="blog.html" class="footer-text08 footer-link">
<span>Posts</span>
</a>
<!-- <a href="contact.html" class="footer-text09 footer-link">
<span>Special Teams</span>
</a> -->
</div>
</div>
</header>
</div>
<section class="footer-copyright">
<span class="footer-text10">
<span>
© 2023 Website Designed by Robotics Club VIT Chennai. All Rights Reserved.
</span>
</span>
</section>
</main>
<main class="footer-subscribe">
<main class="footer-main1">
<h1 class="footer-heading">
<span>Recruitment for the Club</span>
</h1>
<div class="footer-input-field">
<input
type="email"
placeholder="Enter your email"
class="footer-textinput input"
/>
<a
href="mailto:[email protected]?subject=Regarding the recruitment in the Club"
class="footer-link3"
>
<div class="footer-buy button">
<span class="footer-text11"><span>-></span></span>
<span class="footer-text12">Mail Us</span>
</div>
</a>
</div>
</main>
<h1 class="footer-notice">
<span>
Please send your details and a brief introduction about
yourself including interested departments for consideration.
</span>
</h1>
</main>
<section class="footer-copyright1">
<span class="footer-text13">
<span>
© 2023 Website Designed by Anas Jawed & Abhijit Ghosh. All Rights Reserved.
</span>
</span>
</section>
</div>
</footer>
<div>
<dangerous-html
html="<script>
/*
Accordion - Code Embed
*/
/* listenForUrlChangesAccordion() makes sure that if you changes pages inside your app,
the Accordions will still work*/
const listenForUrlChangesAccordion = () => {
let url = location.href;
document.body.addEventListener(
'click',
() => {
requestAnimationFrame(() => {
if (url !== location.href) {
runAccordionCodeEmbed();
url = location.href;
}
});
},
true
);
};
const runAccordionCodeEmbed = () => {
const accordionContainers = document.querySelectorAll('[data-role='accordion-container']'); // All accordion containers
const accordionContents = document.querySelectorAll('[data-role='accordion-content']'); // All accordion content
const accordionIcons = document.querySelectorAll('[data-role='accordion-icon']'); // All accordion icons
accordionContents.forEach((accordionContent) => {
accordionContent.style.display = 'none'; //Hides all accordion contents
});
accordionContainers.forEach((accordionContainer, index) => {
accordionContainer.addEventListener('click', () => {
accordionContents.forEach((accordionContent) => {
accordionContent.style.display = 'none'; //Hides all accordion contents
});
accordionIcons.forEach((accordionIcon) => {
accordionIcon.style.transform = 'rotate(0deg)'; // Resets all icon transforms to 0deg (default)
});
accordionContents[index].style.display = 'flex'; // Shows accordion content
accordionIcons[index].style.transform = 'rotate(180deg)'; // Rotates accordion icon 180deg
});
});
}
runAccordionCodeEmbed()
listenForUrlChangesAccordion()
/*
Here's what the above is doing:
1. Selects all accordion containers, contents, and icons
2. Hides all accordion contents
3. Adds an event listener to each accordion container
4. When an accordion container is clicked, it:
- Hides all accordion contents
- Resets all icon transforms to 0deg (default)
- Checks if this container has class 'accordion-open'
- If it does, it removes class 'accordion-open'
- If it doesn't, it:
- Removes class 'accordion-open' from all containers
- Adds class 'accordion-open' to this container
- Shows accordion content
- Rotates accordion icon 180deg
*/
</script>"
></dangerous-html>
</div>
</div>
</div>
</body>
</html>