Difference between revisions of "Sandbox"

From Armagetron
(tourney blurbs / competition hub - rough mockup)
 
(86 intermediate revisions by 24 users not shown)
Line 1: Line 1:
== Some heading ==
+
<!-- Ladle -->
<pre>      sandbox--test out the formatting here
+
<!-- Overall Ladle blurb card-->
      o  ____          :::::::::::::::::: :::::::::::::::::: __|-----|__
+
<div style="
      Y_,_|[]| --++++++ |[][][][][][][][]| |[][][][][][][][]| |  [] []  |
+
display:inline-block;
    {|_|_|__|;|______|;|________________|;|________________|;|_________|;
+
width:45%;  
      /oo--OO  oo  oo  oo oo      oo oo  oo oo      oo oo  oo    oo
+
float:left;  
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+</pre>
+
border:4px solid #fff;  
 +
border-radius:16px;  
 +
margin:1.25%;  
 +
background:#fff;
 +
box-shadow: 0px 4px 10px #333;">
  
=== A sub-heading ===
+
<!-- Green Gradient Box behind ladle number -->
* Bullet point
+
<div style="
* Another
+
display:-webkit-box;
** How about this?
+
-webkit-box-pack:justify;
* No.
+
-webkit-box-align:justify;
 +
width:33%;
 +
border-radius:8px;
 +
background-color:#fff;
 +
padding:1rem;
 +
margin:0;
 +
position: relative;
 +
float:left;
 +
height: 150px;
 +
background-color: #ff6688;
 +
background-image: -webkit-gradient( linear, from( #7fff7f ), to( #3bbb3b ) );
 +
background-image: -webkit-linear-gradient(#7fff7f, #3bbb3b );
 +
background-image: -moz-linear-gradient(#7fff7f, #3bbb3b );
 +
background-image: linear-gradient(#7fff7f, #3bbb3b );
 +
-moz-box-shadow: inset 0 0 6px #333;
 +
-webkit-box-shadow: inset 0 0 6px #333;
 +
box-shadow: inset 0 0 6px #333;
 +
border-top-right-radius: 33% 50%;
 +
border-bottom-right-radius: 33% 50%;
 +
border-top-left-radius: 12px;
 +
border-bottom-left-radius: 12px;">
  
Some <code>code text</code>. Yes, it worked.
+
<!--        Ladle Number        -->
 +
<span style="
 +
font-size:5em;
 +
vertical-align:middle;
 +
color:#fff;
 +
text-shadow: 2px 2px 4px #333;">
 +
{{Ladle Meta|number}}
 +
</span>
 +
</div>
 +
<!--Right side text (ladle, date, challenge board, previous result)-->
 +
<div style="
 +
display:-webkit-box;
 +
-webkit-box-pack:center;
 +
-webkit-box-align:end;
 +
position:relative;
 +
padding:1rem;
 +
margin:0;
 +
float:right;
 +
height: 150px;">
 +
<span style="vertical-align: middle;">
 +
<span style="font-size:3em; margin: auto;">Ladle</span><br />
 +
<span style="font-size:1em;">{{ucfirst:{{Ladle Meta|date}}}}</span><br />
 +
[[Ladle/Challenge Board | Challenge Board]] | [[Ladle {{Ladle Meta|previous}} | Previous Result]]
 +
</span>
 +
</div>
 +
</div>
  
Math doesn't work right now, apparently I have to upgrade the server.  Go ahead and use regular math formatting according to MediaWiki, and don't worry if you can't read it right now.  I'll take care of it.
+
<!-- SBT -->
 +
<!-- Overall SBT blurb card-->
 +
<div style="
 +
display:inline-block;
 +
width:45%;
 +
float:right;
 +
border:4px solid #fff;
 +
border-radius:16px;
 +
margin:1.25%;
 +
background:#fff;
 +
box-shadow: 0px 4px 10px #333;">
  
<math>\sqrt{x^2 + y^2}</math>
+
<!-- Blue Gradient Box behind SBT number -->
[[Image:Pointoftron2.gif]]
+
<div style="
 +
display:-webkit-box;
 +
-webkit-box-pack:justify;
 +
-webkit-box-align:justify;
 +
width:33%;
 +
border-radius:8px;
 +
background-color:#fff;
 +
padding:1rem;
 +
margin:0;
 +
position: relative;
 +
float:left;
 +
height: 150px;
 +
background-color: #ff6688;
 +
background-image: -webkit-gradient( linear, from( #4488ff ), to( #002299 ) );
 +
background-image: -webkit-linear-gradient(#4488ff, #002299 );
 +
background-image: -moz-linear-gradient(#4488ff, #002299 );
 +
background-image: linear-gradient(#4488ff, #002299 );
 +
-moz-box-shadow: inset 0 0 6px #333;
 +
-webkit-box-shadow: inset 0 0 6px #333;
 +
box-shadow: inset 0 0 6px #333;
 +
border-top-right-radius: 33% 50%;
 +
border-bottom-right-radius: 33% 50%;
 +
border-top-left-radius: 12px;
 +
border-bottom-left-radius: 12px;">
  
 +
<!--        SBT Number        -->
 +
<span style="
 +
font-size:5em;
 +
vertical-align:middle;
 +
color:#fff;
 +
text-shadow: 2px 2px 4px #333;">
 +
15
 +
</span>
 +
</div>
 +
<!--Right side text (SBT, date, challenge board, previous result)-->
 +
<div style="
 +
display:-webkit-box;
 +
-webkit-box-pack:center;
 +
-webkit-box-align:end;
 +
position:relative;
 +
padding:1rem;
 +
margin:0;
 +
float:right;
 +
height: 150px;">
 +
<span style="vertical-align: middle;">
 +
<span style="font-size:3em; margin: auto;">SBT</span><br />
 +
<span style="font-size:1em;">Sunday, August 29th 2021</span><br />
 +
[[SBT | Challenge Board]] | [[SBT14 | Previous Result]]
 +
</span>
 +
</div>
 +
</div>
  
 +
<br />
 +
<!-- TST -->
 +
<!-- Overall TST blurb card-->
 +
<div style="
 +
display:inline-block;
 +
width:45%;
 +
float:left;
 +
border:4px solid #fff;
 +
border-radius:16px;
 +
margin:1.25%;
 +
background:#fff;
 +
box-shadow: 0px 4px 10px #333;">
  
{| border="2" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AA0000; border-collapse:collapse; font-size:95%; empty-cells:show; text-align:center;"
+
<!-- Green Gradient Box behind TST number -->
! Quarter Finals !! Semi Finals !! Finals !! Winner
+
<div style="
|-
+
display:-webkit-box;
|1st Seed
+
-webkit-box-pack:justify;
| rowspan="2" | 1st/8th
+
-webkit-box-align:justify;
| rowspan="4" | 1st/8th/3rd/6th
+
width:33%;  
| rowspan="8" | WINNER
+
border-radius:8px;  
|-
+
background-color:#fff;  
|8th Seed
+
padding:1rem;
|-
+
margin:0;
|3rd Seed
+
position: relative;
| rowspan="2" | 3rd/6th
+
float:left;
|-
+
height: 150px;
|6th Seed
+
background-color: #ff6688;
|-
+
background-image: -webkit-gradient( linear, from( #ffff33 ), to( #cccc33 ) );
|4th Seed
+
background-image: -webkit-linear-gradient(#ffff33, #cccc33 );
| rowspan="2" | 4th/5th
+
background-image: -moz-linear-gradient(#ffff33, #cccc33 );
| rowspan="4" | 4th/5th/2nd/7th
+
background-image: linear-gradient(#ffff33, #cccc33 );
|-
+
-moz-box-shadow: inset 0 0 6px #333;
|5th Seed
+
-webkit-box-shadow: inset 0 0 6px #333;
|-
+
box-shadow: inset 0 0 6px #333;
|2nd Seed
+
border-top-right-radius: 33% 50%;
| rowspan="2" | 2nd/7th
+
border-bottom-right-radius: 33% 50%;
|-
+
border-top-left-radius: 12px;
|7th Seed
+
border-bottom-left-radius: 12px;">
|}
 
I dont seem to be able to make a new page so ive just placed this here till there is a [[THE SPOON PLAYOFFS]] page.
 
--[[User:Lackadaisical|Lackadaisical]] 13:26, 17 April 2006 (CDT)
 
:Luci fixed it, the page is now available: [[Playoffs (The Spoon)]] --[[User:Wrtlprnft|Wrtlprnft]] 19:40, 18 April 2006 (CDT)
 
 
 
 
 
{| border="2" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AA0000; border-collapse:collapse; font-size:95%; empty-cells:show; text-align:center;"
 
! colspan="2" | Quarter Finals !! colspan="2" | Semi Finals !! colspan="2" | Final !! Winner
 
|-
 
|?? || '''N/A'''
 
| rowspan="2" | ?? || rowspan="2" | nyp
 
| rowspan="4" | ??/CT/LM || rowspan="4" | nyp
 
| rowspan="8" | WINNER
 
|-
 
| style="border-bottom:3px double" | N/A || style="border-bottom:3px double" | N/A
 
|-
 
|CT || nyp
 
| rowspan="2" style="border-bottom:3px double" | CT/LM || rowspan="2" style="border-bottom:3px double" | nyp
 
|-
 
| style="border-bottom:3px double" | LM || style="border-bottom:3px double" | nyp
 
|-
 
|NI || nyp
 
| rowspan="2" | NI/MBC || rowspan="2" | nyp
 
| rowspan="4" | NI/MBC/AW/FE || rowspan="4" | nyp
 
|-
 
| style="border-bottom:3px double" | MBC || style="border-bottom:3px double" | nyp
 
|-
 
|AW || nyp
 
| rowspan="2" | AW/FE || rowspan="2" | nyp
 
|-
 
|FE || nyp
 
|}
 
 
 
 
 
  
 +
<!--        TST Number        -->
 +
<span style="
 +
font-size:5em;
 +
vertical-align:middle;
 +
color:#fff;
 +
text-shadow: 2px 2px 4px #333;">
 +
26
 +
</span>
 +
</div>
 +
<!--Right side text (TST, date, challenge board, previous result)-->
 +
<div style="
 +
display:-webkit-box;
 +
-webkit-box-pack:center;
 +
-webkit-box-align:end;
 +
position:relative;
 +
padding:1rem;
 +
margin:0;
 +
float:right;
 +
height: 150px;">
 +
<span style="vertical-align: middle;">
 +
<span style="font-size:3em; margin: auto;">TST</span><br />
 +
<span style="font-size:1em;">Sunday, May 16th 2021</span><br />
 +
[[TST | Challenge Board]] | [[TST-25 | Previous Result]]
 +
</span>
 +
</div>
 +
</div>
  
 +
<!-- WST -->
 +
<!-- Overall WST blurb card-->
 +
<div style="
 +
display:inline-block;
 +
width:45%;
 +
float:right;
 +
border:4px solid #fff;
 +
border-radius:16px;
 +
margin:1.25%;
 +
background:#fff;
 +
box-shadow: 0px 4px 10px #333;">
  
 +
<!-- Blue Gradient Box behind WST number -->
 +
<div style="
 +
display:-webkit-box;
 +
-webkit-box-pack:justify;
 +
-webkit-box-align:justify;
 +
width:33%;
 +
border-radius:8px;
 +
background-color:#fff;
 +
padding:1rem;
 +
margin:0;
 +
position: relative;
 +
float:left;
 +
height: 150px;
 +
background-color: #ff6688;
 +
background-image: -webkit-gradient( linear, from( #8866ff ), to( #4422bb ) );
 +
background-image: -webkit-linear-gradient(#8866ff, #4422bb );
 +
background-image: -moz-linear-gradient(#8866ff, #4422bb );
 +
background-image: linear-gradient(#8866ff, #4422bb );
 +
-moz-box-shadow: inset 0 0 6px #333;
 +
-webkit-box-shadow: inset 0 0 6px #333;
 +
box-shadow: inset 0 0 6px #333;
 +
border-top-right-radius: 33% 50%;
 +
border-bottom-right-radius: 33% 50%;
 +
border-top-left-radius: 12px;
 +
border-bottom-left-radius: 12px;">
  
 +
<!--        WST Number        -->
 +
<span style="
 +
font-size:5em;
 +
vertical-align:middle;
 +
color:#fff;
 +
text-shadow: 2px 2px 4px #333;">
 +
25
 +
</span>
 +
</div>
 +
<!--Right side text (WST, date, challenge board, previous result)-->
 +
<div style="
 +
display:-webkit-box;
 +
-webkit-box-pack:center;
 +
-webkit-box-align:end;
 +
position:relative;
 +
padding:1rem;
 +
margin:0;
 +
float:right;
 +
height: 150px;">
 +
<span style="vertical-align: middle;">
 +
<span style="font-size:3em; margin: auto;">WST</span><br />
 +
<span style="font-size:1em;">Sunday, July 18th 2021</span><br />
 +
[[WST | Challenge Board]] | [[WST24 | Previous Result]]
 +
</span>
 +
</div>
 +
</div>
  
 
+
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
 
 
 
 
 
 
 
 
 
 
 
 
<div  style="display:none">
 
[We are delicate. We do not delete your content.]
 
[l_sp1]
 
 
 
[http://ringtonemaker.blogs.eurosport.com/ ringtone maker]
 
[http://verizonringtone.forumco.com/ verizon ringtone]
 
[http://uscellularringtone.forumco.com US Cellular Ringtone]
 
[http://blog.investing.com/bcbgshoes/ bcbg shoes]
 
[http://www.buddyprofile.com/viewprofile.php?username=waterfordcrystal waterford crystal]
 
[http://www.buddyprofile.com/viewprofile.php?username=swarovskicrystal swarovski crystal bead]
 
[http://www.buddyprofile.com/viewprofile.php?username=mesotheliomalawsuits mesothelioma lawsuits]
 
[http://www.buddyprofile.com/viewprofile.php?username=mesotheliomasymptoms mesothelioma symptoms]
 
[http://www.buddyprofile.com/viewprofile.php?username=mesotheliomadiag mesothelioma diagnosis]
 
[http://www.missoula.com/blog/sexypromdresses/ Sexy Prom Dresses]
 
[http://www.justachat.com/blog/?w=naturalizershoes Naturalizer Shoes]
 
[http://www.toutelapoesie.com/blog/aerobed/ Aero Bed]
 
[http://www.totalvideogames.com/blog/freesprintringtones/ Free Sprint Ringtones]
 
[http://www.totalvideogames.com/blog/freeverizonringtones/ Free Verizon Ringtones]
 
[http://www.totalvideogames.com/blog/freenextelringtones/ free nextel ringtones]
 
[http://www.totalvideogames.com/blog/sexypromdresses/ sexy prom dress]
 
[http://www.totalvideogames.com/blog/formalpromdresses/ Formal Prom Dresses]
 
[http://www.totalvideogames.com/blog/cheappromdresses/ cheap prom dresses]
 
[http://www.totalvideogames.com/blog/plussizepromdress/ Plus Size Prom Dresses]
 
[http://www.totalvideogames.com/blog/tiffanypromdresses/ tiffany prom dresses]
 
[http://www.totalvideogames.com/blog/strippoker/ erotic games strip poker]
 
[http://www.totalvideogames.com/blog/pokemoncardgame/ pokemon trading card game rom]
 
[http://www.totalvideogames.com/blog/hoylecardgames/ hoyle card games]
 
[http://www.totalvideogames.com/blog/teenbra/ teen bra]
 
[http://www.totalvideogames.com/blog/brateencleavage/ Bra Teen Cleavage]
 
[http://www.totalvideogames.com/blog/microbiniki/ Micro Bikini]
 
[http://www.totalvideogames.com/blog/teensbra/ Teens Bra]
 
[http://www.totalvideogames.com/blog/sexybras/ sexy bras]
 
[http://www.totalvideogames.com/blog/bulmabra/ bulma bra]
 
[http://www.totalvideogames.com/blog/sheerbra/ sheer bra]
 
[http://www.totalvideogames.com/blog/autoloancalculator/ auto loan calculator]
 
[http://www.totalvideogames.com/blog/loanconsolidation/ Federal Student Loan Consolidation]
 
[http://www.totalvideogames.com/blog/privatestudentloan/ private student loan consolidation]
 
[http://www.totalvideogames.com/blog/acsstudentloans/ acs student loans]
 
[http://www.totalvideogames.com/blog/countrywidehomeloans/ countrywide home loans]
 
[http://www.totalvideogames.com/blog/refinancehomeloan/ refinance home loan st louis]
 
[http://www.buddyprofile.com/viewprofile.php?username=wacoalbras wacoal bras]
 
[http://www.buddyprofile.com/viewprofile.php?username=teenbra teen bra]
 
[http://www.buddyprofile.com/viewprofile.php?username=unsecuredloan unsecured signature loan]
 
[http://www.buddyprofile.com/viewprofile.php?username=homeloans Countrywide Home Loans]
 
[http://blog.moddingplanet.it/?w=formalpromdresses Formal Prom Dresses]
 
[http://blog.moddingplanet.it/?w=sexypromdress Sexy Prom Dress]
 
[http://blog.moddingplanet.it/?w=cocktaildresses cocktail dresses]
 
[http://www.buddyprofile.com/viewprofile.php?username=telmobile TMobile]
 
[http://www.buddyprofile.com/viewprofile.php?username=watersoftener water softener]
 
[http://www.buddyprofile.com/viewprofile.php?username=tanklesswaterheater tankless water heater]
 
[http://www.totalvideogames.com/blog/oscardresses/ oscar dresses]
 
[http://www.totalvideogames.com/blog/motherbridedress/ mother of the bride dresses]
 
[http://www.totalvideogames.com/blog/bridesmaiddresses/ bridesmaid dresses]
 
[http://www.totalvideogames.com/blog/cocktaildresses/ cocktail dresses]
 
[http://www.totalvideogames.com/blog/formaldresses/ formal dresses]
 
[http://www.totalvideogames.com/blog/easterdresses/ easter dresses]
 
[http://www.totalvideogames.com/blog/eveningdresses/ evening dresses]
 
[http://www.totalvideogames.com/blog/eveninggowns/ evening gowns]
 
[http://www.totalvideogames.com/blog/ballgowns/ ball gowns]
 
[http://www.totalvideogames.com/blog/formalgowns/ formal gowns]
 
[http://www.totalvideogames.com/blog/plussizewedding/ plus size wedding gowns]
 
[http://www.buddyprofile.com/viewprofile.php?username=rockportshoes rockport shoes]
 
[http://www.buddyprofile.com/viewprofile.php?username=osmosiswaterfilter reverse osmosis water filter]
 
[http://www.buddyprofile.com/viewprofile.php?username=merrellshoes merrell shoes]
 
[http://www.totalvideogames.com/blog/casinoroyale/ casino royale]
 
[http://www.totalvideogames.com/blog/throatpokers/ throat pokers]
 
[http://www.totalvideogames.com/blog/freestrippoker/ free strip poker]
 
[http://www.totalvideogames.com/blog/crazygameofpoker/ crazy game of poker]
 
[http://www.totalvideogames.com/blog/pokerchips/ poker chips]
 
[http://www.totalvideogames.com/blog/texasholdempoker/ texas holdem poker game]
 
[http://www.totalvideogames.com/blog/onlinepokeraide/ online poker aide]
 
[http://www.totalvideogames.com/blog/onlinepokerassistant/ online poker assistant]
 
[http://www.totalvideogames.com/blog/casinodirectory/ casino directory gambling online]
 
[http://www.totalvideogames.com/blog/onlinepaigowpoker/ online pai gow poker]
 
[http://www.totalvideogames.com/blog/hooterscasino/ hooters casino]
 
[http://www.totalvideogames.com/blog/atlanticcitycasino/ atlantic city casinos]
 
[http://www.totalvideogames.com/blog/buyativanonline/ buy ativan online]
 
[http://www.totalvideogames.com/blog/buyoxycontinonline/ buy oxycontin online]
 
[http://www.totalvideogames.com/blog/buyalprazolamonline/ buy alprazolam online]
 
[http://www.totalvideogames.com/blog/buyalprazolam/ buy alprazolam]
 
[http://www.totalvideogames.com/blog/cialisnoprescription/ cialis no prescription]
 
[http://www.totalvideogames.com/blog/xanaxxr/ xanax xr]
 
[http://www.totalvideogames.com/blog/ultramer/ ultram er]
 
[http://www.totalvideogames.com/blog/buyultramonline/ buy ultram online]
 
[http://www.totalvideogames.com/blog/genericfioricet/ generic fioricet]
 
[http://www.totalvideogames.com/blog/buyfioricetonline/ buy fioricet online]
 
[http://www.totalvideogames.com/blog/phentermine375mg/ phentermine 37 5mg]
 
[http://www.totalvideogames.com/blog/bontrilsr/ bontril sr]
 
[http://www.totalvideogames.com/blog/cheapbontril/ cheap bontril]
 
[http://www.totalvideogames.com/blog/ambiencr/ ambien cr]
 
[http://www.totalvideogames.com/blog/buydidrexonline/ buy didrex online]
 
[http://www.totalvideogames.com/blog/adipex/ adipex without a prescription]
 
[http://www.totalvideogames.com/blog/buytamiflu/ buy tamiflu]
 
[http://www.totalvideogames.com/blog/buyclonazepam/ buy clonazepam]
 
[http://www.totalvideogames.com/blog/purchasetramadol/ purchase tramadol without a prescription]
 
[http://www.totalvideogames.com/blog/buyacyclovir/ buy acyclovir]
 
[http://www.totalvideogames.com/blog/buycodeine/ buy codeine]
 
[http://www.totalvideogames.com/blog/privatepoker/ private poker tournament]
 
[http://www.totalvideogames.com/blog/freerollpoker/ freeroll poker tournament]
 
[http://www.totalvideogames.com/blog/caribbeanstudpoker/ caribbean stud poker]
 
[http://www.totalvideogames.com/blog/paradisepoker/ paradise poker]
 
[http://www.totalvideogames.com/blog/playfreestrippoker/ play free strip poker]
 
[http://www.totalvideogames.com/blog/eroticgames/ erotic games strip poker]
 
[http://www.totalvideogames.com/blog/onlinepoker/ online poker calculator]
 
[http://www.totalvideogames.com/blog/onlinepokertracker/ online poker tracker]
 
[http://www.totalvideogames.com/blog/buydiazepam/ buy diazepam]
 
[http://www.totalvideogames.com/blog/didrex/ didrex]
 
[http://www.totalvideogames.com/blog/buydidrex/ buy didrex]
 
[http://www.totalvideogames.com/blog/adipexpr/ adipex without prescription]
 
[http://www.totalvideogames.com/blog/adipexp/ adipex p]
 
[http://www.totalvideogames.com/blog/clonazepam/ clonazepam]
 
[http://www.totalvideogames.com/blog/bclonazepam/ buy clonazepam]
 
[http://www.totalvideogames.com/blog/diethylpropion/ diethylpropion]
 
[http://www.totalvideogames.com/blog/celexa/ celexa]
 
[http://www.totalvideogames.com/blog/paxilcr/ paxil cr]
 
[http://www.totalvideogames.com/blog/lorazepam/ lorazepam]
 
[http://www.totalvideogames.com/blog/hydrocodoneapap/ hydrocodone apap]
 
[http://www.totalvideogames.com/blog/lortab/ lortab]
 
[http://www.totalvideogames.com/blog/klonopin/ klonopin]
 
[http://www.totalvideogames.com/blog/norco/ norco]
 
[http://www.totalvideogames.com/blog/buypropecia/ buy propecia]
 
[http://www.totalvideogames.com/blog/orderpropecia/ order propecia]
 
[http://www.totalvideogames.com/blog/phendimetrazine/ phendimetrazine]
 
[http://www.totalvideogames.com/blog/Butalbital/ Butalbital]
 
[http://www.totalvideogames.com/blog/cheapxenical/ cheap xenical]
 
[http://www.totalvideogames.com/blog/wellbutrinxl/ wellbutrin xl]
 
[http://www.totalvideogames.com/blog/valtrex/ valtrex]
 
[http://www.totalvideogames.com/blog/vicodin/ vicodin without prescription]
 
 
 
</div>
 

Latest revision as of 08:06, 26 August 2021

158

Ladle
Sunday, April 14th, 2024
Challenge Board | Previous Result

15

SBT
Sunday, August 29th 2021
Challenge Board | Previous Result


26

TST
Sunday, May 16th 2021
Challenge Board | Previous Result

25

WST
Sunday, July 18th 2021
Challenge Board | Previous Result