forked from mlsacbvp/MLSAC-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactus.html
89 lines (85 loc) · 4.48 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
87
88
89
<!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">
<title>Contact Us | MLSACBVP</title>
<link rel="stylesheet" href="contactus/css/style.css">
<link rel="stylesheet" media="screen and (max-width: 1100px)" href="contactus/css/responsive.css">
<link rel="stylesheet" media="screen and (max-width: 900px)" href="contactus/css/phone.css">
<script src="https://kit.fontawesome.com/222077f2af.js" crossorigin="anonymous"></script>
</head>
<body>
<navbar>
<div class="header">
<div class="logo">
<a href="index.html"><img src="aboutus/aboutus_assets/MLSCLogo.png" alt="MLSC Logo"></a>
</div>
<div class="links">
<ul>
<li><a href="aboutus.html" class="black-text">About</a></li>
<li><a href="Events.html" class="black-text">Events</a></li>
<li><a href="ourteam.html" class="black-text">Team</a></li>
</ul>
</div>
</div>
</navbar>
<h1 class="contactus">Contact Us</h1>
<div class="container">
<div class="left">
<iframe width="500px" height= "600px" src= "https://forms.office.com/Pages/ResponsePage.aspx?id=wbLWKQda3EmtO6hP5UXm2eRNxsu3XPJMukdofZLx-iZUMFhDSVlFUUVWS01BSVJWNzhROVo5MVpCSi4u&embed=true" frameborder= "0" marginwidth= "0" marginheight= "0" style= "border: none; max-width:100%; max-height:100vh" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
</div>
<div class="right">
<div class="mapouter">
<div class="gmap_canvas">
<iframe width="400" height="400" id="gmap_canvas" src="https://maps.google.com/maps?q=Bharati%20vidyapeeth%E2%80%99s%20college%20of%20engineering,%20A-4,%20A%204%20Block,%20Paschim%20Vihar,%20New%20Delhi,%20Delhi%20110063&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">
</iframe>
<a href="https://www.whatismyip-address.com/divi-discount/"></a>
<br>
<style>
/* .mapouter{position:relative;height:400px;width:400px;} */
.mapouter{position:relative;}
</style>
<a href="https://www.embedgooglemap.net">google map on my website</a>
<style>
/* .gmap_canvas {overflow:hidden;background:none!important;height:400px;width:400px;} */
.gmap_canvas {overflow:hidden;background:none!important;}
</style>
</div>
</div>
<div class="details">
<div class="address">
<i class="fas fa-map-marker-alt location"></i>
<span class="detail-text">A-4, Paschim Vihar, New Delhi 110063<br>(In front of Paschim Vihar East Metro Station)</span>
</div>
<div class="call">
<img src="contactus/assets/phone.png" alt="">
<span class="detail-text">011-25278444/25278443</span>
</div>
<div class="mail">
<img src="contactus/assets/outlook.png" alt="">
<span class="detail-text">[email protected]</span>
</div>
</div>
</div>
</div>
<footer>
<div class="socials">
<a href="https://instagram.com/mlsac_bvcoe" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://github.com/mlsacbvp"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/MlscBvp?t=ueaZK33_AhBI93rNVCT6vQ&s=09" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/company/microsoft-learn-student-chapter-mlsc-bvp/" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
<div class="footer">
<span class="white-text">
©MLSACBVP All Rights Reserved.
</span>
<br>
<span class="white-text">
Designed & Developed with ❤️ by the Web Team of MLSACBVP
</span>
</div>
</footer>
</body>
</html>