-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (117 loc) · 5.32 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
<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>Lenovo Official India Site</title>
<link href="lenovo.css"type="text/css"rel="stylesheet">
<!-- https://www.lenovo.com/in/en?Redirect=False -->
</head>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<body>
<div class="header">
<nav>
<img class="logo" src="https://static.lenovo.com/fea/images/lenovo-logo-red.png" alt="Lenovo">
<div class="side-left">
<ul class="side-content">
<li> <img class="list_image" src="https://static.lenovo.com/we/images/PROstore/lenovopro-logo-update/lenovopro-masthead-icon-en.png"></li>
<li>|</li>
<li><img class="list_image1" width=100px; src=" https://static.lenovo.com/we/assets/img/student-store/lenovo-students-icon-se.png"></li>
<li>|</li><li><a class="symp" href="#">Locator <ion-icon name="location-outline"></ion-icon></a></li>
<li>|</li><li><a class="symp" href="#">Contact <ion-icon name="headset-outline"></ion-icon> </a></li>
<li>|</li><li><a class="symp" href="#">Account <ion-icon name="person-outline"></ion-icon> </a></li>
<li>|</li><li><a class="symp" href="#">Cart <ion-icon name="cart-outline"></ion-icon></a></li>
</ul>
</div>
</nav>
<div class="menu-container">
<div class="menu">
<a href="#">PC & TABLETS</a>
<a href="#">PHONES</a>
<a href="#">SERVERS & STORAGE</a>
<a href="#">SMART DEVICES</a>
<a href="#">SERVICES & SOLTIONS</a>
<a href="#">ABOUT LENOVO</a>
</div>
<div class="search-bar">
<form>
<input type="text" placeholder="what are you looking for?" required>
<button><ion-icon class="search-icon" name="search-outline"></ion-icon></button>
</form>
</div>
</div>
</div>
<div class="center-container">
<div class="left-box">
<div class="ces">
<img src="https://static.lenovo.com/ww/homepage/banner/2022/lenovo-ces-2023-wordmark.png?O">
</div>
<h1>Mark your calendar for<br>Lenovo at CES!</h1>
<p>Join Lenovo online at CES on January 5, as we unveil our latest smart solutions,<br><br> services, and devices.</p>
<button>VIEW ANNOUNCEMENT</button>
<div class="grid">
<div class="box1">
<p class="A" >PCs & Tablets <span>+</span></p>
</div>
<div class="box2">
<p class="D">Phones <span>+</span></p>
</div>
<div class="box3">
<p class="B">Smart devices <span>+</span></p>
</div>
<div class="box4">
<p class="C">Servers & Storage <span>+</span></p>
</div>
</div>
</div>
<footer>
<h3>STAY CONNECTED</h3>
<h3 class="right" >COUNTRY SELECTOR</h3>
<div class="footer-blk">
<form>
<input type="email" placeholder="Enter your email address" required>
<button type="submit">SIGN UP</button>
</form>
<div class="social">
<ul>
<li><ion-icon name="logo-facebook"></ion-icon></li>
<li><ion-icon name="logo-twitter"></ion-icon></li>
<li><ion-icon name="logo-instagram"></ion-icon></li>
<li><ion-icon name="logo-youtube"></ion-icon></li>
<li><button><ion-icon class="flickr" name="logo-flickr"></ion-icon></button></li>
<li></li>
</ul>
</div>
<div class="country">
<div class="flag">
</div>
<select name="country" id="country">
<option value="India">India</option>
<option value="Japan">Japan</option>
<option value="Japan">China</option>
<option value="India">Egypt</option>
<option value="Japan">America</option>
<option value="Japan">Canada</option>
<option value="India">UAE</option>
<option value="Japan">Kuwait</option>
<option value="Japan"></option>
</select>
</div>
</div>
<div class="bottom-menu">
<button>+</button> <a href="#">ABOUT LENOVO</a>
<button>+</button> <a href="#">PRODUCTS & SERVICES</a>
<button>+</button> <a href="#">CUSTOMER SUPPORT</a>
<button>+</button> <a href="#">RESOURCES</a>
<button>+</button> <a href="#">PORTFOLIO</a>
<button>+</button> <a href="#">SOLUTIONS</a>
</div>
<div class="bottom-line">
<p>© 2023 Lenovo.All rights reserved <a href="#">Print this Page</a> <a href="#">Privacy</a> <a href="#">Site Map</a>
<a href="#">Terms of Use</a> <a href="#">External Submission Policy</a>
<a href="#">Sales</a> <a href="#">terms and conditions</a><a href="#">Anti-Slavery and Human Trafficking Statement</a> </p>
</div>
</footer>
</body>
</html>