-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeedback.html
213 lines (177 loc) · 9.52 KB
/
feedback.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Feedback</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="" name="keywords">
<!-- Favicons -->
<!-- <link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- Header -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center">
<!-- <h1 class="logo mr-auto"><a href="index.html"><span>Com</span>pany</a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html" class="logo mr-auto"><img src="assets/imgs/logo.png" alt="" class="img-fluid"></a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li class="drop-down"><a href="#">Products</a>
<ul>
<li><a href="product.html">Product Page</a></li>
<li><a href="#.html">Syringes</a></li>
<li class="drop-down"><a href="#">Extended drop down</a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<li class="active"><a href="feedback.html">Feedback</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<main id="main">
<main id="main">
<!-- Contact Section -->
<section id="contact" class="contact">
<div style="text-align: center;"><h4>Send Us A Message</h4>
Get in touch with us for price quotes, products and other details
</div>
<div class="row mt-5 justify-content-center" data-aos="fade-up">
<div class="col-lg-10">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="form-row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validate"></div>
</div>
<div class="col-md-6 form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validate"></div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validate"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validate"></div>
</div>
<div class="mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/jquery-sticky/jquery.sticky.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<div class="title" style="font-size: 36px; margin-top: -18px;">Touch Ine</div>
<br>
<p>
<strong>Office:</strong>
2H/81, Bahadurpur Housing Colony, Kankarbagh, Patna - 800 026
<br>Mobile: +91 94309 64293<br>
<br>
<strong>Works:</strong>
A-2(P), Industrial Area, Hajipur, Vaishali - 844 101
<br>Mobile: +91 99054 80658, 62879 99279 <br><br>
<strong>Email:</strong>rrmedicalindia@yahoo.in<br> contact-us@rrmedical.in<br>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Contact us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Feedback</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Products</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Syringe 1</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Syringe 2</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Syringe 3</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Pfizer Vaccine</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Covid Vaccine</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Stay in Touch</h4>
<p>Stay updated with the latest news about us!</p>
<div class="social-links mt-3">
<a href="twitter.com" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="facebook.com" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="instagram.com" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="linkedin.com" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
<!-- <div class="col-lg-3 col-md-6 footer-links">
<h4>Vocal For Local</h4>
<p>At Touch Ine we are committed to<br>Hon. PM Narenda Modi's<br><strong>'Aatma Nirbhar Bharat'</strong> initiative<br> and are<strong> Vocal for Local!</strong></p>
<div class="vocal-for-local">
<img src="assets/imgs/v4l.jpg" alt="" class="img-fluid"></a>
</div>
</div> -->
</div>
</div>
</div>
<div class="container py-4">
<div class="copyright">
Copyright ©2020<span> <div class="parent-title"><strong><span>R R Medical Enterprises (P) Limited</strong></div></span> All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
</body>
</html>