This repository has been archived by the owner on Jul 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
staff.html
562 lines (554 loc) · 20.6 KB
/
staff.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Staff • SSL Community</title>
<meta name="author" content="Scammer Sub Lounge">
<meta name="description" content="We're a community dedicated to stop scamming!">
<meta property="og:type" content="website">
<meta property="og:title" content="Scammer Sub Lounge">
<meta property="og:image" content="assets/avatar.png">
<meta property="og:description" content="We're a community dedicated to stop scamming!">
<meta name="twitter:title" content="Scammer Sub Lounge">
<meta name="twitter:image" content="assets/logo.jpg">
<meta name="twitter:description" content="We're a community dedicated to stop scamming!">
<link rel="apple-touch-icon" sizes="57x57" href="/assets/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/assets/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="css/discord/icon-discord.css">
<link rel="stylesheet" href="css/font-mfizz.css">
<link rel="stylesheet" href="css/bulma.css">
<link rel="stylesheet" href="css/hero.css">
<link rel="stylesheet" href="css/circle.css">
<script src="js/jquery-2.2.0.min.js"></script>
<script src="js/bulma.js"></script>
<script src="http://www.shaunoneill.com/js/sabotage.js"></script>
</head>
<body>
<nav class="nav is-transparent" style="width: 100%; position: fixed; border-bottom: 1px #ededed solid; z-index: 100; transition: 0.3s; box-shadow: 0 -5px 8px #888888">
<div class="container">
<div class="nav-left">
<a class="nav-item is-brand is-active title is-5" href="/">
<img class=""
src="assets/logo.jpg"
style="border-radius: 50%; display: block; height: auto; width: ;">
<strong>SSL Community</strong>
</a>
</div>
<div class="nav-center">
<a class="nav-item" href="https://twitter.com/ScammerSubSSL">
<span class="icon">
<i class="fa fa-twitter"></i>
</span>
</a>
<a class="nav-item" href="https://discord.io/sslcommunity">
<span class="icon is-medium">
<i class="fa icon-discord" style="padding-top: 3px;"></i>
</span>
</a>
<a class="nav-item" href="https://www.youtube.com/channel/UCNEErThrXQh4azMi-Dfv_Tw">
<span class="icon">
<i class="fa fa-youtube-play"></i>
</span>
</a>
</div>
<span class="nav-toggle">
<span></span>
<span></span>
<span></span>
</span>
<div class="nav-right nav-menu">
<a class="nav-item" href="/">
Home
</a>
<a class="nav-item is-active" href="staff.html">
Staff Team
</a>
<a class="nav-item" href="guidelines.html">
Guidelines
</a>
<a class="nav-item" href="faq.html">
FAQ
</a>
<span class="nav-item">
<a class="button is-info is-outlined is-inverted" href="https://www.discord.gg/ssl">
<span class="icon is-small">
<i class="fa fa-server" aria-hidden="true"></i>
</span>
<span>Join Us!</span>
</a>
</span>
</div>
</div>
</nav>
<section class="hero is-fullheight is-dark header-image">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title is-1">
<strong>SSL Community</strong>
</h1>
<h2 class="subtitle is-4">
<span>Our amazing staff team</span>
</h2>
</div>
</div>
</section>
<section class="section">
<div class="container has-text-centered box">
<div class="heading">
<h1 class="title">Owners</h1>
<h2 class="subtitle">Keeping the ball rolling!</h2>
</br>
</div>
<div class="columns">
<div class="column">
<img width="125px" height="125px" class="img-circle" src="profile/lewis.png">
</br>
<span class="tag is-small is-danger">Owner</span>
</br>
<strong>Lewis</strong>
<small>@Lewis's Tech#0019</small>
<p>
Hi madarchods it's Levis here. I am the serwer ovner at SSL and I TRY to keep it
running smoothly.
</p>
</div>
<div class="column">
<img width="125px" height="125px" class="img-circle" src="profile/amy.png">
</br>
<span class="tag is-small is-danger">Owner</span>
</br>
<strong>Amy</strong>
<small>@AtotheK#5662</small>
<p>
SSL O.G. ACTUALLY keeps it running smoothly (with help). Counsellor. Mother of 10,000 brats and counting. Roastmaster. Life coach. Don’t cut the red wire. Nobody ever won that battle.
</p>
</div>
<div class="column">
<img width="125px" height="125px" class="img-circle" src="profile/hightek.png">
</br>
<span class="tag is-small is-danger">Owner</span>
</br>
<strong>HighTek</strong>
<small>@HighTek#2259</small>
<p>
Hmmm... vanished... poof... Just like a fart on a windy day.
</p>
</div>
<div class="column">
<img width="125px" height="125px" class="img-circle" src="profile/kelwing.png">
</br>
<span class="tag is-small is-danger">Owner</span>
</br>
<strong>Jacob</strong>
<small>@Kelwing#0001</small>
<p>
Auttaja bot maintainer, voice of reason, Kai's Soulmate
</p>
</div>
<div class="column">
<img width="125px" height="125px" class="img-circle" src="profile/shaun.png">
</br>
<span class="tag is-small is-danger">Owner</span>
</br>
<strong>Shaun</strong>
<small>@XeliteXirish#4468</small>
<p>
I help manage parts of SSL and I do programming stuffs and stick them on my <a href="https://www.shaunoneill.com">website</a>.
</p>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container has-text-centered box">
<div class="heading">
<h1 class="title">Management</h1>
<h2 class="subtitle">The behind-the-scenes guys</h2>
</br>
</div>
<div class="columns">
<div class="column">
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-64x64"><img class="img-circle" src="profile/arturo.png"></figure>
</div>
<div class="media-content">
<div class="content">
<p>
<strong>Arturo</strong>
<small>@Arturo#0001</small>
<span class="tag is-info is-small">Administrator</span>
</br>
Vill correct each and eweryone
</p>
</div>
</div>
</article>
</div>
</div>
<!-- <div class="column">
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-64x64"><img class="img-circle" src="profile/kai.png"></figure>
</div>
<div class="media-content">
<div class="content">
<p>
<strong>Kai</strong>
<small>@KaiLei#6238</small>
<span class="tag is-info is-small">Administrator</span>
</br>
Do you believe in Magix?
</p>
</div>
</div>
</article>
</div>
</div> -->
<div class="column">
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-64x64"><img class="img-circle" src="profile/gg.png"></figure>
</div>
<div class="media-content">
<div class="content">
<p>
<strong>Gilbert</strong>
<small>@GG142#1420</small>
<span class="tag is-info is-small">Administrator</span>
</br>
You won't see me, but you can see my work! I develop multiple SSL applications and contribute heavily to it's structure and policy.
</p>
</div>
</div>
</article>
</div>
</div>
</div>
<div class="columns">
<div class="column">
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-64x64"><img class="img-circle" src='profile/vlad.png'></figure>
</div>
<div class="media-content">
<div class="content">
<p>
<strong>Vlad</strong>
<small>@King - Vlad#8339</small>
<span class="tag is-success is-small">Manager</span>
</br>
Helps with GAB development
</p>
</div>
</div>
</article>
</div>
</div>
<div class="column">
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-64x64"><img class="img-circle" src='profile/tornado.gif'></figure>
</div>
<div class="media-content">
<div class="content">
<p>
<strong>Lewis</strong>
<small>@Tornado#0001</small>
<span class="tag is-success is-small">Manager</span>
</br>
Fuck. Erm...
</p>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container has-text-centered box">
<div class="heading">
<h1 class="title">Moderation</h1>
<h2 class="subtitle">The front line of defense</h2>
</br>
</div>
<div class="columns">
<div class="column">
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-64x64"><img class="img-circle" src='profile/danielgray.png'></figure>
</div>
<div class="media-content">
<div class="content">
<p>
<strong>Daniel Gray</strong>
<small>@Daniel | danielgray.me#6125</small>
<span class="tag is-warning is-small">Supervisor</span>
</br>
Hey there! I'm the best supervisor over at SSL and I love to make things.
If you want me or to want to see my work hit me up on discord <a href="https://danielgray.me" target="_blank">or my website</a>
</p>
</div>
</div>
</article>
</div>
</div>
<div class="column">
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-64x64"><img class="img-circle" src='profile/nikolas.gif'></figure>
</div>
<div class="media-content">
<div class="content">
<p>
<strong>Nikolas</strong>
<small>@Lienus#1337 </small>
<span class="tag is-warning is-small">Supervisor</span>
</br>
Oh mah lawd, I tried to think of something original but I am too rushed to do so. Deal with it.
</p>
</div>
</div>
</article>
</div>
</div>
</div>
<div class="columns">
<div class="column">
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-64x64"><img class="img-circle" src="profile/tom.png"></figure>
</div>
<div class="media-content">
<div class="content">
<p>
<strong>Tom</strong>
<small>@Noodles#1939</small>
<span class="tag is-warning is-small">Supervisor</span>
</br>
Super spekel noodle man!
</p>
</div>
</div>
</article>
</div>
</div>
<div class="column">
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-64x64"><img class="img-circle" src='profile/codfish.png'></figure>
</div>
<div class="media-content">
<div class="content">
<p>
<strong>Luca</strong>
<small>@Codfish246#6667</small>
<span class="tag is-success is-small">Moderator</span>
</br>
Hey I’m Codfish, new moderator here at SSL, hope to see ye around xd
</p>
</div>
</div>
</article>
</div>
</div>
</div>
<div class="columns">
<div class="column">
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-64x64"><img class="img-circle" src='profile/danieltech.png'></figure>
</div>
<div class="media-content">
<div class="content">
<p>
<strong>Daniel Georgiou</strong>
<small>@Daniel Georgiou#0001</small>
<span class="tag is-success is-small">Moderator</span>
</br>
Just make up something random idk lol
</p>
</div>
</div>
</article>
</div>
</div>
<div class="column">
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-64x64"><img class="img-circle" src='profile/krer.png'></figure>
</div>
<div class="media-content">
<div class="content">
<p>
<strong>Krer Grimpaw</strong>
<small>@Krer Grimpaw#5387</small>
<span class="tag is-success is-small">Moderator</span>
</br>
If it's not broken, it may soon be!
</p>
</div>
</div>
</article>
</div>
</div>
</div>
<div class="columns">
<div class="column">
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-64x64"><img class="img-circle" src='profile/samsung.png'></figure>
</div>
<div class="media-content">
<div class="content">
<p>
<strong>Winsposure</strong>
<small>@samsungrocks10#0001</small>
<span class="tag is-success is-small">Moderator</span>
</br>
Don't forget me
</p>
</div>
</div>
</article>
</div>
</div>
<div class="column">
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-64x64"><img class="img-circle" src='profile/cringyadam.png'></figure>
</div>
<div class="media-content">
<div class="content">
<p>
<strong>Adam</strong>
<small>@Cringy Adam#4611</small>
<span class="tag is-primary is-small">Junior Moderator</span>
</br>
I may not be the smartest or the prettiest or the strongest or the.. shit I forgot where I was going with that..
</p>
</div>
</div>
</article>
</div>
</div>
</div>
<div class="columns">
<div class="column">
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-64x64"><img class="img-circle" src='profile/jj.png'></figure>
</div>
<div class="media-content">
<div class="content">
<p>
<strong>JJ</strong>
<small>@Jj The Husky#9999</small>
<span class="tag is-primary is-small">Junior Moderator</span>
</br>
The best junior moderator out there!
</p>
</div>
</div>
</article>
</div>
</div>
<div class="column">
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-64x64"><img class="img-circle" src='profile/jj.png'></figure>
</div>
<div class="media-content">
<div class="content">
<p>
<strong>RcCarRacer</strong>
<small>@RcCarRacer#0687</small>
<span class="tag is-primary is-small">Junior Moderator</span>
</br>
heck i'm completely brain dead
</p>
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container has-text-centered">
<p><strong>sslcommunity.io</strong> by <a href="https://www.collectivedev.com">TCDG</a>.
Copyright ©
All rights reserved. Neither Scammer Sub Lounge or TCDG is responsible and/or associated with content from external sites.</p>
<p>Privacy Policy: <a href="https://sslcommunity.io/privacy">sslcommunity.io/privacy</a>.</p>
</div>
</footer>
<!-- Ah come on, get out of my source! -->
<script>
keys = []
secret = "71,73,76,66,69,82,84"
sekret = "71,65,87,69,83,79,77,69,66,79,84"
kekle = "65,85,84,84,65,74,65"
window.addEventListener("keydown", function(e) {
if(e.keyCode!=16) {
keys.push(e.keyCode);
}
if(keys.toString().indexOf(secret)>-1) {
keys = [];
$("strong").html("Gilbert")
$("small").html("@GG142#0941")
$("img").attr("src", "https://discordapp.com/api/users/108892284119977984/avatars/e080a9e81a57f70ba4864099db84548f.jpg")
$(".tag").html("Owner")
$(".tag").addClass("is-danger")
} else if (keys.toString().indexOf(sekret)>-1) {
keys = [];
window.location.href = "https://auttaja.us"
} else if (keys.toString().indexOf(kekle)>-1) {
keys = [];
$("h1").html("PRAISE AUTTAJA")
$("h2").html("PRAISE AUTTAJA")
$("strong").html("Auttaja")
$("small").html("@Auttaja#5453")
$(".tag").html("Overlord")
$("img").attr("src", "https://cdn.discordapp.com/avatars/242730576195354624/ce27782b65469ac9fa33c7f37639008c.webp?size=1024")
}
}, true);
</script>
</body>
</html>