-
Notifications
You must be signed in to change notification settings - Fork 1
/
events.html
823 lines (812 loc) · 27 KB
/
events.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
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
<!DOCTYPE html>
<link
rel="stylesheet"
type="text/css"
href="//fonts.googleapis.com/css?family=Nova+Slim"
/>
<link
rel="stylesheet"
type="text/css"
href="//fonts.googleapis.com/css?family=sans-serif"
/>
<link
rel="stylesheet"
type="text/css"
href="//fonts.googleapis.com/css?family=Montserrat"
/>
<link
rel="stylesheet"
type="text/css"
href="//fonts.googleapis.com/css?family=Montserrat_SemiBold"
/>
<link
rel="stylesheet"
type="text/css"
href="//fonts.googleapis.com/css?family=Comfortaa"
/>
<html lang="en">
<head>
<title>Smojo Foundation</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Events that we offer at Smojo Foundation"
/>
<meta name="name" content="Smojo Foundation" />
<link
rel="icon"
href="https://cdn.glitch.com/99e42c9f-62ed-4bbd-9d7e-a81971a0b273%2F2.2%20Double%20Blue.png?v=1568401269500"
/>
<link rel="stylesheet" href="css/background.css" />
<link rel="stylesheet" href="css/navbar.css" />
<link rel="stylesheet" href="css/events.css" />
<script src="/test.js" defer></script>
</head>
<div id="Clouds">
<div class="Cloud Foreground"></div>
<div class="Cloud Background"></div>
<div class="Cloud Foreground"></div>
<div class="Cloud Background"></div>
<div class="Cloud Foreground"></div>
<div class="Cloud Background"></div>
<div class="Cloud Background"></div>
<div class="Cloud Foreground"></div>
<div class="Cloud Background"></div>
<div class="Cloud Background"></div>
<!-- <svg viewBox="0 0 40 24" class="Cloud"><use xlink:href="#Cloud"></use></svg>-->
</div>
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="40px"
height="24px"
viewbox="0 0 40 24"
enable-
xml:space="preserve"
>
<defs>
<path
id="Cloud"
d="M33.85,14.388c-0.176,0-0.343,0.034-0.513,0.054c0.184-0.587,0.279-1.208,0.279-1.853c0-3.463-2.809-6.271-6.272-6.271
c-0.38,0-0.752,0.039-1.113,0.104C24.874,2.677,21.293,0,17.083,0c-5.379,0-9.739,4.361-9.739,9.738
c0,0.418,0.035,0.826,0.084,1.229c-0.375-0.069-0.761-0.11-1.155-0.11C2.811,10.856,0,13.665,0,17.126
c0,3.467,2.811,6.275,6.272,6.275c0.214,0,27.156,0.109,27.577,0.109c2.519,0,4.56-2.043,4.56-4.562
C38.409,16.43,36.368,14.388,33.85,14.388z"
/>
</defs>
</svg>
<div class="content">
<div id="mnb" class="mnb">
<a class="navbutton" href="index.html"
><div class="leftititle">
<img
class="logoleft"
src="https://cdn.glitch.com/99e42c9f-62ed-4bbd-9d7e-a81971a0b273%2F2.2.png?v=1571193896787"
alt="Text"
/><span class="lefttext">SMOJO FOUNDATION</span>
</div></a
>
<div class="right">
<li class="one"><a href="events.html">EVENTS</a></li>
<li class="two"><a href="contribute.html">CONTRIBUTE</a></li>
<li class="three"><a href="sponsors.html">SPONSORS</a></li>
<li class="four"><a onclick="Display()">MORE</a></li>
<hr />
</div>
</div>
<div id="nb2right" class="nb2right">
<a class="nb2rbutton" href="SmojoMMORPG.html">MINECRAFT SERVER</a>
</div>
<div class="stats">
<div class="leftstats">
<div class="lst">
Funds Donated:
</div>
<div class="lsn">
$73
</div>
</div>
<div class="rightstats">
<div class="rst">
Streamers Supported:
</div>
<div class="rsn">
22
</div>
</div>
</div>
<div class="PageTop">
<div class="Title">
EVENTS
</div>
<div class="PageDescription">
Events Active At Smojo Foundation
</div>
</div>
<div class="grid-container">
<div class="grid-item">
<div class="gridtop">
<img
class="gridlogo"
src="https://cdn.glitch.com/e0c0f129-5df7-4dbb-ac03-12339b9093e5%2F9135ccef-096f-4b96-9a5e-c5447312beb9_2.2.png?v=1566236303165"
/>
<div class="gridtitle">
CLIP EVENT
</div>
</div>
<br />
<div class="gridmiddle">
The clip event is an community event ran for an opportunity to show
your funny or amazing clips to the world.
</div>
<br />
<div class="gridmiddle2">
<div class="griddetails">
<a
class="griddetailsbutton"
onclick="Display1();DisplayPreviousWinnersButton();PreviousWinnerVideo()"
>DETAILS</a
>
<div class="noDisplay" id="griddetailss1">
<div class="topicbox">
<div class="Topic">
Next Event :
</div>
<div class="TopicDetails">
9/17/2019
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Duration :
</div>
<div class="TopicDetails">
2 Weeks, 1 week break
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Prizes :
</div>
<br />
<div class="PrizeList">
<div class="prize">
● $5 Via Paypal
</div>
<div class="prize">
● Winners Role on Discord
</div>
<div class="prize">
● Submitted Clip Advertised Across Our Platform
</div>
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Description :
</div>
<div class="EventDescription">
The clip event is two weeks long with a one week grace period
between the events. The two weeks are broken into two seperate
weeks, Week 1 and Week 2 Week 1 is the submission week where
you will submit your clip into the contest. You may only
submit one clip per event. Week 2 is dedicated to the voting
of clips. On the last day of the Week 2 the winner will be
announced and given the prizes of the event.
</div>
</div>
<br />
</div>
</div>
</div>
<br />
<div class="gridbottom">
<div class="buttondiv">
<a
href="https://discord.gg/fBEP52V"
target="_blank"
class="joineventbutton"
>JOIN EVENT</a
>
</div>
<a
class="noDisplay"
id="PreviousWinnersButton"
onclick="DisplayPreviousWinners()"
>PREVIOUS WINNERS</a
>
<div class="noDisplay" id="PreviousWinners">
<div class="slideshow-container">
<div class="mySlides fade">
<div class="VideoTop">
<div class="numbertext">1 / 4</div>
<div class="EventNumber">Event #4</div>
<div class="Winner">Walrito#7433</div>
</div>
<video
id="PreviousWinnerVideo4"
class="PreviousWinnerVideo"
controls="controls"
width="1024"
height="576"
>
<source
src="https://cdn.glitch.com/455868c7-c956-4c53-ae08-dee4fbdab85f%2FByssalSacralKinggorn_1080p.mp4?v=1573504193879"
type="video/mp4"
/>
</video>
</div>
<div class="mySlides fade">
<div class="VideoTop">
<div class="numbertext">2 / 4</div>
<div class="EventNumber">Event #3</div>
<div class="Winner">Thermal#4136</div>
</div>
<video
id="PreviousWinnerVideo3"
class="PreviousWinnerVideo"
controls="controls"
width="1024"
height="576"
>
<source
src="https://cdn.glitch.com/99e42c9f-62ed-4bbd-9d7e-a81971a0b273%2Fthermal.mp4?v=1571344193566"
type="video/mp4"
/>
</video>
</div>
<div class="mySlides fade">
<div class="VideoTop">
<div class="numbertext">3 / 4</div>
<div class="EventNumber">Event #2</div>
<div class="Winner">Ryu#8371</div>
</div>
<video
id="PreviousWinnerVideo2"
class="PreviousWinnerVideo"
controls="controls"
width="1024"
height="576"
>
<source
src="https://cdn.glitch.com/99e42c9f-62ed-4bbd-9d7e-a81971a0b273%2FRyu.mp4?v=1568757099581"
type="video/mp4"
/>
</video>
</div>
<div class="mySlides fade">
<div class="VideoTop">
<div class="numbertext">4 / 4</div>
<div class="EventNumber">Event #1</div>
<div class="Winner">Thermal#4136</div>
</div>
<video
id="PreviousWinnerVideo"
class="PreviousWinnerVideo"
controls="controls"
width="1024"
height="576"
>
<source
src="https://cdn.glitch.com/99e42c9f-62ed-4bbd-9d7e-a81971a0b273%2FThermal.mp4?v=1567878108362"
type="video/mp4"
/>
</video>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br />
<script>
var slideIndex = 1;
showSlides(slideIndex);
// Next/previous controls
function plusSlides(n) {
showSlides((slideIndex += n));
}
// Thumbnail image controls
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
if (n > slides.length) {
slideIndex = 1;
}
if (n < 1) {
slideIndex = slides.length;
}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex - 1].style.display = "block";
dots[slideIndex - 1].className += " active";
}
</script>
</div>
</div>
</div>
</div>
<div class="PageBottom">
<div class="Title">
UPCOMING EVENTS
</div>
<div class="PageDescription">
Events Soon To Come To Smojo Foundation
</div>
</div>
<div class="grid-container">
<div class="grid-item">
<div class="gridtop">
<img
class="gridlogo"
src="https://cdn.glitch.com/e0c0f129-5df7-4dbb-ac03-12339b9093e5%2F9135ccef-096f-4b96-9a5e-c5447312beb9_2.2.png?v=1566236303165"
/>
<div class="gridtitle">
STREAMER SUPPORT EVENT
</div>
</div>
<br />
<div class="gridmiddle">
The Streamer Support Event is an event that financially aids streamers
on twitch.
</div>
<br />
<div class="gridmiddle2">
<div class="griddetails">
<a class="griddetailsbutton" onclick="Display2()">DETAILS</a>
<div class="noDisplay" id="griddetailss2">
<div class="topicbox">
<div class="Topic">
Next Event :
</div>
<div class="TopicDetails">
TBA
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Duration :
</div>
<div class="TopicDetails">
3 Weeks, 1 Week Break
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Prizes :
</div>
<br />
<div class="PrizeList">
<div class="prize">
● Prize Pool : TBA
</div>
<div class="prize">
● Winners Role on Discord
</div>
<div class="prize">
● Twitch Channel Advertised Across Our Platform
</div>
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Description :
</div>
<div class="EventDescription">
The Streamer support event is an event that is ran every 4
weeks. Week 1 is the join week in which streamers can join the
event. Week 2 is the prepare week, in which preperations for
votings begin, a streamer might use this week to tell their
community and get them to vote for them. Week 3 is the voting
week in which communities will vote for their prefered
streamer. Week 4 is the break week to prepare for the next
event. Each event consist of streamers of all sizes. Each
event will have 5 contestants, if you join the event and arnt
upon the first 5 contestants then you will be qued for the
next event.
</div>
</div>
<br />
</div>
</div>
</div>
<br />
</div>
<div class="grid-item">
<div class="gridtop">
<img
class="gridlogo"
src="https://cdn.glitch.com/e0c0f129-5df7-4dbb-ac03-12339b9093e5%2F9135ccef-096f-4b96-9a5e-c5447312beb9_2.2.png?v=1566236303165"
/>
<div class="gridtitle">
INVITE EVENT
</div>
</div>
<br />
<div class="gridmiddle">
The Invite Event is an event to compete for the most invites to the
discord.
</div>
<br />
<div class="gridmiddle2">
<div class="griddetails">
<a class="griddetailsbutton" onclick="Display3()">DETAILS</a>
<div class="noDisplay" id="griddetailss3">
<div class="topicbox">
<div class="Topic">
Next Event :
</div>
<div class="TopicDetails">
TBA
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Duration :
</div>
<div class="TopicDetails">
1 Week, Every Month
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Prizes :
</div>
<br />
<div class="PrizeList">
<div class="prize">
● Prize Pool : TBA
</div>
<div class="prize">
● Winners Role on Discord
</div>
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Description :
</div>
<div class="EventDescription">
The Invite event is at the beginning of every week. During
that week the person who invites the most people wins. This is
a fun and simple event that also helps smojo foundation grow.
</div>
</div>
<br />
</div>
</div>
</div>
<br />
</div>
<div class="grid-item">
<div class="gridtop">
<img
class="gridlogo"
src="https://cdn.glitch.com/e0c0f129-5df7-4dbb-ac03-12339b9093e5%2F9135ccef-096f-4b96-9a5e-c5447312beb9_2.2.png?v=1566236303165"
/>
<div class="gridtitle">
TOURNAMENT EVENT
</div>
</div>
<br />
<div class="gridmiddle">
The tournament event is an event that host tournaments for multiple
competative games.
</div>
<br />
<div class="gridmiddle2">
<div class="griddetails">
<a class="griddetailsbutton" onclick="Display4()">DETAILS</a>
<div class="noDisplay" id="griddetailss4">
<div class="topicbox">
<div class="Topic">
Next Event :
</div>
<div class="TopicDetails">
TBA
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Duration :
</div>
<div class="TopicDetails">
MONTHLY
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Prizes :
</div>
<br />
<div class="PrizeList">
<div class="prize">
● prize pool : TBA
</div>
<div class="prize">
● Winners Role on Discord
</div>
<div class="prize">
● Winner/Winners Advertised Across Our Platform
</div>
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Description :
</div>
<div class="EventDescription">
The tournament event will be ran monthly, we will host
tournaments of many games such as, Rocket Leauge, minecraft,
wizard101, rust, call of duty, csgo, halo, warframe, dota2.
When this event starts We will focus on one specific game, as
the event grows we will branch into other games. Our first
game will be rocket leauge
</div>
</div>
<br />
</div>
</div>
</div>
<br />
</div>
<div class="grid-item">
<div class="gridtop">
<img
class="gridlogo"
src="https://cdn.glitch.com/e0c0f129-5df7-4dbb-ac03-12339b9093e5%2F9135ccef-096f-4b96-9a5e-c5447312beb9_2.2.png?v=1566236303165"
/>
<div class="gridtitle">
STREAMER OF THE WEEK EVENT
</div>
</div>
<br />
<div class="gridmiddle">
The Streamer of the week event is an event that spreads the name of a
streamer.
</div>
<br />
<div class="gridmiddle2">
<div class="griddetails">
<a class="griddetailsbutton" onclick="Display5()">DETAILS</a>
<div class="noDisplay" id="griddetailss5">
<div class="topicbox">
<div class="Topic">
Next Event :
</div>
<div class="TopicDetails">
TBA
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Duration :
</div>
<div class="TopicDetails">
2 Weeks, 2 week break
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Prizes :
</div>
<br />
<div class="PrizeList">
<div class="prize">
● Winners Role on Discord
</div>
<div class="prize">
● Twitch channel Advertised Across Our Platform
</div>
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Description :
</div>
<div class="EventDescription">
The streamer of the week event is an event in which a random
streamer from the "Verfied Streamer" Role on our discord, is
picked and spread across our platform. This event will boost
the streamers popularity and bring allot more eyes to their
content.
</div>
</div>
<br />
</div>
</div>
</div>
<br />
</div>
<div class="grid-item">
<div class="gridtop">
<img
class="gridlogo"
src="https://cdn.glitch.com/e0c0f129-5df7-4dbb-ac03-12339b9093e5%2F9135ccef-096f-4b96-9a5e-c5447312beb9_2.2.png?v=1566236303165"
/>
<div class="gridtitle">
GFX CONTEST EVENT
</div>
</div>
<br />
<div class="gridmiddle">
The gfx design contest is an event for gifted gfx designs to compete
and design the best SF Theme gfx
</div>
<br />
<div class="gridmiddle2">
<div class="griddetails">
<a class="griddetailsbutton" onclick="Display6()">DETAILS</a>
<div class="noDisplay" id="griddetailss6">
<div class="topicbox">
<div class="Topic">
Next Event :
</div>
<div class="TopicDetails">
TBA
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Duration :
</div>
<div class="TopicDetails">
TBA
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Prizes :
</div>
<br />
<div class="PrizeList">
<div class="prize">
● Prize Pool : TBA
</div>
<div class="prize">
● Winners Role on Discord
</div>
<div class="prize">
● GFX Advertised Across Our Platform
</div>
</div>
</div>
<br />
<div class="topicbox">
<div class="Topic">
Description :
</div>
<div class="EventDescription">
The gfx design contest is a contest for talented gfx designers
to show their skills across smojo foundation
</div>
</div>
<br />
</div>
</div>
</div>
<br />
</div>
</div>
</div>
<script>
function Display() {
var banner = document.getElementById("nb2right");
if (banner.classList.contains("display")) {
banner.setAttribute("class", "noDisplay");
} else {
banner.setAttribute("class", "display");
}
}
function Display1() {
var banner = document.getElementById("griddetailss1");
if (banner.classList.contains("Display")) {
banner.setAttribute("class", "noDisplay");
} else {
banner.setAttribute("class", "Display");
}
}
function DisplayPreviousWinnersButton() {
var banner = document.getElementById("PreviousWinnersButton");
if (banner.classList.contains("Display")) {
banner.setAttribute("class", "noDisplay");
} else {
banner.setAttribute("class", "Display");
}
}
function DisplayPreviousWinners() {
var banner = document.getElementById("PreviousWinners");
if (banner.classList.contains("Display")) {
banner.setAttribute("class", "noDisplay");
} else {
banner.setAttribute("class", "Display");
}
}
function PreviousWinnerVideo() {
var banner = document.getElementById("PreviousWinners");
if (banner.classList.contains("Display")) {
banner.setAttribute("class", "noDisplay");
}
}
PreviousWinnerVideo;
function Display2() {
var banner = document.getElementById("griddetailss2");
if (banner.classList.contains("Display")) {
banner.setAttribute("class", "noDisplay");
} else {
banner.setAttribute("class", "Display");
}
}
function Display3() {
var banner = document.getElementById("griddetailss3");
if (banner.classList.contains("Display")) {
banner.setAttribute("class", "noDisplay");
} else {
banner.setAttribute("class", "Display");
}
}
function Display4() {
var banner = document.getElementById("griddetailss4");
if (banner.classList.contains("Display")) {
banner.setAttribute("class", "noDisplay");
} else {
banner.setAttribute("class", "Display");
}
}
function Display5() {
var banner = document.getElementById("griddetailss5");
if (banner.classList.contains("Display")) {
banner.setAttribute("class", "noDisplay");
} else {
banner.setAttribute("class", "Display");
}
}
function Display6() {
var banner = document.getElementById("griddetailss6");
if (banner.classList.contains("Display")) {
banner.setAttribute("class", "noDisplay");
} else {
banner.setAttribute("class", "Display");
}
}
</script>
<script>
function Display() {
var banner = document.getElementById("nb2right");
if (banner.classList.contains("display")) {
banner.setAttribute("class", "noDisplay");
} else {
banner.setAttribute("class", "display");
}
}
</script>
</html>