-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.html
More file actions
334 lines (294 loc) · 10.5 KB
/
products.html
File metadata and controls
334 lines (294 loc) · 10.5 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
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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<!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">
<title>Products</title>
<meta name="description" content="Pratica final-Your Health">
<link rel="stylesheet" href="productsstyle.css">
<link rel="icon" href="images/logo.png">
<link rel="stylesheet" href="fontawesome-free-6.5.1-web/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="header1">
<h1>Humanist clinic</h1>
<nav class="navigationbar">
<ul class="navigation">
<li class="nav-item"><a href="index.html">HOME</a></li>
<li class="nav-item"><a href="#">OUR CLINIC</a></li>
<li class="nav-item"><a href="#">DEPARTMENTS</a></li>
<li class="nav-item"><a href="#">TEAM</a></li>
<li class="nav-item"><a href="#">NEWS</a></li>
<li class="nav-item active"><a href="products.html">PRODUCTS</a></li>
<li class="nav-item"><a href="contact.html">CONTACT</a></li>
</ul>
</nav>
</div>
<div class="headerContainer">
<div class="overlay">
<div class="titulo">
<h2>Your health is our goal.Humanist clinic</h2>
<img src="images/logo.svg" alt="logo1" class="logo2">
</div>
</div>
</div>
</header>
<main>
<div class=content1></div>
<div class="contactUS">
<h2 class="titulo5">Products</h2>
</div>
<div class="main-content">
<section class="news-column">
<h2 class="news-heading">Recent News</h2>
<article class="article-container">
<img src="images/news-1.jpg" alt="" class="imagenes">
<div class="news2">
<div class="news-text">
<h3><a href="#">I have toenail fungus, what should I do?</a></h3>
<p>12 February 2024</p>
</div>
</div>
</article>
<hr class="small">
<article class="article-container">
<img src="images/news-2.jpg" alt="" class="imagenes">
<div class="news2">
<div class="news-text">
<h3><a href="#">Benefits of kiwi on gastrointestinal health</a></h3>
<p>25 February 2022</p>
</div>
</div>
</article>
<hr class="small">
<article class="article-container">
<img src="images/news-3.jpg" alt="" class="imagenes">
<div class="news2">
<div class="news-text">
<h3><a href="#">What your feet tell you about your state of health</a></h3>
<p>14 February 2024</p>
</div>
</div>
</article>
<hr class="small">
</section>
<div class="social-media">
<h3 class="socialmediaheading">Our social media</h3>
<nav class="socialmedia1">
<ul>
<li>
<a href="https://www.instagram.com/" target="_blank" aria-label="instagram" class="instagram1">
<i class="fab fa-instagram circle-icon1"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/" target="_blank" aria-label="facebook" class="facebook1">
<i class="fab fa-facebook circle-icon2"></i>
</a>
</li>
<li>
<a href="https://www.tiktok.com/" target="_blank" aria-label="tiktok" class="tiktok1">
<i class="fab fa-tiktok circle-icon3"></i>
</a>
<li>
<a href="https://www.linkedin.com/" target="_blank" aria-label="linkedin" class="linkedin1">
<i class="fab fa-linkedin circle-icon4"></i>
</a>
</li>
<li>
<a href="https://twitter.com/" target="_blank" aria-label="twitter" class="twitter1">
<i class="fab fa-twitter circle-icon5"></i>
</a>
</li>
</ul>
</nav>
</div>
<section class="move">
<h2 class="titulo2">The best advice from the experts</h2>
<div class="containercolumns">
<div class="column1">
<i class="fa-solid fa-utensils"></i>
<h3 class="heading2">Base your meals on carbohydrates rich in starch and fiber</h3>
<p class="parrafo1">Opt for meals centered on fiber-rich carbs like whole grains for
sustained energy and digestive health.</p>
</div>
<div class="column1">
<i class="fa-brands fa-apple"></i>
<h3 class="heading3">Eat a lot of fruit and vegetables</h3>
<p class="parrafo2">Increase intake of fruits and vegetables
for essential nutrients and antioxidants,
promoting overall health and well-being.</p>
</div>
<div class="column1">
<i class="fa-solid fa-fish"></i>
<h3 class="heading4">Eat more fish, including a serving of oily fish.</h3>
<p class="parrafo3">Incorporate more fish, including oily varieties, into your
diet for heart-healthy omega-3 fatty acids and diverse nutritional benefits.</p>
</div>
<div class="column1">
<i class="fa-solid fa-person-running"></i>
<h3 class="heading5"> Get active and maintain a healthy weight</h3>
<p class="parrafo4">Stay active, manage weight for better health.
Regular exercise boosts wellness, helps maintain healthy weight..</p>
</div>
<div class="column1">
<i class="fa-solid fa-heart"></i>
<h3 class="heading6">Reduce consumption of saturated fat and sugar</h3>
<p class="parrafo5">Cut down on saturated fat and sugar for heart health and overall well-being.</p>
</div>
<div class="column1">
<i class="fa-solid fa-leaf"></i>
<h3 class="heading7">Eat less salt: no more than 6g a day for adults</h3>
<p class="parrafo6">Limit salt intake: adults should aim for no more than 6g per day for better heart health.</p>
</div>
</div>
</section>
</div>
<section class="productssection">
<div class="products1">
<h2>Products in our store</h2>
<p>Welcome to our catalog featuring an array of all-natural medical products
designed to enhance well-being and vitality. From potent herbal extracts to soothing
botanical remedies, our lineup offers holistic solutions for various health concerns.</p>
<p>Whether you're seeking relief from minor ailments or aiming to optimize your wellness
routine, our products are crafted with care and backed by rigorous quality standards.
Discover the power of nature's remedies and experience the transformative benefits they offer.
Explore our catalog today and embark on a journey to holistic health and vitality.</p>
</div>
</section>
<section>
<div class="tablecontainer1">
<table>
<caption>Catalog of our products</caption>
<thead>
<tr>
<th>Service</th>
<th>Features</th>
<th>Product</th>
<th>Price</th>
<th>Image</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="7" class="vit">Vitamin supplement</td>
<td rowspan="3" class="lab">Laboratory</td>
<td>b12 vitamin</td>
<td>25 €</td>
<td><img src="images/products-1.jpg" alt="b12 vitamin"></td>
</tr>
<tr>
<td>Magnesium</td>
<td>64 €</td>
<td><img src="images/products-2.jpg" alt="Magnesium"></td>
</tr>
<tr>
<td>Calcium</td>
<td>45 €</td>
<td><img src="images/products-3.jpg" alt="Calcium"></td>
</tr>
<tr>
<td rowspan="4" class="natural">Natural</td>
<td>Garlic extract</td>
<td>67 €</td>
<td><img src="images/products-4.jpg" alt="Garlic extract"></td>
</tr>
<tr>
<td>Lavender extract</td>
<td>25 €</td>
<td><img src="images/products-5.jpg" alt="Lavender extract"></td>
</tr>
<tr>
<td>Raspberry extract</td>
<td>15 €</td>
<td><img src="images/products-6.jpg" alt="Raspberry extract"></td>
</tr>
<tr>
<td>Batch flowers</td>
<td>15 €</td>
<td><img src="images/products-7.jpg" alt="Batch flowers"></td>
</tr>
<tr>
<td rowspan="3" class="juices1">Juices and fruits</td>
<td rowspan="2" class="juices">Juices</td>
<td>Multifruits</td>
<td>13 €</td>
<td><img src="images/products-8.jpg" alt="Multifruits"></td>
</tr>
<tr>
<td>Raspberry juice</td>
<td>55 €</td>
<td><img src="images/products-9.jpg" alt="Raspberry juice"></td>
</tr>
<tr>
<td class="fruits"> Fruits </td>
<td>Fruits from our garden</td>
<td>45 €</td>
<td><img src="images/products-10.jpg" alt="Fruits from our garden"></td>
</tr>
<tr>
<td colspan="5" class="vat">All prices are WITHOUT VAT</td>
</tr>
</tbody>
</table>
</div>
</section>
</main>
<footer>
<div class="footer11">
<h3 class="titulo3">Humanist clinic</h3>
<div class="footercontent">
<div class="footer-section">
<h3 class="white">Menu</h3>
<ul>
<li><a href="#">About us</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="footer-section2">
<h3 class="white1">Services</h3>
<ul>
<li><a href="#">Our Clinic</a></li>
<li><a href="#">Departments</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">See More</a></li>
</ul>
</div>
</div>
<div class="contactinformation">
<h3 class="white2">Contact</h3>
<ul>
<li>
+00 (123) 765 8765
<i class="fa-solid fa-phone"></i>
</li>
<li>
<a href="mailto:myName@domain.com">myName@domain.com</a>
<i class="fa-solid fa-envelope"></i>
</li>
<li>
<span>Monday-Thursday</span>
<i class="fa-solid fa-clock"></i>
<span class="time">14.00am-18.00pm</span>
</li>
</ul>
</div>
</div>
<hr class="footer-line">
<div class="footer2">
<p>All photographs come from <a href="https://pxhere.com/es/" class="link1">
PxHere </a> with a <abbr title="Chief Compliance Officer"> CCO </abbr> license.</p>
</div>
<nav class="termsprivacy">
<p class="footer3"><a href="#" class="link1">Terms of use</a></p>
<p class="footer3"><a href="#" class="link1">Privacy policy</a></p>
</nav>
</footer>
</body>
</html>