-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
315 lines (289 loc) · 15.6 KB
/
Copy pathindex.html
File metadata and controls
315 lines (289 loc) · 15.6 KB
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Onboardings Video for Creators and Collectors on XCP"
/>
<link rel="apple-touch-icon" href="/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<!--
Notice the use of in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/c4d7edf839.js" crossorigin="anonymous"></script>
<title>Robot Love Coffee</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9R6S5RED92"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9R6S5RED92');
</script>
</head>
<body>
<style>
.icon-list {
padding-left: 0;
list-style: none;
}
.icon-list li {
display: flex;
align-items: flex-start;
margin-bottom: .25rem;
}
.icon-list li::before {
display: block;
flex-shrink: 0;
width: 1.5em;
height: 1.5em;
margin-right: .5rem;
content: "";
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}
</style>
<noscript>You need to enable JavaScript to run this app.</noscript>
<header>
<div class="collapse bg-dark" id="navbarHeader">
<div class="container">
<div class="row">
<div class="col-sm-8 col-md-7 py-4">
<h4 class="text-white">About</h4>
<p class="text-muted">Dev, BUIDL, seeing how far the NFT rabbit hole goes</p>
</div>
<div class="col-sm-4 offset-md-1 py-4">
<h4 class="text-white">Contact</h4>
<ul class="list-unstyled">
<li><a href="https://twitter.com/robotlovecoffee" class="text-white"><i class="fa-brands fa-twitter"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="navbar navbar-dark bg-dark shadow-sm">
<div class="container">
<a href="/" class="navbar-brand d-flex align-items-center">
<i class="fa-duotone fa-robot"></i> <strong>Robot Love Coffee</strong>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarHeader" aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</div>
</header>
<main>
<section class="pt-5 text-center container">
<div class="row py-1">
<div class="col-lg-6 col-md-8 mx-auto">
<h1 class="fw-light"><i class="fa-duotone fa-robot"></i> <i class="fa-duotone fa-heart"></i> <i class="fa-duotone fa-mug"></i></h1>
<p class="text-muted"><span class="badge bg-secondary">New</span> Full Creator Walkthru Start to Finish <a style="text-decoration:none;" href="/CreatorFW.html">Link <i class="fa-duotone fa-arrow-right-arrow-left"></i></a></p>
<p class="text-muted">XCP JSON Generator (Basic)<a style="text-decoration:none;" href="/XCPJsonTool.html">Link <i class="fa-duotone fa-arrow-right-arrow-left"></i></a></p>
<p class="text-muted">---</p>
</div>
</div>
</section>
<section class="py-1 text-center container">
<div class="row py-1">
<div class="col-lg-6 col-md-8 mx-auto">
<p class="lead text-muted">Below are quick video tutorials to help onboard Collectors and Creators to the Counterparty/BTC NFT Space</p>
<p class="text-muted">After watching the videos below you will be able to create a XCP wallet to collect NFTs or if you are a Creator create and sell NFTs</p>
</div>
</div>
</section>
<div class="album py-5 bg-light">
<div class="container">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/se1hocwoJrM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">How to Buy an XCP Asset</p>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/DSStSe8LOHo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">Full Creator Walk Thru, Create Wallet, Buy XCP, Mint Tokens.</p>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/ezSglDJOQQg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">Quick overview of Xchain.io and why as a Collector or Creator you should learn about this site.</p>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/hWRGZaHQj_A" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">How Sign-in to Dankset.io from most common wallets</p>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/qEpHFn0Z2RQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">How to Submit to the Dank Directory</p>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/4_EmVNNN4Es" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">XCP Wallet Overview a look at most of the commmon XCP wallets</p>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/th_7GGMJ7d0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">How to Create XCP Wallet</p>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/_PKHrE7SNHU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">How to perform Airdrop of Counterparty/XCP. Easier than you thought.</p>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/pCThOgtvLLA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">Info Acquiring Assets from Pepe.wtf on ETH, looks at Emblem Vautls and how them work.</p>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/bG8SXCKrw50" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">How creators can use Dankset for Promotion</p>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/jb3238im7ms" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">XCP Gas Wars explianed</p>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/lMzIzBSuZTg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">Explains what Semi Fungible Tokens are from an ETH point of view.</p>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/X9YU-bIFGVw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">How and why to create XCP Subassets</p>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/5_vD7YorL7M" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">How to buy from Pepe Pawn Shop</p>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/EmV_xAf-nRA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">How to create a Dispener on XCP to sell your Tokens</p>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/pENROu4fCTE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">How to get Create Token and get Art onto XCP.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<p class="col-md-4 mb-0 text-muted"> <a href="/" class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1">
<i class="fa-duotone fa-robot"></i>
</a>
</p>
<p class="col-md-8 d-flex justify-content-end"">
<span class="text-muted small"> tip jar: 1C7duf3GoaKQVEJdeScN9CGVwTkC8szXhq</span>
</p>
</footer>
</div>
</main>
<div id="root"></div>
</body>
</html>