-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwindows_8-10.html
More file actions
228 lines (216 loc) · 9.99 KB
/
windows_8-10.html
File metadata and controls
228 lines (216 loc) · 9.99 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
<!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 - 7-10</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 7 - 10</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 7
</h4>
<ul>
<li>Multi-touch support</li>
<li>Virtual hard disk support</li>
<li>Improved windows media center</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 7
</button>
<ul class="dropdown-menu">
<li>
<p class="dropdown-item">Multi-touch support</p>
</li>
<li>
<p class="dropdown-item">Virtual hard disk support</p>
</li>
<li>
<p class="dropdown-item">Improved windows media center</p>
</li>
</ul>
</div>
<div class="col-lg-9 col-md-10 col-sm-12">
<h3 class="text-center">Windows 7</h3>
<hr>
<p class="text-center">
Windows 7 released on October 22th 2009, bringing a more simple and
refined user interface look. Windows 7’s goal was to be what windows
vista was but without the many bugs and problems with it. Microsoft
Windows 7 was a focus on trying to make it user-friendly instead of
an overload on dialogue box. This update was faster, stable, and
easier to use, which made a reason to change from Windows XP which
most users and businesses used before Windows 7.
</p>
</div>
</div>
<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 8
</h4>
<ul>
<li>Overhaul of interface</li>
<li>Faster</li>
<li>Touch screen accessible</li>
<li>Yearly update</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 8
</button>
<ul class="dropdown-menu">
<li>
<p class="dropdown-item">Overhaul of interface</p>
</li>
<li>
<p class="dropdown-item">Faster</p>
</li>
<li>
<p class="dropdown-item">Touch screen accessible</p>
</li>
<li>
<p class="dropdown-item">Yearly update</p>
</li>
</ul>
</div>
<div class="col-lg-9 col-md-10 col-sm-12">
<h3 class="text-center">Windows 8</h3>
<hr>
<p class="text-center">
This update was a complete redesign of the whole operating
system. Windows 8 came out on October 26th 2012 with
touchscreen and near instant on capabilities. This update
was faster than all other versions of Windows so far with
the ditching of the start button and menu to go for more
of a touch screen start screen. At least until Windows 8.1
which added the start button back for the users that still
used a mouse. This update also started the yearly updates
that Microsoft would do.
</p>
</div>
</div>
<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 10
</h4>
<ul>
<li>Multi-device support</li>
<li>Start Menu</li>
<li>EVEN FASTER</li>
<li>Better Security</li>
<li>Beta Release</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 10
</button>
<ul class="dropdown-menu">
<li>
<p class="dropdown-item">Multi-device support</p>
</li>
<li>
<p class="dropdown-item">Start Menu</p>
</li>
<li>
<p class="dropdown-item">EVEN FASTER</p>
</li>
<li>
<p class="dropdown-item">Better Security</p>
</li>
<li>
<p class="dropdown-item">Beta Release</p>
</li>
</ul>
</div>
<div class="col-lg-9 col-md-10 col-sm-12">
<h3 class="text-center">Windows 10</h3>
<hr>
<p class="text-center">
Windows 10 came out on July 29th 2015 with a beta release which was a
technical preview of this update. The update was another step in
Microsoft's U-turn from the touch screen days by bringing back the Start
Menu and a more traditional interface. This update also came with the
new mouse and keyboard mode and tablet mode which computers could switch
between them. Another interesting feature that Windows 10 brought was a
more secure user interface with the new authentication security. Lastly
this was also the update that let windows go to other devices like smartphones,
tablets, and Xbox consoles.
</p>
</div>
</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>