forked from internetbuilder/zipppit_officiel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex2.html
86 lines (75 loc) · 3.71 KB
/
index2.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
<!DOCTYPE html>
<html class="no-js" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width, maximum-scale=1.0">
<title>Waxrushhh.com</title>
<link rel="preload" href="files/Site.min.css" as="style">
<link rel="reload" href="files/style.min.css" as="style">
<link rel="preload" href="files/sso-theme.min.css" as="style">
<link href="files/Site.min.css" rel="stylesheet" type="text/css">
<link href="files/style.min.css" rel="stylesheet" type="text/css">
<link href="files/sso-theme.min.css" rel="stylesheet" type="text/css">
<script src='waxjs.js'></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-xxxx"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-xxxx');
</script>
</head>
<body style="background-image: url('files/bg3-plain.png');" align="center">
<center>
<div id="container" width="75px">
<header>
<img src="files/wax.svg" alt="WAX" width="75px" height="75px">
<br>
<p>Waxio.io</p>
</header>
<section id="main" align="center">
<p>Waxio Team Projects Labs
<br><br>
Welcome, we are the Waxio team. Passionate but especially web development, we focus our efforts on technologies that can be realized from the WAX/EOS blockchain. Here are our different projects.
<br><br>
<hr><br>
#1
<br>FreeCityGame - Platform Multi Game Interacting With Wax NFT Standard Assets.<br>
<a href="https://remixworlds.com/" target="_blank">Visit Remixworlds.com!</a><br>
<a href="https://github.com/internetbuilder/wax_remixworlds3" target="_blank">Repo</a> -
<a href="https://wax.bloks.io/account/freecitygamx" target="_blank">Game Contract</a> -
<a href="https://wax.bloks.io/account/remixgamingx" target="_blank">Token Contract</a>
<br>
Team: <a href="https://jordanbourbonnais.com/" target="_blank">Jordan Bourbonnais</a> & <a href="https://t.me/tn102021" target="_blank">Tien Nguyen</a>
<br><br><hr><br>
#2
<br>WaxAffiliation - Affiliate program between advertiser and pubisher on wax blockchain.<br>
<a href="https://waxaffiliation.io/" target="_blank">Visit Waxaffiliation.io!</a> <br>
Repo - Contract
<br>
Team: <a href="https://jordanbourbonnais.com/" target="_blank">Jordan Bourbonnais</a> & <a href="https://t.me/tn102021" target="_blank">Tien Nguyen</a>
<br><br><hr><br>
#3
<br>WaxPOS - Multi merchant POS platform on wax blockchain working with phisical WAX/EOS payment gateway. <br>
Repo - <a href="https://wax.bloks.io/account/waxioiopos11" target="_blank">Contract</a>
<br>
Team: <a href="https://jordanbourbonnais.com/" target="_blank">Jordan Bourbonnais</a> & <a href="https://t.me/tn102021" target="_blank">Tien Nguyen</a>
<br><br><hr><br>
#4
<br>Wax Betting - Casino platform based on wax blockchain. <br>
Repo - Contract
<br>
Team: <a href="https://jordanbourbonnais.com/" target="_blank">Jordan Bourbonnais</a> & <a href="https://t.me/tn102021" target="_blank">Tien Nguyen</a>
<br><br>
<hr>
<br>
Join the team or Hire Us<br>
Contact me on <a href="https://www.facebook.com/messages/t/jordanbourbonnais" target="_blank">Messenger</a>
</section>
<footer align="center">
<br><br>
© Waxio.io
</footer>
</div>
</center>
</body></html>