-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
202 lines (190 loc) · 9.01 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- pure css -->
<link rel="stylesheet" href="../css/style.css">
<!-- font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<title>Medical|About</title>
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container">
<h2>Apmedico</h2>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="" href="indexnew.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="about.html">About</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link active" href="#">Product</a>
</li> -->
<li class="nav-item">
<a class="nav-link active" href="contact.html">Contact</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link active" href="#">Cart</a>
</li> -->
<li class="nav-item">
<a class="nav-link active" href="wholesale.html">wholesale</a>
</li>
<!-- <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Products
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li> -->
<!-- <li class="nav-item">
<a class="nav-link">Login</a>
</li> -->
<!-- <li class="nav-item">
<a class="nav-link">Blog</a>
</li> -->
</ul>
<form class="d-flex">
<div class="sb-example-1">
<div class="search">
<button type="submit" class="searchButton">
<i class="fa fa-search"></i>
</button>
<input type="text" class="searchTerm" placeholder="Seacrch..">
</div>
</div>
</form>
</div>
</div>
</nav>
<!-- navbar -->
<!-- Showcase -->
<div class="aboutimg">
<img src="../img/aboutus.png" alt="" srcset="" width="100%" height="150%">
<h1 class="abouttext">About Us</h1>
<h4 class="abouttext-sub">We Provide the best healthcare products</h4>
</div>
<!-- Showcase -->
<!-- About Us -->
<div class="aboutus">
<div class="about">
<div class="container">
<h1 class="text-green heading">About Us</h1>
<h4 class="text tex-height">We are one of the lading distributor of some major <br> Pharmaceutical/Healthcare <br>
Companies Since 1999 with a Wide Distribution Network <br> in Varanasi with the ability to handle bulk shipments <br> within time constraint.</h4>
</div>
</div>
<div class="whychoose">
<div class="container">
<h1 class="text-green heading">Why Choose Us</h1>
<h4 class="text tex-height">We are the Distribution house of Pharmaceutical Companies and <br> cater the needs of Wholesalers, Pharmacies , Hospitals and Doctors <br>by providing required deliveries of pharmaceutical products, as per <br> their requirements.
Our process involves bridging the gap between pharmaceutical <br> companies and end customers. <br>
We thrive to reduce gap between demand and supply of medicines</h4>
</div>
</div>
<div class="rewards">
<div class="container">
<div class="row">
<h1 class="text-green heading">Our Rewards</h1>
<div class="col-sm-6">
<img src="../img/certi_1.png" alt="" width="100%" height="100%">
</div>
<div class="col-sm-6">
<img src="../img/certi2.png" alt="" width="100%" height="100%">
</div>
</div>
</div>
</div>
</div>
<!-- About Us -->
<!-- ourmission -->
<div class="ourbg">
<div class="ourmission">
<div class="container">
<h1 class="text-green heading">Our Mission</h1>
<h4 class="text tex-height"> <span class="com">''</span> To be socially responsible and responsive to serve the <br> suffering humanity in the best possible way,<br> everywhere…
</h4>
</div>
</div>
<!-- ourmission -->
<!-- vision -->
<div class="vision">
<div class="container">
<h1 class="text-green heading">Our Vision</h1>
<p> <span class="arrow">>></span> To continue planning in advance to raise the level of our services in future
</p>
<p><span class="arrow">>></span> To be innovation costantly </p>
<p><span class="arrow">>></span> To win the cofidence of our clients based on mutual trust and higher business ethics.</p>
<p><span class="arrow">>></span> To ensure complete customer satisfation by providing better facilities and Services.</p>
</div>
</div>
</div>
<!-- vision -->
<!-- Footer -->
<div class="footer">
<div class="footer-grid">
<div class="footer-heading">
<div class="leoshine">
<span class="brand-text">Apmedico</span>
<p class="footer-para">Scelerisque sit et bibendum molestie duis in velit dis. Ac viverra nunc nulla sed dui. Et faucibus lobortis ultrices fermentum luctus feugiat semper. </p>
</div>
</div>
<div class="footer-about">
<ul>
<li>About Us</li>
<li>Shop</li>
<li>Term</li>
<li>Services</li>
<li>Contact Us</li>
</ul>
</div>
<div class="footer-contact">
<span>Contact Us</span>
<div class="contact-felx">
<div class="icon">
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="">
<span>apmedico@gmail.com</span>
</div>
</div>
<div class="contact-felx">
<div class="icon">
<i class="fa fa-phone" aria-hidden="true"></i>
</div>
<div class="">
<span>9876543210</span>
</div>
</div>
<div class="contact-felx">
<div class="icon">
<i class="fa fa-map-marker-alt" aria-hidden="true"></i>
</div>
<div class="">
<span>2118 Thornridge cir.syracuse, connecticut 35624</span>
</div>
</div>
</div>
<div class="singup">
<span> Sing up for Update</span>
<input type="text" name="" id="" placeholder="Email"><br>
<input type="submit" value="Submit" class="btn btn-dark">
</div>
</div>
</div>
</body>
</html>