-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact-us.html
172 lines (157 loc) · 8.1 KB
/
contact-us.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>MRT-IITB</title>
<link rel="icon" type="image/x-icon" href="./src/img/logo_mrt.png">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./src/css/contact-us.css">
<!-- Fontawesome icon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
<link rel="stylesheet" href="./src/css/other/font-awesome.min.css">
<link rel="stylesheet" href="./src/css/other/bootstrap.min.css">
<link rel="stylesheet" href="./src/css/other/aos.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="src/css/styles.css">
<script src="./src/js/jquery.min.js"></script>
</head>
<body>
<nav id="transparent-navbar" class="navbar navbar-expand-lg red-hat-font">
<a class="navbar-brand" href="index.html">
<img src="./src/img/logo_mrt.png" width="75px">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<div class="hamburger-animated"><span></span><span></span><span></span></div>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
</ul>
<ul class="navbar-nav">
<li class="nav-item animate-this">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./rovers.html">Rovers</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" role="button" data-bs-toggle="dropdown"
href="#">Subdivisions</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="./subdivisions/mech.html">Mechanical</a></li>
<li><a class="dropdown-item" href="./subdivisions/elec.html">Electronics & Software</a></li>
<li><a class="dropdown-item" href="./subdivisions/bio.html">Bioscience</a></li>
<li><a class="dropdown-item" href="./subdivisions/mdm.html">Design and Logistics</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" role="button" data-bs-toggle="dropdown"
href="#">Teams</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="team2023.html">Current Team</a></li>
<li><a class="dropdown-item" href="./alumni.html">Alumni</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./comp.html">Competitions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact-us.html">Contact</a>
</li>
</ul>
</div>
</nav>
<section class = "contact-section">
<div class = "contact-bg">
<h3>Get in Touch with Us</h3>
<h2>contact us</h2>
<div class = "line">
<div></div>
<div></div>
<div></div>
</div>
<p class = "text">The successes of the Mars Rover crew during the previous few years have been extensively covered in the media. Every year, the crew spends months planning and creating a brand-new rover, pushing technological and scientific frontiers with each iteration
</p>
</div>
<div class = "contact-body">
<div class = "contact-info">
<div>
<span><i class = "fas fa-mobile-alt"></i></span>
<span>Phone No.</span>
<span class = "text">Harsh: 9409475801</span>
<span class = "text">Gaurav: 8669723750</span>
<span class = "text">Khush: 9328441633</span>
</div>
<div>
<span><i class = "fas fa-envelope-open"></i></span>
<span>E-mail</span>
<span class = "text">[email protected]</span>
</div>
<div>
<span><i class = "fas fa-map-marker-alt"></i></span>
<span>Address</span>
<span class = "text">Aerospace Department basement, IIT Bombay, Powai, Mumbai, Maharashtra, India. PIN - 400076</span>
</div>
<div>
<span><i class = "fas fa-clock"></i></span>
<span>Peak Hours</span>
<span class = "text">Monday - Sunday (10:00 PM to 12:00 PM)</span>
</div>
</div>
<div class = "contact-form">
<form class="form_padd" action="https://formsubmit.co/[email protected]" method="POST">
<div>
<input type = "text" class = "form-control" placeholder="First Name">
<input type = "email" class = "form-control" placeholder="E-mail">
</div>
<textarea rows = "5" placeholder="Message" class = "form-control" name="message"></textarea>
<input type = "submit" class = "send-btn" value = "send message">
</form>
<div>
<img src = "./src/img/contact-image/contact-png.png" alt = "">
</div>
</div>
</div>
<div class = "map">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15077.891646704249!2d72.9184755!3d19.1307657!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf581fe1534507e87!2sIIT-B%20Mars%20Rover%20Lab!5e0!3m2!1sen!2sin!4v1665348546714!5m2!1sen!2sin" width="100%" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
<div class = "contact-footer">
<h3>Follow Us</h3>
<div class = "social-links">
<a href = "https://www.facebook.com/iitb.mrt/" class = "fab fa-facebook-f"></a>
<a href = "https://www.instagram.com/iitb.marsroverteam/" class = "fab fa-instagram"></a>
<a href = "https://www.linkedin.com/company/mrtiitb" class = "fab fa-linkedin"></a>
<a href = "https://www.youtube.com/channel/UCcQsEZqhnt94Ep6VNRZDs9Q" class = "fab fa-youtube"></a>
</div>
</div>
</section>
<div class="loader-wrapper">
<span class="loader"><span class="loader-inner"></span></span>
</div>
<!-- <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD" crossorigin="anonymous"></script>
<script src="./src/js/script.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script>
AOS.init({
disable: false,
offset: 80,
duration: 1000,
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162930243-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-162930243-1');
</script>
</body>
</html>