-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
306 lines (249 loc) · 13.6 KB
/
index.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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!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>Home - Canon India</title>
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
<style> @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); </style>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/a8bf6619b8.js" crossorigin="anonymous"></script>
<link rel="icon" href="Canon_logo_vector.png">
</head>
<body>
<header>
<div class="header-wrapper">
<div class="collapse-header">
<div class="left-collapse">
<div class="logo">
<a href="#"><img src="canon-logo.png" width="150px" height="72px" alt=""></a>
</div>
<span>India</span>
</div>
<div class="right-collapse" id="style-rc">
<ul class="Consumer-business" id="style-cb">
<li><a href="#">Consumer </a></li>
<li ><a href="#" class="style-a">Business</a></li>
</ul>
<ul class="search" id="style-search">
<li><a href="" class="style-img"><i class="fa fa-solid fa-magnifying-glass"></i></a></li>
<li><a href="">ENG</a></li>
</ul>
</div>
</div>
<!--collapse header ends here-->
<!--Navbar starts here-->
</div>
</header>
<nav>
<div class="nav-wrapper" id="list-hover">
<div class="nav-left" >
<ul>
<li class="nav-list"><a href="#">Products</a></li>
<li class="nav-list"><a href="#">Where to Buy</a></li>
<li class="nav-list"><a href="#">Service Network</a></li>
<li class="nav-list"><a href="#">Extended Warranty</a></li>
<li class="nav-list"><a href="#">Register your Product</a></li>
<li class="nav-list"><a href="#">Press Room</a></li>
<li class="nav-list"><a href="#">Contact</a></li>
<li class="nav-list"><a href="#">Careers</a></li>
</ul>
</div>
<div class="nav-right">
<ul>
<li class="nav-list"><a href="#">Warranty</a></li>
<li class="nav-list"><a href="#">Support</a></li>
</ul>
</div>
</div>
</nav>
<!--navbar ends here-->
<!--header ends here-->
<!--Main starts here-->
<main>
<div class="banner">
<img src="slide5.jpg" alt="">
</div>
<div class="content-wrapper">
<!--section starts here-->
<section>
<div class="section-wrapper">
<div id="product-display"> <!--product display-->
<div class="product" id="prd1">
<div class="image">
<a href="#"><img src="tile1.png" alt=""></a>
</div>
<div class="content">
<h3>RF135mm f/1.8L IS USM</h3>
</div>
</div>
<div class="product" id="prd2">
<div class="image">
<a href="#"><img src="tile2.png" alt=""></a>
</div>
<div class="content">
<h3>PIXMA G2010</h3>
</div>
</div>
<div class="product" id="prd3">
<div class="image">
<a href="#"><img src="tile3.png" alt=""></a>
</div>
<div class="content">
<h3>EOS R6 Mark || (Body)</h3>
</div>
</div>
</div>
<div class="new-product"> <!--new product-->
<div class="product-image">
<a href="#"><img src="tile4.png" alt=""></a>
</div>
<div class="product-description">
<a href=""><h3 class="sub-title">EOS R6 Mark || (RF24-105mm f/4L IS USM)</h3></a>
<div class="description-content">
<p>Seize the best of videography and photography with the EOS R6 Mark ||. Capable of recording up to 6K 60p 10-bit RAW movies with HDMI output, this game changer provides you with the highest image quality and flexibility for post-processing. The highly accurate 40 frames per...</p>
</div>
<a href="#"><button id="view-button">View Product</button></a>
</div>
</div>
<div id="more-button">
<a href="#" class="more-products"><button id="more-prd-button">View more products ></button></a>
</div>
</div>
</section>
<!--section ends here-->
<!--article starts here-->
<article>
<div class="aricle-wrapper">
<h2 id="news-title">News & Press Release</h2> <!--main title-->
<div class="latest-news"> <!--latest news-->
<div class="latest-news-image">
<a href="#"><img src="latest.png" width="555px" height="389px" alt=""></a>
</div>
<div class="latest-news-content">
<a href="#"><h3 class="sub-title">Canon India Unveils Two Cable ID Printers for Efficient Labelling and Easy Cable Identification</h3></a>
<p>05 Dec 2022 - Canon India today announced the launch of the MK5000 and MK3000, two Cable ID printers designed to create durable cable labels suitable for IT data centers and the renovation industry. In line with the increasing demand for mobility during on-site printing, the printers...</p>
<a href="#"><button id="read-button">Read More</button></a>
</div>
</div>
<div class="old-news"> <!--old news-->
<div class="news-tile"><!--tile1-->
<div class="old-news-img1">
<img src="fb1.jpg" alt="" width="360px" height="253px">
</div>
<div class="old-news-article">
<a href="#"><h3 class="sub-title">Taking in-store experiences to a new level, Canon India launches its experiential Imag...</h3></a>
<p>23 Nov 2022 - Taking in-store experiences to a new level, Canon India launches its experiential Image Square 4.0 in Lucknow</p>
</div>
</div>
<div class="news-tile" id="tile2"><!--tile2-->
<div class="old-news-img">
<img src="fb2.jpg" alt="" width="360px" height="253px">
</div>
<div class="old-news-article">
<a href="#"><h3 class="sub-title">Canon India strengthens broadcasting and streaming protfolio with the launch of t...</h3></a>
<p>15 Nov 2022 - Offerign 20x Optical Zoom and 4K UHD imaging with one-person operation, the latest offerings</p>
</div>
</div>
<div class="news-tile"><!--tile3-->
<div class="old-news-img">
<img src="fb3.jpg" alt="" width="360px" height="253px">
</div>
<div class="old-news-article">
<a href="#"><h3 class="sub-title">Canon India releases digital film titled 'MAKE IT DRAMAGIC'.announcing the...</h3></a>
<p>11 Nov 2022 - Celebrates the vision of filmmakers and creative professionals to weave in 'Drama and Magic' in every capture</p>
</div>
</div>
</div>
<div class="more-news">
<a href="#"><button id="view-more-button">View more news & press releases ></button></a>
</div>
</div>
</article>
<!--article ends here-->
</div>
</main>
<!--main ends here-->
<!--footer starts here-->
<footer>
<div class="footer-wrapper">
<div class="footer-menu-wrapper">
<div class="company">
<ul>
<li class="title"><a href=""></a> Company</li>
<li><a href="#">About Us</a></li>
<li><a href="#">Corporate Social Responsibility</a></li>
<li><a href="#">Social Media Sites</a></li>
<li><a href="#">Quality, Environment, Health and safety</a></li>
<li><a href="#">E-Waste</a></li>
<li><a href="#">Diversity</a></li>
<li><a href="#">Press Room</a></li>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Privacy Poiicy</a></li>
<li><a href="#">Security & Safety</a></li>
<li><a href="#">Anti-Bribery & Anti-Corruption Policy</a></li>
<li><a href="#">Policy Of Bigil Mechanism</a></li>
<li><a href="#">FAQ</a></li>
</ul>
</div>
<div class="company">
<ul>
<li class="title"><a href=""></a>Products</li>
<li><a href="#">Cinematograpghy</a></li>
<li><a href="#">Photography</a></li>
<li><a href="#">Printing</a></li>
<li><a href="#">Scanning</a></li>
<li><a href="#">Others</a></li>
</ul>
</div>
<div class="company">
<ul>
<li class="title"><a href=""></a>Services</li>
<li><a href="#">Anti-Counterfeit</a></li>
<li><a href="#">CIS Store</a></li>
<li><a href="#">eMaintanance</a></li>
<li><a href="#">Extended Warranty</a></li>
<li><a href="#">Labour Charges</a></li>
<li><a href="#">Service Network</a></li>
<li><a href="#">Where to Buy</a></li>
</ul>
</div>
<div class="company">
<ul>
<li class="title"><a href=""></a> Your Canon + You</li>
<li><a href="#">Your Canon + You</a></li>
<li><a href="#">Camera Catalogue</a></li>
<li><a href="#">Compact Camera Tips</a></li>
<li><a href="#">EOS Tips</a></li>
<li><a href="#">PIXMA Tips</a></li>
<li><a href="#">Printer Catalogue</a></li>
<li><a href="#">Scanner Tips</a></li>
</ul>
</div>
<div class="company">
<ul>
<li class="title"><a href=""></a> Support & Downloads</li>
<li><a href="#">Support & Downloads</a></li>
<li><a href="#">Installation Support For A4/A3 Printers and Lide Scanners</a></li>
</ul>
</div>
<div class="company">
<a href="#" class="other-sites"><i class="fa-solid fa-earth-asia"></i><img src="" alt=""> Other Canon Sites</a>
</div>
</div>
<div class="div-container">
<div class="button-wrapper">
<a href=""><button><i class="fa-solid fa-arrow-up"></i></button></a>
<span>Back to top</span>
</div>
</div>
</div>
</footer>
<div class="sub-footer">
<hr>
<p>Copyright © 2022 Canon India Pvt Ltd.All rights reserved.</p>
<img id="footer-image" src="footer-logo.png" alt="" width="240px" height="240px">
</div>
</body>
</html>