diff options
Diffstat (limited to 'templates/pro.html.j2')
-rw-r--r-- | templates/pro.html.j2 | 74 |
1 files changed, 46 insertions, 28 deletions
diff --git a/templates/pro.html.j2 b/templates/pro.html.j2 index b5fcdb6..c4cd1dd 100644 --- a/templates/pro.html.j2 +++ b/templates/pro.html.j2 @@ -3,63 +3,81 @@ {% block main %} <section class="banner"> - <h1>Higher Education Services</h1> + <h1>Services for Professionals</h1> </section> <section> - <h2>Personalized partnership and support from a higher education expert.</h2> + <h2> + Planning, writing, editing, and thought partnership for professionals of all fields and levels. + </h2> </section> <section id="offerings" class="cards"> <div class="card full"> <h3> - Higher Education Service + Services for Professionals </h3> </div> <div class="card"> - <p> <a href="#offering-academic-coaching"> Academic Coaching </a> </p> + <p> <a href="#offering-leadership-mentoring">Leadership Mentoring</a></p> </div> <div class="card"> - <p> <a href="#offering-application-essay-consulting">Application Essay Consulting</a> </p> + <p> <a href="#offering-time-management-coaching">Time Management Coaching</a></p> </div> <div class="card"> - <p><a href="#offering-college-transition">College Transition</a></p> + <p> <a href="#offering-writing-support">Writing Support</a></p> </div> +</section> - <div class="card"> - <p><a href="#offering-subject-tutoring">Subject Tutoring</a></p> - </div> +<section id="offering-leadership-mentoring"> + <h2>Leadership Mentoring</h2> - <div class="card"> - <p><a href="#offering-writing-support">Writing Support</a></p> - </div> + <p> + Making decisions, navigating workplace politics, and guiding the people who work below and alongside you aren't + easy — especially if you're facing them alone. By partnering with a confidential mentor outside your + organization, you can freely discuss your situation without fear of repercussions, receive and consider + different perspectives, an gain a sounding board in weighing different courses of action. Leadership mentoring + teaches healthy processes for decision-making and managing difficult situations so professionals can lead with + confidence. + </p> </section> -<section id="offering-academic-coaching"> - <h2>Academic Coaching</h2> +<section id="offering-time-management-coaching"> + <h2>Time Management 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 + Time Management Coaching teaches an models the skills professionals need to navigate the demands of their + careers. We work together to create and execute realistic plans to handle the responsibilities of each week. + Tailored to each client's individual needs, Time Management Coaching provides a partner in navigating both + professional and personal responsibilities with the goal of decreasing stress and 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>Time and stress management </li> + <li>Task prioritization </li> + <li>Organization </li> + <li>Motivation </li> + <li>Procrastination </li> <li>Self-advocacy </li> <li>Communication </li> - <li>Understanding instructor expectations</li> + <li>Understanding supervisor expectations</li> </ul> + </p> +</section> + +<section id="offering-writing-support"> + <h2>Writing Support</h2> + <p> + A clear message, appropriate tone, and well-supported points are vital for successful writing in a professional + setting. Whether you're writing a delicate email, an annual report, a request for funding, or anything in + between, this offering will help you anticipate and circumvent possible misinterpretations of your writing, + identify areas to strengthen your message or evidence, and adopt a tone suited to your audience and situation. + On-going coaching relationships for general writing support as well as editing services are available. </p> -</section>
\ No newline at end of file +</section> + +{% endblock %}
\ No newline at end of file |