diff options
| -rw-r--r-- | static/desktop.css | 2 | ||||
| -rw-r--r-- | templates/highered.html.j2 | 4 | ||||
| -rw-r--r-- | templates/index.html.j2 | 10 | ||||
| -rw-r--r-- | templates/k12.html.j2 | 7 | ||||
| -rw-r--r-- | templates/posts.html.j2 | 2 |
5 files changed, 11 insertions, 14 deletions
diff --git a/static/desktop.css b/static/desktop.css index 5a8edb2..cdfcd34 100644 --- a/static/desktop.css +++ b/static/desktop.css @@ -4,7 +4,7 @@ } section { - padding-top: 2em; + padding-top: 3em; padding-bottom: 2em; padding-left: 15em; padding-right: 15em; diff --git a/templates/highered.html.j2 b/templates/highered.html.j2 index 0463826..c1d5f09 100644 --- a/templates/highered.html.j2 +++ b/templates/highered.html.j2 @@ -120,6 +120,10 @@ <li>Latin language</li> <li>Math (dependent on tutor availability)</li> <li>Computer Science (dependent on tutor availability)</li> + <li>Biology</li> + <li>Chemistry/Organic Chemistry</li> + <li>Life Sciences/Earth Science</li> + <li>Physiology/Anatomy</li> </ul> For support in preparing essays, final papers, presentations, discussion papers, and other communication-based diff --git a/templates/index.html.j2 b/templates/index.html.j2 index d6d0a1a..431df71 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -44,16 +44,6 @@ </div> </section> -<!-- help --> -<section class="centered" id="help"> - <h2>Helpful Links</h2> - <div class="buttons"> - <a class="button primary centered" href="/brochure">View an interactive brochure of our offerings</a> - <a class="button centered" href="/policies">See policies and procedures regarding scheduling, payment, and - booking</a> - </div> -</section> - <!-- blurb --> <section id="blurb" class="flexible"> <div> diff --git a/templates/k12.html.j2 b/templates/k12.html.j2 index df6c9b4..cd6fd6a 100644 --- a/templates/k12.html.j2 +++ b/templates/k12.html.j2 @@ -208,10 +208,13 @@ <li>Elementary Science</li> <li>Intermediate Science</li> <li>Middle School Science</li> - <li>Biology</li> + <li>AP and non-AP Biology</li> + <li>Physiology/Anatomy</li> <li>Physics</li> - <li>Chemistry</li> + <li>Organic Chemistry</li> + <li>AP and non-AP Chemistry</li> <li>Environmental Science</li> + <li>Life Sciences</li> <li>Earth Science</li> </ul> </p> diff --git a/templates/posts.html.j2 b/templates/posts.html.j2 index 8352d7e..9f6e5db 100644 --- a/templates/posts.html.j2 +++ b/templates/posts.html.j2 @@ -18,7 +18,7 @@ {{ post.get_description()|safe }} </p> - <a target="_blank" href="/blog/{{ post.get_title()|e }}">Read more</a> + <a target="_blank" href="/blog/{{ post.get_title()|urlencode }}">Read more</a> </div> {% endfor %} </section> |