diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/mao-account.js | 1 | ||||
-rw-r--r-- | src/components/mao-competitions.js | 1 | ||||
-rw-r--r-- | src/components/mao-home.js | 5 |
3 files changed, 5 insertions, 2 deletions
diff --git a/src/components/mao-account.js b/src/components/mao-account.js index 5e128f1..3b47f66 100644 --- a/src/components/mao-account.js +++ b/src/components/mao-account.js @@ -133,6 +133,7 @@ class MaoAccount extends connect(store)(PageViewElement) { <option value="Mu">Mu</option> <option value="Alpha">Alpha</option> <option value="Theta">Theta</option> + <option value="Stats">Stats</option> </select> </div> diff --git a/src/components/mao-competitions.js b/src/components/mao-competitions.js index 935b72a..71b774b 100644 --- a/src/components/mao-competitions.js +++ b/src/components/mao-competitions.js @@ -216,6 +216,7 @@ class MaoCompetitions extends connect(store)(PageViewElement) { <div class="title"> <h2 class="underline">Regionals</h2> + <p>You must register for these competitions at <strong>least two weeks</strong> in advance.</p> <p>To be elgible for the state or national competiton, one must participate in at least 3 regional competitons.</p> </div> diff --git a/src/components/mao-home.js b/src/components/mao-home.js index 7f43aa8..f848e7f 100644 --- a/src/components/mao-home.js +++ b/src/components/mao-home.js @@ -91,6 +91,7 @@ class MaoHome extends PageViewElement { <h3>Upcoming Dates</h3> <ul> <li>First Meeting:\tSeptember 12th</li> + <li><strong>Welcome Letter Due</strong>:\tSeptember 28th</li> </ul> </div> </div> @@ -103,11 +104,11 @@ class MaoHome extends PageViewElement { Welcome Letter </h2> <p> - Welcome Letters mark the beginning of each MAO year. Please read it and show it to your parents. + Welcome Letters mark the beginning of each MAO year. Please read it and complete it by September 28th. </p> </div> <div class="card-actions"> - <a href="/#" target="_blank"><paper-button class="info" raised>Welcome Letter</paper-button></a> + <a href="https://drive.google.com/open?id=1mnDjeSlxE6aXzTbPwr4JW7KRV6GlaYaV" target="_blank"><paper-button class="info" raised>Welcome Letter</paper-button></a> </div> </paper-card> |