-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (156 loc) · 8.5 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>What the commit</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Software Development for the NFT Community as a NFT">
<link rel="stylesheet" href="css/bulma/bulma.min.css">
<link rel="icon" type="image/svg+xml" href="bulma-plain-assets/logos/robot_light_grey.svg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdn.ethers.io/lib/ethers-5.5.3.umd.min.js" type="application/javascript"></script>
<style>
.has-text-grey a {
color: #7a7a7a;
}
.has-text-grey a:hover {
color: #363636;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DBV39WC2P5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DBV39WC2P5');
</script>
</head>
<body>
<div>
<section class="section pt-0">
<nav class="container pt-5">
<div class="navbar-brand" style="position: relative;left: -20px;">
<object type="image/svg+xml" data="bulma-plain-assets/logos/robot_light_grey.svg" width="80">
WTC Logo
<!-- fallback image in CSS -->
</object>
<h1 class="title has-text-weight-bold">
<a href="https://what-the-commit.com" style="color:#363636;" target="_blank">What the commit</a>
| <a href="https://floor.what-the-commit.com" style="color:#363636;">Floor Price Tracker</a>
</h1>
</div>
</nav>
<div class="container pt-5">
<div class="mb-5 columns is-multiline">
<div class="column is-12 is-5-desktop mb-5 mr-auto">
<h2 class="mb-6 is-size-1 is-size-3-mobile has-text-weight-bold">We build.
<br>For
the NFT community.</h2>
<div>
<div class="field">
<label class="label">Enter your wallets or ens addresses</label>
<div class="control mt-1">
<input type="text" class="wallet-address" name="wallet-address[]" />
<span class="icon" onclick="this.parentElement.parentElement.appendChild(this.parentElement.cloneNode(true));" style="cursor: pointer;">
<i class="fa fa-plus-circle"></i>
</span>
</div>
</div>
<button onclick="loadWallets();">Load</button>
</div>
<div id="portfolio-value-container">
<h2 class="mt-2 is-size-1 is-size-3-mobile has-text-weight-bold" style="display: none;"
id="portfolio-value-heading">
Current Portfolio Value<br />
<span id="portfolio-value"></span>Ξ<br/>
</h2>
</div>
</div>
<div class="column is-12 is-6-desktop">
<object type="image/svg+xml" data="bulma-plain-assets/wtc_example.svg"
class="is-5-desktop is-3-mobile">
NFT
<!-- fallback image in CSS -->
</object>
</div>
</div>
</div>
<div class="container pt-5">
<div class="mb-5">
<div class="notification is-danger" id="opensea-error" style="display: none;"></div>
</div>
</div>
<div class="container pt-5">
<div class="mb-5" id="container-breakdown-table">
</div>
</div>
</section>
<footer class="section">
<div class="container">
<div class="pb-5 is-flex is-flex-wrap-wrap is-justify-content-between is-align-items-center">
<div class="mr-auto mb-2">
<a class="navbar-item pl-0" href="#">
<object type="image/svg+xml" data="bulma-plain-assets/logos/robot_light_grey.svg" width="80"
style="position: relative;
left: -20px;">
WTC Logo
<!-- fallback image in CSS -->
</object>
<h1 class="title has-text-weight-bold">What the commit</h1>
</a>
</div>
<div>
<ul class="is-flex is-flex-wrap-wrap is-align-items-center is-justify-content-center">
<li class="mr-4">
<li class="mr-4">
<li class="mr-4">
<li>
</ul>
</div>
</div>
</div>
<div class="pt-5" style="border-top: 1px solid #dee2e6;"></div>
<div class="container">
<div class="is-flex-tablet is-justify-content-between is-align-items-center">
<p>All rights reserved © What the commit by Kevin Mauel<a style="top: 5px;
position: relative;" href="https://twitter.com/bavragor94" target="_blank">
<img src="bulma-plain-assets/socials/twitter.svg" alt=""></a><a style="top: 5px;
position: relative;" href="https://www.linkedin.com/in/kevin-mauel-656997134/" target="_blank">
<img src="bulma-plain-assets/socials/linkedin.svg" alt=""></a><br><a
href="https://polygonscan.com/address/0x5bcafb1061a183f767dd2d913c7ea43957dcdf02"
target="_blank">WTC
Contract</a><br /><br />
Made with ♥ by <a href="https://what-the-commit.com/" class="text-white">What The Commit</a> (<a
href="https://twitter.com/bavragor94" class="text-white">tony-stark.eth</a>) for the NFT community
<br />
<br />
For supporting my projects and keep them running, feel free to tip <b>tony-stark.eth</b>
</p>
<p>
</p>
<div class="py-2 is-hidden-tablet"></div>
<div class="ml-auto" style="position: absolute; top:0; right:0;">
<a class="mr-4 is-inline-block" href="https://twitter.com/wtc_nft" target="_blank">
<img src="bulma-plain-assets/socials/twitter.svg" alt=""></a>
<a class="mr-4 is-inline-block" href="https://discord.com/invite/pertRZCmmP" target="_blank">
<img src="bulma-plain-assets/logos/discord_black.svg" alt="" width="28"></a>
<a class="mr-4 is-inline-block" href="https://opensea.io/collection/what-the-commit"
target="_blank">
<img src="bulma-plain-assets/socials/opensea.svg" alt="" width="24"></a>
<a class="mr-4 is-inline-block" href="https://github.com/What-The-Commit"
target="_blank">
<img src="bulma-plain-assets/socials/github.svg" alt=""></a>
<a class="mr-4 is-inline-block" href="#">
</a>
<a class="is-inline-block" href="#">
</a>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/What-The-Commit/opensea-api@v1.2.1/opensea-api.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>