diff options
Diffstat (limited to 'src/components/mao-tutoring.js')
| -rw-r--r-- | src/components/mao-tutoring.js | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/src/components/mao-tutoring.js b/src/components/mao-tutoring.js index 3a833c6..bca76c1 100644 --- a/src/components/mao-tutoring.js +++ b/src/components/mao-tutoring.js @@ -95,8 +95,8 @@ class MaoTutoring extends connect(store)(PageViewElement) { display: block; } - .hopeCard { - --paper-card-background-color: #58d68d; + .subjectCard, .hopeCard { + --paper-card-background-color: #ffffff; } paper-item { @@ -147,12 +147,11 @@ class MaoTutoring extends connect(store)(PageViewElement) { </style> - <section> + <section hidden="${!props.signedIn}"> <paper-card elevation="0" - class="hoursCard" - hidden="${!props.signedIn}"> + class="hoursCard"> <div class="card-content"> @@ -235,10 +234,19 @@ class MaoTutoring extends connect(store)(PageViewElement) { </div> <div class="tutoring-grid"> - <paper-card class="hopeCard"> + <paper-card class="subjectCard"> <div class="card-actions"> <h3>Our Hope</h3> - <p>We want to encourage an enviornment of help.</p> + <p> + We want to encourage an enviornment of learnin through peer-to-peer tutoring. + We offer all tutoring in all subjects for mao competitions and school subjects: + </p> + <ul> + <li>Algebra (1 & 2)</li> + <li>Geometry</li> + <li>Pre-calculus</li> + <li>Calculus (AB & BC)</li> + </ul> </div> </paper-card> |
