-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcontact.php
More file actions
219 lines (187 loc) · 7.63 KB
/
contact.php
File metadata and controls
219 lines (187 loc) · 7.63 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
<?php
include_once './common/header_main.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>SPAC-ECE</title>
<meta charset="UTF-8">
<meta name="description" content="SPACE-ECE">
<meta name="keywords" content="LERAMIZ, unica, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/Favicon.ico" rel="shortcut icon" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<!-- Stylesheets -->
<!-- <link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/animate.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="Styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section -->
<!-- <header class="header-section">
<div class="header-top" style = "position:absolute; left:850px; top:15px;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-lg-right header-top-right">
<div class="top-social">
<a href="https://www.facebook.com/SpacECEIn"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/spacece.in/"><i class="fa fa-instagram"></i></a>
<a href="https://t.me/joinchat/EtMJq_3BKL4zNGE1"><i class="fa fa-telegram" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/company/spacece-co/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div >
<div class="row">
<div >
<div >
<div style="padding: -30px 20px; " >
<i class="fa fa-bars"></i>
</div>
<ul class="main-menu" style="margin-left: 60px;">
<img src="img/space.jpg" alt="" style="width:6%; ">
<li><a href="index.html" style="color:orange"><i class="fa fa-home"></i>HOME</a></li>
<li><a href="about.html" style="color:orange"><i class="fa fa-users"></i> ABOUT US</a></li>
<li><a href="contact.html" style="color:orange"><i class="fa fa-envelope" style="color:orange;"></i>FEEDBACK</a></li>
</ul>
</div>
</div>
</div>
</div>
</header> -->
<!-- Header section end -->
<!-- Page top section -->
<section class="page-top-section set-bg" data-setbg="img/about.jpg" style="width: 100%; height: 45%;">
<div class="container text-black">
<h3>PLEASE GIVE YOUR FEEDBACK</h3>
</div>
</section>
<!-- Breadcrumb
<div class="site-breadcrumb">
<div class="container">
<a href=""><i class="fa fa-home"></i>Home</a>
<span><i class="fa fa-angle-right"></i>Contact us</span>
</div>
</div>
page -->
<section class="page-section blog-page" style="margin-top: 100px;">
<div class="container">
<div class="row">
<div class="col-lg-6">
<img src="img/contact.jpg" alt="">
</div>
<div class="col-lg-6">
<div class="contact-right">
<div class="section-title">
<h3>FEEDBACK FORM</h3>
</div>
<form class="contact-form" method="get" action="feedback.php">
<div class="row">
<div class="col-md-6">
<input type="text" name="fullname" placeholder="Your name">
</div>
<div class="col-md-6">
<input type="text" placeholder="Your email" name="email">
</div>
<div class="col-md-12">
<textarea placeholder="Your message" name="feedback"></textarea>
<button class="site-btn">SUBMIT NOW</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- page end -->
<div class="container-fluid">
<div class="map-responsive" style="
overflow:hidden;
padding-bottom:50%;
position:relative;
height:0;
">
<iframe src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d3784.7339915220646!2d73.80759426484163!3d18.45038313744994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1sC1%20Chandralok%20Nagari%2C%20Sitaee%20Nagar%2C%20Dhayari%20Phata%2C%20Pune%2C%20Maharashtra%20411041%2C%20India!5e0!3m2!1sen!2sin!4v1628857382605!5m2!1sen!2sin" width="600" height="450" frameborder="0" style="border:0;
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
" allowfullscreen></iframe>
</div>
</div>
<?php
include_once './common/footer_main.php';
?>
<!-- Footer section -->
<!-- <footer class="footer-section set-bg" data-setbg="img/footer-bg.jpg">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-widget">
<img src="img/logo1.png" alt="" >
<div class="social">
<a href="https://www.facebook.com/SpacECEIn"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/spacece.in/"><i class="fa fa-instagram"></i></a>
<a href="https://t.me/joinchat/EtMJq_3BKL4zNGE1"><i class="fa fa-telegram" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/company/spacece-co/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-widget">
<p>We provide you with the best services which is best for your family and which suits your pocket.</p>
</div>
<div class="col-lg-3 col-md-6 footer-widget">
<div class="contact-widget">
<h5 class="fw-title">CONTACT US</h5>
<p><i class="fa fa-map-marker"><a href="http://www.spacece.in/"> SPACE-ECE</a></i></p>
<p><i class="fa fa-phone"></i>+91 90963 05648</p>
<p><i class="fa fa-envelope"></i><a href="mailto:events@spacece.co" target="_blank" rel="noopener">contactus@spacece.co</a></p>
<p><i class="fa fa-clock-o"></i>Mon - Sat, 08 AM - 06 PM</p>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-widget">
<div class="newslatter-widget">
<h5 class="fw-title">NEWSLETTER</h5>
<p>Subscribe your email to get the latest news and new offer also discount</p>
<form class="footer-newslatter-form">
<input type="text" placeholder="Email address">
<button><i class="fa fa-send"></i></button>
</form>
</div>
</div>
</div>
</div>
</footer>
Footer section end
<p class="font_10" style="line-height: 1.8em; text-align: center; font-size: 20px;"><span style="font-size:20px;"><span class="color_15">©2021 by SpacECE INDIA FOUNDATION</span></p>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/magnific-popup.min.js"></script>
<script src="js/main.js"></script> -->
<!-- load for map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB0YyDTa0qqOjIerob2VTIwo_XVMhrruxo"></script>
<script src="js/map.js"></script>
</body>
</html>