-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetrix-brand.html
594 lines (517 loc) · 29.2 KB
/
metrix-brand.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
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<title>Metrix Coin - Brand and Logo Guidelines</title>
<meta name="description" content="Metrix is a digital asset focusing on widespread adoption and creating ease-of-use applications. The Metrix team is dedicated to building a diverse network of vendors and working applications all powered by the use of our digital asset." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@metrixcoin" />
<meta name="twitter:creator" content="@metrixcoin" />
<meta name="twitter:title" content="Metrix Coin - A Powerful, Secure PoS Crypto-Currency" />
<meta name="twitter:description" content="Metrix is a digital asset focusing on widespread adoption and creating ease-of-use applications. The Metrix team is dedicated to building a diverse network of vendors and working applications all powered by the use of our digital asset." />
<meta name="twitter:image" content="https://www.metrixcoin.com/img/metrix-og-banner.jpg" />
<link rel="stylesheet" type="text/css" href="css/styles.min.css" />
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<meta property="og:title" content="Metrix Coin - A Powerful, Secure PoS Crypto-Currency" />
<meta property="og:description" content="Metrix is a digital asset focusing on widespread adoption and creating ease-of-use applications. The Metrix team is dedicated to building a diverse network of vendors and working applications all powered by the use of our digital asset." />
<meta property="og:url" content="https://www.metrixcoin.com" />
<meta property="og:image" content="https://www.metrixcoin.com/img/metrix-og-banner.jpg" />
<meta property="og:image:url" content="https://www.metrixcoin.com/img/metrix-og-banner.jpg" />
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="./android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<!-- <link rel="manifest" href="/manifest.json"> -->
<link rel="mask-icon" href="./safari-pinned-tab.svg" color="#f2f2f2">
<meta name="msapplication-TileColor" content="#fff">
<meta name="theme-color" content="#f2f2f2">
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
<!-- <link
href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,900&display=swap"
rel="stylesheet"
/> -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,600&display=swap" rel="stylesheet">
<meta name="mobile-web-app-capable" content="yes" />
<script id="mcjs">
! function(c, h, i, m, p) {
m = c.createElement(h), p = c.getElementsByTagName(h)[0], m.async = 1, m.src = i, p.parentNode.insertBefore(m, p)
}(document, "script", "https://chimpstatic.com/mcjs-connected/js/users/4df4947c8b40224c25ecb3301/dd36c79145fea6f8528e7eb23.js");
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4X0BBJ3RTF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-4X0BBJ3RTF');
gtag('config', 'UA-191808414-1');
</script>
<!-- End Global site tag (gtag.js) - Google Analytics -->
<!-- Facebook Pixel Code -->
<script>
! function(f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function() {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '601855047458066');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1" src="https://www.facebook.com/tr?id=601855047458066&ev=PageView&noscript=1" />
</noscript>
<!-- End Facebook Pixel Code -->
<!-- TrustBox script -->
<script type="text/javascript" src="https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js" async></script>
<!-- End TrustBox script -->
</head>
<body id="top">
<header class="stick">
<div class="pure-g container">
<ul class="hamburger">
<div class="hamburger-inner"></div>
</ul>
<div class="pure-u-1">
<nav class="header__menu">
<div class="logo">
<a href="./#top" rel="section-scroll">
<h1 title="Metrix Coin"><img src="img/logo.svg" alt="Metrix"><span>Metrix</span></h1>
</a>
</div>
<a href="./#team" rel="section-scroll">About Us</a>
<a href="./#products" rel="section-scroll">Products</a>
<a href="./#partners" rel="section-scroll">Partners</a>
<a href="./#wallets" rel="section-scroll">Wallets</a>
<a href="./#footer" rel="section-scroll">Exchanges</a>
<a href="./merchandise" rel="section-scroll">Merch.</a>
<a href="./#academy" rel="section-scroll">Academy</a>
<a href="./#faq" rel="section-scroll">FAQ</a>
<a href="https://explorer.metrixcoin.com" target="_blank">
<div class="widget__live-price">
<label for=""> <span class="metrix-icon"></span> Metrix (MRX)</label>
<strong class="widget__price-usd" id="requestUSD"></strong>
<span class="widget__price-satoshi" id="requestSATS"></span>
<i class="rise" id="requestCHANGE"></i>
<!-- <i class="drop"> 23%</i> -->
<div class="widget__price-volume">
<div>
<span>VOL (24h)</span>
<div id="requestVOL"></div>
</div>
<div>
<span>Market Cap</span>
<div id="requestMC"></div>
</div>
</div>
</div>
</a>
</nav>
</div>
</div>
</header>
<div id="hero">
<div class="hero-container">
<div class="pure-g container">
<div class="pure-u-1" data-aos="fade" data-aos-duration="100">
<h2>Brand & Logo Guidelines</h2>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<polygon fill="white" points="0,100 100,0 100,100" />
</svg>
</div>
<section style="background-color: white;">
<div class="pure-g container">
<div class="pure-u-1" style="margin-top: 1.5rem;">
<div class="section-title">
<strong class="sub-head">Metrix Brand Guidelines</strong>
</div>
</div>
<div class="pure-u-1-2 aos-init aos-animate" data-aos="zoom-in-up" style="margin-top: 0.75rem; margin-bottom: 1.5rem; padding-right: 1rem;">
<p>This page contains Metrix Coin Brand Assets that are available for free download. The following Brand Assets are copyrighted material, and you may only use them, when you are:</p>
<p>
<ul style="list-style-type:disc; color: #888; font-weight: 300; padding-left: 1rem; text-align:left;">
<li>Referring to our products and services</li>
<li>Linking to our official site or products</li>
<li>Announcing an official partnership, but only if you have <b>official approval</b> by a qualified member of the Metrix Coin team</li>
</ul>
</p>
<p>Our Brandbook contains Metrix Coin logo and icon options, brand color pallet, typography and slogan usage.
</p>
<div class="pure-u-1 pure-u-md-1 pure-u-lg-1-2 aos-init aos-animate centered" data-aos="zoom-in-up" style="margin-top: 0.5rem;margin-bottom: 1.5rem;">
<a href="https://drive.google.com/file/d/1MkLgvXNRwtNIkfyRF0IK1Vp8ZUTcu_a0/view?usp=sharing" title="Click to view the PDF" target="_blank" class="ovx-btn size-xmedium" style="margin-top: 1rem;">View the Brandbook PDF</a>
</div>
</div>
<div class="pure-u-1-2 aos-init aos-animate" data-aos="zoom-in-up" style="margin-top: 0.5rem; margin-bottom: 1.5rem; padding-right: 1rem;">
<img src="img/2021_Brandbook.jpg" alt="Metrix 2021 Brandbook" style="width: 105%;" />
</div>
</div>
</section>
<main style="background-color: white;">
<section id="features">
<div class="container pure-g">
<div class="features__wrap">
<div class="pure-u-1">
<div class="section-title">
<h2>Downloadable Brand Assets</h2>
<strong class="sub-head">Logo</strong>
</div>
<div class="pure-g">
<div>
<!-- Row 1 -->
<div data-aos="fade-up" data-aos-duration="1500" class="pure-u-1 pure-u-md-1-3 pure-u-lg-1-3 brand_assets centered-all">
<img src="img/brand_assets/Metrix_Icon_Silver.png">
<h3>Icon with Metallic Fill</h3>
<p class="centered-all">
<a href="img/brand_assets/2021_Metrix_Icon_Silver.png" download title="PNG" target="_blank" class="ovx-btn size-xmedium" style="margin-right: 0.5rem;">Icon PNG</a>
<a href="img/brand_assets/2021_Metrix_Icon_Silver.svg" download title="SVG" target="_blank" class="ovx-btn size-xmedium">Icon SVG</a>
</p>
</div>
<div data-aos="fade-up" data-aos-duration="1500" class="pure-u-1 pure-u-md-1-3 pure-u-lg-1-3 brand_assets centered-all">
<img src="img/brand_assets/Metrix_Icon_Purple.png">
<h3>Flat Purple Icon</h3>
<p class="centered-all">
<a href="img/brand_assets/2021_Metrix_Icon_Purple.png" download title="PNG" target="_blank" class="ovx-btn size-xmedium" style="margin-right: 0.5rem;">Icon PNG</a>
<a href="img/brand_assets/2021_METRIX_icon_Purple.svg" download title="SVG" target="_blank" class="ovx-btn size-xmedium">Icon SVG</a>
</p>
</div>
<div data-aos="fade-up" data-aos-duration="1500" class="pure-u-1 pure-u-md-1-3 pure-u-lg-1-3 brand_assets centered-all">
<img src="img/brand_assets/Metrix_Icon_White.png">
<h3>Flat White Icon</h3>
<p class="centered-all">
<a href="img/brand_assets/2021_METRIX_icon_White.png" download title="PNG" target="_blank" class="ovx-btn size-xmedium" style="margin-right: 0.5rem;">Icon PNG</a>
<a href="img/brand_assets/2021_METRIX_icon_White.svg" download title="SVG" target="_blank" class="ovx-btn size-xmedium">Icon SVG</a>
</p>
</div>
</div>
<div>
<!-- --------- Row 2 ------------- -->
<div data-aos="fade-up" data-aos-duration="1500" class="pure-u-1 pure-u-md-1-3 pure-u-lg-1-3 brand_assets centered-all">
<img src="img/brand_assets/Metrix_Logo_Silver.png">
<h3>Logo with Metallic Fill</h3>
<p class="centered-all">
<a href="img/brand_assets/2021_Metrix_Logo_Silver.png" download title="PNG" target="_blank" class="ovx-btn size-xmedium" style="margin-right: 0.5rem;">Logo PNG</a>
<a href="img/brand_assets/2021_Metrix_Logo_Silver.svg" download title="SVG" target="_blank" class="ovx-btn size-xmedium">Logo SVG</a>
</p>
</div>
<div data-aos="fade-up" data-aos-duration="1500" class="pure-u-1 pure-u-md-1-3 pure-u-lg-1-3 brand_assets centered-all">
<img src="img/brand_assets/Metrix_Flat_Icon_Purple.png">
<h3>Flat Purple Logo</h3>
<p class="centered-all">
<a href="img/brand_assets/2021_Metrix_Flat_Logo_Purple.png" download title="PNG" target="_blank" class="ovx-btn size-xmedium" style="margin-right: 0.5rem;">Logo PNG</a>
<a href="img/brand_assets/2021_Metrix_Flat_Logo_Purple.svg" download title="SVG" target="_blank" class="ovx-btn size-xmedium">Logo SVG</a>
</p>
</div>
<div data-aos="fade-up" data-aos-duration="1500" class="pure-u-1 pure-u-md-1-3 pure-u-lg-1-3 brand_assets centered-all">
<img src="img/brand_assets/Metrix_Logo_White.png">
<h3>Flat White Logo</h3>
<p class="centered-all">
<a href="img/brand_assets/2021_Metrix_Flat_Logo_White.png" download title="PNG" target="_blank" class="ovx-btn size-xmedium" style="margin-right: 0.5rem;">Logo PNG</a>
<a href="img/brand_assets/2021_Metrix_Flat_Logo_White.svg" download title="SVG" target="_blank" class="ovx-btn size-xmedium">Logo SVG</a>
</p>
</div>
</div>
<div>
<div data-aos="fade-up" data-aos-duration="1500" class="pure-u-1 centered-all" style="margin: 3.5rem 0;">
<h3 style="padding: 1rem; color: #384154; font-size: 1.7rem;">Download all variants</h3>
<p class="centered-all">
<a href="img/brand_assets/2021_Metrix_Logo_Icon_PNG.zip" download title="PNG" target="_blank" class="ovx-btn size-xlarge" style="margin-right: 0.5rem; margin-bottom: 0.5rem;">Metrix Logo and Icon PNG</a>
<a href="img/brand_assets/2021_Metrix_Logo_Icon_SVG.zip" download title="SVG" target="_blank" class="ovx-btn size-xlarge">Metrix Logo and Icon SVG</a>
</p>
</div>
</div>
</div>
<div class="section-title" style="margin-top: 3rem;">
<h2>Downloadable Brand Assets</h2>
<strong class="sub-head">Square Images for Social Media</strong>
</div>
<div class="pure-g">
<div>
<div data-aos="fade-up" data-aos-duration="1500" class="pure-u-1 pure-u-md-1-3 pure-u-lg-1-3 brand_assets centered-all">
<img src="img/brand_assets/Metrix_Logo_square_purple.png">
<p class="centered-all">
<a href="img/brand_assets/Metrix_Logo_square_purple_1080.png" download title="PNG" target="_blank" class="ovx-btn size-xmedium">Download 1080x1080</a>
</p>
</div>
<div data-aos="fade-up" data-aos-duration="1500" class="pure-u-1 pure-u-md-1-3 pure-u-lg-1-3 brand_assets centered-all">
<img src="img/brand_assets/Metrix_Logo_square_white.png">
<p class="centered-all">
<a href="img/brand_assets/Metrix_Logo_square_white_1080.png" download title="PNG" target="_blank" class="ovx-btn size-xmedium">Download 1080x1080</a>
</p>
</div>
<div data-aos="fade-up" data-aos-duration="1500" class="pure-u-1 pure-u-md-1-3 pure-u-lg-1-3 brand_assets centered-all">
<img src="img/brand_assets/Metrix_Logo_square_gradient.png">
<p class="centered-all">
<a href="img/brand_assets/Metrix_Logo_square_gradient_1080.png" download title="PNG" target="_blank" class="ovx-btn size-xmedium">Download 1080x1080</a>
</p>
</div>
</div>
</div>
<div style="margin:1rem;">
</div>
</div>
</div>
</div>
</section>
<section id="team">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<polygon fill="white" points="0 0, 0 100, 100 0" />
</svg>
<div class="pure-g container">
<div class="section-title pure-u-1">
<h2>Downloadable Brand Assets</h2>
<strong class="sub-head">Powered by Metrix</strong>
<span>Our team has developed multiple applications to show how versatile a digital asset can be.
We display the “Powered By Metrix” logo on our applications to let people know that all of them are built on the same reliable blockchain infrastructure. </span>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-u-lg-1-2" style="margin-top: 3.5rem;">
<img src="img/brand_assets/Powered_by_Metrix_1.svg" style="display: block; float: left; margin: 0 1rem 1rem 0; width: 300px;">
<a href="img/brand_assets/Powered_by_Metrix_1_1080.png" download title="PNG" target="_blank" class="ovx-btn size-xmedium" style="margin-bottom: 0.6rem;">Powered By Metrix PNG</a>
<a href="img/brand_assets/Powered_by_Metrix_1.svg" download title="SVG" target="_blank" class="ovx-btn size-xmedium">Powered By Metrix SVG</a>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-u-lg-1-2" style="margin-top: 3.5rem;">
<img src="img/brand_assets/Powered_by_Metrix_2.svg" style="display: block; float: left; margin: 0 1rem 1rem 1rem; width: 300px;">
<a href="img/brand_assets/Powered_by_Metrix_2_1080.png" download title="PNG" target="_blank" class="ovx-btn size-xmedium" style="margin-bottom: 0.6rem;">Powered By Metrix 2 PNG</a>
<a href="img/brand_assets/Powered_by_Metrix_2.svg" download title="SVG" target="_blank" class="ovx-btn size-xmedium">Powered By Metrix 2 SVG</a>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<polygon fill="white" points="0,100 100,0 100,100" />
</svg>
</section>
<section id="get-notified" data-aos="fade-up">
<div class="pure-g container">
<div class="section-title pure-u-1">
<img src="img/logo-dark.svg" alt="metrix dark logo">
<strong class="sub-head">Get Notified</strong>
<span>get notified about latest news and updates</span>
</div>
<div class="pure-u-1">
<form action="https://Network.us19.list-manage.com/subscribe/post-json?u=4df4947c8b40224c25ecb3301&id=a97bfc64dd&c=?" method="get" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll" class="ovx-form">
<div class="get-notified__input-group" id="subscribe">
<input name="EMAIL" type="email" id="mce-EMAIL" placeholder="Your email address" class="ovx-input-1" required>
<button type="submit" form="mc-embedded-subscribe-form" name="subscribe" class="subscribe">Get updates <span class="icon-arrow-right"></span></button>
</div>
<div class="pure-u-1" id=notify>
<!--
<div class="ovx-notify error">
<label>Oh snap! Change a few things up and try submitting again.</label>
</div>
-->
</div>
</div>
</form>
</div>
</div>
<script>
$(document).ready(function() {
// I only have one form on the page but you can be more specific if need be.
var $form = $('form');
if ($form.length > 0) {
$('form button[type="submit"]').bind('click', function(event) {
removealert();
if (event) event.preventDefault();
register($form);
});
}
});
function register($form) {
$.ajax({
type: $form.attr('method'),
url: $form.attr('action'),
data: $form.serialize(),
cache: false,
dataType: 'json',
contentType: "application/json; charset=utf-8",
error: function(err) {
alert("Could not connect to the registration server. Please try again later.");
},
success: function(data) {
console.log(data.result)
if (data.result != "success") {
$('#notify').append('<div class="ovx-notify error">Uh oh! Something went wrong! Try again.</div>');
} else {
$('#notify').append('<div class="ovx-notify success">Thanks for subscribing!!</div>');
}
}
});
}
</script>
</section>
</main>
<footer>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<polygon fill="#f2f2f2" points="0 0, 0 100, 100 0" />
</svg>
<div class="pure-g container ">
<div class="trustpilot pure-u-1 TextRight-resCenter">
<!-- TrustBox widget - Micro Review Count -->
<div class="trustpilot-widget" data-locale="en-US" data-template-id="5419b6a8b0d04a076446a9ad" data-businessunit-id="6153d82d338a56001d24a77e" data-style-height="24px" data-style-width="100%" data-theme="dark" data-min-review-count="10">
<a class="ovx-btn size-xlarge" href="https://www.trustpilot.com/review/metrixcoin.com" target="_blank" rel="noopener">Trustpilot Reviews</a>
</div>
<!-- End TrustBox widget -->
</div>
<div id="exchanges" class="pure-u-1 metrix-exchanges TextRight-resCenter">
<h3>Our Exchanges</h3>
<div>
<!-- First row -->
<a href="https://pancakeswap.finance/info/token/0x767b28a30e3a15dcece7bff7a020adfde9d19cf8" target="_blank"><img src="img/pancakeswap.svg" alt="PancakeSwap" class="pancakeswap"></a>
<a href="https://app.uniswap.org/#/swap?outputCurrency=0xD38B1159c8aEE064Af2D869Afa1c2c1632da8B97" target="_blank"><img src="img/uniswap.svg" alt="UniSwap" class="uniswap"></a>
</div>
<div>
<!-- Second row -->
<a href="https://infinitycrypto.com/trade/0x767b28a30e3a15dcece7bff7a020adfde9d19cf8/BNB" target="_blank"><img src="img/infinitycrypto.svg" alt="Infinity Crypto" class="infinitycrypto"></a>
<a href="https://transfer.swft.pro/swft-v3/swft-v3-pc/index.html?depositCoinCode=MRXB(BSC)&receiveCoinCode=SWFTC" target="_blank"><img src="img/SWFT-logo-white.svg" alt="SWFT blockchain"></a>
</div>
<div>
<!-- Third row -->
<a href="https://stakecube.net/" target="_blank"><img src="https://stakecube.net/img/sc/logo.svg" alt="StakeCube" class="crex24"></a>
<a href="https://babyswap.info/token/0x767b28a30e3a15dcece7bff7a020adfde9d19cf8" target="_blank"><img src="img/babyswap-logo-white.png" alt="Baby Swap" class="crex24"></a>
</div>
</div>
<div class="pure-u-1 metrix-exchanges TextRight-resCenter" id="as-seen-on">
<div style="border-top: 1px solid #7c6386; padding-top: 1rem; margin-top: 1rem;"></div>
<h3>As Seen On</h3>
<div>
<a href="https://finance.yahoo.com/amphtml/news/metrix-coin-mid-review-083600074.html" target="_blank"><img src="img/yahoo-finance-logo.png" alt="Yahoo! Finance"></a>
<a href="https://exeleonmagazine.com/trent-richards-advocating-leadership/" target="_blank"><img src="img/exeleon_logo_grey.png" alt="EXELEON MAGAZINE"></a>
<!-- <a href="https://news.yahoo.com/amphtml/news/metrix-coin-mid-review-083600074.html" target="_blank"><img src="img/yahoo_NEWS_Light.png" alt="Yahoo! NEWS"></a> -->
<a href="https://menafn.com/1102268849/Metrix-Coin-A-Mid-Year-Review" target="_blank"><img src="img/MENAFN.png" alt="MENAFN"></a>
<a href="http://stocks.newsok.com/newsok/news/read/41460933/Metrix_Coin" target="_blank"><img src="img/newsok.png" alt="NEWSOK"></a>
<a href="https://newsbit.nl/decentraal-bestuur-protocol-dgp-op-de-metrix-block-chain/" target="_blank"><img src="img/newsbit-logo-light.png" alt="Newsbit"></a>
<a href="https://www.analyticsinsight.net/The-10-Most-Innovative-Blockchain-Companies-of-the-Year/#page=26" target="_blank"><img src="img/Analytics-Insight_Logo.jpg" alt="Analytics Insight"></a>
</div>
<div style="border-top: 1px solid #7c6386; margin-top: 2rem;"></div>
</div>
<div class="pure-g footer__lists">
<ul class="col1 pure-u-1-3">
<li><a href="https://discord.gg/BRqar6x" target="_blank">Support</a></li>
<li><a href="https://drive.google.com/file/d/1PSO9-8ndfvm7obruFnUiQqWgp5A0Dy_w/view" target="_blank">Whitepaper</a></li>
<li><a href="./#team" rel="section-scroll">Team</a></li>
<li><a href="./#roadmap" rel="section-scroll">Roadmap</a></li>
<li><a href="./#products" rel="section-scroll">Products</a></li>
<li><a href="./#partners" rel="section-scroll">Partners</a></li>
<li><a href="metrix-brand.html">Brand & Logo</a></li>
<li><a href="https://faucet.metrixcoin.com/Identity/Account/Login" target="_blank">Metrix Faucet</a></li>
</ul>
<ul class="col2 pure-u-1-3">
<!-- <li><a href=""> Legal</a></li> -->
<li><a href="./#wallets" rel="section-scroll">Wallet</a></li>
<li><a href="academy.html">Academy</a></li>
<li><a href="./#faq" rel="section-scroll">FAQ</a></li>
<li><a href="http://wiki.metrixcoin.com" target="_blank">Guides</a></li>
<li><a href="http://feedback.metrixcoin.com" target="_blank">Feedback</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="jobs.html">Jobs</a></li>
<li><a href="https://metrixcoin.info" target="_blank">Links page</a></li>
<!-- <li><a href=""> Press</a></li> -->
</ul>
<ul class="col3 pure-u-1-3">
<li><a href="https://metrixcoin.medium.com" target="_blank">Medium</a></li>
<li><a href="http://discord.metrixcoin.com" target="_blank">Discord</a></li>
<li><a href="https://t.me/officialmetrixcoin" target="_blank">Telegram</a></li>
<li><a href="https://twitter.com/MetrixCoin" target="_blank">Twitter</a></li>
<li><a href="https://www.reddit.com/r/Linda_Project_Inc/" target="_blank">Reddit</a></li>
<li><a href="https://www.youtube.com/c/OfficialMetrixCoinNews/featured" target="_blank">YouTube</a></li>
<li><a href="https://www.instagram.com/metrixcoin.project/" target="_blank">Instagram</a></li>
<li><a href="https://www.facebook.com/MetrixCoin" target="_blank">Facebook</a></li>
</ul>
<div class="pure-u-1 TextRight-resCenter">
<div class="footer__social ">
<div class="discord__widget">
<img src="img/Discord-Logo-White.svg" alt="Discord">
<label for="">MRX - Metrix Coin</label>
<span> <button onclick="location.href='https://discord.gg/BRqar6x'">Join Server</button></span>
</div>
<ul>
<li>
<a href="https://t.me/officialmetrixcoin" title="Group" class="icon-telegram" target="_blank"></a>
</li>
<li>
<a href="https://t.me/OfficialMetrixAnnouncements" title="Announcements" class="icon-telegram" target="_blank"></a>
</li>
<li>
<a href="https://twitter.com/MetrixCoin" class="icon-twitter-square" target="_blank"></a>
</li>
<li>
<a href="https://www.reddit.com/r/Linda_Project_Inc/" class="icon-reddit-square" target="_blank"></a>
</li>
<!-- <li>
<a href="" class="icon-facebook-square"></a>
</li> -->
<li>
<a href="mailto:support@metrixcoin.com" class="icon-mail"></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="pure-u-1">
<div class="ovx-notify info">
<label>By using this website, you agree to our
<a href="privacy.html">Privacy Policy</a></label>
</div>
</div>
<div class="copyrights pure-g">
<div class="pure-u-1">
<p>Copyright © 2020 Metrix.</p>
</div>
</div>
</footer>
<script src="js/jquery.malihu.PageScroll2id.js"></script>
<script>
$(window).load(function() {
AOS.init();
});
</script>
<script type="text/javascript" src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
<script type="text/javascript" src="https://bfintal.github.io/Counter-Up/jquery.counterup.min.js"></script>
<script type="text/javascript">
var nT = 'newtube-';
var bU = 'js/lyte/';
var d = document;
if (d.addEventListener) {
d.addEventListener('DOMContentLoaded', insert, false)
} else {
window.onload = insert
}
function insert() {
if (!d.getElementById('lytescr')) {
lytescr = d.createElement('script');
lytescr.async = true;
lytescr.id = 'lytescr';
lytescr.src = 'js/lyte/lyte-min.js';
h = d.getElementsByTagName('script')[0];
h.parentNode.insertBefore(lytescr, h)
}
};
</script>
<script type="text/javascript" src="js/ui-components.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>