summaryrefslogtreecommitdiff
path: root/templates/pro.html.j2
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-05-19 21:43:38 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-05-19 21:43:38 -0400
commitf8ecb3c0f228101f9da7589527e73525ebec1d1f (patch)
tree1e589ea452ddfdff89de9049640939e138096027 /templates/pro.html.j2
parent7b23f7ff329bd463ae2e8736390b479bf5501a5f (diff)
downloadcarpentertutoring-f8ecb3c0f228101f9da7589527e73525ebec1d1f.tar.xz
carpentertutoring-f8ecb3c0f228101f9da7589527e73525ebec1d1f.zip
feat: begin higheredHEADmaster
Diffstat (limited to 'templates/pro.html.j2')
-rw-r--r--templates/pro.html.j265
1 files changed, 65 insertions, 0 deletions
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