-
Notifications
You must be signed in to change notification settings - Fork 5
/
contact.html
587 lines (559 loc) · 22.6 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact - Club Official</title>
<meta property="og:title" content="Contact - 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="./contact.css" rel="stylesheet" />
<div class="contact-container">
<nav class="navbar-navbar navbar-root-class-name5">
<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="contact-section">
<div class="contact-hero">
<div class="contact-content">
<main class="contact-main">
<header class="contact-header">
<h1 class="contact-heading">
<span class="contact-text">Let's connect and innovate</span>
<!-- <br />
<span>Vit Chennai</span>
<br /> -->
</h1>
<span class="contact-caption">
Your robotic journey starts here!
</span>
</header>
<div class="contact-buttons">
<a href="index.html" class="contact-navlink">
<div class="contact-get-started button">
<span class="contact-text4">Home Page</span>
</div>
</a>
</div>
<div class="contact-highlight">
<div class="contact-avatars">
<img
alt="image"
src="club/people/Harsh_Pandey.JPG"
class="contact-image avatar"
/>
<img
alt="image"
src="club/people/arokya.jpg"
class="contact-image1 avatar"
/>
<img
alt="image"
src="club/people/akash.jpg"
class="contact-image2 avatar"
/>
</div>
<a href="explore.html" class="contact-navlink1">
<label class="contact-caption1">
Managed and Controlled by 100+ Members
</label>
</a>
</div>
</main>
</div>
<div class="contact-image3">
<img
alt="image"
src="club/home/Chat bot-amico.png"
class="contact-image4"
/>
</div>
<div class="contact-image5">
<img
alt="image"
src="club/home/home_display.png"
class="contact-image6"
/>
</div>
</div>
</section>
<section class="contact-section1">
<!-- <div class="contact-cube">
<div class="contact-top side"></div>
<div class="contact-front side"></div>
<div class="contact-left side"></div>
</div> -->
<style>
textarea {
width: 100%;
height: 50px;
padding: 12px 20px;
box-sizing: border-box;
border: 0.5px solid #ccc;
border-radius: 4px;
background-color: #292929;
font-size: 5px;
resize: auto;
color: #ffffff;
align-self: center;
}
</style>
<a href="#M1" class="contact-link">
<main class="contact-banner">
<div class="contact-header1">
<h2 class="section-heading">Leave us a message-></h2>
<p class="contact-description section-description">
Or ask us a question
</p>
</div>
<div class="contact-buttons1"></div>
</main>
</a>
<!-- <div id="M1" class="contact-container1">
<div class="flexbox-item flexbox-item-1">
<textarea
class = "contact-textinput input"
placeholder="Name"></textarea>
</div>
<div>
<textarea
class = "contact-textinput1 input"
rows="10"
columns="10"
placeholder="E-Mail"></textarea>
</div>
<div>
<textarea
class = "contact-textinput2 input"
rows="10"
columns="10"
placeholder="Subject"></textarea>
</div>
<div >
<textarea
class = "contact-textinput3 input"
rows="10"
columns="10"
placeholder="Message"></textarea>
</div> -->
<div class="contact-cube">
<div class="contact-top side"></div>
<div class="contact-front side"></div>
<div class="contact-left side"></div>
</div>
<!-- javascript for functionality -->
<script>
function sendEmail() {
var name = document.getElementById("iName").value;
var email = document.getElementById("iEmail").value;
var subject = document.getElementById("iSubject").value;
var message = document.getElementById("iMessage").value;
var subject = subject;
var body = "Name: " + name + "\n" +
"Email: " + email + "\n" +
"Message: " + message;
// Construct the mailto URL
var mailtoUrl = "mailto:[email protected]" +
"?subject=" + encodeURIComponent(subject) +
"&body=" + encodeURIComponent(body);
// Open the default email client with the mailto URL
window.location.href = mailtoUrl;
}
</script>
<div id="M1" class="contact-container1">
<table style="width:100%">
<tr align="center">
<td>
<input
id="iName"
type="text"
placeholder="Name"
class="contact-textinput input"
/>
</td>
</tr>
<tr align="center">
<td>
<input
id="iEmail"
type="email"
placeholder="E-Mail Id"
class="contact-textinput input"
/>
</td>
</tr>
<tr align="center">
<td>
<input
id="iSubject"
type="text"
placeholder="Subject"
class="contact-textinput-subject input"
/>
</td>
</tr>
<tr align="center">
<td>
<textarea
id="iMessage"
class = "contact-textinput-message input"
rows="10"
columns="10"
placeholder="Message"></textarea>
</td>
</tr>
<tr align="center">
<td>
<button type="button" onclick="sendEmail()" id ="btnSend"
class="contact-button button">Send Message
</button>
</td>
</tr>
</table>
</div>
<div class="contact-cube2">
<div class="contact-top1 side"></div>
<div class="contact-front1 side"></div>
<div class="contact-left1 side"></div>
</div>
</section>
<section class="contact-section2">
<div class="contact-cube1">
<div class="contact-top1 side"></div>
<div class="contact-front1 side"></div>
<div class="contact-left1 side"></div>
</div>
<main class="contact-pricing">
<header class="contact-header2">
<header class="contact-left2">
<span class="section-head">Quote of the day</span>
<h2 class="section-heading contact-heading2">
Start small, think big
</h2>
</header>
<div class="contact-right">
<p class="contact-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="contact-help">
<span class="contact-text5">
<span>Need any help?</span>
<br />
</span>
<div class="contact-contact-support">
<a
href="mailto:[email protected]?subject=Regarding Questions and Help"
class="contact-link1"
>
<p class="contact-text8">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>
</div>
</body>
</html>