-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
264 lines (248 loc) · 12.3 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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta name="description" content="oorja - Solar car project of Model Engineering College , Thrikkakara">
<meta name="keywords" content="Oorja, Solar, car, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Oorja</title>
<link rel = "icon" href = "img/Logo/new/oorja_cr.jpg" type = "image/x-icon">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700,800,900&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap" rel="stylesheet">
<!-- Css Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="css/elegant-icons.css" type="text/css">
<link rel="stylesheet" href="css/owl.carousel.min.css" type="text/css">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css">
<link rel="stylesheet" href="css/slicknav.min.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<script type="text/javascript">
window.omnisend = window.omnisend || [];
omnisend.push(["accountID", "5ed8f65b8a48f748c25ae7d2"]);
omnisend.push(["track", "$pageViewed"]);
!function(){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://omnisrc.com/inshop/launcher-v2.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}();
</script>
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header Section Begin -->
<header class="header-section">
<div class="container">
<div class="logo">
<a href="./index.html">
<img src="img/Logo/logo343.jpg" alt="">
</a>
</div>
<div class="nav-menu">
<nav class="mainmenu mobile-menu">
<ul>
<li ><a href="./index.html">Home</a></li>
<li><a href="./team.html">Team</a>
<ul class="dropdown">
<li><a href="./team.html">Team</a></li>
<li><a href="./about-us.html">About Us</a></li>
</ul>
</li>
<li><a href="./schedule.html">Timeline</a></li>
<li><a href="./blog.html">Blog</a></li>
<li class="active"><a href="./contact.html">Contact Us</a></li>
</ul>
</nav>
<a href="./sponsor.html" class="primary-btn top-btn"><i class="fa fa-ticket"></i> Sponsor</a>
</div>
<div id="mobile-menu-wrap"></div>
</div>
</header>
<!-- Header End -->
<!-- Contact Top Content Section Begin -->
<section class="contact-content-section">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6">
<div class="cc-text set-bg" data-setbg="img/contact-content-bg.jpg">
<div class="row">
<div class="col-lg-8 offset-lg-4">
<div class="section-title">
<h2>Location</h2>
<p>Get directions to our college</p>
</div>
<div class="cs-text">
<div class="ct-address">
<span>Address:</span>
<p>Model Engineering College,<br/> Thrikkakara, Edappally,</br> Kochi, Kerala 682021 <br />India</p>
</div>
<ul>
<li>
<span>Phone:</span>
+91-9605739669
</li>
<li>
<span>Email:</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="cc-map">
<iframe
src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJARZJBlAMCDsRTWnURULhI88&key=AIzaSyD8X4BRqPHwUouKNy71muz8jl0JA-H5iIk"
height="580" style="border:0;" allowfullscreen=""></iframe>
<div class="map-hover">
<i class="fa fa-map-marker"></i>
<div class="map-hover-inner">
<h5>Govt. Model Engineering College</h5>
<p>Kochi, India</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Top Content Section End -->
<!-- Contact Form Section Begin -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/email.min.js"></script>
<script type="text/javascript">
(function(){
emailjs.init('user_eaqsoy7e8DWjcBA2yKWR6');
})();
</script>
<script type="text/javascript">
function a() {
document.getElementById('contact-form').addEventListener('submit', function(event) {
event.preventDefault();
// generate the contact number value
this.contact_number.value = Math.random() * 100000 | 0;
emailjs.sendForm('oorjasolarteam', 'oorjasolarteam_contact', this);
});
}
</script>
<section class="contact-from-section spad">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title">
<h2>We will Contact You!</h2>
<p>Fill out the form below and we will contact you</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<!--https://formspree.io/xyynwegl-->
<form action="https://formspree.io/xyynwegl" method="POST" id="contact-form" class="comment-form contact-form">
<div class="row">
<div class="col-lg-4 form-group">
<input type="text" id= "Name" name= "Name" class="form-control" placeholder="Name">
</div>
<div class="col-lg-4 form-group">
<input type="text" id= "Email" name= "Email" class="form-control" placeholder="Email">
</div>
<div class="col-lg-4 form-group">
<input type="text" id= "Phone" name= "Phone" class="form-control" placeholder="Email">
</div>
</div>
<div class="col-lg-12 text-center form-group">
<textarea name="Message" id= "Message" class="form-control" placeholder="Messages"></textarea>
<button type="submit" class="site-btn">Send Message</button>
</div>
</div>
</form>
<div id="error_message" style="width:100%; align-self: center; position: relative; display:none; ">
<h4 style="color: red;">
Error
</h4 style="color: red;">
Sorry there was an error sending your form. Please Retry.
</div>
<div id="success_message" style="width:100%; align-self: center; position: relative; display:none; ">
<h2 style="color: green;">Success! Your Message was Sent Successfully.</h2>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Form Section End -->
<!-- Footer Section Begin -->
<footer class="footer-section">
<div class="container">
<!-- <div class="partner-logo owl-carousel">
<a href="#" class="pl-table">
<div class="pl-tablecell">
<img src="img/partner-logo/logo-1.png" alt="">
</div>
</a>
<a href="#" class="pl-table">
<div class="pl-tablecell">
<img src="img/partner-logo/logo-2.png" alt="">
</div>
</a>
<a href="#" class="pl-table">
<div class="pl-tablecell">
<img src="img/partner-logo/logo-3.png" alt="">
</div>
</a>
<a href="#" class="pl-table">
<div class="pl-tablecell">
<img src="img/partner-logo/logo-4.png" alt="">
</div>
</a>
<a href="#" class="pl-table">
<div class="pl-tablecell">
<img src="img/partner-logo/logo-5.png" alt="">
</div>
</a>
<a href="#" class="pl-table">
<div class="pl-tablecell">
<img src="img/partner-logo/logo-6.png" alt="">
</div>
</a>
</div> -->
<div class="row">
<div class="col-lg-12">
<div class="footer-text">
<div class="ft-logo">
<a href="./index.html" class="footer-logo"><span><img src="img/Logo/new/logo_white.png" width="100" height="100"></img></span><h2>Oorja</h2></span></a>
</div>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./about-us.html">About</a></li>
<li><a href="./schedule.html">Timeline</a></li>
<li><a href="./blog.html">Blog</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
<div class="copyright-text"><p>
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Made with <i class="fa fa-heart" aria-hidden="true"></i> by <a href="https://www.linkedin.com/in/adithyaanilkumar/" target="_blank">Adithya</a>
</p></div>
<div class="ft-social">
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/oorja-solarteam-b440991a6/"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/oorja_solar_team/"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/watch?v=12lE_dWZ3-Y"><i class="fa fa-youtube-play"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Js Plugins -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>