-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactus.html
86 lines (83 loc) · 4.39 KB
/
contactus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- jQuery Modal -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css" />
<link rel="stylesheet" href="css/contactus.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="main-iframe">
<div id="top">
<div style="text-align: center;">
<iframe id="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3889.7051927903244!2d77.43697355642314!3d12.86230804837226!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb87179b78abbd44c!2sChrist%20University%20Kengeri%20Campus!5e0!3m2!1sen!2sin!4v1613382143739!5m2!1sen!2sin" width="500" height="300" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
<div id="social-media">
<div id="addr-mobile">
<h3 id="reach">Address:</h3>
<h2>
<a target="_blank" href="https://www.google.com/maps/place/Christ+University+Kengeri+Campus,+Mysore+Rd,+Kumbalgodu,+Karnataka+560074/@12.8630785,77.4379522,17z/data=!4m2!3m1!1s0x3bae476483e3672b:0xb87179b78abbd44c">CHRIST (Deemed to be University), Kengeri Campus, Kanmanike, Kumbalgodu, Mysore Road, Bangalore, Karnataka, 560074</a>
</h2>
</div>
<div id="mail">
<h3 id="reach">Reach us at:</h3>
<h2>
<a href="mailto:[email protected]" target="_blank">
</a>
</h2>
</div>
<div id="social-icons">
<h3>Follow us on</h3>
<h1>SOCIAL MEDIA</h1>
<div id="icons">
<div>
<a target="_blank" href="https://www.instagram.com/magnovite.v10/"><img src="images/instagram.png" class="soc-icon"></a>
</div>
<div>
<a target="_blank" href="https://www.facebook.com/Magnovite"><img src="images/facebook.png" class="soc-icon"></a>
</div>
<div>
<a target="_blank" href="https://www.linkedin.com/in/magnovite-christ-university-559a06205/"><img src="images/linkedin.png" class="soc-icon"></a>
</div>
</div>
</div>
</div>
</div>
<div id="contact-incharge">
<div class="contact">
<a href="mailto:[email protected]">SHERYL JACOB</a><br/>
<a href="tel:+919901801673">+91 9901801673</a>
<p>TECHNICAL</p>
</div>
<div class="contact">
<a href="mailto:[email protected]">TEJAS JAYAN</a><br/>
<a href="tel:+919742840045">+91 9742840045</a>
<p>TECHNICAL</p>
</div>
<div class=" contact">
<a href="mailto:[email protected]">SHRINITHI S</a><br/>
<a href="tel:+919444270410">+91 9444270410</a>
<p>PSYCHOLOGY</p>
</div>
<div class="contact">
<a href="mailto:[email protected]">SUDHARSHANA</a><br/>
<a href="tel:+919742747527">+91 9742747527</a>
<p>MANAGERIAL</p>
</div>
<div class="contact">
<a href="mailto:[email protected]">ROSHAN ANAND KIRPALANI</a><br/>
<a href="tel:+919845572302">+91 9845572302</a>
<p>MANAGERIAL</p>
</div>
<div class="contact">
<a href="mailto:[email protected]">YEDURURI SUNDAR CHARAN</a><br/>
<a href="tel:+916302229865">+91 6302229865</a>
<p>DESIGN</p>
</div>
</div>
</div>
</body>
</html>