-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
244 lines (202 loc) · 10.5 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Touch Ine</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="" name="description">
<meta content="" name="keywords">
<!-- <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/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 class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li class="drop-down"><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 -->
<!-- Hero Section -->
<section id="hero">
<br>
<br>
<br>
<div id="heroCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<!-- Slide 1 -->
<div class="carousel-item active" style="background-image: url(assets/imgs/slide/slide-1.jpg);">
<div class="carousel-container">
<div class="carousel-content animate__animated animate__fadeInUp">
<h3>Why us?</h3>
<p>We have set a benchmark when it comes to manufacturing medical equipment and aiding healthcare professionals today in the providing effective and effiecent care to save lives across the globe.</p>
<div class="text-center"><a href="about.html" class="btn-get-started">Read More</a></div>
</div>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item" style="background-image: url(assets/imgs/slide/slide-2.jpg);">
<!-- <div class="carousel-container">
<div class="carousel-content animate__animated animate__fadeInUp">
<h2>Lorem Ipsum Dolor</h2>
<p>Ut velit est quam dolor ad a aliquid qui aliquid. Sequi ea ut et est quaerat sequi nihil ut aliquam. Occaecati alias dolorem mollitia ut. Similique ea voluptatem. Esse doloremque accusamus repellendus deleniti vel. Minus et tempore modi architecto.</p>
<div class="text-center"><a href="" class="btn-get-started">Read More</a></div>
</div>
</div> -->
</div>
<!-- Slide 3 -->
<div class="carousel-item" style="background-image: url(assets/imgs/slide/slide-3.jpg);">
<!-- <div class="carousel-container">
<div class="carousel-content animate__animated animate__fadeInUp">
<h2>Sequi ea ut et est quaerat</h2>
<p>Ut velit est quam dolor ad a aliquid qui aliquid. Sequi ea ut et est quaerat sequi nihil ut aliquam. Occaecati alias dolorem mollitia ut. Similique ea voluptatem. Esse doloremque accusamus repellendus deleniti vel. Minus et tempore modi architecto.</p>
<div class="text-center"><a href="" class="btn-get-started">Read More</a></div>
</div>
</div> -->
</div>
</div>
<a class="carousel-control-prev" href="#heroCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon icofont-simple-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#heroCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon icofont-simple-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<ol class="carousel-indicators" id="hero-carousel-indicators"></ol>
</div>
</section><!-- End Hero -->
<br>
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Our <strong>Values</strong></h2>
<p>To instill unwavering confidence amongst doctors, surgeons, technicians and other medical professionals that with our products by their side, they can deliver their very best and never go wrong. In the process, become an active enabler in bringing happiness and health into the lives of people.</p>
</div>
</div>
<!-- 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/jquery-sticky/jquery.sticky.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.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 -->
<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>
</body>
</html>