blob: b5fcdb6c9102002a0c9ab29f639ea2ed7216beb5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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>
|