-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
146 lines (131 loc) · 7.51 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<!-- Main external CSS stylesheet -->
<link rel="stylesheet" href="mainstylesheet.css">
<title>The internet</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<!--just shifted text in-->
<div class="container">
<a class="navbar-brand" href="#"> <img src="images/internet-icon-vector.jpg" width="50" height="50" alt="" loading="lazy">
The internet</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="wiki.html">Wikipedia</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Educational.html">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="OnlineNews.html">Online News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="entertainment.html">Entertainment</a>
</li>
</ul>
</div>
</div>
</nav>
<div class = "container card-list">
<div class = "card-deck">
<div class = "row">
<div class = "col">
<div class="card">
<img src="images/wiki5.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title darkText">Wiki</h5>
<p class="card-text">Discover how Wikipedia grew and how it's used today.</p>
<a href="wiki.html" class="btn linkButton">Visit page</a>
</div>
</div>
</div>
<div class = "col">
<div class="card">
<img src="images/codecademy32.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title darkText">Education</h5>
<p class="card-text">Discover how the internet has changed todays education and why it has had such a positive impact.</p>
<a href="Educational.html" class="btn linkButton">Visit page</a>
</div>
</div>
</div>
<div class = "col">
<div class="card">
<img src="images/digital-media.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title darkText">Online News</h5>
<p class="card-text">Discover the positive impact the internet has had on traditional journalism.</p>
<a href="OnlineNews.html" class="btn linkButton">Visit page</a>
</div>
</div>
</div>
<div class = "col">
<div class="card">
<img src="images/YoutubeLogo.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title darkText">Entertainment</h5>
<p class="card-text">Discover the revolutionary advances in entertainment brought by the internet.</p>
<a href="entertainment.html" class="btn linkButton">Visit page</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class = "container-fluid secondaryParagraph">
<h2 class = "darkText">History</h2>
<p>
Long before the technology existed to actually build the internet, many scientists had already anticipated the existence of worldwide networks of information. Nikola Tesla toyed with the idea of a “world wireless system” in the early 1900s, and visionary thinkers like Paul Otlet and Vannevar Bush conceived of mechanized, searchable storage systems of books and media in the 1930s and 1940s.
Still, the first practical schematics for the internet would not arrive until the early 1960s, when MIT’s J.C.R. Licklider popularized the idea of an “Intergalactic Network” of computers. Shortly thereafter, computer scientists developed the concept of “packet switching,” a method for effectively transmitting electronic data that would later become one of the major building blocks of the internet.
The first workable prototype of the Internet came in the late 1960s with the creation of ARPANET, or the Advanced Research Projects Agency Network. Originally funded by the U.S. Department of Defense, ARPANET used packet switching to allow multiple computers to communicate on a single network.
</p>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-med-8">
<a class="footer-logo" href="">the internet</a>
<p>Webpage about the how the internet has made a positive social impact. Made with collaboration.</p>
</div>
<div class="col-med-8">
<div class="whiteText">
<h4>Useful links</h4>
</div>
<ul>
<li><a class="nav-link" href="index.html">Home</a></li>
<li><a class="nav-link" href="wiki.html">Wiki</a></li>
<li><a class="nav-link" href="entertainment.html">Entertainment</a></li>
<li><a class="nav-link" href="Educational.html">Education</a></li>
</ul>
</div>
</div>
<div class="w-100 text-center">
<p>Made by Jack, Corey, Sam and Suzanne © 2020. All rights reserved</p>
</div>
</div>
</footer>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<!-- Option 2: jQuery, Popper.js, and Bootstrap JS
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
-->
</body>
</html>