-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
222 lines (205 loc) · 11.8 KB
/
contact.html
File metadata and controls
222 lines (205 loc) · 11.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Atom Robotics</title>
<meta name="Atom Robotics - VIT Chennai" content="A platform for young aspiring minds to prospering robotics located in VIT Chennai, India.">
<meta name="og.title" property="og:title" content="Atom Robotics">
<link rel="canonical" href="https://atomrobotics.github.io/">
<meta content="" name="descriptison">
<meta content="" name="keywords">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/contactus.css">
<link rel="shortcut icon" href="img/logo.jpeg" type="image/x-icon" />
<link href='https://fonts.googleapis.com/css?family=Dosis' rel='stylesheet'>
<link rel="apple-touch-icon" href="img/logo.jpeg">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="http://www.onifile.com/assets/s/plugins/mixup-icon/demo.html">
<link href="css/animate.min.css" rel="stylesheet" >
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/versions.css">
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<script src="js/pace.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery-bez@1.0.11/src/jquery.bez.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.2/TweenMax.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/6.0.0/normalize.min.css" rel="stylesheet" type="text/css">
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
</head>
<body class="host_version">
<div id="preloader">
<div id="status">
<div class="spinner">
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
<div class="rect5"></div>
<div class="rect5"></div>
</div>
</div>
</div>
<div id="home" class="first-section" style="background-image:url('img/cover_page.jpeg');">
<header class="top-navbar">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="n" href="index.html">Atom Robotics</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbars-host" aria-controls="navbars-rs-food" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse" id="navbars-host">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="robots.html">Our Robots</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="achievements.html" id="dropdown-a" data-toggle="dropdown">Our Works</a>
<div class="dropdown-menu" aria-labelledby="dropdown-a">
<a class="dropdown-item" href="projects.html">Projects</a>
<a class="dropdown-item" href="achievements.html">Competitions</a>
<a class="dropdown-item" href="intern.html">Internships</a>
<a class="dropdown-item" href="research.html">Pubications</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="teams202122.html" id="dropdown-a" data-toggle="dropdown">Team</a>
<div class="dropdown-menu" aria-labelledby="dropdown-a">
<a class="dropdown-item" href="teams201921.html">Team (2019 - 2021)</a>
<a class="dropdown-item" href="teams202122.html">Team (2021 - 2022)</a>
<a class="dropdown-item" href="teamabhi.html">Current</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="gallery.html">Gallery</a></li>
<li class="nav-item active"><a class="nav-link" href="contact.html">Contact Us</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a class="hover-btn-new log orange" href="recruitment.html" ><span>JOIN US</span></a></li>
</ul>
</div>
</div>
</nav>
</header>
<div class="social">
<ul>
<li><a href="https://www.instagram.com/atomrobotics_vitc/"><i class="fa fa-instagram"></i>
<span>Instagram</span>
</a></li>
<li><a href="https://www.linkedin.com/company/atomrobotics/?viewAsMember=true"><i class="fa fa-linkedin"></i>
<span>Linkedin</span>
</a></li>
<li><a href="https://www.youtube.com/channel/UCJqBjqcee6sjBas9806No-Q"><i class="fa fa-youtube"></i>
<span>Youtube</span>
</a></li>
<li><a href="https://github.com/atomrobotics"><i class="fa fa-github"></i>
<span>Github</span>
</a></li>
</ul>
</div>
<div id="contact-us">
<div class="containe">
<div class="row">
<div class="col-md-12">
<div class="section-heading text-center">
<h2 class="wow flipIn">Contact Us</h2>
<h3 class="wow flipIn">Free feel to contact us.</h3><br>
<div class="line-dec"></div>
<div class="row">
<div class="col-md-3 col-sm-12">
<div class="we location">
<div class="icon">
<i class="fa fa-handshake-o fa-5x" aria-hidden="true"></i>
</div>
<h4 class="wow flipIn">Collaborations</h4>
<a class="wow flipIn">Want to have a work partnership with us?<br> Click on the link to get started.<br><a href="https://forms.gle/ALTCRQmNqTbazVPH9">Click here</a></a>
</div>
</div>
<div class="col-md-3 col-sm-12">
<div class="contact-info we">
<div class="icon">
<i class="fa fa-bullseye fa-5x" aria-hidden="true"></i>
</div>
<h4 class="wow flipIn">Project Assistance</h4>
<a class="wow flipIn">We are ready to undertake project works.<br> Click to know more.<br><a href="https://forms.gle/PxXPkaxKDT9NAVuh6">Click here</a></a>
</div>
</div>
<div class="col-md-3 col-sm-12">
<div class="contact-info we">
<div class="icon">
<i class="fa fa-css3 fa-5x" aria-hidden="true"></i>
</div>
<h4 class="wow flipIn">Website Designing</h4>
<a class="wow flipIn">Wish to bring the website of your dreams into reality? <br> Click to get in touch with us.</a><br>
<a href="https://forms.gle/hAfcWiD3otdPFaMeA">Click here</a>
</div>
</div>
<div class="col-md-3 col-sm-12">
<div class="contact-info we">
<div class="icon">
<i class="fa fa-users fa-5x" aria-hidden="true"></i>
</div>
<h4 class="wow flipIn">Join Us</h4>
<a class="wow flipIn"> Want to be a part of our journey? <br> Take the first step by filling the form in the link below. <br><a href="recruitment.html">Click here</a></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3890.0407049359947!2d80.15123961509458!3d12.840646221211825!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a5259af8e491f67%3A0x944b42131b757d2d!2sVellore%20Institute%20of%20Technology!5e0!3m2!1sen!2sin!4v1594899069574!5m2!1sen!2sin" width="100%" height="300" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
<footer class="bk contact-us">
<div class="contai">
<div class="row">
<div class="col-md-3 col-sm-12">
<div class="logo">
<a class="logo-ft scroll-top" href="#"><img src="img/logo.jpeg"></a>
<p><br>Copyright © 2023 Atom Robotics </p><br>
</div>
</div>
<div class="col-md-3 col-sm-12">
<div class="we location">
<h4>Location</h4>
<a>Vellore Institute of Technology <br>Vandalur - Kelambakkam Road<br> Chennai, Tamil Nadu, India</a><br><br>
</div>
</div>
<div class="col-md-3 col-sm-12">
<div class="contact-info we">
<h4>Phone Number</h4>
<a> +91 73394 61536</a><br><br>
</div>
</div>
<div class="col-md-3 col-sm-12">
<div class="contact-info we">
<h4>Email ID</h4>
<a><a href="mailto:jerriebright@gmail.com">atomrobotics.vitcc@gmail.com</a></a>
</div>
</div>
</div>
</div>
</footer>
<a href="#" class="scroll-up"><i class="fa fa-arrow-up fa-3x"></i></a>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-progressbar/0.9.0/bootstrap-progressbar.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/retina.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/jquery.mixitup.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.knob.min.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/custom.js"></script>
<script src="js/counter.js"></script>
</body>
</html>