-
Notifications
You must be signed in to change notification settings - Fork 0
/
investortycoon.html
224 lines (153 loc) · 6.14 KB
/
investortycoon.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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<html>
<style>
body {
padding-left:20px;
}
.progress {
-webkit-transition: width 30.0s ease !important;
-moz-transition: width 30.0s ease !important;
-o-transition: width 30.0s ease !important;
transition: width 30.0s ease !important;
}
#container {
margin: 20px;
width: 400px;
height: 8px;
}
.progress-bar {
transition: width 1s linear;
transition-duration:50ms;
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script>
<body>
<div class="row">
<div class="col-sm-1"><p>BTC:<p id="money">0</p></p></div>
<div class="col-sm-8">Multiplier:<p id="multi">1x</p></div>
</div>
<img onclick="clock(); ;this.onclick=null;" src="http://pngimg.com/uploads/bitcoin/bitcoin_PNG48.png" style="width:40px;float:left;">
<div class="progress" style="width:20%;margin-top:10px">
<div id="progress" class="progress-bar progress-bar-striped active" role="progressbar"
aria-valuenow="40" max="250" aria-valuemin="0" aria-valuemax="100" style="width:0">
$0.20/s
</div>
</div>
<p id="coin" >Get 2 BitCoins To Unlock Ethereum To Make Even More Money</p>
<div id="progress3" style="display:none;">
<img onclick="clock2();this.onclick=null;" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Ethereum_logo_2014.svg/500px-Ethereum_logo_2014.svg.png" style="width:15px;float:left;margin:0 0 0 12px;">
<div class="progress" style="width:20%;margin:20px 20px 20px 40px;">
<div id="progress2" class="progress-bar progress-bar-striped active" role="progressbar"
aria-valuenow="40" max="250" aria-valuemin="0" aria-valuemax="100" style="width:0">
$0.20/s
</div>
</div>
</div>
<p id="coin2" >Get 20 BitCoins To Unlock Ripple To Make Even More Money</p>
<div id="progress4" style="display:none;">
<img onclick="clock4();this.onclick=null;" src="https://moguldom.com/wp-content/uploads/2018/01/Ripple-logo.png" style="width:15px;float:left;margin:0 0 0 12px;">
<div class="progress" style="width:20%;margin:20px 20px 20px 40px;">
<div id="progress5" class="progress-bar progress-bar-striped active" role="progressbar"
aria-valuenow="40" max="250" aria-valuemin="0" aria-valuemax="100" style="width:0">
$0.20/s
</div>
</div>
</div>
<div style="display:block;">
<strong><p id="coin2" data-toggle="tooltip" class="pull-left" title="Mental Models To Boost Your Profits" >Mental Models:</p></strong><br>
</div>
<ul>
<li id="mm1" style="display:block;">25 BTC: Unlock Inversion Principle for 1.2x profit</li>
<li id="mm1-l" style="display:none;" data-toggle="tooltip" class="pull-left" title="Thinking through a situation in reverse or thinking “backwards,” inversion is a problem-solving technique. When you consider what you want to avoid rather than what you want to get, you often come up with better solutions.">You've Unlocked Inversion Principle <i class="fas fa-check"></i></li>
<li>25 BTC: Circle of Competence for 1.2x profit</li>
<li>50 BTC: Unlock Second-Order Thinking for 1.4x profit</li>
</ul>
<button onclick="clearInterval(myTimer);clearInterval(myTimer2);clearInterval(myTimer3);">Stop</button>
<div style="display:none" id="pbar"></div>
</body>
<script>
/*
var clicks = 0;
function onClick() {
clicks += 1;
document.getElementById("clicks").innerHTML = clicks;
};
*/
var myTimer;
var m = 0;
var multi = 1;
function clock() {
myTimer = setInterval(myClock2, 10);
var c = 5;
var d = 0;
function myClock2() {
d += 1;
document.getElementById("progress").style.width = d
document.getElementById("pbar").innerHTML = d;
if (d >= 250) {
d = 0;
m += 1*multi;
m = Math.round(m * 100) / 100;
document.getElementById("money").innerHTML = m;
if (m > 1) {
document.getElementById("progress3").style.display = 'block';
document.getElementById("coin").style.display = 'none';
document.getElementById("multi").innerHTML = "1.1x";
multi = 1.1;
}
if (m > 19) {
document.getElementById("progress4").style.display = 'block';
document.getElementById("coin2").style.display = 'none';
}
if (m > 24) {
document.getElementById("mm1-l").style.display = 'block';
document.getElementById("mm1").style.display = 'none';
document.getElementById("multi").innerHTML = "1.2x";
multi = 1.2;
}
}
}
}
var myTimer2;
function clock2() {
myTimer2 = setInterval(myClock3, 10);
var d = 0;
function myClock3() {
d += 0.5;
document.getElementById("progress2").style.width = d
if (d >= 250) {
d = 0;
m += 5 * multi;
m = Math.round(m * 100) / 100;
document.getElementById("money").innerHTML = m;
}
}
}
var myTimer3;
function clock4() {
myTimer3 = setInterval(myClock4, 10);
var d = 0;
function myClock4() {
d += 0.25;
document.getElementById("progress5").style.width = d
if (d >= 250) {
d = 0;
m += 25 * multi;
m = Math.round(m * 100) / 100;
document.getElementById("money").innerHTML = m;
}
}
}
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</html>