-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathprograming-books.html
69 lines (59 loc) · 3.3 KB
/
programing-books.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
<!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/coding-for biginners.webp"class="img-1"/><br/>
<b class="heading-1">Coding For Beginners</b> <br/>
<p class="info-1">English, paperback,McGrath Mike</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/data-structure.webp"class="img-1"/><br/>
<b class="heading-1"> Data Structure </b> <br/>
<p class="info-1">English, paperback,McGrath Mike</p>
<h2 class="price"><del>RS 330/-</del> RS 222/- </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/c++.webp"class="img-1"/><br/>
<b class="heading-1">C++ Programming </b> <br/>
<p class="info-1">English, paperback,Jain Satish</p>
<h2 class="price"><del>RS 330/-</del> RS 222/- </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/java-proj.webp"class="img-1"/><br/>
<b class="heading-1"> Java projects </b> <br/>
<p class="info-1">English, paperbac,Kanetkar Yashavant p.</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/html-css.webp"class="img-1"/><br/>
<b class="heading-1"> HTML,CSS & JS</b> <br/>
<p class="info-1">English, paperbac,lemay laura</p>
<h2 class="price"><del>RS 540/-</del> RS 440/- </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/python.webp"class="img-1"/><br/>
<b class="heading-1"> Python </b> <br/>
<p class="info-1">Paperback, Amit Ashok kamthane</p>
<h2 class="price"><del>RS 695/-</del> RS 491/- </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>