-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
286 lines (281 loc) · 10.1 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
<!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>Microsoft Clone</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>
<body>
<div class="container">
<nav class="main-nav">
<img src="https://i.ibb.co/wwLhz98/logo.png" alt="Microsoft" class="logo">
<ul class="main-menu">
<li><a href="#">Office</a></li>
<li><a href="#">Windows</a></li>
<li><a href="#">Surface</a></li>
<li><a href="#">Xbox</a></li>
<li><a href="#">Deals</a></li>
<li><a href="#">Support</a></li>
</ul>
<ul class="right-menu">
<li>
<a href="#">
<span class="material-symbols-outlined">
search
</span>
</a>
</li>
<li>
<a href="#">
<span class="material-symbols-outlined">
shopping_cart_checkout
</span>
</a>
</li>
</ul>
</nav>
<!--showcase-->
<header class="showcase">
<h2>Surface Deals</h2>
<p>
Select Surfaces are on sale now - save while supplies last
</p>
<a href="#" class="btn">
Shop Now <i class="material-symbols-outlined">
arrow_forward_ios
</i>
</a>
</header>
<!--Home card 1-->
<secton class="home-cards">
<div>
<img src="https://i.ibb.co/LZPVKq9/card1.png" alt="">
<h3>New Surface Pro 7</h3>
<p>
See how Katie Sowers, Asst. Coach for
the 49ers, uses Surface Pro 7 to put her
plans into play.
</p>
<a href="#">
LEARN MORE <i class="material-symbols-outlined">
arrow_forward_ios
</i>
</a>
</div>
<div>
<img src="https://i.ibb.co/KjGFHVJ/card2.png" alt="">
<h3>New Surface Laptop 3</h3>
<p>
Express yourself powerfully with a thin,
light, and elegant design, faster
performance, and up to 11.5 hours battery life.
</p>
<a href="#">
LEARN MORE <i class="material-symbols-outlined">
arrow_forward_ios
</i>
</a>
</div>
<div>
<img src="https://i.ibb.co/2cnshH6/card3.png" alt="">
<h3>Save $150 + free controller</h3>
<p>
Buy an Xbox One X console and
double your fun with a free select extra
controller. Starting at $349.
</p>
<a href="#">
LEARN MORE <i class="material-symbols-outlined">
arrow_forward_ios
</i>
</a>
</div>
<div>
<img src="https://i.ibb.co/G57P0Pb/card4.png" alt="">
<h3>The new Microsoft Edge</h3>
<p>
Expect more. World class performance,
with more privacy, more productivity,
and more value.
</p>
<a href="#">
LEARN MORE <i class="material-symbols-outlined">
arrow_forward_ios
</i>
</a>
</div>
</secton>
<!-- home card 2 -->
<section class="home-cards-2">
<div class = "content">
<h2>Xbox Game Pass Ultimate</h2>
<p>
Xbox Game Pass Ultimate Xbox Live Gold and over 100 high-
quality console and PC games. Play together with friends and
discover your next favorite game.
</p>
<a href="@" class = "btn">
Join Now <i class="material-symbols-outlined">
arrow_forward_ios
</i>
</a>
</div>
</section>
<!--Home card 3-->
<secton class="home-cards-3">
<div>
<img src="https://i.ibb.co/zVqhWn2/card5.png" alt="">
<h3>Microsoft Teams</h3>
<p>
Unleash the power of your team.
</p>
<a href="#">
SHOP NOW <i class="material-symbols-outlined">
arrow_forward_ios
</i>
</a>
</div>
<div>
<img src="https://i.ibb.co/mGZcxcn/card6.jpg" alt="">
<h3>Unlock the power of learning</h3>
<p>
Get students future-ready with Windows 10 devices. Starting at $219.
</p>
<a href="#">
SHOP NOW <i class="material-symbols-outlined">
arrow_forward_ios
</i>
</a>
</div>
<div>
<img src="https://i.ibb.co/NpPvVHj/card7.png" alt="">
<h3>Windows 10 Enterprise</h3>
<p>
Download the free 90-day evaluation for IT professionals.
</p>
<a href="#">
DOWNLOAD NOW <i class="material-symbols-outlined">
arrow_forward_ios
</i>
</a>
</div>
<div>
<img src="https://i.ibb.co/LkP4L5T/card8.png" alt="">
<h3>Explore Kubernetes</h3>
<p>
Learn how Kubernetes works and get started with cloud native app development today.
</p>
<a href="#">
GET STARTED <i class="material-symbols-outlined">
arrow_forward_ios
</i>
</a>
</div>
</secton>
<!-- home card 4 -->
<section class="home-cards-4">
<div class="content">
<h2>Commiting To Carbon Negative</h2>
<p>
Microsoft will be carbon negative by 2030 and by 2050 we will remove all carbon the
company has emitted since it was founded in 1975
</p>
<a href="@" class = "btn2">
Learn More <i class="material-symbols-outlined">
arrow_forward_ios
</i>
</a>
</div>
</section>
<!-- follow -->
<section class="follow">
<p>Follow Microsoft</p>
<a href="http://facebook.com">
<img src="https://i.ibb.co/LrVMXNR/social-fb.png" alt="Facebook">
</a>
<a href="http:twitter.com">
<img src="https://i.ibb.co/vJvbLwm/social-twitter.png" alt="Twitter">
</a>
<a href="http:linkedin.com">
<img src="https://i.ibb.co/b30HMhR/social-linkedin.png" alt="Linkedin">
</a>
</section>
</div>
<!-- links -->
<section class="links">
<div class="inner-links">
<ul>
<li><h3>What's New</h3></li>
<li><a href="#">Surface Pro X</a></li>
<li><a href="#">Surface Laptop 3</a></li>
<li><a href="#">Surface Pro 7</a></li>
<li><a href="#">Windows 10 apps</a></li>
<li><a href="#">Office apps</a></li>
</ul>
<ul>
<li><h3>Microsoft Store</h3></li>
<li><a href="#">Account Profile</a></li>
<li><a href="#">Download Center</a></li>
<li><a href="#">Microsoft Store support</a></li>
<li><a href="#">Returns</a></li>
<li><a href="#">Older tracking</a></li>
</ul>
<ul>
<li><h3>Education</h3></li>
<li><a href="#">Microsfot in education</a></li>
<li><a href="#">Office for students</a></li>
<li><a href="#">Office 365 for schools</a></li>
<li><a href="#">Deals for students</a></li>
<li><a href="#">Microsfot Azure</a></li>
</ul>
<ul>
<li><h3>Enterprise</h3></li>
<li><a href="#">Azure</a></li>
<li><a href="#">AppSource</a></li>
<li><a href="#">Automotive</a></li>
<li><a href="#">Government</a></li>
<li><a href="#">Healthcare</a></li>
</ul>
<ul>
<li><h3>Developer</h3></li>
<li><a href="#">Visual Studio</a></li>
<li><a href="#">Windows Dev Center</a></li>
<li><a href="#">Developer Network</a></li>
<li><a href="#">TechNet</a></li>
<li><a href="#">Microsoft Developer</a></li>
</ul>
<ul>
<li><h3>Company</h3></li>
<li><a href="#">Careers</a></li>
<li><a href="#">About Microsoft</a></li>
<li><a href="#">Company news</a></li>
<li><a href="#">Privacy at Microsoft</a></li>
<li><a href="#">Investors</a></li>
</ul>
</div>
</section>
<!-- footers -->
<footer class="footer">
<div class="inner-footer">
<div>
<span class="material-symbols-outlined">
language
</span> English (United States)
</div>
<ul>
<li><a href="#">Sitemap</a></li>
<li><a href="#">Contact Microsoft</a></li>
<li><a href="#">Privacy & cookies</a></li>
<li><a href="#">Terms of use</a></li>
<li><a href="#">Trademarks</a></li>
<li><a href="#">Safety & eco</a></li>
<li><a href="#">About our ads</a></li>
<li>© Microsoft 2023</li>
</ul>
</div>
</footer>
</body>
</html>