diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/mao-competitions.js | 5 | ||||
-rw-r--r-- | src/components/mao-home.js | 25 |
2 files changed, 19 insertions, 11 deletions
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> |