-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpharmacy.html
More file actions
218 lines (181 loc) · 7.9 KB
/
Copy pathpharmacy.html
File metadata and controls
218 lines (181 loc) · 7.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv = "X-UA-Compatible" content= "ie=edge">
<title>Jeevan | Pharmacy</title>
<!-- main css -->
<link rel ="stylesheet" href = "pharmacy.css">
<link rel ="stylesheet" href = "./navBar.css">
<!-- google font css -->
<link href="http://fonts.googleapis.com/css?family=Cookie" rel="stylesheet" type="text/css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap" rel="stylesheet">
<!-- font awesome css -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<!-- The navigation panel -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom " >
<a class="navbar-brand" href="#">
<div id="logo">
<img src="./imgNew/logo1.png" alt="Not found">
</div>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link" href="./homepage.html" >Home </a>
<a class="nav-item nav-link active" href="./pharmacy.html">Pharmacy <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="./bmi.html">BMI Calculator</a>
<a class="nav-item nav-link" href="./AboutJeevan.html">About Jeevan</a>
<!-- <a class="nav-item nav-link" href="./ContactUs.html">Contact&Us</a> -->
<a href = "./logout.php" class="nav-item nav-link logout" >    LOGOUT <i class="fa fa-sign-out"></i></a>
</div>
</div>
</nav>
<!-- the carousel starts here -->
<section id="showcase">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="6"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./imgNew/1.jpg" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="./imgNew/2.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./imgNew/3.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./imgNew/4.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./imgNew/5.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./imgNew/6.jfif" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./imgNew/7.jfif" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<div id="taglinebox">
<h1 id="tagline">THE BEST CARE ONE CAN GET!!</h1>
</div>
<!-- main body starts -->
<div class ="departments">
<h1 class="heading">CHOOSE YOUR MEDICINES</h1>
<div class="gallery">
<a href="./pharmacy/skin-care.html">
<img src="./images/skincare.jpg" alt="skin care products" >
<div class="desc">Skin Care</div>
</a>
</div>
<div class="gallery">
<a href="./pharmacy/hair-care.html">
<img src="./images/haircare.jpg" alt="Hair Care" >
<div class="desc">Hair Care</div>
</a>
</div>
<div class="gallery">
<a href="./pharmacy/pain-relief.html">
<img src="./images/painrelief.jfif" alt="painrelief" >
<div class="desc">Pain Relief</div>
</a>
</div>
<div class="gallery">
<a href="./pharmacy/cough_cold.html">
<img src="./images/cough.jpg" alt="cough" >
<div class="desc">Cough and Cold</div>
</a>
</div>
<div class="gallery">
<a href="./pharmacy/diabetes.html">
<img src="./images/diabetes.jpg" alt="Diabetes medicines" >
<div class="desc">Diabetes</div>
</a>
</div>
<div class="gallery">
<a href="./pharmacy/heart-care.html">
<img src="./images/heart.jpg" alt="heart" >
<div class="desc">Heart Health</div>
</a>
</div>
</div>
<!-- footer starts -->
<div class="clearfix">
<footer class="footer-distributed">
<div class="footer-left">
<img src="./imgOld/logo.png">
<h3>About<span>jeevan</span></h3>
<p class="footer-links">
<a href = "./homepage.html">Home</a>
|
<a href="https://www.msn.com/en-sg/health">Health Blog</a>
|
<a href = "./AboutJeevan.html">About</a>
|
<a href = "./ContactUs.html">Contact</a>
</p>
<p class="footer-company-name">© 2021 Jeevan Pvt. Ltd.</p>
</div>
<div class="footer-center">
<div>
<i class="fas fa-map-marker-alt"></i>
<p><span>Indian institute of Technology</span>
Roorkee - 400710</p>
</div>
<div>
<i class="fas fa-phone"></i>
<p>+91 9400000085</p>
</div>
<div>
<i class="fas fa-envelope"></i>
<p><a href="mailto:iitrhackathon@gmail.com">iitrhackathon@gmail.com</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About the Service</span>
<span id="service_barf">Tired of long waiting at doctors' place? Use our services : </span>
</p>
<div class="footer-icons">
<a href="https://www.facebook.com/"><i class="fab fa-facebook"></i></a>
<a href="https://www.twitter.com/"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/"><i class="fab fa-linkedin"></i></a>
<a href="https://www.youtube.com/"><i class="fab fa-youtube"></i></a>
</div>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>