-
Notifications
You must be signed in to change notification settings - Fork 0
/
final-1.html
115 lines (91 loc) · 4.61 KB
/
final-1.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
<!doctype html>
<html lang="en">
<!--flexbox -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Boostrap 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://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="styles/style.css">
<title> Drown's Lair </title>
<link rel="icon" href="images/dna_icon.png">
</head>
<body>
<!--Bootstrap navbar -->
<nav class="navbar navbar-expand-sm fixed-top navbar-dark bg-dark">
<a class="navbar-brand" href="index.html">Drown's Liar</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarMenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarMenu">
<ul class="navbar-nav ml-auto">
<!-- Website pages -->
<li class="nav-item">
<a href="final-2.html" class="nav-link">Brief</a>
</li>
<li class="nav-item">
<a href="final-1.html" class="nav-link">Stocks</a>
</li>
<li class="nav-item">
<a href="final-3.html" class="nav-link">Opinion</a>
</li>
</li>
</ul>
</div>
</nav>
<main role="main" class="container">
<div class="starter-template">
<h1>Bootstrap starter template</h1>
<img src="https://cdn.discordapp.com/attachments/676664315214037011/748606072583094302/20200827_141300.jpg" alt="AAPL end is near"
<body>
<img src="https://pbs.twimg.com/media/EgFmoGYXkAAUi2h.jpg:large" alt="AAPL end is near"
<div class="col-md-6">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-success">Stocks</strong>
<h3 class="mb-0">Rotten AAPL</h3>
<div class="mb-1 text-muted">Aug 26</div>
<p class="mb-auto">The major technology stocks are showing very obvious signs of topping (the tops of third waves). The entire market is moving together and will drop together. This includes the top 5 stocks in the market which the market indexes are over weight.. In order to easly manipulate them to boost the market simular to 2000's dot com crash where the 5-6 top stocks made up most of the S&P500 and most of the other indexes as well. AAPL is showing a major reversal pattern according to elliott waves breaking one of the cardinal rules wave one can not go into 4 territory. In other words ending diagonal. </p>
<img src="https://pbs.twimg.com/media/EgXqARFXoAExxpk?format=jpg" width =800 alt="AAPL chart" />
</div>
</main><!-- /.container -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../assets/js/vendor/jquery.slim.min.js"><\/script>')</script><script src="../assets/dist/js/bootstrap.bundle.min.js"></script>
</html>
</div>
</div>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
Table
</title> Market Techinical Analysis Charts (Weekly Updates)
<style>
table
{
border: 1px solid black;
border-collapse: collapse;
}
td
{
border: 1px solid black;
padding: 5px;
}
th
{
background-color: blue;
}
</style>
</head>
<body>
<body>
<button id="black">B</button>
<button id="white">W</button>
<script>
let body = document.querySelector('body');
document.querySelector('#black').onclick = function() {
body.style.backgroundColor = 'black';
}
document.querySelector('#white').onclick = function() {
body.style.backgroundColor = 'white';
}
</script>