-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoffer.html
More file actions
153 lines (152 loc) · 6.39 KB
/
offer.html
File metadata and controls
153 lines (152 loc) · 6.39 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
<!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>Offer</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<table width="1200px">
<div class="head"></div>
<tr>
<td><img src="download.png" id="logo" ></td>
<td><a href="project.html">Home</a></td>
<td> <a href="mobile.html">Mobile</a></td>
<td><a href="TV.html">TV & AV</a></td>
<td><a href="offer.html">Offers</a></td>
<td><a href="#"><i class="fa fa-search"></i></a></td>
<td><a href="#"><i class="fa fa-user"></i></a></td>
</tr>
</div>
</table>
<div class="sliding">
<img src="img2.webp" id="up" width="1200px" height="600px">
<script>
var imgArr=["img2.webp","img3.webp" ,"img4.jpg","img5.jpg","tv.webp","tv1.jpg","tv2.jpg" ,"tv3.jpg"];
var indx=0;
var duration=2000;
function sliding()
{
document.getElementById("up").src=imgArr[indx];
indx++;
if(indx==imgArr.length)
{
indx=0;
}
setTimeout("sliding()",duration);
}
sliding();
</script>
<hr>
<table width="1200px" style=" background-color: lightcyan;" border="1px">
<tr>
<th id="p1">Mode</th>
<th id="p1">Model No.</th>
<th id="p1">Status</th>
<th id="p1">Current Firmware</th>
<th id="p1">ETA</th>
<th id="p1">Price</th>
<th id="p1">Offers</th>
</tr>
<tr>
<td id="p1">Galaxy Note 11</td>
<td id="p1">GT-N7100</td>
<td id="p1">Available</td>
<td id="p1">N7100XXUFND3</td>
<td id="p1">April 2020</td>
<td id="p1">80000</td>
<td id="p1">75000</td>
</tr>
<tr>
<td id="p1">Galaxy Note 11 LTE</td>
<td id="p1">GT-N7105</td>
<td id="p1">Available</td>
<td id="p1">N7100XXUFNj8</td>
<td id="p1">May 2020</td>
<td id="p1">95000</td>
<td id="p1">79000</td>
</tr>
<tr>
<td id="p1">Galaxy Note S3</td>
<td id="p1">GT-N7300</td>
<td id="p1">N/a</td>
<td id="p1">N7100XXUFNj8</td>
<td id="p1">May 2020</td>
<td id="p1">70000</td>
<td id="p1">65000</td>
</tr>
<tr>
<td id="p1">Galaxy Note S3 LTE</td>
<td id="p1">GT-N7105</td>
<td id="p1">Available</td>
<td id="p1">N7100XXUFNj8</td>
<td id="p1">May 2021</td>
<td id="p1">100000</td>
<td id="p1">95000</td>
</tr>
<tr>
<td id="p1">Galaxy Note S3 LTE</td>
<td id="p1">GT-N7105</td>
<td id="p1">Available</td>
<td id="p1">N7100XXUFNj8</td>
<td id="p1">june 2020</td>
<td id="p1">60000</td>
<td id="p1">55000</td>
</tr>
</table>
<br><br>
<div >
<p>*Image of Galaxy Z Fold3 5G, Galaxy Z Flip3 5G and S Pen Fold Edition simulated for illustration purposes</p>
<p>*The S pen Fold Edition sold separately and is only compatible with Z Fold3 5G.</p>
<p>*The S pen Fold Edition sold separately and is only compatible with Galaxy Z Fold3 5G.</p>
<p>*Image of two Galaxy Z Fold3 5G phones and S Pen Fold Edition simulated for illustration purposes.</p>
<p>*Images shown here are for representational purpose only, actual may vary. All features, specifications and prices are subject to change without prior notice. Model availability may vary from location to location.</p>
<p>*Galaxy S21 series, Galaxy Z Fold2 are 5G ready. Compatibility dependent upon 5G network availability in India.</p>
</div>
<br><br>
<div class="p2">
<table width="1200px" border="1px">
<tr>
<th>Product & Service</th>
<th>Shop</th>
<th>Support</th>
<th>Account & Community</th>
<th>Sustainability</th>
</tr>
<tr>
<td> <a href="#">Smartphone</a></td>
<td><a href="#" id="return">Cancellation & return policy</a></td>
<td><a href="#">whatsapp up</a></td>
<td><a href="#">My page</a></td>
<td><a href="#">Over views</a></td>
</tr>
<tr>
<td><a href="#">Tablets</a></td>
<td><a href="#">Track order status</a></td>
<td><a href="#">Chat with us</a></td>
<td><a href="#">My product</a></td>
<td><a href="#">Environment</a></td>
</tr>
</table>
</div>
<br><br>
<div id="top">
<p>Copyright ⓒ 1995-2021 SAMSUNG All Rights reserved.
<p> Please dispose of e-waste and plastic waste responsibly.</p>
<br>
<p> For more information or e-waste pick up, please call 1800 40 SAMSUNG (7267864) or 1800 5 SAMSUNG (7267864) or click here for more details.</p>
<br>
<p> Registered Office Address: 6th Floor, DLF Centre, Sansad Marg, New Delhi-110001</p>
<p> Corporate Identification Number (CIN): U31900DL1995PTC071387</p>
</div>
<br>
<div class="dell" >
<a href="https://www.facebook.com/SamsungIndia/"><i class="fa fa-facebook" style="font-size: 30px;"></i></a>
<a href="https://twitter.com/SamsungMobile?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor"><i class="fa fa-twitter"style="font-size: 30px;"></i></a>
<a href="https://www.youtube.com/watch?v=V7ixp-XwqGI"><i class="fa fa-youtube"style="font-size: 30px;"></i></a>
<a href="#"><i class="fa fa-whatsapp"style="font-size: 30px;"></i></a>
</div>
</html>