-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
470 lines (419 loc) · 26.4 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
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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="INSPIRO" />
<meta name="description" content="Social Token Management">
<!-- Document title -->
<title>STM | Social Token Management</title>
<link rel="icon" href="images/STM/stm round.png">
<!-- Stylesheets & Fonts -->
<link href="css/plugins.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!-- LOAD JQUERY LIBRARY -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js"></script>
<!-- LOADING FONTS AND ICONS -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400" rel="stylesheet" property="stylesheet"
type="text/css" media="all">
<link rel="stylesheet" type="text/css" href="js/plugins/revolution/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css">
<link rel="stylesheet" type="text/css" href="js/plugins/revolution/fonts/font-awesome/css/font-awesome.css">
<!-- REVOLUTION STYLE SHEETS -->
<link rel="stylesheet" type="text/css" href="js/plugins/revolution/css/settings.css">
<!-- REVOLUTION LAYERS STYLES -->
<style type="text/css">
.blurslider-gradient {
background: -webkit-linear-gradient(left, #9357cc 0%, #2989d8 50%, #2cc99d 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent
}
.blurslider-button {
background: -webkit-linear-gradient(left, #9357cc 0%, #2989d8 50%, #2cc99d 100%)
}
</style>
<!-- REVOLUTION JS FILES -->
<script type="text/javascript" src="js/plugins/revolution/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="js/plugins/revolution/js/jquery.themepunch.revolution.min.js"></script>
<!-- PARTICLES ADD-ON FILES -->
<link rel='stylesheet'
href='js/plugins/revolution/revolution-addons/particles/css/revolution.addon.particles.css?ver=1.0.3'
type='text/css' media='all' />
<script type='text/javascript'
src='js/plugins/revolution/revolution-addons/particles/js/revolution.addon.particles.min.js?ver=1.0.3'></script>
<!-- SLIDER REVOLUTION 5.0 EXTENSIONS (Load Extensions only on Local File Systems ! The following part can be removed on Server for On Demand Loading) -->
<script type="text/javascript"
src="js/plugins/revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript"
src="js/plugins/revolution/js/extensions/revolution.extension.carousel.min.js"></script>
<script type="text/javascript"
src="js/plugins/revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript"
src="js/plugins/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript"
src="js/plugins/revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript"
src="js/plugins/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript"
src="js/plugins/revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script type="text/javascript"
src="js/plugins/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="js/plugins/revolution/js/extensions/revolution.extension.video.min.js"></script>
</head>
<body>
<!-- Body Inner -->
<div class="body-inner">
<!--Dots Menu -->
<nav id="dotsMenu">
<ul>
<li><a href="#slider"><span>Home</span></a></li>
<li><a href="#introduction"><span>Introduction</span></a></li>
<li><a href="#testimonials"><span>Testimonials</span></a></li>
<li><a href="#tokens"><span>Client Tokens</span></a></li>
<li><a href="#services"><span>Services</span></a></li>
</ul>
</nav>
<!--End: Dots Menu -->
<!-- Revolution Slider -->
<section id="slider">
<div id="rev_slider_8_1_wrapper" class="rev_slider_wrapper fullscreen-container"
data-alias="particle-effect-three6" data-source="gallery" style="background:#ffffff;padding:0px;">
<!-- START REVOLUTION SLIDER 5.4.1 fullscreen mode -->
<div id="rev_slider_8_1" class="rev_slider fullscreenbanner" style="display:none;" data-version="5.4.1">
<ul>
<!-- SLIDE -->
<li data-index="rs-16" data-transition="fade" data-slotamount="default" data-hideafterloop="0"
data-hideslideonmobile="off" data-easein="Power4.easeOut" data-easeout="Power4.easeOut"
data-masterspeed="default"
data-thumb="https://works.themepunch.com/revolution_5_3/wp-content/" data-rotate="0"
data-saveperformance="off" data-title="Example One" data-param1="" data-param2=""
data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8=""
data-param9="" data-param10="" data-description="">
<!-- MAIN IMAGE -->
<img src="js/plugins/revolution/assets/images/transparent.png" data-bgcolor='#ffffff'
style='background:#ffffff' alt="" data-bgposition="center top" data-bgfit="cover"
data-bgrepeat="no-repeat" data-bgparallax="off" class="rev-slidebg" data-no-retina>
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<div class="tp-caption " id="slide-16-layer-15"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']"
data-width="full-proportional" data-height="full-proportional" data-whitespace="nowrap"
data-type="image" data-basealign="slide" data-responsive_offset="off"
data-responsive="off"
data-frames='[{"delay":500,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]'
data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]"
data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]" data-blendmode="overlay" style="z-index: 5;"><img
src="js/plugins/revolution/assets/images/background.png" alt=""
data-ww="['full-proportional','full-proportional','full-proportional','full-proportional']"
data-hh="['full-proportional','full-proportional','full-proportional','full-proportional']"
width="1920" height="1080" data-no-retina> </div>
<!-- LAYER NR. 2 -->
<div class="tp-caption tp-resizeme" id="slide-16-layer-6"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']"
data-voffset="['-110','-110','-130','-130']" data-fontsize="['60','60','40','40']"
data-lineheight="['80','80','60','60']" data-width="none" data-height="none"
data-whitespace="nowrap" data-type="text" data-responsive_offset="on"
data-wrapper_class="tp-nopointer"
data-frames='[{"delay":500,"speed":1000,"frame":"0","from":"sX:2;sY:3;opacity:0;fb:10px;","to":"o:1;fb:0;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;fb:0;","ease":"Power3.easeInOut"}]'
data-textAlign="['center','center','center','center']" data-paddingtop="[0,0,0,0]"
data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]"
style="z-index: 6; white-space: nowrap; font-size: 60px; line-height: 80px; font-weight: 400; color: #cda65e;font-family:Poppins;letter-spacing:10px;">
SOCIAL TOKEN<br />MANAGEMENT </div>
<!-- LAYER NR. 3 -->
<div class="tp-caption tp-resizeme" id="slide-16-layer-8"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['30','30','0','0']"
data-width="['460','461','360','330']" data-height="none" data-whitespace="normal"
data-type="text" data-responsive_offset="on" data-wrapper_class="tp-nopointer"
data-frames='[{"delay":700,"speed":1000,"frame":"0","from":"y:20px;sX:2;sY:3;opacity:0;fb:10px;","to":"o:1;fb:0;","ease":"Power3.easeInOut"},{"delay":"wait","speed":600,"frame":"999","to":"auto:auto;fb:0;","ease":"Power3.easeInOut"}]'
data-textAlign="['center','center','center','center']" data-paddingtop="[0,0,0,0]"
data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]"
style="z-index: 7; min-width: 460px; max-width: 460px; white-space: normal; font-size: 15px; line-height: 25px; font-weight: 400; color: rgba(4,37,60,1);font-family:Poppins;letter-spacing:10px;">
ONBOADING, INVESTING AND MANAGING</div>
</div><!-- END REVOLUTION SLIDER -->
<script type="text/javascript">
var tpj = jQuery;
var revapi8;
tpj(document).ready(function () {
if (tpj("#rev_slider_8_1").revolution == undefined) {
revslider_showDoubleJqueryError("#rev_slider_8_1");
} else {
revapi8 = tpj("#rev_slider_8_1").show().revolution({
sliderType: "hero",
jsFileLocation: "revolution/js/",
sliderLayout: "fullscreen",
dottedOverlay: "none",
delay: 9000,
particles: {
startSlide: "first", endSlide: "last", zIndex: "1",
particles: {
number: { value: 300 }, color: { value: "#000000" },
shape: {
type: "circle", stroke: { width: 0, color: "#ffffff", opacity: 1 },
image: { src: "" }
},
opacity: { value: 0.1, random: false, min: 0.25, anim: { enable: false, speed: 1, opacity_min: 0, sync: false } },
size: { value: 1, random: true, min: 0.5, anim: { enable: false, speed: 40, size_min: 1, sync: false } },
line_linked: { enable: true, distance: 80, color: "#000000", opacity: 0.35, width: 1 },
move: { enable: true, speed: 1, direction: "right", random: true, min_speed: 3, straight: false, out_mode: "out" }
},
interactivity: {
events: { onhover: { enable: true, mode: "repulse" }, onclick: { enable: true, mode: "bubble" } },
modes: { grab: { distance: 400, line_linked: { opacity: 0.5 } }, bubble: { distance: 400, size: 100, opacity: 1 }, repulse: { distance: 75 } }
}
},
navigation: {
},
responsiveLevels: [1240, 1024, 778, 480],
visibilityLevels: [1240, 1024, 778, 480],
gridwidth: [1240, 1024, 778, 480],
gridheight: [868, 768, 960, 720],
lazyType: "none",
parallax: {
type: "scroll",
origo: "slidercenter",
speed: 400,
levels: [5, 10, 15, 20, 25, 30, 35, 40, 45, 46, 47, 48, 49, 50, 0, 55],
},
shadow: 0,
spinner: "spinner0",
autoHeight: "off",
fullScreenAutoWidth: "off",
fullScreenAlignForce: "off",
fullScreenOffsetContainer: "",
fullScreenOffset: "0px",
disableProgressBar: "on",
hideThumbsOnMobile: "off",
hideSliderAtLimit: 0,
hideCaptionAtLimit: 0,
hideAllCaptionAtLilmit: 0,
debugMode: false,
fallbacks: {
simplifyAll: "off",
disableFocusListener: false,
}
});
}
RsParticlesAddOn(revapi8);
}); /*ready*/
</script>
</section>
<!-- end: Revolution Slider-->
<!-- Our numbers -->
<section id="introduction" class="background-grey p-t-120 p-b-40">
<div class="container xs-text-center sm-text-center">
<div class="row">
<div class="col-lg-9 p-b-40">
<h2>Our journey so far</h2>
<p class="lead">Welcome to Social Token Management, a management group that specializes in
identifying creators with interesting use cases for launching their own cryptocurrency. Our
focus is to help these creators amplify their ability to grow their coin in healthy and
meaningful ways. With 30+ years of combined talent management, we can guide creators through
their coin launch with an easy and effective solution that will maximize community
engagement and coin growth. If you are a creator with a sizable following, strong
engagement, and a curiosity about social tokens, please head over to our contact us page and
let’s book a time to talk about it!</p>
</div>
<div class="col-lg-3">
<div class="text-center">
<div class="counter text-lg"> <span data-speed="3000" data-refresh-interval="12" data-to="9"
data-from="0" data-seperator="true"></span> </div>
<div class="seperator seperator-small"></div>
<p>Social Tokens Launched</p>
</div>
</div>
</div>
</div>
</section>
<!-- end: Our numbers -->
<!-- REVIEWS -->
<section id="testimonials">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-12">
<h2>What people are saying</h2>
<p class="lead">Some great testimonials from our launched creators.</p>
</div>
<div class="col-lg-6 offset-1">
<div class="carousel arrows-visibile testimonial testimonial-single" data-items="1"
data-loop="true" data-autoplay="true" data-autoplay-timeout="3500" data-arrows="false"
data-animate-in="fadeIn" data-animate-out="fadeOut">
<!-- Testimonials item -->
<div class="testimonial-item">
<img src="images/STM/neal.jpg" alt="">
<p>Since launching $NEAL I've been able to provide my FIFA content through my own
economy, growing this alongside my viewers.</p>
<span>NealGuides</span>
<span>$NEAL</span>
</div>
<!-- end: Testimonials item-->
<!-- Testimonials item -->
<div class="testimonial-item">
<img src="images/STM/allie.jpg" alt="">
<p>STM has been a big part of my token’s success as the team has a great understanding
of how to manage a creator coin economy. Their guidance takes some of the pressure
off of me so I’m able to focus on what I do best, creating content.</p>
<span>Alliestraza</span>
<span>$ALLIE</span>
</div>
<!-- end: Testimonials item-->
</div>
</div>
<!-- end features box -->
</div>
</div>
</section>
<!-- end: REVIEWS -->
<!-- Client logo -->
<section id="tokens" class="background-grey text-center">
<div class="container">
<div>
<span>
<a href="https://rally.io/creator/ALLIE/"><img height="170px" alt=""
src="images/STM/alliecoin.png"></a>
</span>
<span>
<a href="https://rally.io/creator/DLM/"><img height="170px" alt="" src="images/STM/dlmcoin.png">
</a>
</span>
<span>
<a href="https://rally.io/creator/NEAL/"><img height="170px" alt=""
src="images/STM/nealcoin.png"> </a>
</span>
<span>
<a href="https://rally.io/creator/MAGIC/"><img height="170px" alt=""
src="images/STM/magiccoin.png"> </a>
</span>
<span>
<a href="https://rally.io/creator/GAARA/"><img height="170px" alt=""
src="images/STM/gaaracoin.jpg"> </a>
</span>
<span>
<a href="https://rally.io/creator/SHADY/"><img height="170px" alt=""
src="images/STM/shadycoin.png"> </a>
</span>
<span>
<a href="https://rally.io/creator/DANE/"><img height="170px" alt=""
src="images/STM/DANE_coin.jpg"> </a>
</span>
<span>
<a href="https://rally.io/creator/LADDR/"><img height="170px" alt=""
src="images/STM/LADDR_coin.jpg"> </a>
</span>
<span>
<a href="https://rally.io/creator/HYDRA/"><img height="170px" alt=""
src="images/STM/HYDRA_coin.png"> </a>
</span>
</div>
</div>
</section>
<!-- end: Client logo -->
<!-- SERVICES -->
<section id="services">
<div class="container">
<div class="col-lg-12 col-md-12 m-b-40 text-center">
<h2>Services</h2>
<p class="lead">We onboard, manage and invest in your token.</p>
</div>
<div class="row">
<div class="col-lg-4" data-animate="fadeInUp" data-animate-delay="0">
<div class="icon-box effect medium border small">
<div class="icon">
<i class="fa fa-hands-helping"></i></a>
</div>
<h3>Set Goals</h3>
<p>What are your goals with launching a coin? Is it for community growth? Engagement? Are
you interested in launching your first NFT project? STM will discuss these goals at
length with you and help you put together a plan of action to kick off your crypto
journey.</p>
</div>
</div>
<div class="col-lg-4" data-animate="fadeInUp" data-animate-delay="200">
<div class="icon-box effect medium border small">
<div class="icon">
<i class="fa fa-id-badge"></i></a>
</div>
<h3>Profile Building</h3>
<p>STM will work directly with you to design the messaging and utility for your coin launch
and can offer frequent check-in meetings to refresh messaging/utility as needed.</p>
</div>
</div>
<div class="col-lg-4" data-animate="fadeInUp" data-animate-delay="400">
<div class="icon-box effect medium border small">
<div class="icon">
<i class="fa fa-keyboard"></i></a>
</div>
<h3>Utility Builds</h3>
<p>Have a lot of use case ideas for your coin but not sure where to start? Our team has
exhaustively reviewed most use cases that exist in the space and can tailor a bespoke
solution that will be meaningful and effective.</p>
</div>
</div>
<div class="col-lg-4" data-animate="fadeInUp" data-animate-delay="600">
<div class="icon-box effect medium border small">
<div class="icon">
<i class="fa fa-hand-holding-usd"></i></a>
</div>
<h3>Tokenomics</h3>
<p>Math not your strong suit? Not familiar with how social tokens behave in a free and open
market? STM will work in tandem with you on not just a launch plan but also a go-forward
strategy to help ensure your coin has a long and successful journey.</p>
</div>
</div>
<div class="col-lg-4" data-animate="fadeInUp" data-animate-delay="800">
<div class="icon-box effect medium border small">
<div class="icon">
<i class="fa fa-people-carry"></i></a>
</div>
<h3>Education</h3>
<p>It is very likely your community is going to have some in-depth and knowledgeable
questions for you about the social token space. We are here to arm you with the
information needed to answer those questions thoughtfully and in your own voice and
brand.</p>
</div>
</div>
<div class="col-lg-4" data-animate="fadeInUp" data-animate-delay="800">
<div class="icon-box effect medium border small">
<div class="icon">
<i class="fa fa-desktop"></i></a>
</div>
<h3>Powerful Integrations</h3>
<p>Super charge your community with powerful use case Discord bots for the use of your
Creator token for your Discord community. Our Discord wizards will set them up for you
and integrate them with your server, while advising you on what everything can be done
and included within the integrations</p>
</div>
</div>
</div>
</div>
</section>
<!-- end: SERVICES -->
<!-- Footer -->
<footer id="footer">
<div class="copyright-content">
<div class="container">
<div class="copyright-text text-center">© 2021 STM - Social Token Management. All Rights
Reserved.</div>
</div>
</div>
</footer>
<!-- end: Footer -->
</div>
<!-- end: Body Inner -->
<!-- Scroll top -->
<a id="scrollTop"><i class="icon-chevron-up1"></i><i class="icon-chevron-up1"></i></a>
<!--Plugins-->
<script src="js/jquery.js"></script>
<script src="js/plugins.js"></script>
<!--Template functions-->
<script src="js/functions.js"></script>
<!--Particles-->
<script src="js/plugins/components/particles.js"></script>
<script src="js/plugins/components/particles-animation.js"></script>
</body>
</html>