-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhelth-&-fitness.html
70 lines (59 loc) · 3.34 KB
/
helth-&-fitness.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
<!DOCTYPE html>
<html>
<head>
<title>programming books</title>
<link rel="stylesheet" href="products.css"/>
<link rel="icon" href="./images/bhlogo.png"/>
<script src="https://kit.fontawesome.com/e872ba44e8.js" crossorigin="anonymous"></script>
</head>
<body>
<div class=" prog-main-div">
<div class=" prog-sub-cont">
<div class="items-1">
<img src="./images-product/wellness-management.webp"class="img-1"/><br/>
<b class="heading-1">Wellnes management</b> <br/>
<p class="info-1">English, paperback,Venkata Rajashekhar </p>
<h2 class="price"><del>RS 350/-</del> RS 250/- </h2>
<button class="btn-1"><a href="./Payment/payment.html">Buy Now</a> <i class="fa-solid fa-cart-shopping icon"></i></button>
</div>
<div class="items-1">
<img src="./images-product/helth-power.webp"class="img-1"/><br/>
<b class="heading-1">Helthing Power Of Food</b> <br/>
<p class="info-1">English, paperback, Bansal Sunita Pant</p>
<h2 class="price"><del>RS 330/-</del> RS 230/- </h2>
<button class="btn-1"><a href="./Payment/payment.html">Buy Now </a><i class="fa-solid fa-cart-shopping icon"></i></button>
</div>
<div class="items-1">
<img src="./images-product/beauty-yoga.webp"class="img-1"/><br/>
<b class="heading-1">Beauty Yoga For Girls</b> <br/>
<p class="info-1">English, paperback, Sondhi Seema</p>
<h2 class="price"><del>RS 330/-</del> RS 230/- </h2>
<button class="btn-1"><a href="./Payment/payment.html">Buy Now</a> <i class="fa-solid fa-cart-shopping icon"></i></button>
</div>
</div>
<div class="prog-sub-cont-2">
<div class="items-1">
<img src="./images-product/physical-education.webp"class="img-1"/><br/>
<b class="heading-1"> Physical Education</b> <br/>
<p class="info-1">YES,NCERT</p>
<h2 class="price"><del>RS 400/-</del> RS 200/- </h2>
<button class="btn-1"><a href="./Payment/payment.html">Buy Now</a> <i class="fa-solid fa-cart-shopping icon"></i></button>
</div>
<div class="items-1">
<img src="./images-product/exercies-&performance.webp"class="img-1"/><br/>
<b class="heading-1">Nutrition For Sports</b> <br/>
<p class="info-1">English,paperback, Unknown</p>
<h2 class="price"><del>RS 800/-</del> RS 550/- </h2>
<button class="btn-1"><a href="./Payment/payment.html">Buy Now</a> <i class="fa-solid fa-cart-shopping icon"></i></button>
</div>
<div class="items-1">
<img src="./images-product/meditation.webp"class="img-1"/><br/>
<b class="heading-1"> Meditations</b> <br/>
<p class="info-1">English, paperback, Marcus Aurelius</p>
<h2 class="price"><del>RS 800/-</del> RS 550/- </h2>
<button class="btn-1"><a href="./Payment/payment.html">Buy Now</a> <i class="fa-solid fa-cart-shopping icon"></i></button>
</div>
</div>
</div>
</body>
</html>