summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/handlers.rs5
-rw-r--r--src/main.rs1
-rw-r--r--src/views.rs1
-rw-r--r--src/views/camp.rs6
-rw-r--r--static/styles.css4
-rw-r--r--templates/base.html.j21
-rw-r--r--templates/camp.html.j2624
7 files changed, 642 insertions, 0 deletions
diff --git a/src/handlers.rs b/src/handlers.rs
index aa36e15..576547d 100644
--- a/src/handlers.rs
+++ b/src/handlers.rs
@@ -2,6 +2,7 @@ use crate::posts::abstractions::repo::PostRepo;
use crate::tutors::abstractions::tutor_repo::TutorRepo;
use crate::views::about::AboutView;
use crate::views::brochure::BrochureTemplate;
+use crate::views::camp::CampTemplate;
use crate::views::highered::HigherEdTemplate;
use crate::views::index::IndexTemplate;
use crate::views::k12::K12Template;
@@ -59,3 +60,7 @@ pub async fn highered_handler() -> Html<String> {
pub async fn pro_handler() -> Html<String> {
Html(ProTemplate {}.render().unwrap())
}
+
+pub async fn camp_handler() -> Html<String> {
+ Html(CampTemplate {}.render().unwrap())
+}
diff --git a/src/main.rs b/src/main.rs
index a9cd722..d802cc4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -53,6 +53,7 @@ async fn main() {
.route("/k12", get(handlers::k12_handler))
.route("/highered", get(handlers::highered_handler))
.route("/professional", get(handlers::pro_handler))
+ .route("/camp", get(handlers::camp_handler))
.with_state(tutors)
.nest_service("/assets", ServeDir::new(assets_dir))
.nest_service("/team", ServeDir::new(tutor_dir))
diff --git a/src/views.rs b/src/views.rs
index f880818..041ae15 100644
--- a/src/views.rs
+++ b/src/views.rs
@@ -1,5 +1,6 @@
pub mod about;
pub mod brochure;
+pub mod camp;
pub mod highered;
pub mod index;
pub mod k12;
diff --git a/src/views/camp.rs b/src/views/camp.rs
new file mode 100644
index 0000000..edf1e7e
--- /dev/null
+++ b/src/views/camp.rs
@@ -0,0 +1,6 @@
+use crate::helpers::*;
+use askama::Template;
+
+#[derive(Template)]
+#[template(path = "camp.html.j2")]
+pub struct CampTemplate;
diff --git a/static/styles.css b/static/styles.css
index 5fcdfe9..48c8c3f 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -232,4 +232,8 @@ a[target*="_blank"]:after {
content: url('/assets/icons/open-in-new.svg');
display: inline-block;
width: 1em;
+}
+
+table {
+ width: 100%;
} \ No newline at end of file
diff --git a/templates/base.html.j2 b/templates/base.html.j2
index 7029e18..d99a708 100644
--- a/templates/base.html.j2
+++ b/templates/base.html.j2
@@ -50,6 +50,7 @@
<a href="/policies">Policies</a>
<a href="/about">Team</a>
<a href="#contact">Contact</a>
+ <a href="/camp">Camp</a>
<a>More&hellip;</a>
</nav>
diff --git a/templates/camp.html.j2 b/templates/camp.html.j2
new file mode 100644
index 0000000..f3e2535
--- /dev/null
+++ b/templates/camp.html.j2
@@ -0,0 +1,624 @@
+{% extends "base.html.j2" %}
+
+{% block main %}
+
+<section class="banner flexible">
+ <h1>Summer Camp</h1>
+ <h6>2026 HRA Summer Programs</h6>
+</section>
+
+<section>
+ <!--calendar grid-->
+ <table>
+ <thead>
+ <tr>
+ <th>Week </th>
+ <th>9:00am-10:30am </th>
+ <th>11:00am-12:30pm</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>15-Jun </td>
+ <td><a href="#act-full-test-prep">ACT Full Test Prep </a></td>
+ <td><a href="#act-prep-math-section-boot-camp">ACT Prep - Math Section Boot Camp</a></td>
+ </tr>
+ <tr>
+ <td>22-Jun </td>
+ <td><a href="#act-full-test-prep">ACT Full Test Prep (cont.) </a></td>
+ <td><a href="#act-prep-reading-english-sections-boot-camp">ACT Prep - Reading & English Sections Boot
+ Camp</a></td>
+ </tr>
+ <tr>
+ <td>29-Jun </td>
+ <td><a href="#grades-10-12-explorations-in-creative-writing-prose">Explorations in Creative Writing:
+ Prose </a></td>
+ <td><a href="#grades-10-12-explorations-in-creative-writing-poetry">Explorations in Creative Writing:
+ Poetry</a></td>
+ </tr>
+ <tr>
+ <td>6-Jul </td>
+ <td><a href="#grades-7-9-study-time-management-skills">Grades 7-9 Study & Time Management Skills </a>
+ </td>
+ <td><a href="#grades-10-12-study-time-management-skills">Grades 10-12 Study & Time Management Skills</a>
+ </td>
+ </tr>
+ <tr>
+ <td>13-Jul </td>
+ <td><a href="#grades-7-9-fundamentals-of-academic-writing">Grades 7-9 Fundamentals of Academic Writing
+ </a></td>
+ <td><a href="#grades-10-12-fundamentals-of-academic-writing">Grades 10-12 Fundamentals of Academic
+ Writing</a></td>
+ </tr>
+ <tr>
+ <td>20-Jul </td>
+ <td><a href="#grades-7-9-fun-with-creative-writing">Fun with Creative Writing </a></td>
+ <td><a href="#grades-10-12-explorations-in-film-game-scoring">Explorations in Film & Game Scoring</a>
+ </td>
+ </tr>
+ <tr>
+ <td>27-Jul </td>
+ <td><a href="#sat-full-test-prep">SAT Full Test Prep </a></td>
+ <td><a href="#sat-prep-math-section-boot-camp">SAT Prep - Math Section Boot Camp</a></td>
+ </tr>
+ <tr>
+ <td>3-Aug </td>
+ <td><a href="#sat-full-test-prep">SAT Full Test Prep (cont.) </a></td>
+ <td><a href="#sat-prep-math-section-boot-camp">SAT Prep - Math Section Boot Camp</a></td>
+ </tr>
+ <tr>
+ <td>10-Aug </td>
+ <td><a href="#get-ready-for-pre-algebra">Get Ready for Pre-Algebra </a></td>
+ <td><a href="#get-ready-for-us-algebra">Get Ready for US Algebra</a></td>
+ </tr>
+ <tr>
+ <td>17-Aug </td>
+ <td><a href="#get-ready-for-geometry">Get Ready for Geometry </a></td>
+ <td><a href="#get-ready-for-algebra-ii-trig">Get Ready for Algebra II / Honors Algebra II/Trig</a></td>
+ </tr>
+ </tbody>
+ </table>
+
+</section>
+
+<section class="centered">
+ <h6>
+ <a target="_blank" class="centered" href="https://forms.gle/AAFitCP9cBXqxniH7">Summer camp registration form</a>
+ </h6>
+</section>
+
+<section id="sat-full-test-prep">
+ <h2>SAT Full Test Prep</h2>
+ <h6>Session 1: 9:00-10:30am Mondays-Fridays from 7/27-8/7</h6>
+ <p>Learn the SAT's tricks before your test date! This
+ virtual camp spans two weeks, meeting 90 minutes per weekday and
+ covering all aspects of SAT prep:</p>
+ <ol type="1">
+ <li>
+ <p>The structure of the Digital SAT</p>
+ </li>
+ <li>
+ <p>Introduction to resources available during the test</p>
+ </li>
+ <li>
+ <p>General test-taking and time-management strategies</p>
+ </li>
+ <li>
+ <p>An overview of Math sub-sections</p>
+ </li>
+ <li>
+ <p>Review of Math question types and strategies</p>
+ </li>
+ <li>
+ <p>Review of common Math concepts</p>
+ </li>
+ <li>
+ <p>An overview of Reading and Writing sub-sections</p>
+ </li>
+ <li>
+ <p>Review of Reading and Writing question types and
+ strategies</p>
+ </li>
+ <li>
+ <p>Review of common Reading and Writing concepts</p>
+ </li>
+ </ol>
+ <p>Students also receive one private, 30-minute virtual meeting to be
+ scheduled between June 15, 2026 and August 21, 2026 to discuss tailored
+ preparation strategies and address personal questions.</p>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, and a
+ way to take notes during class time. In the course of the camp, students
+ will download the Bluebook app, College Board's app for Digital SAT
+ practice.</p>
+ <p><strong>Cost per student:</strong> $525 for the camp. No additional
+ resource or materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 15 students.</p>
+ <p>Grades: Rising 11<sup>th</sup> and 12<sup>th</sup> graders; rising
+ 10<sup>th</sup> graders with instructor permission</p>
+</section>
+
+<section id="sat-prep-math-section-boot-camp">
+ <h2>SAT Prep - Math Section Boot Camp</h2>
+ <h6>Session 1: 11:00am-12:30pm Monday, 7/27 - Friday, 7/31</h6>
+ <p>Camp Description: Feeling confident on the Reading and Writing
+ section of the SAT but need a little boost in Math? This virtual camp
+ spans one week, meeting 90 minutes per weekday and covering all aspects
+ of the SAT Math section:</p>
+ <ol type="1">
+ <li>
+ <p>The structure of the Digital SAT Math section</p>
+ </li>
+ <li>
+ <p>Introduction to resources available during the test</p>
+ </li>
+ <li>
+ <p>General test-taking and time-management strategies</p>
+ </li>
+ <li>
+ <p>An overview of Math sub-sections</p>
+ </li>
+ <li>
+ <p>Review of Math question types and strategies</p>
+ </li>
+ <li>
+ <p>Review of common Math concepts</p>
+ </li>
+ </ol>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, and a
+ way to take notes during class time. In the course of the camp, students
+ will download the Bluebook app, College Board's app for Digital SAT
+ practice.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 15 students.</p>
+ <p>Grades: Rising 11<sup>th</sup> and 12<sup>th</sup> graders; rising
+ 10<sup>th</sup> graders with instructor permission</p>
+</section>
+<section id="sat-prep-reading-and-writing-section-boot-camp">
+ <h2>SAT Prep - Reading and Writing Section Boot Camp</h2>
+ <h6>Session 1: 11am-12:30pm Monday, 8/3 - Friday, 8/7</h6>
+ <p>Camp Description: Feeling confident on the Math section of the SAT
+ but need a little boost in Reading and Writing? This virtual camp spans
+ one week, meeting 90 minutes per weekday and covering all aspects of the
+ SAT Math section:</p>
+ <ol type="1">
+ <li>
+ <p>The structure of the Digital SAT Reading and Writing
+ section</p>
+ </li>
+ <li>
+ <p>Introduction to resources available during the test</p>
+ </li>
+ <li>
+ <p>General test-taking and time-management strategies</p>
+ </li>
+ <li>
+ <p>An overview of Reading and Writing sub-sections</p>
+ </li>
+ <li>
+ <p>Review of Reading and Writing question types and
+ strategies</p>
+ </li>
+ <li>
+ <p>Review of common Reading and Writing concepts</p>
+ </li>
+ </ol>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, and a
+ way to take notes during class time. In the course of the camp, students
+ will download the Bluebook app, College Board's app for Digital SAT
+ practice.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 15 students.</p>
+ <p>Grades: Rising 11<sup>th</sup> and 12<sup>th</sup> graders; rising
+ 10<sup>th</sup> graders with instructor permission</p>
+</section>
+<section id="act-full-test-prep">
+ <h2>ACT Full Test Prep</h2>
+ <h6>Session 1: 9:00-10:30am Mondays - Fridays from 6/15 - 6/26</h6>
+ <p>Camp Description: Learn the ACT's tricks before your test date! This
+ virtual camp spans two weeks, meeting 90 minutes per weekday and
+ covering all aspects of ACT prep:</p>
+ <ol type="1">
+ <li>
+ <p>The structure of the ACT paper and digital formats</p>
+ </li>
+ <li>
+ <p>Discussion of the optional Science and Writing sections</p>
+ </li>
+ <li>
+ <p>Introduction to resources available during the test</p>
+ </li>
+ <li>
+ <p>General test-taking and time-management strategies</p>
+ </li>
+ <li>
+ <p>An overview of Math sub-sections</p>
+ </li>
+ <li>
+ <p>Review of Math question types and strategies</p>
+ </li>
+ <li>
+ <p>Review of common Math concepts</p>
+ </li>
+ <li>
+ <p>An overview of Reading sub-sections</p>
+ </li>
+ <li>
+ <p>Review of Reading question types and strategies</p>
+ </li>
+ <li>
+ <p>Review of common Reading concepts</p>
+ </li>
+ <li>
+ <p>An overview of English sub-sections</p>
+ </li>
+ <li>
+ <p>Review of English question types and strategies</p>
+ </li>
+ <li>
+ <p>Review of common English concepts</p>
+ </li>
+ </ol>
+ <p>Students also receive one private, 30-minute virtual meeting to be
+ scheduled between June 15, 2026 and August 21, 2026 to discuss tailored
+ preparation strategies and address personal questions.</p>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, an
+ ACT-approved calculator (graphing recommended), and a way to take notes
+ during class time.</p>
+ <p><strong>Cost per student:</strong> $525. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 15 students.</p>
+ <p>Grades: Rising 11<sup>th</sup> and 12<sup>th</sup> graders; rising
+ 10<sup>th</sup> graders with instructor permission</p>
+</section>
+<section id="act-prep-math-section-boot-camp">
+ <h2>ACT Prep - Math Section Boot Camp</h2>
+ <h6>Session 1: 11:00am-12:30pm Monday, 6/15 - Friday, 6/19</h6>
+ <p>Camp Description: Feeling confident on the Reading and English
+ sections of the ACT but need a little boost in Math? This virtual camp
+ spans one week, meeting 90 minutes per weekday and covering all aspects
+ of the ACT Math section:</p>
+ <ol type="1">
+ <li>
+ <p>The structure of the ACT paper and digital formats</p>
+ </li>
+ <li>
+ <p>Introduction to resources available during the test</p>
+ </li>
+ <li>
+ <p>General test-taking and time-management strategies</p>
+ </li>
+ <li>
+ <p>An overview of Math sub-sections</p>
+ </li>
+ <li>
+ <p>Review of Math question types and strategies</p>
+ </li>
+ <li>
+ <p>Review of common Math concepts</p>
+ </li>
+ </ol>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, an
+ ACT-approved calculator (graphing recommended), and a way to take notes
+ during class time.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 15 students.</p>
+ <p>Grades: Rising 11<sup>th</sup> and 12<sup>th</sup> graders; rising
+ 10<sup>th</sup> graders with instructor permission</p>
+</section>
+<section id="act-prep-reading-english-sections-boot-camp">
+ <h2>ACT Prep - Reading &amp; English Sections Boot Camp</h2>
+ <h6>Session 1: 11:00am-12:30pm Monday, 6/22 - Friday, 6/26</h6>
+ <p>Camp Description: Feeling confident on the Math sections of the ACT
+ but need a little boost in Reading and English? This virtual camp spans
+ one week, meeting 90 minutes per weekday and covering all aspects of the
+ ACT Reading and English sections:</p>
+ <ol type="1">
+ <li>
+ <p>The structure of the ACT paper and digital formats</p>
+ </li>
+ <li>
+ <p>Discussion of the optional Science and Writing sections</p>
+ </li>
+ <li>
+ <p>Introduction to resources available during the test</p>
+ </li>
+ <li>
+ <p>General test-taking and time-management strategies</p>
+ </li>
+ <li>
+ <p>An overview of Reading sub-sections</p>
+ </li>
+ <li>
+ <p>Review of Reading question types and strategies</p>
+ </li>
+ <li>
+ <p>Review of common Reading concepts</p>
+ </li>
+ <li>
+ <p>An overview of English sub-sections</p>
+ </li>
+ <li>
+ <p>Review of English question types and strategies</p>
+ </li>
+ <li>
+ <p>Review of common English concepts</p>
+ </li>
+ </ol>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, an
+ ACT-approved calculator (graphing recommended), and a way to take notes
+ during class time.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 15 students.</p>
+ <p>Grades: Rising 11<sup>th</sup> and 12<sup>th</sup> graders; rising
+ 10<sup>th</sup> graders with instructor permission</p>
+</section>
+<section id="grades-7-9-study-time-management-skills">
+ <h2>Grades 7-9 Study &amp; Time Management Skills</h2>
+ <h6>Session 1: 9:00-10:30am Monday, 7/6 - Friday, 7/10</h6>
+ <p>Camp Description: Learn the tips and tricks that take studying and
+ homework management from challenging to under control. Topics covered
+ and practiced throughout this virtual camp include note-taking,
+ effective study habits, time- and stress-management techniques,
+ chunking, schedule management, breaking large tasks into smaller pieces,
+ and more.</p>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, and a
+ way to take notes during class time.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 15 students.</p>
+ <p>Grades: Rising 7<sup>th</sup>-9<sup>th</sup> graders</p>
+</section>
+<section id="grades-10-12-study-time-management-skills">
+ <h2>Grades 10-12 Study &amp; Time Management Skills</h2>
+ <h6>Session 1: 11:00am-12:30pm Monday, 7/6 - Friday, 7/10</h6>
+ <p>Camp Description: Learn the tips and tricks that take studying and
+ homework management from challenging to under control. Topics covered
+ and practiced throughout this virtual camp include juggling multiple
+ demanding classes, balancing academic and non-academic commitments,
+ note-taking, effective study habits, time- and stress-management
+ techniques, chunking, schedule management, breaking large tasks into
+ smaller pieces, and more.</p>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, and a
+ way to take notes during class time.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 15 students.</p>
+ <p>Grades: Rising 10<sup>th</sup>-12<sup>th</sup> graders</p>
+</section>
+<section id="grades-7-9-fun-with-creative-writing">
+ <h2>Grades 7-9 Fun with Creative Writing</h2>
+ <h6>Session 1: 9:00-10:30am Monday, 7/20 - Friday, 7/24</h6>
+ <p>Camp Description: Modeled on the Power of the Pen competition in
+ Ohio, which asks students to write short stories in 45 minutes in
+ response to specific prompts, this virtual creative writing class (not
+ for credit) blends instruction on literary devices and writing
+ techniques, active application of writing techniques, and peer review.
+ Classes are 90 minutes each and held on weekdays for one week.</p>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, a way
+ to take notes during class time, and wide-ruled paper and pencils for
+ in-class writing practice.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 8 students.</p>
+ <p>Grades: Rising 7<sup>th</sup>-9<sup>th</sup> graders</p>
+</section>
+<section id="grades-10-12-explorations-in-creative-writing-prose">
+ <h2>Grades 10-12 Explorations in Creative Writing: Prose</h2>
+ <h6>Session 1: 9:00-10:30am Monday, 6/29 - Friday, 7/3</h6>
+ <p>Camp Description: This virtual camp invites students to study
+ exemplary short stories, analyze and discuss what makes them remarkable,
+ and apply these techniques to their own writing. Students will be
+ introduced to both creative non-fiction and fiction. Camp time will be
+ devoted to discussion of short assigned readings, brief writing
+ exercises, and, later, peer review of pieces. Students will be asked to
+ devote time outside of camp to reading and writing. Classes are 90
+ minutes each and held on weekdays for one week.</p>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, a way
+ to take notes during class time, and a word processor such as Microsoft
+ Word, Google Docs, Pages, etc. for in-class and out-of-class writing
+ assignments.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 8 students.</p>
+ <p>Grades: Rising 10<sup>th</sup>-12<sup>th</sup> graders</p>
+</section>
+<section id="grades-10-12-explorations-in-creative-writing-poetry">
+ <h2>Grades 10-12 Explorations in Creative Writing: Poetry</h2>
+ <h6>Session 1: 11:00am-12:30pm Monday, 6/29 - Friday, 7/3</h6>
+ <p>Camp Description: This virtual camp invites students to study
+ exemplary poems, analyze and discuss what makes them remarkable, and
+ apply these techniques to their own writing. Students will be introduced
+ to a variety of forms, including roundel, villanelle, sonnet, blank
+ verse, and free verse. Camp time will be devoted to discussion, writing,
+ and peer review. Students may be asked to devote time outside of camp to
+ reading and writing. Classes are 90 minutes each and held on weekdays
+ for one week.</p>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, a way
+ to take notes during class time, and a word processor such as Microsoft
+ Word, Google Docs, Pages, etc. for in-class and out-of-class writing
+ assignments.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 8 students.</p>
+ <p>Grades: Rising 10<sup>th</sup>-12<sup>th</sup> graders</p>
+</section>
+<section id="grades-10-12-explorations-in-film-game-scoring">
+ <h2>Grades 10-12 Explorations in Film &amp; Game Scoring</h2>
+ <h6>Session 1: 11:00am-12:30pm Monday, 7/20 - Friday, 7/24</h6>
+ <p>Camp Description: Ever wonder how a well-timed orchestral swell can
+ move us to tears or an eerie, wavering tone can set us on edge? This
+ virtual camp invites students to study exemplary film and video game
+ scores, analyzing how and why they do—or don't!—fit the larger works of
+ which they are part. Concepts including layering, theme/motif, and the
+ relationship between music and emotion will be covered and discussed.
+ Students will use what they've learned in the first section of the camp
+ to prepare a short presentation on the noteworthy components of the
+ score of an appropriate movie or game scene/level of their choice.</p>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, a way
+ to take notes during class time, a way to create a presentation
+ (PowerPoint, Google Slides, etc.), and access to a clip of the
+ movie/game scene of their choice for their project.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 8 students.</p>
+ <p>Grades: Rising 10<sup>th</sup>-12<sup>th</sup> graders</p>
+</section>
+<section id="get-ready-for-pre-algebra">
+ <h2>Get Ready for Pre-Algebra</h2>
+ <h6>Session 1: 9:00-10:30am Monday, 8/10 - Friday, 8/14</h6>
+ <p>Camp Description: This virtual camp prepares students moving into
+ Pre-Algebra for their upcoming math class. We will cover key,
+ foundational concepts from the previous year as well as preview early
+ topics in Pre-Algebra.</p>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, a way
+ to take notes during class time, and a calculator. Graph paper may be
+ helpful but can also be printed at home.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 10 students.</p>
+ <p>Grades: Students entering Pre-Algebra</p>
+</section>
+<section id="get-ready-for-us-algebra">
+ <h2>Get Ready for US Algebra</h2>
+ <h6>Session 1: 11:00am-12:30pm Monday, 8/10 - Friday, 8/14</h6>
+ <p>Camp Description: This virtual camp prepares students moving into US
+ Algebra for their upcoming math class. We will cover key, foundational
+ concepts from the previous year as well as preview early topics in US
+ Algebra.</p>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, a way
+ to take notes during class time, and a calculator. Graph paper may be
+ helpful but can also be printed at home.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 10 students.</p>
+ <p>Grades: Students entering US Algebra</p>
+</section>
+<section id="get-ready-for-geometry">
+ <h2>Get Ready for Geometry</h2>
+ <h6>Session 1: 9:00-10:30am Monday, 8/17 - Friday, 8/21</h6>
+ <p>Camp Description: This virtual camp prepares students moving into
+ Geometry for their upcoming math class. We will cover key, foundational
+ concepts from the previous year as well as preview early topics in
+ Geometry.</p>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, a way
+ to take notes during class time, and a calculator. Graph paper may be
+ helpful but can also be printed at home.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 10 students.</p>
+ <p>Grades: Students entering Geometry</p>
+</section>
+<section id="get-ready-for-algebra-ii-trig">
+ <h2>Get Ready for Algebra II / Honors Algebra II/Trig</h2>
+ <h6>Session 1: 11:00am-12:30pm Monday, 8/17 - Friday, 8/21</h6>
+ <p>Camp Description: This virtual camp prepares students moving into
+ Algebra II or Honors Algebra II/Trig for their upcoming math class. We
+ will cover key, foundational concepts from US Algebra and Geometry as
+ well as preview early topics in Algebra II.</p>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, a way
+ to take notes during class time, and a calculator. Graph paper may be
+ helpful but can also be printed at home.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 10 students.</p>
+ <p>Grades: Students entering Algebra II or Honors Algebra II/Trig</p>
+</section>
+<section id="grades-7-9-fundamentals-of-academic-writing">
+ <h2>Grades 7-9 Fundamentals of Academic Writing</h2>
+ <h6>Session 1: 9:00-10:30am Monday, 7/13 - Friday, 7/17</h6>
+ <p>Camp Description: This virtual camp helps students strengthen their
+ writing skills by reviewing the components of a strong persuasive
+ writing piece including thesis statements, integration of quotes and
+ textual support, fully explaining quotes and textual evidence, and so
+ on. We will also review common writing mistakes and editing tips and
+ tricks. Students may be asked to complete a small amount of writing
+ outside of meeting times.</p>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, a way
+ to take notes during class time, and a word processor (Microsoft Word,
+ Google Docs, etc.) for writing assignments. Some students may prefer to
+ have materials printed for editing, though this is not required.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 15 students.</p>
+ <p>Grades: Rising 7<sup>th</sup>-9<sup>th</sup> Graders</p>
+</section>
+<section id="grades-10-12-fundamentals-of-academic-writing">
+ <h2>Grades 10-12 Fundamentals of Academic Writing</h2>
+ <h6>Session 1: 11:00am 12:30pm Monday, 7/13 Friday, 7/17</h6>
+ <p>Camp Description: This virtual camp helps students strengthen their
+ writing skills by reviewing the components of strong persuasive and
+ research-based academic writing including integration of quotes and
+ textual support, properly citing sources, fully developing arguments,
+ and crafting impactful introductions and conclusions. Students will
+ review and have the chance to practice helpful editing tips and tricks.
+ We will also discuss the use of AI in writing, both at the high school
+ level and common expectations at the college level.</p>
+ <p><strong>Materials:</strong> Students need a computer equipped with a
+ microphone and camera, a strong and reliable internet connection, a way
+ to take notes during class time, and a word processor (Microsoft Word,
+ Google Docs, etc.) for writing assignments. Some students may prefer to
+ have materials printed for editing, though this is not required.</p>
+ <p><strong>Cost per student:</strong> $270. No additional resource or
+ materials costs are expected.</p>
+ <p>Schedule of Offerings: A minimum of 3 students must be enrolled in a
+ session for that session to continue as scheduled. Sessions are capped
+ at 15 students.</p>
+ <p>Grades: Rising 10<sup>th</sup>-12<sup>th</sup> Graders</p>
+</section>
+
+{% endblock %} \ No newline at end of file