diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/highered.html.j2 | 0 | ||||
-rw-r--r-- | templates/pro.html.j2 | 65 |
2 files changed, 65 insertions, 0 deletions
diff --git a/templates/highered.html.j2 b/templates/highered.html.j2 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/templates/highered.html.j2 diff --git a/templates/pro.html.j2 b/templates/pro.html.j2 new file mode 100644 index 0000000..b5fcdb6 --- /dev/null +++ b/templates/pro.html.j2 @@ -0,0 +1,65 @@ +{% extends "base.html.j2" %} + +{% block main %} + +<section class="banner"> + <h1>Higher Education Services</h1> +</section> + +<section> + <h2>Personalized partnership and support from a higher education expert.</h2> +</section> + +<section id="offerings" class="cards"> + <div class="card full"> + <h3> + Higher Education Service + </h3> + </div> + + <div class="card"> + <p> <a href="#offering-academic-coaching"> Academic Coaching </a> </p> + </div> + + <div class="card"> + <p> <a href="#offering-application-essay-consulting">Application Essay Consulting</a> </p> + </div> + + <div class="card"> + <p><a href="#offering-college-transition">College Transition</a></p> + </div> + + <div class="card"> + <p><a href="#offering-subject-tutoring">Subject Tutoring</a></p> + </div> + + <div class="card"> + <p><a href="#offering-writing-support">Writing Support</a></p> + </div> +</section> + +<section id="offering-academic-coaching"> + <h2>Academic Coaching</h2> + + <p> + Academic Coaching teaches and models the skills students need for success through graduation and beyond. We work + together to create and execute realistic plans to handle the responsibilities of each week. Tailored to each + student's individual needs, Academic Coaching provides students with a partner in navigating both academic and + personal responsibilities with the goal of increasing confidence, autonomy, and self-sufficiency. Topics + covered include but are not limited to + + <ul> + <li>Time and stress management</li> + <li>Task prioritization</li> + <li>Organization</li> + <li>Effective study techniques</li> + <li>Note-taking </li> + <li>Motivation</li> + <li>Procrastination</li> + <li>Self-advocacy </li> + <li>Communication </li> + <li>Understanding instructor expectations</li> + </ul> + + </p> +</section>
\ No newline at end of file |