diff options
Diffstat (limited to 'templates/highered.html.j2')
-rw-r--r-- | templates/highered.html.j2 | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/templates/highered.html.j2 b/templates/highered.html.j2 index e69de29..77f0c4a 100644 --- a/templates/highered.html.j2 +++ b/templates/highered.html.j2 @@ -0,0 +1,138 @@ +{% 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> + +<section id="offering-application-essay-consulting"> + <h2>Application Essay Consulting</h2> + + <p> + Whether your higher education journey is just beginning or you're applying for a terminal degree program, the + essay is an important part of any application. From picking a topic to telling your story to editing a final + draft, you have a dedicated and knowledgeable partner. Students remain in control during every stage of the + writing process with the added benefits of real-time feedback, guidance, and recommendations. Support for + supplemental essays is also available. + </p> +</section> + +<section id="offering-college-transition"> + <h2>College Transition</h2> + + <p> + When I worked at colleges, I saw talented students struggle, often because they hadn't solidified the skills + they'd need for success in college or hadn't had the opportunity to learn about the resources and services + available to them on campus. The College Transition offering provides students the toolkit of techniques and + tips they'll need and introduces relevant university services and resources. Whether you're entering your first + semester of higher education or seeking a new degree after attending to a family or career, you don't have to + navigate your adjustment to life in higher education alone. + </p> +</section> + +<section id="offering-subject-tutoring"> + <h2>Subject Tutoring</h2> + + <p> + Support is available in understanding and practicing course content for the following subjects: + + <ul> + <li>English Literature</li> + <li>Latin language</li> + <li>Math (dependent on tutor availability)</li> + <li>Computer Science (dependent on tutor availability)</li> + </ul> + + For support in preparing essays, final papers, presentations, discussion papers, and other communication-based + assignments in any subject, see <a href="#offering-writing-support">Writing Support</a>. + </p> + + <p> + For support in making the most of class instruction, preparing for exams, and planning for the semester ahead in + any + subject, see <a href="#offering-academic-coaching">Academic Coaching</a>. + </p> +</section> + +<section id="offering-writing-support"> + <h2>Writing Support</h2> + + <p> + Creating a large written work requires effective planning, and long-term effort can be difficult to maintain + without some help. Bring a partner into your process to help set and reach realistic goals, break through + barriers impeding your progress, strengthen your writing, and stay motivated. On-going coaching relationships + that address all stages of the writing process as well as editing services are available. + </p> + + <p> + Writing Support is available for all communication-based course assignments as well as theses and dissertations + in any subject. + </p> + + <p> + Past thesis and dissertation clients encompass a wide variety of fields including education, heliophysics, + sociology, biostatistics, computer science, and marketing and branding at institutions such as William & + Mary, Vanderbilt, University of Michigan, Harvard, and Yonsei University in South Korea. + </p> +</section> + +{% endblock %}
\ No newline at end of file |