-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathselllaptop.html
186 lines (149 loc) · 8.44 KB
/
selllaptop.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sell Laptops</title>
<link rel="apple-touch-icon" sizes="180x180" href="image/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="image/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="image/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<!-- css file -->
<link rel="stylesheet" href="css/selllaptop.css">
<!-- font awesome icon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body>
<!-- main section -->
<div class="id">
<h1 style="text-align: center; padding-top: 5px; color: black;">Sell Laptops & Desktops</h1>
</div>
<!-- all categories -->
<section class="categories">
<div class="title-container">
<h1 id="title">Popular Sold Laptops & Desktops</h1>
<button type="button" id="item-btn">View All</button>
</div>
<div class="card">
<div class="item-container" id="0">
<div class="card-item">
<img src="images/laptop-1.jpg" alt="img" id="card-img">
<p id="item-name" style="padding: 0 0 11%;" >Lenovo Ideapad Slim 3i (2021) Core i5 11th Gen</p>
<a href="sell-10.html" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
<!--h3 id="item-price">Price : $ 190</h3-->
</div>
<div class="item-container" id="1">
<div class="card-item" >
<img src="images/laptop-2.jpg" alt="img" id="card-img">
<p id="item-name" style="padding: 0 0 11%;">ASUS Core i3 10th Gen(4gb+32 GB/512 GB SSD)</p>
<a href="sell-11.html" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
</div>
<div class="item-container" id="2">
<div class="card-item" >
<img src="images/laptop-3.jpg" alt="img" id="card-img">
<p id="item-name" style="padding: 0 0 6%;">HP All in One PC Core i5 (9th Gen)(8 GB DDR4/1 TB)</p>
<a href="sell-12.html" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
</div>
<div class="item-container" id="3">
<div class="card-item">
<img src="images/laptop-4.jpg" alt="img" id="card-img">
<p id="item-name" style="padding: 0 0 11%;">APPLE iMac Core i5 10th Gen(8 GB/256 GB SSD)</p>
<a href="sell-13.html" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
</div>
</div>
</section>
<!-- Redmi phones -->
<section class="categories">
<div class="title-container">
<h1 id="title">HP Laptops</h1>
<button type="button" id="item-btn">View All</button>
</div>
<div class="card">
<div class="item-container" id="4">
<div class="card-item">
<img src="images/laptop-5.jpg" alt="img" id="card-img">
<p id="item-name" style="padding: 0 0 11%;">HP Pavilion Core i5 11th Gen (16 GB/512 GB SSD)</p>
<a href="sell-14.html" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
</div>
<div class="item-container" id="5">
<div class="card-item">
<img src="images/laptop-6.jpg" alt="img" id="card-img">
<p id="item-name" style="padding: 0 0 11%;">HP Pavilion Ryzen 5 Hexa Core(8 GB/512 GB SSD</p>
<a href="sell-15.html" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
</div>
<div class="item-container" id="6">
<div class="card-item">
<img src="images/laptop-7.jpg" alt="img" id="card-img">
<p id="item-name" style="padding: 0 0 11%;">HP Ryzen 3 Dual Core 3250U(8 GB/256 GB SSD</p>
<a href="sell-16.html" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
</div>
<div class="item-container" id="7">
<div class="card-item">
<img src="images/laptop-8.jpg" alt="img" id="card-img">
<p id="item-name" style="padding: 0 0 6%;">HP Pavilion Aero Ryzen 5 Hexa Core(16 GB/512 GB SSD)</p>
<a href="sell-17.html" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
</div>
</div>
</section>
<!-- end of Redmi phones -->
<!-- Realme Phones -->
<section class="categories">
<div class="title-container">
<h1 id="title">Lenovo Laptops</h1>
<button type="button" id="item-btn">View All</button>
</div>
<div class="card">
<div class="item-container" id="8">
<div class="card-item">
<img src="images/laptop-9.jpg" alt="img" id="card-img">
<p id="item-name" style="padding: 0 0 6%;">Lenovo Ideapad Slim3 Core i3 11th Gen(8 GB/256 GB SSD)</p>
<a href="" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
</div>
<div class="item-container" id="9">
<div class="card-item">
<img src="images/laptop-10.jpg" alt="img" id="card-img">
<p id="item-name" style="padding: 0 0 6%;">Lenovo ThinkPad E14 Ryzen 5th Gen(8 GB/256 GB SSD)</p>
<a href="" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
</div>
<div class="item-container" id="10">
<div class="card-item">
<img src="images/laptop-11.jpg" alt="img" id="card-img">
<p id="item-name" style="padding: 0 0 6%;">Lenovo Core i5 11th Gen(16 GB 512GB SSD Windows 10)</p>
<a href="" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
</div>
<div class="item-container" id="11">
<div class="card-item">
<img src="images/laptop-12.jpg" alt="img" id="card-img">
<p id="item-name" style="padding: 0 0 11%;">Lenovo Athlon Dual Core(4 GB/1 TB HDD/DOS)</p>
<a href="" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
</div>
</div>
</section>
<!-- end of realme phones -->
</body>
</html>