From cc9f27ff9b66fdc3ed94b6a1d1205d6749510e58 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Thu, 3 Jan 2019 10:54:19 -0500 Subject: Added new competition. --- src/components/mao-competitions.js | 47 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 23 deletions(-) (limited to 'src/components') diff --git a/src/components/mao-competitions.js b/src/components/mao-competitions.js index ca5e1b3..e3601ca 100644 --- a/src/components/mao-competitions.js +++ b/src/components/mao-competitions.js @@ -47,8 +47,7 @@ class MaoCompetitions extends connect(store)(PageViewElement) { "test2" "test3" "test4" - "test5" - "test6"; + "test5"; } .amcComp { @@ -84,7 +83,8 @@ class MaoCompetitions extends connect(store)(PageViewElement) { "comp2" "comp3" "comp4" - "comp5"; + "comp5" + "comp6"; } .regional-comp1 { @@ -107,6 +107,10 @@ class MaoCompetitions extends connect(store)(PageViewElement) { grid-area: comp5; } + .regional-comp6 { + grid-area: comp6; + } + .title { grid-area: title; } @@ -140,14 +144,14 @@ class MaoCompetitions extends connect(store)(PageViewElement) { grid-template-areas: "title title title title title title" "test1 test1 test2 test2 test3 test3" - "test4 test4 test5 test5 test6 test6"; + "test4 test4 test4 test5 test5 test5"; } .regional-competition-grid { grid-template-areas: "title title title title title title" "comp1 comp1 comp2 comp2 comp3 comp3" - "comp4 comp4 comp4 comp5 comp5 comp5"; + "comp4 comp4 comp5 comp5 comp6 comp6"; } section > paper-card { @@ -171,9 +175,8 @@ class MaoCompetitions extends connect(store)(PageViewElement) {

Upcoming Competition!

-

The Nunn Dostal Hiller Test is Wendsday, December 5.

-

It is similar to a MAO-style test. One hour with 30 questions. This is great practice for the future MAO competitions.

-

Please log in and sign up as soon as possible in the "Other Tests" section!

+

The CSN Competition is Saturday, January 5th.

+

We host this, and it counts as a full MAO competition. Please sign up for it in regional competitions!

@@ -300,6 +303,19 @@ class MaoCompetitions extends connect(store)(PageViewElement) { +
+ + +
+ @@ -396,21 +412,6 @@ class MaoCompetitions extends connect(store)(PageViewElement) { on-register-comp="${() => store.dispatch(registerComp('Math_Madness'))}"> - - - -- cgit v1.2.3-70-g09d2