-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathselltv.html
173 lines (148 loc) · 7.87 KB
/
selltv.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sell TVs</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/selltv.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 TVs</h1>
</div>
<!-- all categories -->
<section class="categories">
<div class="title-container">
<h1 id="title">Popular Sold TV's</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/tv-1.jpg" alt="img" id="card-img">
<p id="item-name">SONY Bravia 108 cm (43 inch) Full HD LED Smart TV</p>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
<!--h3 id="item-price">Price : $ 190</h3-->
<a href="sell-26.html" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<div class="item-container" id="1">
<div class="card-item" >
<img src="images/tv-2.jpg" alt="img" id="card-img">
<p id="item-name">SONY BRAVIA 80 cm (32 inch) HD Ready LED Smart TV</p>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
<a href="sell-27.html" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<div class="item-container" id="2">
<div class="card-item" >
<img src="images/tv-3.jpg" alt="img" id="card-img">
<p id="item-name">BPL 80 cm (32 inch) HD Ready LED Smart Android TV</p>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
<a href="sell-28.html" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<div class="item-container" id="3">
<div class="card-item">
<img src="images/tv-4.jpg" alt="img" id="card-img">
<p id="item-name">realme 108 cm (43 inch) Ultra HD (4K) LED Smart Android TV</p>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
<a href="sell-29.html" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
</div>
</section>
<!-- Redmi phones -->
<section class="categories">
<div class="title-container">
<h1 id="title">Samsung TVs</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/tv-5.jpg" alt="img" id="card-img">
<p id="item-name">SAMSUNG 80 cm (32 inch) HD Ready LED Smart TV</p>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
<a href="" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<div class="item-container" id="5">
<div class="card-item">
<img src="images/tv-6.jpg" alt="img" id="card-img">
<p id="item-name">SAMSUNG 80 cm (32 inch) HD Ready LED TV </p>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
<a href="" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<div class="item-container" id="6">
<div class="card-item">
<img src="images/tv-7.jpg" alt="img" id="card-img">
<p id="item-name">SAMSUNG Crystal 4K 108 cm (43 inch) Ultra HD (4K) LED Smart TV</p>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
<a href="" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<div class="item-container" id="7">
<div class="card-item">
<img src="images/tv-8.jpg" alt="img" id="card-img">
<p id="item-name">SAMSUNG 4 80 cm (32 inch) Full HD LED Smart TV 2021 Edition</p>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
<a href="" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
</div>
</section>
<!-- end of Redmi phones -->
<!-- Realme Phones -->
<section class="categories">
<div class="title-container">
<h1 id="title">Mi TVs</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/tv-9.jpg" alt="img" id="card-img">
<p id="item-name">Mi 4A Horizon Edition 100 cm (40 inch) Full HD LED Smart Android TV</p>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
<a href="" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<div class="item-container" id="9">
<div class="card-item">
<img src="images/tv-10.jpg" alt="img" id="card-img">
<p id="item-name">Mi 4A PRO 80 cm (32 inch) HD Ready LED Smart Android TV</p>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
<a href="" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<div class="item-container" id="10">
<div class="card-item">
<img src="images/tv-11.jpg" alt="img" id="card-img">
<p id="item-name">Mi 5X 138.8 cm (55 inch) Ultra HD (4K) LED Smart Android TV</p>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
<a href="" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
<div class="item-container" id="11">
<div class="card-item">
<img src="images/tv-12.jpg" alt="img" id="card-img">
<p id="item-name">Mi Q1 138.8 cm (55 inch) QLED Ultra HD (4K) Smart Android TV</p>
</div>
<i class="fa fa-shopping-cart" id="add-to-cart"></i>
<a href="" style="padding: 5px; background-color: #7c73e6; width: 100px; height: 30px; color: white; border-radius: 12px;text-decoration: none;">Sell Now</a>
</div>
</div>
</section>
<!-- end of realme phones -->
</body>
</html>