-
Notifications
You must be signed in to change notification settings - Fork 4
/
team.html
234 lines (205 loc) · 10.1 KB
/
team.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
<!DOCTYPE html>
<html class="no-js" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>OnlyHack - Developper Tools Dashboard</title>
<link rel="preload" href="files/files/Site.min.css" as="style">
<link rel="reload" href="files/files/style.min.css" as="style">
<link rel="preload" href="files/sso-theme.min.css" as="style">
<link href="files/files/Site.min.css" rel="stylesheet" type="text/css">
<link href="files/files/style.min.css" rel="stylesheet" type="text/css">
<link href="files/sso-theme.min.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="files/codebase/suite.js"></script>
<link rel="stylesheet" href="files/codebase/suite.css">
<link rel="stylesheet" href="files/index.css">
<script src='files/menu.js'></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5V1RG70PWD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5V1RG70PWD');
</script>
<script>
var url_string = window.location.href;
var url = new URL(url_string);
var ref = url.searchParams.get("ref") || 'waxquestwax1';
var wax_wallet = url.searchParams.get("waxwallet") || 'waxquestwax1';
console.log('Wallet: ' + wax_wallet);
//console.log(username);
//sessionStorage.setItem('ref');
//sessionStorage.setItem('wax_wallet');
//var wallet = ${wax.userAccount};
console.log(sessionStorage.getItem('waxwallet'));
const waxwallet = sessionStorage.getItem('waxwallet');
console.log(sessionStorage.getItem('affiliatewallet'));
const affiliatewallet = sessionStorage.getItem('affiliatewallet');
//const affiliate_wallet = url.searchParams.get("ref") || 'waxquestwax1';
//const charactername = url.searchParams.get("ref") || 'waxquestwax1';
//console.log(charactername):
</script>
</head>
<body>
<!--
<div style="height: calc(100% - 121px);" id='layout'>
</div>
<script>
let type = "space";
let layout;
function initLayout() {
if (layout) {
layout.destructor();
}
layout = new dhx.Layout("layout", {
type: type,
cols: [
{
html: 'xxx'
},
{
html: 'xxx'
},
{
html: 'xxx'
},
{
html: 'xxx'
},
{
html: 'xxx'
},
{
html: 'xxx'
}
]
});
}
initLayout();
document.querySelector(".dhx_sample-controls").addEventListener("change", function (e) {
type = e.target.id;
initLayout();
});
</script>
-->
<center>
<div id="container">
<br>
<img src="files/wax.svg" alt="WAX" width="75px" height="75px">
<br>
Juicy Lab
<br><br>
Welcome, we are the Extra Sauce Studio dev 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>
</div>
<div id="container2">
<table>
<tr>
<th> </th>
<th><section id="main">
<img src="files/images/logo-freecity.png" alt="FreeCityGame" width="350px"><br>
FreeCityGame - Platform Multi Game Interacting With Wax NFT Standard Assets.<br>
Visit <a href="https://remixworlds.com/" target="_blank">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>
</section>
<br>
<section id="main">
<img src="files/images/logo-waxrush.png" alt="WaxRush" width="200px"><br>
WaxRush - Random WAX NFT Distributor<br>
Visit <a href="https://waxrush.com" target="_blank">Waxrush.com</a>!<br>
<a href="https://github.com/extrasaucestudio/waxrush/" target="_blank">Repo</a> - <a href="https://wax.bloks.io/account/waxrushrush1" 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>
</section></th>
<th> </th>
<th><section id="main">
<img src="files/images/logo-waxaffiliation.png" alt="WaxAffiliation" width="80px"><br>
WaxAffiliation - Affiliate program between advertiser and pubisher on wax blockchain.<br>
Visit <a href="https://waxaffiliation.io/" target="_blank">Waxaffiliation.io</a>!<br>
<a href="https://github.com/extrasaucestudio/waxaffiliation/" target="_blank">Repo</a> - <a href="https://wax.bloks.io/account/waxaffiliate" target="_blank">Contract</a>
<br>
Team: <a href="https://jordanbourbonnais.com/" target="_blank">Jordan Bourbonnais</a>
<br>
</section>
<br>
<section id="main">
<img src="files/images/logo-waxquest.png" alt="WaxQuest" width="350px"><br>
WaxQuest is a multiplayer game inviting WAX users can interact each others in unique world of adventure from your Web browser.<br>
Visit <a href="https://waxquest.com/" target="_blank">Waxquest.com</a>!<br>
<a href="https://github.com/extrasaucestudio/quest.wam_php/" target="_blank">Repo</a> - <a href="https://wax.bloks.io/account/waxquestwax1" target="_blank">Contract</a>
<br>
Team: <a href="https://jordanbourbonnais.com/" target="_blank">Jordan Bourbonnais</a>
<br>
</section></th>
<th> </th>
<th><section id="main">
Waxio - WAX Gaming Dashboard to manage multiple game and dApp in the same page.<br>
Visit <a href="https://waxio.io/" target="_blank">Waxio.io</a>!<br>
<a href="https://github.com/extrasaucestudio/waxio/" target="_blank">Repo</a> - <a href="https://wax.bloks.io/account/waxdashwaxio" target="_blank">Contract</a>
<br>
Team: <a href="https://jordanbourbonnais.com/" target="_blank">Jordan Bourbonnais</a>
</section><br>
Extra Sauce Studio<br>
Quebec enterprise number: (NEQ) 2277160562<br>
21 rue de la pointe, saint-alphonse-rodriguez,<br>
J0K 1W0, Quebec, Canada<br>
1-438-509-4853
<br>
<br>
<img src="files/images/logo-extrasaucestudio.png" alt="Extra Sauce Studio" width="100px" height="100px">
<br><br>
<!--
Jordan Bourbonnais<br>
<a href="https://jordanbourbonnais.com/" target="_blank"><img src="files/images/logo-internet2.png" alt="Jordan Bourbonnais" width="25px" height="25px"></a>
<a href="https://github.com/internetbuilder/" target="_blank"><img src="files/images/logo-github-white.png" alt="Github" width="25px" height="25px"></a>
<a href="https://github.com/extrasaucestudio/" target="_blank"><img src="files/images/logo-github-white.png" alt="Github" width="25px" height="25px"></a>
<a href="https://linkedin.com/in/jordan-bourbonnais" target="_blank"><img src="files/images/logo-linkedin.png" alt="Linkedin" width="25px" height="25px"></a>
<a href="https://instagram.com/internetbuilder/" target="_blank"><img src="files/images/logo-instagram.png" alt="Instagram" width="25px" height="25px"></a>
-->
Waxio.io © ExtraSauceStudio
</th>
<th> </th>
</tr>
</table>
</div>
Join the team or Hire Us<br>
<a href="https://github.com/extrasaucestudio/" target="_blank"><img src="files/images/logo-github-white.png" alt="Github" width="50px" height="50px"></a>
<a href="https://discord.gg/NDHTFTJf" target="_blank"><img src="files/images/logo-discord.svg" alt="Discord" width="50px" height="50px"></a>
<a href="https://t.me/remixworlds" target="_blank"><img src="files/images/logo-telegram.png" alt="Telegram" width="50px" height="50px"></a>
<a href="https://twitter.com/remixworlds" target="_blank"><img src="files/images/logo-twitter.png" alt="Twitter" width="50px" height="50px"></a><br>
Call us: 1-438-509-4853 (French & English)
<br><br>
</center>
<!--
<script>
const popup = new dhx.Popup({
css: "dhx_widget--border-shadow custom-class"
});
popup.attachHTML('<iframe name="iframe" src="https://waxrush.com" width="500px" height="500px"></iframe>');
document.querySelector("#show").addEventListener("click", function () {
popup.show("show");
});
</script>
<script>
const windowHtml = '<strong><a href="http://play.remixworlds.com" target="iframe">FreeCityGame</a> - <a href="http://waxquest.com.ngrok.io/" target="iframe">WaxQuest</a> - <a href="https://waxrush.com" target="iframe">WaxRush</a> - <a href="https://remixdapp.vercel.app" target="iframe">dApp</a></strong><br><br><iframe name="iframe" src="index.html" width="100%" height="90%"></iframe>';
const dhxwindow = new dhx.Window({
width: 1250,
height: 700,
closable: false,
movable: true,
modal: false,
title: 'RemixWorlds Dashboard - Wallet: ' + wax_wallet,
html: windowHtml
});
dhxwindow.show();
</script>
-->
</body>
</html>