This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnftport.html
243 lines (198 loc) · 8.01 KB
/
nftport.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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MURALS APP</title>
<meta name="description" content="Murals NFTs marketplace" />
<meta name="keywords" content="buy and sell NFTs curated contents" />
<meta name="author" content="Xunorus" />
<link rel="shortcut icon" href="favicon.ico">
<!-- INSERCION -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.all.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/web3@latest/dist/web3.min.js"></script>
<!-- <script src="https://unpkg.com/moralis/dist/moralis.js"></script> -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Monda:wght@400;700&family=Monoton&display=swap" rel="stylesheet">
<!-- fn INSERCION -->
<link href="css/hamburgers.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/base.css" />
<script>document.documentElement.className="js";var supportsCssVars=function(){var e,t=document.createElement("style");return t.innerHTML="root: { --tmp-var: bold; }",document.head.appendChild(t),e=!!(window.CSS&&window.CSS.supports&&window.CSS.supports("font-weight","var(--tmp-var)")),t.parentNode.removeChild(t),e};supportsCssVars()||alert("Please view this demo in a modern browser that supports CSS Variables.");</script>
</head>
<body class="loading">
<br>
<!-- HEADER -->
<header>
<button class="hamburger hamburger--collapse" type="button" id="button" onclick="connect();" value="before">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
<img id="imgLogo" src="logo_cryptomurals.svg" />
<div class=" text-wrap" id="logg">
</div>
</header>
<!-- NAVBAR -->
<div id="sideBar" class="sidebar">
<a class="closeonclick" href="/"> </a>
<div id='sidebarContent'>
<h1>Your Items:</h1>
<p id='fakeinfo'>nothing here yet :(</p>
<!-- <img id="sidebarLogo" src="logomurals.svg" /> -->
<ul class="nav">
</ul>
</div>
</div>
<!-- fin NAVBAR -->
<svg class="hidden">
<symbol id="icon-cross" viewBox="0 0 24 23">
<title>cross</title>
<path d="M23.865 3.677c.197-.383.164-.818-.008-1.18.048-.41-.06-.827-.448-1.147L22.323.457c-.636-.524-1.632-.689-2.25 0a155.348 155.348 0 0 1-8.797 9.001C9.011 7.342 6.72 5.255 4.443 3.165c-.8-.734-1.956-.503-2.458.37C1.253 3.9.659 4.374.168 5.182c-.233.386-.215.872 0 1.258 1.47 2.635 4.31 4.951 6.646 7.083-.313.28-.623.562-.942.836-3.146 2.702-5.268 4.416-1.331 7.187.053.037.107.029.161.05.076.036.148.06.232.074.026 0 .05.005.075.003.082.007.16.027.243.011 2.117-.415 4.085-2.074 5.872-3.9 1.74 1.715 3.592 3.353 5.63 4.325.485.232 1.063.097 1.436-.227.626.047 1.197-.342 1.484-.901.042-.026.07-.041.116-.07.91-.569.993-1.701.32-2.482-1.522-1.762-3.138-3.438-4.787-5.084 2.968-2.9 6.674-6.027 8.542-9.667z"/>
</symbol>
</svg>
<main id='main' class='mcontent'>
<div class="content">
<div id="inventory" class="grid">
</div>
</div>
<!-- ------------------------------------- -->
<!-- MODALS -->
<div id="overlay" class="overlay">
<div class="overlay__reveal"></div>
<button class="overlay__close"><svg class="icon icon--cross"><use xlink:href="#icon-cross"></use></svg></button>
<!-- MINTER MODAL -->
<div id="minterModal" class="modal">
<div class="modal-content">
<span class="closeModal">×</span>
<div id="myMINTER" class="header ld-over">
<div>
<label>Token id</label>
<input id="token_id_input" type="number">
</div>
<div>
<label>Amount</label>
<input id="amount_input" type="number" value="1">
</div>
<div>
<label>Address</label>
<input id="address_input" type="text" maxlength="50" >
</div>
<div>
<button class="btn btn-primary" id="submit_mint">MINT</button>
</div>
</div>
</div>
</div>
<!-- fin MINTER MODAL -->
<!-- TRANSFER MODAL -->
<div id="transferModal" class="modal">
<div class="modal-content">
<span class="closeModal">×</span>
<div id="myTRANSFER" class="header ld-over">
<div>
<label>Token id</label>
<input id="transferToken_id_input" type="number">
</div>
<div>
<label>Amount</label>
<input id="transferAmount_input" type="number" value="1">
</div>
<div>
<label>Address</label>
<input id="transferAddress_input" type="text" maxlength="50" >
</div>
<div>
<button class="btn btn-primary" id="submit_transfer">TRANSFER</button>
</div>
</div>
</div>
</div>
<!-- fin TRANSFER MODAL -->
<!-- BURNER MODAL -->
<div id="burnerModal" class="modal">
<div class="modal-content">
<span class="closeModal">×</span>
<div id="myBURNER" class="header ld-over">
<div>
<label>Token id</label>
<input id="burnerToken_id_input" type="number">
</div>
<div>
<label>Amount</label>
<input id="burnerAmount_input" type="number" value="1">
</div>
<div>
<label>Address</label>
<input id="burnerAddress_input" type="text" maxlength="50" >
</div>
<div>
<button class="btn btn-primary" id="submit_burn">Burn</button>
</div>
</div>
</div>
</div>
<!-- fin BURNER MODAL -->
</div>
<!-- FIN MODALS -->
<!-- ------------------------------------- -->
</main>
<!-- ------------------------------------- -->
<!-- Site footer -->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<h6>About</h6>
<p class="text-justify">
✖️Giving life to #MURALS around the world in a collaborative way.<br>
👾 OPEN CALL FOR ARTISTS & STREET ART FESTIVALS<br>
#StreetArt #OverlapReality.</p>
</div>
<div class="col-xs-6 col-md-3">
<h6>Categories</h6>
<ul class="footer-links">
<li><a title="MURALS Documentation" target="_blank" href="/docs/">Documentation</a></li>
<li><a title="MURALS Documentation" target="_blank" href="/rarible.html">rarible lazy mint</a></li>
</ul>
</div>
<div class="col-xs-6 col-md-3">
<h6>Quick Links</h6>
<ul class="footer-links">
<li><a target="_blank" href="/docs/">Documentation</a></li>
</ul>
</div>
</div>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="copyright-text">Copyright © 2021 All Rights Reserved by
<a href="#">MURALS</a>.
</p>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<ul class="social-icons">
<li><a target="_blank" class="facebook" href="https://www.instagram.com/murals.app/"><i class="fa fa-facebook"></i></a></li>
<li><a target="_blank" class="twitter" href="https://www.instagram.com/murals.app/"><i class="fa fa-twitter"></i></a></li>
<li><a target="_blank" class="dribbble" href="https://www.instagram.com/murals.app/"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/gsap.min.js -->
<script src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js" integrity="sha512-B8ruywf8mKA4fm0K8SrrNhO5DTokuipFEo7rEnI0RVTt9p29MJKfg8TfOVwMAFZxgI+zOF4iwOA/ByvyJ/sslw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
</script>
<script src="js/abi.js"></script>
<!-- <script src="js/demo.js"></script> -->
<script src="js/nftport.js"></script>
</body>
</html>