-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdotCom.html
More file actions
108 lines (101 loc) · 8.46 KB
/
dotCom.html
File metadata and controls
108 lines (101 loc) · 8.46 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
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TWZ860NQYZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TWZ860NQYZ');
</script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="css/pages.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;500&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="images/earth.png">
<meta charset="UTF-8">
<title>Dot Com Bubble</title>
</head>
<body>
<div>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">THE INTERNET: A HISTORY/EXPLANATION</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">ABOUT</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
HISTORY
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="invention.html">The Invention of the Internet</a>
<a class="dropdown-item" href="browserWars.html">Browser Wars</a>
<a class="dropdown-item" href="internetSearch.html">Internet Search</a>
<a class="dropdown-item" href="dotCom.html">Dot Com Bubble</a>
<a class="dropdown-item" href="people.html">Important People</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
HOW IT ALL WORKS
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="ICANN.html">Domain Names and ICANN</a>
<a class="dropdown-item" href="IP.html">IP Addresses, Packets and Routing</a>
<a class="dropdown-item" href="DNS.html">DNS</a>
<a class="dropdown-item" href="HTTP.html">HTTP and HTTPS Protocols</a>
<a class="dropdown-item" href="W3C.html">W3C and HTML and CSS</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
</div>
<img class="img-fluid" src="images/dotComBubble.jpg">
<div class="container">
<div class="row">
<div class="col-8">
<h1 class="py-4">Dot Com Bubble</h1>
<p>In the 1990s, there were 2 men who saw the Internet as a place of business. Jeff Bezos, with his market analyses and research, wanted to methodically create an online business. Pierre Omidyar, a humble software engineer, thought it would be cool to create an online auction site. Ebay would be fairer and more accessible than any existing market, putting individuals and companies on an even playing field. Amazon was planning on selling books and becoming profitable over time. However, within weeks, they were selling books in 45 countries and all 50 states. This sudden explosive growth drew the eyes of Wall Street. Users and customers alike were wary, however, as providing a website with credit card information was potentially unsafe. These fears were quelled by the invention of public key cryptography, allowing for the secure transfer of information between clients without the possibility of outside disruption. Amazon, even as they lost money, successfully marketed to Wall Street by claiming to be “the world’s bookstore” and hyping up their profit potential. Ebay, while in theory successful eCommerce, made Wall Street tentative. They weren’t sure if the web was just a fad or the future of commerce. Ebay found its success in collectors. A huge portion of the site’s sales were of toys and collectibles. In fact, 8% of the site’s listings at one point were Beanie Babies. The time when Ebay made its IPO was an unsure market with the Russian financial recession. However, their offering was a success and they were worth $2 billion. This triggered investors to go crazy over any company with “.com” in the name. Money was thrown left and right at tech startups, beginning an investment bubble. Even companies with no profit received funding. A number of factors spelled the beginning of the end for the bubble. The Y2K scare, involving computers not being able to handle the turn of the century, caused fear in the market; though there was no negative effect due to the vigilance of programmers. Alan Greenspan, chair of the federal reserve, used this as an opportunity to drastically raise federal interest rates; making the stock market unstable. The dotcom bubble created another bubble: the telecom bubble. Companies raced to create lots of fiber optic cables to support the ever expanding Internet. There was too much building and spending however, and this caused a crash in the telecom industry. As a result, these many cascading factors popped the dotcom bubble. Most of the fastest growing companies crashed and burned, with Ebay and Amazon being some of the few survivors. The NASDAQ lost ⅔ of its value in this crash.</p>
</div>
<div class="col-4 py-5">
<div class="card text-white bg-dark" style="width: 18rem;">
<div class="card-header">
HISTORY OF THE INTERNET
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item"><a href="invention.html">The Invention of the Internet</a></li>
<li class="list-group-item"><a href="browserWars.html">Browser Wars</a></li>
<li class="list-group-item"><a href="internetSearch.html">Internet Search</a></li>
<li class="list-group-item">Dot Com Bubble</li>
<li class="list-group-item"><a href="people.html">Important People</a></li>
</ul>
</div>
</div>
</div>
<footer class="mastfoot mt-auto py-4">
<div class="inner">
<h5>© Charles Wicklund 2020</h5>
</div>
</footer>
</div>
<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://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="../../../../assets/js/vendor/popper.min.js"></script>
<script src="../../../../dist/js/bootstrap.min.js"></script>
</body>
</html>