diff options
Diffstat (limited to 'src/components/mao-home.js')
-rw-r--r-- | src/components/mao-home.js | 25 |
1 files changed, 16 insertions, 9 deletions
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> |