aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Foiani <mfoiani2019@communiyschoolnaples.org>2019-02-26 14:58:55 -0500
committerMichael Foiani <mfoiani2019@communiyschoolnaples.org>2019-02-26 14:58:55 -0500
commitecffcb4a097efd476bd9b237eec52b27a8c433ae (patch)
treea2853b1dc1279362fd2e6c3c2221c41187b7e260 /src
parent2d9413a5f64cb8e217d38c9cf2cb4319c31b3b4a (diff)
Making some updates. Usual maintenance.
Diffstat (limited to 'src')
-rw-r--r--src/actions/firebaseAuth.js3
-rw-r--r--src/components/mao-competitions.js5
-rw-r--r--src/components/mao-home.js25
3 files changed, 21 insertions, 12 deletions
diff --git a/src/actions/firebaseAuth.js b/src/actions/firebaseAuth.js
index 82afc1a..b920104 100644
--- a/src/actions/firebaseAuth.js
+++ b/src/actions/firebaseAuth.js
@@ -81,7 +81,8 @@ export const signIn = (_email, _password, divison) => (dispatch) => {
if( user.uid === '4MYYFCFjQtOWxu2kQX7RtvEFzMv2' || //Bridget Denzer
user.uid === 'sAVjlnSAETaP5VtTKGhfBKHKeQF2' || //Michael Foiani
user.uid === 'W3eN6iycdlYpKYC4lF7qOLr1tEk2' || //Jessica Coombs
- user.uid === 'Z0cGfWLHSoU7KWmsTOxwt0wvXti2' //Britney Cankar
+ user.uid === 'Z0cGfWLHSoU7KWmsTOxwt0wvXti2' || //Britney Cankar
+ user.uid === 'oC7PDxr47sYSBENAjwB315zTaGN2' //Jackie
) {
dispatch(adminListener());
}
diff --git a/src/components/mao-competitions.js b/src/components/mao-competitions.js
index 72ed44b..635a182 100644
--- a/src/components/mao-competitions.js
+++ b/src/components/mao-competitions.js
@@ -175,8 +175,9 @@ class MaoCompetitions extends connect(store)(PageViewElement) {
<div class="title">
<h2 class="underline">Upcoming Competition!</h2>
- <p><strong>The AMC</strong> is Thursday, February 7th or Wednesday, February 13th.</p>
- <p>Also, please register for states and nationals early! We need these headcounts.</p>
+ <p><strong>States Registration Deadline</strong> is due Friday, March 1st.</p>
+ <p><strong>March 16th Registration Deadline</strong> is due Saturday, March 2nd.</p>
+ <p>Also, please for nationals early! We need this headcount.</p>
</div>
</section>
diff --git a/src/components/mao-home.js b/src/components/mao-home.js
index 934928e..2ad6307 100644
--- a/src/components/mao-home.js
+++ b/src/components/mao-home.js
@@ -67,12 +67,19 @@ class MaoHome extends PageViewElement {
<h2 class="underline">
Announcements
</h2>
- <p>
- Welcome to the beta release of the website. First release coming in March.
- </p>
- <p>
- If you haven't yet, please add this website to your home screen. It will act like an app. Cool!
- </p>
+ <ol>
+ <li>
+ <strong>Scrapbook-</strong> Please upload any mao pictures from this or last year to this google drive. Jaime Trope will compile these into an amazing scrapbook for states! <a href='https://drive.google.com/drive/folders/1EnuSXOKE0j-lwCPnrKcehNBeQFfJGv96?usp=sharing' target='_blank'>Upload Here</a>
+ </li>
+ <br>
+ <li>
+ T-shirts are in! See Mrs. Coombs to claim yours.
+ </li>
+ <br>
+ <li>
+ If you haven't yet, please add this website to your home screen. It will act like an app. Cool!
+ </li>
+ </ol>
</div>
</paper-card>
@@ -93,8 +100,8 @@ class MaoHome extends PageViewElement {
<div>
<h3>Upcoming Dates</h3>
<ul>
- <li><strong>Registration Deadline for March 2nd</strong>:\tFebruary 16th</li>
- <li><strong>AMC Competition</strong>:\tFebruary 7th, February 13th</li>
+ <li><strong>Registration Deadline</strong> for States:\tMarch 1st</li>
+ <li><strong>Registration Deadline</strong> for March 16th Regional:\t March 2nd</li>
</ul>
</div>
</div>
@@ -107,7 +114,7 @@ class MaoHome extends PageViewElement {
Competitions
</h2>
<p>
- States competition comint up soon! Make sure you have met your requirements. Also, AMC and other funs tests are arriving. Please check the competition page.
+ States, nationals, and the last regional competitions are coming up. Also, we may begin greater participation in non-mao tests (thanks Jordan H.).
</p>
</div>
</paper-card>