-
Notifications
You must be signed in to change notification settings - Fork 0
/
common_medications_know_your_med.html
232 lines (212 loc) · 9.54 KB
/
common_medications_know_your_med.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
<!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">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="header.css">
<link rel="stylesheet" href="footer.css">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js"></script>
<title>Medication Page</title>
<style>
body {
background-image: url('https://images.rawpixel.com/image_800/czNmcy1wcml2YXRlL3Jhd3BpeGVsX2ltYWdlcy93ZWJzaXRlX2NvbnRlbnQvbHIvdjg3MC1teW50LTAxLmpwZw.jpg');
background-size: cover;
}
.card {
width: 250px;
height: 300px;
background: #ffffff;
border: none;
overflow: hidden;
margin: 20px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
border-radius: 10px;
}
.card img {
width: 100%;
height: 180px;
object-fit: cover;
border-radius: 10px 10px 0 0;
}
.card-body {
padding: 20px;
}
.card-title {
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
}
.btn-primary {
background-color: #007bff;
border-color: #007bff;
color: #ffffff;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
transition: all 0.3s ease;
}
.btn-primary:hover {
background-color: #0056b3;
border-color: #0056b3;
}
</style>
</head>
<body>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a class="active" href="health_hub.html">HEALTH HUB</a>
<ul class="dropdown">
<li><a href="paracetamol_know_your_med.html">PARACETAMOL-TO KNOW BEFORE CONSUMING</a></li>
<li><a class="active" href="common_medications_know_your_med.html">COMMON MEDICATIONS</a></li>
<li><a href="anatomy_guide.html">ANATOMY GUIDE</a></li>
</ul>
</li>
<li><a href="login_know_your_med_html.html">YOUR ACCOUNT</a></li>
<li><a href="contact_us_know_your_med.html">CONTACT US</a></li>
</ul>
<h1>
KNOW YOUR MED
</h1>
<br>
<center>
<div>
</div>
<div class="medications">
<div class="container">
<h1>Explore Medications</h1>
<div class="row">
<div class="col-lg-4 col-md-4 col-12">
<div class="card">
<img src="med1.jpeg" class="card-img-top" alt="Medication 1">
<div class="card-body">
<h5 class="card-title">Medication 1</h5>
<a href="https://www.drugs.com/amoxicillin.php" class="btn btn-primary">Tap to know
more</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="card">
<img src="med2.jpg" class="card-img-top" alt="Medication 2">
<div class="card-body">
<h5 class="card-title">Medication 2</h5>
<a href="https://medlineplus.gov/druginfo/meds/a682864.php#:~:text=Metoprolol%20is%20used%20alone%20or,medications%20to%20treat%20heart%20failure."
class="btn btn-primary">Tap to know more</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="card">
<img src="med3.webp">
<div class="card-body">
<h5 class="card-title">Medication 3</h5>
<a href="https://www.webmd.com/drugs/2/drug-11285-7061/metformin-oral/metformin-oral/details"
class="btn btn-primary">Tap to know more</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="card">
<img src="med4.jpg" class="card-img-top" alt="Medication 4">
<div class="card-body">
<h5 class="card-title">Medication 4</h5>
<a href="https://medlineplus.gov/druginfo/meds/a682461.php" class="btn btn-primary">Tap
to know more</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="card">
<img src="med5.webp" class="card-img-top" alt="Medication 5">
<div class="card-body">
<h5 class="card-title">Medication 5</h5>
<a href="https://www.ncbi.nlm.nih.gov/books/NBK539786/#:~:text=Omeprazole%20is%20a%20proton%2Dpump,gastric%20ulcers%2C%20and%20helicobacter%20pylori"
class="btn btn-primary">Tap to know more</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="card">
<img src="med6.jpg" class="card-img-top" alt="Medication 6">
<div class="card-body">
<h5 class="card-title">Medication 6</h5>
<a href="https://www.webmd.com/drugs/2/drug-6105/simvastatin-oral/details"
class="btn btn-primary">Tap to know more</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="card">
<img src="med7.jpeg" class="card-img-top" alt="Medication 7">
<div class="card-body">
<h5 class="card-title">Medication 7</h5>
<a href="https://www.drugs.com/ibuprofen.php" class="btn btn-primary">Tap to know
more</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="card">
<img src="med8.jpeg" class="card-img-top" alt="Medication 8">
<div class="card-body">
<h5 class="card-title">Medication 8</h5>
<a href="https://www.webmd.com/drugs/2/drug-6105/simvastatin-oral/details"
class="btn btn-primary">Tap to know more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<br><br>
<center><a style="text-align:center" href="index.html" class="btn btn-primary">Return to Home</a></center>
<br><br><br><br>
<div class="flex-footer">
<div><br>Follow us on :
<br><br>
<a class="fab fa-facebook" href="https://www.facebook.com//"> FACEBOOK</a>
<br><br>
<a class="fab fa-instagram" href="https://www.instagram.com/"> INSTAGRAM</a>
<br><br>
<a class="fab fa-twitter" href="https://www.twitter.com/"> TWITTER</a>
</div>
<div>
<br>
ALSO REFER WHO :<br>(World Health Organization)
<br><br>
<a href="https://www.who.int/">VISIT WHO - OFFICIAL WEBSITE</a>
<br><br>
<a href="https://www.who.int/emergencies/funding">DONATE "WHO"</a>
</div>
<div>
<br>
ALSO REFER OTHER WEBSITES:
<br><br>
<a
href="https://www.1mg.com/">
TATA mg100
</a>
<br><br>
<a href="https://www.drugs.com/">
DRUGS.COM
</a>
</div>
</div>
</center>
<script>
function toggleDropdown() {
var dropdownContent = document.getElementById("dropdownContent");
if (dropdownContent.style.display === "none" || dropdownContent.style.display === "") {
dropdownContent.style.display = "block";
} else {
dropdownContent.style.display = "none";
}
}
</script>
</body>
</html>