-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwindows_11.html
More file actions
379 lines (367 loc) · 14.5 KB
/
windows_11.html
File metadata and controls
379 lines (367 loc) · 14.5 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
<!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>Evolution of Windows - 11</title>
<!--Favicon-->
<link rel="icon" href="staticFiles/Images/windows.svg" sizes="any" type="image/svg+xml">
<!--Font Awesome-->
<script src="https://kit.fontawesome.com/1366e5f3b7.js" crossorigin="anonymous"></script>
<!--Google Font links-->
<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=Heebo:wght@200;400;700;900&family=Kreon:wght@300;400;700&display=swap"
rel="stylesheet">
<!--bootstrap cdn link-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<!--Stylesheet-->
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<nav class="navbar navbar-expand-lg">
<div class="icon">
<a class="navbar-brand" href="index.html">
<i class="fa-brands fa-windows fa-2xl"></i>
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01"
aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="windows_1.html">Windows 1.0</a>
</li>
<li class="nav-item">
<a class="nav-link" href="windows_2-4.html">Windows 2-98</a>
</li>
<li class="nav-item">
<a class="nav-link" href="windows_5-7.html">Windows xp-vista</a>
</li>
<li class="nav-item">
<a class="nav-link" href="windows_8-10.html">Windows 7-10</a>
</li>
<li class="nav-item">
<a class="nav-link" href="windows_11.html">Windows 11</a>
</li>
</ul>
</div>
</nav> <!--End of navbar-->
<div class="container main-body">
<h1 class="text-center mt-3">Windows 11</h1>
<hr>
<div class="row">
<div class="col-lg-3 col-md-2 col-sm-12 desktop">
<h4 class="text-lg-start text-md-start text-sm-center changes-list">
Most Impactful Changes
</h4>
<ul>
<li>New design</li>
<li>More apps</li>
<li>Microsoft teams</li>
<li>Security through the roof</li>
<li>FREE!!!!</li>
</ul>
</div>
<div class="col-lg-3 col-md-2 col-sm-12 mobile dropdown-center text-center my-3">
<button class="btn btn-info dropdown-toggle" type="button" data-bs-toggle="dropdown"
aria-expanded="false">
Most Impactful Changes 11
</button>
<ul class="dropdown-menu">
<li>
<p class="dropdown-item">New design</p>
</li>
<li>
<p class="dropdown-item">More apps</p>
</li>
<li>
<p class="dropdown-item">Microsoft teams</p>
</li>
<li>
<p class="dropdown-item">Security through the roof</p>
</li>
<li>
<p class="dropdown-item">FREE!!!!</p>
</li>
</ul>
</div>
<div class="col-lg-9 col-md-10 col-sm-12">
<p class="text-center">
Windows 11 is the most recent of the Windows updates, it came out
October 5th 2021. This update was unexpected from Microsoft since
they said their last Windows update was gonna be Windows 10. The
update came with updated apps, some optimizations of the touchscreen
and a new visual design. It also added the ability to download and run
Android apps on a Windows PC and updates to Microsoft Teams. This was
also the first free Windows update, if of course you had Windows 10.
They also said that Windows 11 is the most secure update they have ever
released.
</p>
</div>
</div>
<hr>
<div class="container">
<h3 class="text-center">System Requirements</h3>
<p class="text-center pb-3">
part of realizing how significant something is, is understanding how far it's come since
the beggining. This table shows the minimum system requirements for every major version of Windows,
starting with Windows 1.0 all the way to the most recent version, Windows 11.
</p>
<hr>
<table class="table table-desktop">
<thead>
<tr>
<th scope="col">Version</th>
<th scope="col">Processor</th>
<th scope="col">RAM</th>
<th scope="col">Storage</th>
<th scope="col">Graphics</th>
<th scope="col">Display</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">11</th>
<td>1Ghz/2 core</td>
<td>4 Gb</td>
<td>64 Gb</td>
<td>DirectX 12 or later</td>
<td>HD 720p</td>
</tr>
<tr>
<th scope="row">10</th>
<td>1Ghz</td>
<td>1Gb</td>
<td>32Gb</td>
<td>DirectX 9</td>
<td>800x600</td>
</tr>
<tr>
<th scope="row">8</th>
<td>1Ghz</td>
<td>1Gb</td>
<td>20Gb</td>
<td>DirectX 9</td>
<td>800x600</td>
</tr>
<tr>
<th scope="row">7</th>
<td>1Ghz</td>
<td>1Gb</td>
<td>16Gb</td>
<td>DirectX 9</td>
<td>800x600</td>
</tr>
<tr>
<th scope="row">Vista</th>
<td>800Mhz</td>
<td>512Mb</td>
<td>16Gb</td>
<td>DirectX 9</td>
<td>800x600</td>
</tr>
<tr>
<th scope="row">XP</th>
<td>233Mhz</td>
<td>64Mb</td>
<td>1.5Gb</td>
<td>SVGA</td>
<td>1280x720</td>
</tr>
<tr>
<th scope="row">98</th>
<td>66Mhz</td>
<td>16Mb</td>
<td>225Mb</td>
<td>VGA</td>
<td>640x480</td>
</tr>
<tr>
<th scope="row">95</th>
<td>Intel 386DX</td>
<td>4Mb</td>
<td>50Mb</td>
<td>VGA</td>
<td>640x480</td>
</tr>
<tr>
<th scope="row">3</th>
<td>8086</td>
<td>1Mb</td>
<td>6Mb</td>
<td>VGA</td>
<td>640x480</td>
</tr>
<tr>
<th scope="row">2</th>
<td>80286</td>
<td>512kb</td>
<td>2 double-sided floppy drives</td>
<td>EGA or VGA</td>
<td>640x480</td>
</tr>
<tr>
<th scope="row">1</th>
<td>8088</td>
<td>256Kb</td>
<td>2 double-sided floppy drives</td>
<td>CGA, HGC, or EGA</td>
<td>640x480</td>
</tr>
</tbody>
</table>
<table class="table table-sm table-mobile mb-5">
<thead>
<tr>
<th scope="col">Version</th>
<th scope="col">Processor</th>
<th scope="col">RAM</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">11</th>
<td>1Ghz/2 core</td>
<td>4 Gb</td>
</tr>
<tr>
<th scope="row">10</th>
<td>1Ghz</td>
<td>1Gb</td>
</tr>
<tr>
<th scope="row">8</th>
<td>1Ghz</td>
<td>1Gb</td>
</tr>
<tr>
<th scope="row">7</th>
<td>1Ghz</td>
<td>1Gb</td>
</tr>
<tr>
<th scope="row">Vista</th>
<td>800Mhz</td>
<td>512Mb</td>
</tr>
<tr>
<th scope="row">XP</th>
<td>233Mhz</td>
<td>64Mb</td>
</tr>
<tr>
<th scope="row">98</th>
<td>66Mhz</td>
<td>16Mb</td>
</tr>
<tr>
<th scope="row">95</th>
<td>Intel 386DX</td>
<td>4Mb</td>
</tr>
<tr>
<th scope="row">3</th>
<td>8086</td>
<td>1Mb</td>
</tr>
<tr>
<th scope="row">2</th>
<td>80286</td>
<td>512kb</td>
</tr>
<tr>
<th scope="row">1</th>
<td>8088</td>
<td>256Kb</td>
</tr>
</tbody>
</table>
<hr class="py-3 table-mobile">
<table class="table table-sm table-mobile pt-3">
<thead>
<tr>
<th scope="col">Storage</th>
<th scope="col">Graphics</th>
<th scope="col">Display</th>
</tr>
</thead>
<tbody>
<tr>
<td>64 Gb</td>
<td>DirectX 12 or later</td>
<td>HD 720p</td>
</tr>
<tr>
<td>32Gb</td>
<td>DirectX 9</td>
<td>800x600</td>
</tr>
<tr>
<td>20Gb</td>
<td>DirectX 9</td>
<td>800x600</td>
</tr>
<tr>
<td>16Gb</td>
<td>DirectX 9</td>
<td>800x600</td>
</tr>
<tr>
<td>16Gb</td>
<td>DirectX 9</td>
<td>800x600</td>
</tr>
<tr>
<td>1.5Gb</td>
<td>SVGA</td>
<td>1280x720</td>
</tr>
<tr>
<td>225Mb</td>
<td>VGA</td>
<td>640x480</td>
</tr>
<tr>
<td>50Mb</td>
<td>VGA</td>
<td>640x480</td>
</tr>
<tr>
<td>6Mb</td>
<td>VGA</td>
<td>640x480</td>
</tr>
<tr>
<td>2 double-sided floppy drives</td>
<td>EGA or VGA</td>
<td>640x480</td>
</tr>
<tr>
<td>2 double-sided floppy drives</td>
<td>CGA, HGC, or EGA</td>
<td>640x480</td>
</tr>
</tbody>
</table>
</div>
</div>
<footer>
<div class="container my-1 text-center">
<p>Michael Trout & Zachary Fortman • Spring 2023</p>
</div>
</footer>
<!--bootstrap scripts-->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.7/dist/umd/popper.min.js"
integrity="sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.min.js"
integrity="sha384-Y4oOpwW3duJdCWv5ly8SCFYWqFDsfob/3GkgExXKV4idmbt98QcxXYs9UoXAB7BZ"
crossorigin="anonymous"></script>
</body>
</html>