-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimpacts.html
More file actions
64 lines (61 loc) · 2.8 KB
/
impacts.html
File metadata and controls
64 lines (61 loc) · 2.8 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
<!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="stylesheet" href="look.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
/>
<title>The Personal Computer</title>
</head>
<body>
<header>
<!-- Navbar -->
<nav id="navbar">
<div class="container">
<h1><a href="#">The Personal Computer</a></h1>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="origin.html">Origin</a></li>
<li><a href="impacts.html" class="current">Impacts</a></li>
<li><a href="annotatedbib.html">Bibliography</a></li>
</ul>
</div>
</nav>
<!-- Showcase Area -->
<div id="showcase">
<div class="container">
<div class="showcase-content">
<h2>Impacts</h2>
<p class="lead"> Benefits: The personal computer made and still makes life so much easier, it makes hard and tedious task so much simpler and easier, also with the use of the World Wide Web it can allow us to have access to virtually unlimited educational and entertainment information. Now educational material can be accesible to basically the whole world, as long as a computer is near by.
</p>
<br>
<div class="image">
<img src="education.jpeg" alt="education">
<img src="media.jpeg" alt="media">
</div>
<br>
<p class="lead"> Drawbacks: Although the personal computer has helped make life much easier, it has also brought in a negative effect that isn't good for productivity. Distractions, with an endless stream of entertainment, it is hard to get work done. An example of this, while working on this project I have gotten distracted around 7-8 times. It is hard to focus and be productive when you are surrounded by technology that steals your attention.
</p>
<br>
<div class="image">
<img src="distracted.jpeg" alt="distracted">
</div>
<br>
<p class="lead"> Importance: The personal computer was an invention that pioneered into a new frontier, the digital age where, almost everything is digital, shrinking the huge mainframes into desk sized computers, all the way into a phone that can fit in your pocket.
</p>
<br>
<div class="image">
<img src="evolution.png" alt="evolution">
</div>
<br>
</div>
</div>
</div>
</header>
<div class="clr"></div>
</body>
</html>