-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
501 lines (495 loc) · 19.8 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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
<!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" />
<link rel="icon" type="image/x-icon" href="./img/favicon.ico" />
<title>Microsoft – Cloud, Computers, Apps & Gaming</title>
<link rel="stylesheet" href="./main.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
/>
<link rel="stylesheet" href="./build.css" />
</head>
<body>
<section class="navbar">
<nav
class="flex justify-between items-center p-4 lg:px-8 xlg:px-12 text-sm"
>
<div class="flex items-center justify-between lg:hidden">
<button class="space-y-1 cursor-pointer">
<span class="block h-[0.1rem] w-5 bg-black"></span>
<span class="block h-[0.1rem] w-5 bg-black"></span>
<span class="block h-[0.1rem] w-5 bg-black"></span>
</button>
<span class="material-symbols-outlined pl-4"> search </span>
</div>
<div class="flex items-center">
<a class="logo cursor-pointer w-[108px] flex-shrink-0 lg:order-1">
<img src="./img/logo.png" alt="Microsoft" class="w-full" />
</a>
<ul
class="features -translate-x-[100vw] bg-gray-200 w-full absolute top-14 left-0 lg:-translate-x-0 lg:bg-transparent lg:static lg:flex lg:order-2 lg:items-center lg:ml-6 lg:space-x-3"
>
<li class="sm-feature-el">
<a href="#" class="hover:underline block">Microsoft 365</a>
</li>
<li class="sm-feature-el">
<a href="#" class="hover:underline block">Office</a>
</li>
<li class="sm-feature-el">
<a href="#" class="hover:underline block">Windows</a>
</li>
<li class="sm-feature-el">
<a href="#" class="hover:underline block">Surface</a>
</li>
<li class="sm-feature-el">
<a href="#" class="hover:underline block">Xbox</a>
</li>
<li class="sm-feature-el">
<a href="#" class="hover:underline block">Support</a>
</li>
<div class="ex-features lg:hidden">
<li class="sm-feature-el">Software</li>
<li class="sm-feature-el">PCs & Devices</li>
<li class="sm-feature-el">Entertainment</li>
<li class="sm-feature-el">Business</li>
<li class="sm-feature-el">Developer & IT</li>
<li class="sm-feature-el">Other</li>
<li class="sm-feature-el">View Sitemap</li>
</div>
</ul>
</div>
<div
class="flex items-center justify-between lg:order-3 space-x-4 xlg:space-x-7"
>
<button class="hidden lg:block hover:underline">All Microsoft</button>
<div
class="hidden lg:flex lg:items-center cursor-pointer xlg:space-x-2"
>
<span class="hidden xlg:block">Search</span>
<span class="material-symbols-outlined">search</span>
</div>
<div class="lg:flex lg:items-center cursor-pointer xlg:space-x-2">
<span class="hidden xlg:block">cart</span>
<span class="material-symbols-outlined"> shopping_cart </span>
</div>
<div class="lg:flex lg:items-center cursor-pointer xlg:space-x-2">
<span class="hidden xlg:block">Sign in</span>
<span class="material-symbols-outlined cursor-pointer">
account_circle
</span>
</div>
</div>
</nav>
</section>
<section class="carousel-container">
<div
class="slider bg-white flex flex-col-reverse slg:flex-row xlg:h-[30rem]"
>
<div class="left lg:px-3 w-full slg:bg-[#f2f2f2] slg:flex items-center">
<div
class="space-y-4 bg-white shadow-xl p-6 slg:w-72 slg:bg-transparent slg:shadow-none slg:mx-[10vw]"
>
<h2 class="text-2xl font-semibold leading-none slg:text-3xl">
Microsoft 365
</h2>
<p class="font-s">
Premium Office apps, extra cloud storage, advanced security, and
more – all in one convenient subscription
</p>
<button
class="inline-block bg-[#0067b8] text-white px-3 py-[0.625rem] leading-none my-2 mr-4"
>
For up to 6 people
</button>
<a href="#" class="inline-block text-[#0067b8] font-semibold my-2"
>For 1 person</a
>
</div>
</div>
<div
class="right float-right h-72 lg:h-[28rem] w-full slg:h-full xlg:h-[30rem] overflow-hidden"
>
<img
class="object-cover lg:object-center w-full h-full slg:object-fill xlg:object-cover overflow-hidden"
src="https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Highlight-Hero-M365-Screenplates-Update-Excel:VP1-539x440"
alt="banner"
/>
</div>
</div>
<div class="carousel-control flex justify-center items-center py-4">
<button class="">
<span class="material-symbols-outlined"> arrow_back_ios </span>
</button>
<div
class="disc flex h-full justify-center items-center space-x-3 after:content-[''] before:content-[''] mx-7"
>
<span
class="active bg-black border-2 border-black rounded-full h-3 w-3 inline-block"
></span>
<span
class="border-2 border-black rounded-full h-3 w-3 inline-block"
></span>
</div>
<button>
<span class="material-symbols-outlined"> arrow_forward_ios </span>
</button>
</div>
</section>
<section class="product-categories my-3">
<div class="container max-w-full">
<ul class="items flex justify-center items-center flex-wrap w-full">
<li class="flex flex-col items-center m-3 space-y-3">
<img
class="w-fit"
src="https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/gldn-Quick-Link-Icon-80x80-Microsoft-365?wid=40&hei=40"
alt=""
/><a href="#" class="text-[#0067b8] underline font-semibold"
>Choose your Microsoft 365</a
>
</li>
<li class="flex flex-col items-center m-3 space-y-3">
<img
class="w-fit"
src="https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/icon-LL-surface-kickstand-120x120?wid=40&hei=40"
alt=""
/><a href="#" class="text-[#0067b8] underline font-semibold"
>Explore Surface devices</a
>
</li>
<li class="flex flex-col items-center m-3 space-y-3">
<img
class="w-fit"
src="https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/gldn-ICON-LL-xbox-logo-120x120?wid=40&hei=40"
alt=""
/><a href="#" class="text-[#0067b8] underline font-semibold"
>Buy Xbox games</a
>
</li>
<li class="flex flex-col items-center m-3 space-y-3">
<img
class="w-fit"
src="https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/gldn-Quick-Link-Icon-80x80-Microsoft-365?wid=40&hei=40"
alt=""
/><a href="#" class="text-[#0067b8] underline font-semibold"
>Get Windows 11</a
>
</li>
</ul>
</div>
</section>
<section class="card-container">
<div class="flex justify-center flex-wrap">
<div class="card px-3 mb-12 flex flex-col flex-1 min-w-[15rem]">
<picture class="w-full"
><img
class="w-full"
src="https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Surface-Laptop-Go-2-01-M01?wid=406&hei=230&fit=crop"
alt="Surface laptop go"
/></picture>
<div class="card-header mt-5 mb-1">
<span class="bg-[#ffb900] px-3 py-1 font-semibold">New</span>
</div>
<div class="card-body">
<h2 class="text-xl font-semibold mb-2">Surface Laptop Go 2</h2>
<p class="w-full">
A sleek laptop with a 12.4-inch touchscreen, great typing
experience and improved HD camera.
</p>
</div>
<div class="card-footer pt-5">
<a class="text-[#0067b8] cursor-pointer font-semibold" href="#"
>Learn More</a
>
</div>
</div>
<div class="card px-3 mb-12 flex flex-col flex-1 min-w-[15rem]">
<picture class="w-full"
><img
class="w-full"
src="https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Gldn-mscom-01-Black-Platinum-CP01?wid=406&hei=230&fit=crop"
alt=""
/></picture>
<div class="card-header mt-5 mb-1"></div>
<div class="card-body">
<h2 class="text-xl font-semibold mb-2">Surface Laptop 4</h2>
<p class="w-full">
Do it all with a perfect balance of sleek, ultra-thin design,
multitasking speed and improved performance.
</p>
</div>
<div class="card-footer pt-5">
<a class="text-[#0067b8] cursor-pointer font-semibold" href="#"
>Shop now</a
>
</div>
</div>
<span class="xmd:block w-full slg:inline slg:w-fit"></span>
<div class="card px-3 mb-12 flex flex-col flex-1 min-w-[15rem]">
<picture class="w-full"
><img
class="w-full"
src="https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-AEM-PC-Game-Pass-Expansion?wid=406&hei=230&fit=crop"
alt=""
/></picture>
<div class="card-header mt-5 mb-1"></div>
<div class="card-body">
<h2 class="text-xl font-semibold mb-2">PC Game Pass</h2>
<p class="w-full">
Unlock 100+ great games and EA Play, plus get your first month for
₹50. Offer available to new subscribers only.
</p>
</div>
<div class="card-footer pt-5">
<a class="text-[#0067b8] cursor-pointer font-semibold" href="#"
>Join now</a
>
</div>
</div>
<div class="card px-3 mb-12 flex flex-col flex-1 min-w-[15rem]">
<picture class="w-full"
><img
class="w-full"
src="https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/gldn-CP-Windows11-GlobalLaunch?wid=406&hei=230&fit=crop"
alt=""
/></picture>
<div class="card-header mt-5 mb-1"></div>
<div class="card-body">
<h2 class="text-xl font-semibold mb-2">
Designed for life today – and tomorrow
</h2>
<p class="w-full">
The next-generation of games. Your goals. Friends and family.
Windows 11 was made to bring you closer to everything you love.
</p>
</div>
<div class="card-footer pt-5">
<a class="text-[#0067b8] cursor-pointer font-semibold" href="#"
>See if your PC is ready</a
>
</div>
</div>
</div>
</section>
<section class="edge my-6">
<div class="flex justify-center">
<div class="w-fit slg:flex items-center">
<picture class="z-0"
><img
class="object-center object-cover h-80 md:h-96 lg:h-[35rem]"
src="https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/gldn-MSFT-hero-Edge:VP4-1260x600"
alt="A landscape"
/></picture>
<div
class="foreground bg-white py-11 px-4 lg:mx-3 lg:shadow-lg lg:-mt-10 lg:relative lg:z-10 lg:px-12 slg:absolute slg:w-96 slg:px-10 slg:mx-24"
>
<h2 class="text-2xl font-semibold mb-3">Microsoft Edge</h2>
<p class="my-6">
World-class performance with more privacy, more productivity and
more value while you browse
</p>
<a class="bg-[#0067b8] text-white px-3 py-2" href="#"
>Download now</a
>
</div>
</div>
</div>
</section>
<section class="card-container">
<div class="flex justify-center flex-wrap">
<div class="card px-3 mb-12 flex flex-col flex-1 min-w-[15rem]">
<picture class="w-full"
><img
class="w-full"
src="https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Surface-Laptop-Go-2-03-M01?wid=406&hei=230&fit=crop"
alt="Surface laptop go"
/></picture>
<div class="card-header mt-5 mb-1">
<span class="bg-[#ffb900] px-3 py-1 font-semibold">New</span>
</div>
<div class="card-body">
<h2 class="text-xl font-semibold mb-2">
Surface Laptop Go 2 for Business
</h2>
<p class="w-full">
A sleek, portable laptop featuring a great typing experience,
Windows 11 Pro and professional-grade performance.
</p>
</div>
<div class="card-footer pt-5">
<a class="text-[#0067b8] cursor-pointer font-semibold" href="#"
>Learn More</a
>
</div>
</div>
<div class="card px-3 mb-12 flex flex-col flex-1 min-w-[15rem]">
<picture class="w-full"
><img
class="w-full"
src="https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/gldn-CP-Microsoft-Teams-Commercial?wid=406&hei=230&fit=crop"
alt=""
/></picture>
<div class="card-header mt-5 mb-1"></div>
<div class="card-body">
<h2 class="text-xl font-semibold mb-2">
Get Microsoft Teams for free
</h2>
<p class="w-full">
Online meetings, chat and shared cloud storage – all in one place.
</p>
</div>
<div class="card-footer pt-5">
<a class="text-[#0067b8] cursor-pointer font-semibold" href="#"
>Sign up for free</a
>
</div>
</div>
<span class="xmd:block w-full slg:inline slg:w-fit"></span>
<div class="card px-3 mb-12 flex flex-col flex-1 min-w-[15rem]">
<picture class="w-full"
><img
class="w-full"
src="https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/gldn-M365-CP-Microsoft365-Commercial?wid=406&hei=230&fit=crop"
alt=""
/></picture>
<div class="card-header mt-5 mb-1"></div>
<div class="card-body">
<h2 class="text-xl font-semibold mb-2">
Microsoft 365 for business
</h2>
<p class="w-full">
Stay a step ahead with powerful apps for productivity, connection
and security.
</p>
</div>
<div class="card-footer pt-5">
<a class="text-[#0067b8] cursor-pointer font-semibold" href="#"
>Shop now</a
>
</div>
</div>
<div class="card px-3 mb-12 flex flex-col flex-1 min-w-[15rem]">
<picture class="w-full"
><img
class="w-full"
src="https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Windows-11-Business?wid=406&hei=230&fit=crop"
alt=""
/></picture>
<div class="card-header mt-5 mb-1"></div>
<div class="card-body">
<h2 class="text-xl font-semibold mb-2">
Windows 11 for business is here
</h2>
<p class="w-full">
Designed for hybrid work. Powerful for employees. Consistent for
IT. Secure for all.
</p>
</div>
<div class="card-footer pt-5">
<a class="text-[#0067b8] cursor-pointer font-semibold" href="#"
>Learn more</a
>
</div>
</div>
</div>
</section>
<div class="follow flex mx-6">
<div class="head">Follow Microsoft</div>
<div class="icons pl-6 space-x-6">
<i class="fa-brands fa-facebook-f text-2xl"></i
><i class="fa-brands fa-twitter text-2xl"></i
><i class="fa-brands fa-youtube text-2xl"></i>
</div>
</div>
<div class="back-to-top">
<div class="p-4 text-center md:text-right">
<a
class="px-3 py-[0.625rem] block bg-gray-300 hover:bg-white shadow-xl md:inline"
href="#"
><i class="fa-solid fa-arrow-up pr-3"></i>Back to top</a
>
</div>
</div>
<footer class="footer mt-10">
<div
class="body bg-[#f2f2f2] px-2 text-gray-500 md:px-5 lg:pr-52 slg:pr-0 slg:flex slg:justify-around"
>
<div
class="el-sec pt-10 space-y-10 md:flex md:space-y-0 md:justify-between slg:space-x-20"
>
<div class="el px-2">
<div class="heading font-bold text-[0.95rem] mb-4">What's new</div>
<ul class="text-xs space-y-4">
<li class="text-xs">Microsoft 365</li>
<li class="text-xs">Surface pro x</li>
<li class="text-xs">Surface pro 7</li>
<li class="text-xs">Surface Laptop 3</li>
<li class="text-xs">Windows 11 apps</li>
</ul>
</div>
<div class="el px-2">
<div class="heading font-bold text-[0.95rem] mb-4">What's new</div>
<ul class="text-xs space-y-4">
<li>Microsoft 365</li>
<li>Surface pro x</li>
<li>Surface pro 7</li>
<li>Surface Laptop 3</li>
<li>Windows 11 apps</li>
</ul>
</div>
<div class="el px-2">
<div class="heading font-bold text-[0.95rem] mb-4">What's new</div>
<ul class="text-xs space-y-4">
<li>Microsoft 365</li>
<li>Surface pro x</li>
<li>Surface pro 7</li>
<li>Surface Laptop 3</li>
<li>Windows 11 apps</li>
</ul>
</div>
</div>
<div
class="el-sec py-10 space-y-10 md:flex md:space-y-0 md:justify-between slg:space-x-20"
>
<div class="el px-2">
<div class="heading font-bold text-[0.95rem] mb-4">What's new</div>
<ul class="text-xs space-y-4">
<li>Microsoft 365</li>
<li>Surface pro x</li>
<li>Surface pro 7</li>
<li>Surface Laptop 3</li>
<li>Windows 11 apps</li>
</ul>
</div>
<div class="el px-2">
<div class="heading font-bold text-[0.95rem] mb-4">What's new</div>
<ul class="text-xs space-y-4">
<li>Microsoft 365</li>
<li>Surface pro x</li>
<li>Surface pro 7</li>
<li>Surface Laptop 3</li>
<li>Windows 11 apps</li>
</ul>
</div>
<div class="el px-2">
<div class="heading font-bold text-[0.95rem] mb-4">What's new</div>
<ul class="text-xs space-y-4">
<li>Microsoft 365</li>
<li>Surface pro x</li>
<li>Surface pro 7</li>
<li>Surface Laptop 3</li>
<li>Windows 11 apps</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>