-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
382 lines (327 loc) · 23 KB
/
index.html
File metadata and controls
382 lines (327 loc) · 23 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
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
<!DOCTYPE html>
<html lang="en" class = "scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Microsoft – AI, Cloud, Productivity, Computing, Gaming & Apps </title>
<!-- Adding the Icon for the Header of the Page -->
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!-- Adding the CSS Styles and Configuration here -->
<link rel = "stylesheet" href = "styles.css">
<!-- Google Fonts available with Microsoft Site -->
<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=Finlandica:ital,wght@0,400..700;1,400..700&family=Geologica:wght@100..900&display=swap" rel="stylesheet">
</head>
<body>
<!-- Creating a navbar here -->
<div class="navbar flex justify-between items-center md:px-5 md:py-3 lg:px-8 lg:pt-5 xl:px-9 bg-white">
<div class = "flex justify-between items-center md:hidden">
<div class="toggle-button inline-block p-3 cursor-pointer">
<div class="line h-0.5 w-5 my-1 bg-black rounded-md"></div>
<div class="line h-0.5 w-5 my-1 bg-black rounded-md"></div>
<div class="line h-0.5 w-5 my-1 bg-black rounded-md"></div>
</div>
<div class="search-logo"> <img src = "images/icons8-search.svg" alt="Search Icon" class = "w-5 sm:hidden scale-x-[-1] ml-1"> </div>
</div>
<!-- Microsoft Logo -->
<div class="logo md:order-1 flex items-center lg:space-x-4">
<img src = "images/microsoft.png" alt = "Microsoft Image" class = "sm:w-28 md:w-[6rem] xsz:w-[100px] lg:w-32">
<ul class="dropdown xsz:hidden xsz:top-3 xsz:left-3 xsz:rounded-md xsz:shadow-md xsz:p-2 xsz:space-y-2 xsz:bg-white xsz:w-80 xsz:text-sm md:rounded-none md:shadow-none md:space-y-0 md:flex sm:space-y-3 absolute md:static md:mx-3 md:space-x-3 lg:space-x-4 md:w-auto md:h-auto md:translate-x-0 sm:text-[16px] ft1 font-light
lg:text-[15px] 2xl:text-[17px] transition-opacity duration-100">
<li> <a href = "#" class = "fitem active:text-[#03a5f0] md:hover:underline md:hover:underline-offset-4"> Microsoft 365 </a> </li>
<li> <a href = "#" class = "fitem active:text-[#03a5f0] md:hover:underline md:hover:underline-offset-4"> Teams </a> </li>
<li> <a href = "#" class = "fitem active:text-[#03a5f0] md:hover:underline md:hover:underline-offset-4"> Copilot </a> </li>
<li> <a href = "#" class = "fitem active:text-[#03a5f0] md:hover:underline md:hover:underline-offset-4"> Windows </a> </li>
<li> <a href = "#" class = "fitem active:text-[#03a5f0] md:hover:underline md:hover:underline-offset-4"> Surface </a> </li>
<li> <a href = "#" class = "fitem active:text-[#03a5f0] md:hover:underline md:hover:underline-offset-4"> Xbox </a> </li>
<li> <a href = "#" class = "fitem active:text-[#03a5f0] md:hover:underline md:hover:underline-offset-4"> Support </a> </li>
<li> <a href = "#" class = "fitem md:hidden"> Software </a> </li>
<li> <a href = "#" class = "fitem md:hidden"> PCs & Devices </a> </li>
<li> <a href = "#" class = "fitem md:hidden"> Entertainment </a> </li>
<li> <a href = "#" class = "fitem md:hidden"> Business </a> </li>
<li> <a href = "#" class = "fitem md:hidden"> Developer & IT </a> </li>
<li> <a href = "#" class = "fitem md:hidden"> Other </a> </li>
<li> <a href = "#" class = "fitem md:hidden"> View Sitemap </a> </li>
</ul>
</div>
<!-- Microsoft Cart and Profile Icon -->
<div class="cart-icon md:order-2 flex md:gap-4 sm:gap-3 mr-3">
<img src = "images/icons8-search.svg" alt="Searh Icon" class = "search-logo w-5 max-sm:hidden scale-x-[-1] lg:w-6">
<img src = "images/clock_16058099.png" alt = "cart Icon" class = "cart-icon w-5 lg:w-6">
<img src = "images/user_17740782.png" alt = "User Icon" class = "user-icon w-5 max-sm:hidden lg:w-6">
</div>
</div>
<!-- Creating the First Look of the Page here -->
<div class="slider xsz:my-1" id = "sliderBlock1">
<!-- Here we have multiple divisions of the page regarding the mainframe creation -->
<div class="bgwindow flex flex-col">
<!-- ScrollBlock here -->
<div class="scrollblock">
<div class="firstPart object-fill">
<img src = "images/slider1.avif" alt = "Main Frame Image" class = "w-full">
<div class="relContent xsz:my-2 xsz:mx-2 xsz:py-4 xsz:px-3 xsz:space-y-4 shadow-lg xsz:rounded-md lg:absolute lg:top-32 lg:left-16 lg:w-[420px] xl:w-[500px] lg:m-0 lg:p-7 xl:p-11 2xl:w-[650px] 2xl:p-14 2xl:space-y-6 bg-white">
<h1 class = "xsz:text-xl sm:text-2xl lg:text-3xl ft1"> Meet Surface Pro </h1>
<p class = "xsz:text-lg ft2">
This laptop's unrivalled flexibility and AI features like Live Captions and Cocreator, enable you to do more than you ever imagined.
</p>
<button type = "button" class = "xsz:py-2 xsz:px-4 bg-[#0067b8] text-white rounded font-bold md:text-lg"> Learn More </button>
</div>
</div>
<div class="secondPart hidden">
<img src = "images/slider2.avif" alt = "Main Frame Image" class = "w-full">
<div class="relContent xsz:my-2 xsz:mx-2 xsz:py-4 xsz:px-3 xsz:space-y-4 shadow-lg xsz:rounded-md lg:absolute lg:top-44 lg:left-16 lg:w-[420px] xl:w-[500px] lg:m-0 lg:p-7 xl:p-11 2xl:w-[650px] 2xl:p-14 2xl:space-y-6 bg-white bg-opacity-40">
<h1 class = "xsz:text-xl sm:text-2xl lg:text-3xl ft1"> Achieve the Extraordinary </h1>
<p class = "xsz:text-lg ft2">
Microsoft 365 delivers cloud storage, security and Microsoft Copilot in your favourite apps - all in one plan.
</p>
<button type = "button" class = "xsz:py-2 xsz:px-4 bg-[#0067b8] text-white rounded font-bold md:text-lg"> Shop Microsoft 365 </button>
</div>
</div>
</div>
</div>
</div>
<!-- Microsoft Applications here -->
<div class="applications xsz:my-5 xsz:mx-5 flex flex-row flex-wrap xsz:gap-10 justify-center">
<!-- Elements here regarding Microsoft Applications -->
<div class="appElements flex flex-col xsz:gap-2 items-center">
<img src = "images/window-icon.svg" alt="Windows Icons here" class = "xsz:w-14 md:w-16">
<p class = "xsz:text-base ft2 xsz:font-medium text-[#0067b8] md:text-lg md:font-semibold">
<a href = "#"> Choose your Microsoft 365 </a>
</p>
</div>
<div class="appElements flex flex-col xsz:gap-2 items-center">
<img src = "images/xbox-icon.svg" alt="Windows Icons here" class = "xsz:w-14 md:w-16">
<p class = "xsz:text-base ft2 xsz:font-medium text-[#0067b8] md:text-lg md:font-semibold">
<a href = "#"> Shop Xbox </a>
</p>
</div>
<div class="appElements flex flex-col xsz:gap-2 items-center">
<img src = "images/window-icon.svg" alt="Windows Icons here" class = "xsz:w-14 md:w-16">
<p class = "xsz:text-base ft2 xsz:font-medium text-[#0067b8] md:text-lg md:font-semibold">
<a href = "#"> Get Windows 11 </a>
</p>
</div>
<div class="appElements flex flex-col xsz:gap-2 items-center">
<img src = "images/tablet-icon.svg" alt="Windows Icons here" class = "xsz:w-14 md:w-16">
<p class = "xsz:text-base ft2 xsz:font-medium text-[#0067b8] md:text-lg md:font-semibold">
<a href = "#"> Explore Surface devices </a>
</p>
</div>
</div>
<div class="contentBlock1 xsz:m-2 xsz:p-2 sm:my-4 flex flex-row flex-wrap xsz:items-center xsz:justify-center xsz:gap-7 sm:gap-6 sm:justify-evenly lg:gap-8 lg:mx-4 xl:flex-nowrap">
<!-- Content's Blocks regarding the Applications are here -->
<div class="blks flex flex-col rounded-md shadow-lg xsz:gap-3 sm:w-72 md:w-[345px] lg:w-96 xl:w-80 2xl:w-96">
<img src = "images/blkimg1.avif" alt = "First Block Image" class = "rounded-t-md">
<div class="blk-content xsz:p-4 xsz:space-y-3">
<h1 class = "ft1 xsz:text-[20px] md:text-[21px]"> Surface Laptop, Copilot + PC </h1>
<p class = "ft2 xsz:text-base">
Unlock AI features like Live Captions and Cocreator with this exceptionally powerful laptop.
</p>
<button type = "button" class = "xsz:py-2 xsz:px-3 bg-[#0067b8] text-white rounded-[3px] font-bold md:text-lg"> Learn More </button>
</div>
</div>
<div class="blks flex flex-col rounded-md shadow-lg xsz:gap-3 sm:w-72 md:w-[345px] lg:w-96 xl:w-80 2xl:w-96">
<img src = "images/blkimg2.avif" alt = "First Block Image" class = "rounded-t-md">
<div class="blk-content xsz:p-4 xsz:space-y-3">
<h1 class = "ft1 xsz:text-[20px] md:text-[21px]"> Copilot is your AI companion </h1>
<p class = "ft2 xsz:text-base">
Always by your side, ready to support you whenever and wherever you need it.
</p>
<button type = "button" class = "xsz:py-2 xsz:px-3 bg-[#0067b8] text-white rounded-[3px] font-bold md:text-lg"> Download the Copilot app </button>
</div>
</div>
<div class="blks flex flex-col rounded-md shadow-lg xsz:gap-3 sm:w-72 md:w-[345px] lg:w-96 xl:w-80 2xl:w-96">
<img src = "images/blkimg3.avif" alt = "First Block Image" class = "rounded-t-md">
<div class="blk-content xsz:p-4 xsz:space-y-3">
<h1 class = "ft1 xsz:text-[20px] md:text-[21px]"> Xbox Series X </h1>
<p class = "ft2 xsz:text-base">
The fastest, most powerful Xbox ever.
</p>
<button type = "button" class = "xsz:py-2 xsz:px-3 bg-[#0067b8] text-white rounded-[3px] font-bold md:text-lg"> Shop Xbox Series X </button>
</div>
</div>
<div class="blks flex flex-col rounded-md shadow-lg xsz:gap-3 sm:w-72 md:w-[345px] lg:w-96 xl:w-80 2xl:w-96">
<img src = "images/blkimg4.avif" alt = "First Block Image" class = "rounded-t-md">
<div class="blk-content xsz:p-4 xsz:space-y-3">
<h1 class = "ft1 xsz:text-[20px] md:text-[21px]"> Game Pass </h1>
<p class = "ft2 xsz:text-base">
Play new games on day one.Plus, enjoy hundreds of high-quality games with friends on console and PC.
</p>
<button type = "button" class = "xsz:py-2 xsz:px-3 bg-[#0067b8] text-white rounded-[3px] font-bold md:text-lg"> Join Now </button>
</div>
</div>
<div class="blks flex flex-col rounded-md shadow-lg xsz:gap-3 sm:w-72 md:w-[345px] lg:hidden">
<img src = "images/blkimg5.avif" alt = "First Block Image" class = "rounded-t-md">
<div class="blk-content xsz:p-4 xsz:space-y-3">
<h1 class = "ft1 xsz:text-[20px] md:text-[21px]"> Xbox Series S </h1>
<p class = "ft2 xsz:text-base">
Next-gen performance in the smallest Xbox ever.
</p>
<button type = "button" class = "xsz:py-2 xsz:px-3 bg-[#0067b8] text-white rounded-[3px] font-bold md:text-lg"> Shop Xbox Series <S></S> </button>
</div>
</div>
</div>
<!-- Another Element here regarding last hidden Block -->
<div class="bwBlock xsz:hidden sm:hidden md:visible lg:block lg:my-8">
<div class="contentBlock flex flex-col justify-center items-center lg:w-full xl:w-100">
<img src = "images/btwblkimg.avif" alt="Between Block Image" class = "">
<div class="mainContent lg:space-y-3 lg:bg-white lg:-mt-10 lg:w-3/5 lg:p-4 lg:rounded-sm lg:shadow-md xl:bg-transparent xl:absolute xl:w-80 xl:shadow-none xl:m-0 xl:left-96 2xl:left-[500px] 2xl:bg-black 2xl:bg-opacity-15 2xl:rounded-md 2xl:shadow-lg">
<h1 class = "ft1 xsz:text-[20px] md:text-[21px] lg:text-2xl"> Xbox Series S </h1>
<p class = "ft2 xsz:text-base">
Next-gen performance in the smallest Xbox ever.
</p>
<button type = "button" class = "xsz:py-2 xsz:px-3 bg-[#0067b8] text-white rounded-[3px] font-bold md:text-lg"> Shop Xbox Series <S></S> </button>
</div>
</div>
</div>
<!-- Business Related Tools here -->
<div class="businessTools xsz:m-4">
<h1 class = "xsz:text-2xl xsz:font-semibold ft1 xsz:ml-4"> For Business </h1>
<div class="contentBlock1 xsz:m-2 xsz:p-2 sm:my-4 flex flex-row flex-wrap xsz:items-center xsz:justify-center xsz:gap-7 sm:gap-6 sm:justify-evenly lg:gap-8 lg:mx-4 xl:flex-nowrap">
<!-- Content's Blocks regarding the Applications are here -->
<div class="blks flex flex-col rounded-md shadow-lg xsz:gap-3 sm:w-72 md:w-[345px] lg:w-96 xl:w-80 2xl:w-96">
<img src = "images/blk2img1.avif" alt = "First Block Image" class = "rounded-t-md">
<div class="blk-content xsz:p-4 xsz:space-y-3">
<h1 class = "ft1 xsz:text-[20px] md:text-[21px]"> Surface for Business </h1>
<p class = "ft2 xsz:text-base">
No matter what you do, there's Surface to help you do it.
</p>
<button type = "button" class = "xsz:py-2 xsz:px-3 bg-[#0067b8] text-white rounded-[3px] font-bold md:text-lg"> Shop Now </button>
</div>
</div>
<div class="blks flex flex-col rounded-md shadow-lg xsz:gap-3 sm:w-72 md:w-[345px] lg:w-96 xl:w-80 2xl:w-96">
<img src = "images/blk2img2.avif" alt = "First Block Image" class = "rounded-t-md">
<div class="blk-content xsz:p-4 xsz:space-y-3">
<h1 class = "ft1 xsz:text-[20px] md:text-[21px]"> Microsoft 365 Copilot </h1>
<p class = "ft2 xsz:text-base">
Saves time and focus on the things that matter most with AI in Microsoft 365 for business.
</p>
<button type = "button" class = "xsz:py-2 xsz:px-3 bg-[#0067b8] text-white rounded-[3px] font-bold md:text-lg"> Learn More </button>
</div>
</div>
<div class="blks flex flex-col rounded-md shadow-lg xsz:gap-3 sm:w-72 md:w-[345px] lg:w-96 xl:w-80 2xl:w-96">
<img src = "images/blk2img3.avif" alt = "First Block Image" class = "rounded-t-md">
<div class="blk-content xsz:p-4 xsz:space-y-3">
<h1 class = "ft1 xsz:text-[20px] md:text-[21px]"> Get Microsoft Teams for your Business </h1>
<p class = "ft2 xsz:text-base">
Online meetings, chat, real-time collaboration, and shared cloud storage - all in one place.
</p>
<button type = "button" class = "xsz:py-2 xsz:px-3 bg-[#0067b8] text-white rounded-[3px] font-bold md:text-lg md:py-1 lg:py-1 sm:text-sm sm:px-2 lg:text-[14px] 2xl:text-base"> Find the right plan for your Business </button>
</div>
</div>
<div class="blks flex flex-col rounded-md shadow-lg xsz:gap-3 sm:w-72 md:w-[345px] lg:w-96 xl:w-80 2xl:w-96">
<img src = "images/blk2img4.avif" alt = "First Block Image" class = "rounded-t-md">
<div class="blk-content xsz:p-4 xsz:space-y-3">
<h1 class = "ft1 xsz:text-[20px] md:text-[21px]"> Windows 11 for Business </h1>
<p class = "ft2 xsz:text-base">
Designed for hybrid work. Powerful for employees. Consistent for IT. Secure for all.
</p>
<button type = "button" class = "xsz:py-2 xsz:px-3 bg-[#0067b8] text-white rounded-[3px] font-bold md:text-lg"> Learn More </button>
</div>
</div>
</div>
</div>
<!-- Social Icons & Back to Top Flip Button here -->
<div class = "lastBlock flex flex-row flex-wrap xsz:my-2 xsz:mx-4 lg:mx-20 justify-around xsz:gap-4 items-center sm:justify-evenly lg:justify-between">
<div class = "socialIcons flex flex-row items-center xsz:gap-3">
<h3 class = "ft1 sm:text-lg sm:font-semibold"> Follow Microsoft </h3>
<div class = "Icons flex flex-row items-center xsz:gap-2 xl:gap-4">
<a href = "#"> <img src = "images/facebookIcon.avif" alt = "Facebook Page Link Image" class = "w-8 rounded-md shadow-md"> </a>
<a href = "#"> <img src = "images/twitterIcon.webp" alt = "Twitter Page Link Image" class = "w-8 rounded-md shadow-md"> </a>
<a href = "#"> <img src = "images/youtubeIcon.webp" alt = "Youtube Page Link Image" class = "w-8 rounded-md shadow-md"> </a>
</div>
</div>
<!-- A Button to reach to the First Block of the page. -->
<a href = "#sliderBlock1">
<button type = "button" class = "ft1 bg-slate-300 font-semibold shadow-md xsz:rounded-sm xsz:px-3 xsz:py-1 sm:px-5 xl:text-[18px]"> Back to Top </button>
</a>
</div>
<!-- Getting started with the footer of the Page -->
<div class="pageFooter xsz:mt-7 xsz:py-5 xsz:px-10 bg-slate-200 flex flex-col xsz:gap-4 md:gap-5 lg:gap-6 xl:gap-8 justify-center items-center">
<div class="listsBlock flex flex-row flex-wrap xsz:justify-center sm:justify-evenly xsz:items-center md:items-start xsz:gap-5 xl:gap-10">
<!-- Here we have the block of the Lists containing different Microsoft Links -->
<div class="blockList text-slate-800 flex flex-col xsz:space-y-3">
<h3 class = "ft1 xsz:text-xl font-semibold"> What's New </h3>
<ul class = "xsz:space-y-2 font-medium xsz:text-sm">
<li> <a href = "#"> Surface Pro </a> </li>
<li> <a href = "#"> Surface Laptop </a> </li>
<li> <a href = "#"> Microsoft Copilot </a> </li>
<li> <a href = "#"> Microsoft 365 </a> </li>
<li> <a href = "#"> Explore Microsoft Products </a> </li>
<li> <a href = "#"> Windows 11 Apps </a> </li>
</ul>
</div>
<div class="blockList text-slate-800 flex flex-col xsz:space-y-3">
<h3 class = "ft1 xsz:text-xl font-semibold"> Microsoft Store </h3>
<ul class = "xsz:space-y-2 font-medium xsz:text-sm">
<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 = "#"> Order Tracking </a> </li>
</ul>
</div>
<div class="blockList text-slate-800 flex flex-col xsz:space-y-3">
<h3 class = "ft1 xsz:text-xl font-semibold"> Education </h3>
<ul class = "xsz:space-y-2 font-medium xsz:text-sm">
<li> <a href = "#"> Microsoft in Education </a> </li>
<li> <a href = "#"> Devices for Education </a> </li>
<li> <a href = "#"> Microsoft Teams for Education </a> </li>
<li> <a href = "#"> Microsoft 365 Education </a> </li>
<li> <a href = "#"> Office Education </a> </li>
<li> <a href = "#"> Education Training & Development </a> </li>
<li> <a href = "#"> Deals for Students & Parents </a> </li>
<li> <a href = "#"> Azure for Students </a> </li>
</ul>
</div>
<div class="blockList text-slate-800 flex flex-col xsz:space-y-3">
<h3 class = "ft1 xsz:text-xl font-semibold"> Business </h3>
<ul class = "xsz:space-y-2 font-medium xsz:text-sm">
<li> <a href = "#"> Microsoft Cloud </a> </li>
<li> <a href = "#"> Microsoft Security </a> </li>
<li> <a href = "#"> Azure </a> </li>
<li> <a href = "#"> Dyamics 365 </a> </li>
<li> <a href = "#"> Microsoft 365 </a> </li>
<li> <a href = "#"> Microsoft Advertising </a> </li>
<li> <a href = "#"> Microsoft 365 Copilot </a> </li>
<li> <a href = "#"> Microsoft Teams </a> </li>
</ul>
</div>
<div class="blockList text-slate-800 flex flex-col xsz:space-y-3">
<h3 class = "ft1 xsz:text-xl font-semibold"> Developer & IT </h3>
<ul class = "xsz:space-y-2 font-medium xsz:text-sm">
<li> <a href = "#"> Microsoft Developer </a> </li>
<li> <a href = "#"> Documentation </a> </li>
<li> <a href = "#"> Microsoft Learn </a> </li>
<li> <a href = "#"> Microsoft Tech Community </a> </li>
<li> <a href = "#"> Azure Marketplace </a> </li>
<li> <a href = "#"> AppSource </a> </li>
<li> <a href = "#"> Microsoft Power Platform </a> </li>
<li> <a href = "#"> Visual Studio </a> </li>
</ul>
</div>
<div class="blockList text-slate-800 flex flex-col xsz:space-y-3">
<h3 class = "ft1 xsz:text-xl font-semibold"> Company </h3>
<ul class = "xsz:space-y-2 font-medium xsz:text-sm">
<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>
<li> <a href = "#"> Security </a> </li>
<li> <a href = "#"> Sustainability </a> </li>
</ul>
</div>
</div>
<div class="relatedContent flex flex-row flex-wrap list-none xsz:gap-3">
<li> <a href = "#" class = "xsz:text-base font-bold"> Contact Microsoft </a> </li>
<li> <a href = "#" class = "xsz:text-base font-bold"> Privacy </a> </li>
<li> <a href = "#" class = "xsz:text-base font-bold"> Terms of Use </a> </li>
<li> <a href = "#" class = "xsz:text-base font-bold"> Trademarks </a> </li>
<li> <a href = "#" class = "xsz:text-base font-bold"> About our Ads </a> </li>
<li> <a href = "#" class = "xsz:text-base font-bold"> © Microsoft 2025 </a> </li>
</div>
</div>
</body>
</html>