-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal-2.html
121 lines (100 loc) · 5.31 KB
/
final-2.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
<!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://images.squarespace-cdn.com/content/v1/5ca60161fb182016f251c4b9/1591733255398-6DY0DQKIWVVRXVLGE4NW/ke17ZwdGBToddI8pDm48kMO0fKrN9VSOh5GEkhbgBGgUqsxRUqqbr1mOJYKfIPR7LoDQ9mXPOjoJoqy81S2I8N_N4V1vUb5AoIIIbLZhVYxCRW4BPu10St3TBAUQYVKcxjng0kzhe5FubjmG51wRUwXwC0NQcfXsCKuxk79NRq3tSDc3RUbsqKAZUiiJln_M/Screen+Shot+2020-06-09+at+4.07.20+PM.png" alt="Powell Printing"
<body>
<div class="row mb-2">
<div class="col-md-6">
<div class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-primary">Dow Jones</strong>
<h3 class="mb-0">Ending Diagonal</h3>
<div class="mb-1 text-muted">Sep 5</div>
<p class="card-text mb-auto">This week gave us the final fourth wave (of the fifth) of this five month rally. The exchange shows very clearly a corrective B wave up, ready to complete a fifth wave up of the C wave, which will lead within the next week to another crash to a new low. This most likely will happen right after the elections. At the moment the market is being held up by QE unlimited the FED's have bought over 1 trillion mortgages. In our opinion page we have more details on this matter. </p>
</div>
<div class="col-auto d-none d-lg-block">
<svg class="bd-placeholder-img" width="200" height="250" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder:
<img src="<img style=": none;margin: auto;cursor: zoom-in;
<img src="DJ.jpg" width="2005" height="1030">" alt = "DowJones ending diagonal"
</div>
</div>
</div>
<img src="https://pbs.twimg.com/media/Ehahi-jX0AMqzGe?format=jpg&name=4096x4096" alt="DJI chart" width=700 height=700>
</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>