-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct.html
277 lines (232 loc) · 12.4 KB
/
product.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
265
266
267
268
269
270
271
272
273
274
275
276
277
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Products</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> -->
<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 active"><a href="product.html">Products</a>
<ul>
<li ><a href="product.html">Disposable Syringes</a></li>
<!-- Uncomment below code for drop-down menu -->
<!-- <li class="drop-down"><a href="#">Disposable Syringes</a>
<ul>
<li><a href="#">2mL</a></li>
<li><a href="#">3mL</a></li>
<li><a href="#">5mL</a></li>
<li><a href="#">10mL</a></li>
</ul> -->
</li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<!-- <li>
<a href="#"><img src="assets/imgs/v4l.jpg" alt="" class="img-fluid"></a>
</li> -->
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<main id="main">
<br>
<br>
<br>
<!-- Features Section -->
<section id="features" class="features">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Our Offerings</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio cum ad aperiam voluptates adipisci culpa possimus vel, error odit alias magni consectetur accusantium ut enim et aliquid asperiores repudiandae nihil.</p>
</div>
<p style="text-align: center;">
<img class="list-item-image"src="assets/imgs/syringes/s11.jpg" alt="Picture of a syringe">
</p>
</div>
<div class="container">
<div class="row">
<div class="col">
<div class="row">
<div class="col-12 col-md-6 col-lg-6">
<div class="card zoom" style="margin: 50px 50px 50px 50px;">
<img class="card-img-top" src="assets/imgs/syringes/s4.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title"><a href="product.html" title="View Product">2mL</a></h4>
<p class="card-text">Some description of the syringe, the capacity, material, etc.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-6">
<div class="card zoom" style="margin: 50px 50px 50px 50px;">
<img class="card-img-top" src="assets/imgs/syringes/s4.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title"><a href="product.html" title="View Product">3mL</a></h4>
<p class="card-text">Some description of the syringe, the capacity, material, etc.</p>
</div>
</div>
</div>
<div></div>
<div class="col-12 col-md-6 col-lg-6">
<div class="card zoom" style="margin: 50px 50px 50px 50px;">
<img class="card-img-top" src="assets/imgs/syringes/s4.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title"><a href="product.html" title="View Product">5mL</a></h4>
<p class="card-text">Some description of the syringe, the capacity, material, etc.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-6">
<div class="card zoom" style="margin: 50px 50px 50px 50px;">
<img class="card-img-top" src="assets/imgs/syringes/s4.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title"><a href="product.html" title="View Product">10mL</a></h4>
<p class="card-text">Some description of the syringe, the capacity, material, etc.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-title" id="2ml">
<h2 style="font-size: 28px; text-transform: none; padding-top: 20px;">2mL Syringes</h2>
<img class="list-item-image" src="assets/imgs/syringes/s8.jpg" alt="Picture of a syringe" >
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio cum ad aperiam voluptates adipisci culpa possimus vel, error odit alias magni consectetur accusantium ut enim et aliquid asperiores repudiandae nihil.</p>
</div>
<div class="section-title" id="3ml">
<h2 style="font-size: 28px; text-transform: none; padding-top: 20px;">3mL Syringes</h2>
<img class="list-item-image" src="assets/imgs/syringes/s9.jpg" alt="Picture of a syringe" width="800px" height="600px">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio cum ad aperiam voluptates adipisci culpa possimus vel, error odit alias magni consectetur accusantium ut enim et aliquid asperiores repudiandae nihil.</p>
</div>
<div class="section-title" id="5ml">
<h2 style="font-size: 28px; text-transform: none; padding-top: 20px;">5mL Syringes</h2>
<img class="list-item-image" src="assets/imgs/syringes/s9.jpg" alt="Picture of a syringe" >
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio cum ad aperiam voluptates adipisci culpa possimus vel, error odit alias magni consectetur accusantium ut enim et aliquid asperiores repudiandae nihil.</p>
</div>
<div class="section-title" id="10ml">
<h2 style="font-size: 28px; text-transform: none; padding-top: 20px;">10mL Syringes</h2>
<img class="list-item-image" src="assets/imgs/syringes/s6.jpg" alt="Picture of a syringe" style="resize: both;">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio cum ad aperiam voluptates adipisci culpa possimus vel, error odit alias magni consectetur accusantium ut enim et aliquid asperiores repudiandae nihil.</p>
</div>
</div>
</section><!-- End Features Section -->
</main><!-- End #main -->
<!-- Footer -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<img class="footer-logo" src="assets/imgs/logo_tiny.png" alt="company-logo">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Address</h4>
<p>
<strong>Office:</strong>
2H/81, Bahadurpur Housing Colony, Kankarbagh, Patna - 800 026
<br>
<br>
<strong>Works:</strong>
A-2(P), Industrial Area, Hajipur, Vaishali - 844 101
</p>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact</h4>
<p class= "get-in-touch">
<strong>Office:</strong> +91 94309 64293</p>
<br>
<p class= "get-in-touch">
<strong>Works:</strong> +91 99054 80658<br> +91 62879 99279<br>
</p>
<br>
<p class = "get-in-touch"><strong>Email:</strong>  contact-us@rrmedical.in<br> rrmedicalindia@yahoo.in<br></p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Navigation</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="product.html">Disposable Syringes</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="product.html#2ml">2mL</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="product.html#3ml">3mL</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="product.html#5ml">5mL</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="product.html#10ml">10mL</a></li>
</ul>
</div>
<!-- <div class="col-lg-3 col-md-6 footer-links">
<h4>Stay in Touch</h4>
<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>
</p>
<p style="display: flex;"><strong>Email:</strong>  contact-us@rrmedical.in<br>  rrmedicalindia@yahoo.in<br></p>
<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>
<div class="container py-4">
<div class="copyright">
Copyright ©2021<span> <div class="parent-title"><strong><span>R R Medical Enterprises (P) Limited.</strong></div></span> All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- 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>
</body>
</html>