-
Notifications
You must be signed in to change notification settings - Fork 0
/
indexOG.html
182 lines (149 loc) · 5.16 KB
/
indexOG.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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Upliftium Information</title>
<link href="css/singlePageTemplate.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>
var __adobewebfontsappname__ = "dreamweaver"
</script>
<script src="http://use.edgefonts.net/source-sans-pro:n2:default.js" type="text/javascript"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<h1 class="logo">Upliftium Statistics</h1>
</header>
<!-- Main Container -->
<div class="container">
<!-- stats Container -->
<div class="gallery">
<div class="thumbnail">
<h2 class="stats">
<div class="outputCircSup"></div>
</h2>
<h4>CIRCULATING</h4>
<p>Supply of Upliftium</p>
</div>
<div class="thumbnail">
<h2 class="stats">
<div class="outputIssuedSup"></div>
</h2>
<h4>ISSUED</h4>
<p>Supply of Upliftium</p>
</div>
<div class="thumbnail">
<h2 class="stats">
<div class="outputClaimable">
</h2>
<h4>CLAIMABLE</h4>
<p>Upliftium yet to be claimed</p>
</div>
<div class="thumbnail">
<h2 class="stats">
<div class="outputTransactionType"></div>
</h2>
<h4>Transactions</h4>
<p>In Game Shop Transactions</p>
</div>
<div class="thumbnail">
<h2 class="stats">
<div class="outputTotalBurn"></div>
</h2>
<h4>Total Burned</h4>
<p>Total Upliftium Burned (pictures/portals/wesaveuplift)</p>
</div>
<div class="thumbnail">
<h2 class="stats">
<div class="outputCrystallizeNFT"></div>
</h2>
<h4>Crystallized NFTS</h4>
<p>Total Upliftium Crystallized to MIO</p>
</div>
<div class="thumbnail">
<h2 class="stats">
<div class="MeltNFT"></div>
</h2>
<h4>Total Melted</h4>
<p>Total Melted MIOs</p>
</div>
<div class="thumbnail">
<h2 class="stats">
<div class="outputPictures"></div>
</h2>
<h4>Picture Installs</h4>
<p>Total Number of Picture Installs</p>
</div>
<div class="thumbnail">
<h2 class="stats">
<div class="outputPortals"></div>
</h2>
<h4>Portal Installs</h4>
<p>Total Number of Portal Installs</p>
</div>
<div class="thumbnail">
<h2 class="stats">
<div class="outputScreenshots"></div>
</h2>
<h4>Screen Shots</h4>
<p>Total Number of screenshots from uplift</p>
</div>
<div class="thumbnail">
<h2 class="stats">
<div class="outputWallets"></div>
</h2>
<h4>Wallets</h4>
<p>Linked Wallets</p>
</div>
<div class="thumbnail">
<h2 class="stats">
<div class="outputTransfers"></div>
</h2>
<h4>Upliftium Donations</h4>
<p>MIOs sent to wesaveuplift</p>
</div>
</div>
<!-- Navigation -->
<!-- Hero Section -->
<section class="hero" id="hero">
<h2 class="hero_header"><span class="light">
<hr>Top 100 Land Key (NOT ACCURATE!! COUNTING SHARDS CURRENTLY. SORRY. - Modded </span></h2>
<div class="output2"></div>
<h2 class="hero_header"><span class="light">
<hr>Top 100 Upliftium Burn</span></h2>
<div class="output3"></div>
<h2 class="hero_header"><span class="light">
<hr>Top 50 MIO</span></h2>
<div class="outputMio"></div>
<h2 class="hero_header"><span class="light">
<hr>Mio Donations</span></h2>
<div class="outputTransfersList"></div>
<h2 class="hero_header"><span class="light">
<hr>Top 25 Liftium ALCOR</span></h2>
<div class="output"></div>
<script src="app.js"></script>
<script src="TopKeyHolders.js"></script>
<script src="TopBurn.js"></script>
<script src="stats.js"></script>
<script src="mioStats.js"></script>
<script src="alcorStats.js"></script>
<script src="transferList.js"></script>
<!--
<script src="alcorChart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
<script src="alcorChart.js"></script> -->
</section>
<!-- Copyrights Section -->
<div class="copyright">©2022- <strong>ModdedOutlaw</strong></div>
</div>
<!-- Main Container Ends -->
</body>
</html>