.program-summary { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; } @media (max-width: 1040px) { .program-summary { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); } .program-summary a:nth-child(1), .program-summary a:nth-child(2), .program-summary a:nth-child(3) { grid-column: span 2; } .program-summary a:nth-child(4) { grid-column: 2 / span 2; } .program-summary a:nth-child(5) { grid-column: 4 / span 2; } } #stem-accreditation, #logic-program, #summer-program, #camp-grade-finder, #featured-flyers, #supplemental-camps, #stem-camp-2026, #princess-superhero-camp { scroll-margin-top: 110px; } .stem-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 28px; } .logic-program { background: #fff; } .logic-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; align-items: stretch; } .logic-copy { padding: clamp(24px, 4vw, 44px); border-radius: 26px; background: var(--navy); color: #fff; } .logic-copy p { max-width: none; width: 100%; color: rgba(255, 255, 255, .82); font-size: 18px; margin: 10px 0; } .logic-copy h2 { font-family: "Libre Baskerville", serif; font-size: clamp(38px, 5vw, 62px); line-height: 1; margin: 0 0 14px; max-width: none; width: 100%; } .logic-details { display: grid; align-content: center; gap: 18px; padding: clamp(22px, 4vw, 38px); border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--soft); } .logic-details h3 { font-family: "Libre Baskerville", serif; color: var(--navy); font-size: 24px; margin: 0 0 5px; } .logic-details p { color: var(--muted); margin: 0; } .logic-follow { margin-top: 18px; } .summer-program { background: linear-gradient(180deg, #f3f7fb 0%, #fffdf8 42%, #fff 100%); } .summer-program .section-head { max-width: none; } .camp-overview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 22px; } .camp-contact-bar { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; padding: 18px 20px; margin-bottom: 10px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--soft); } .camp-contact-bar p { margin: 0; color: var(--muted); max-width: 52ch; } .camp-contact-bar strong { display: block; color: var(--navy); font-size: 18px; margin-bottom: 4px; } .camp-accordion { margin-top: 8px; } .camp-accordion details { border-top: 1px solid var(--line); background: #fff; } .camp-accordion details:first-child { border-top: 0; border-radius: 22px 22px 0 0; } .camp-accordion details:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 22px 22px; } .camp-accordion { border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: var(--soft); background: #fff; } .camp-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; list-style: none; cursor: pointer; color: var(--navy); font-size: clamp(18px, 2vw, 22px); font-weight: 900; } .camp-accordion summary::-webkit-details-marker { display: none; } .camp-accordion summary:after { content: "+"; flex: 0 0 auto; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 999px; background: var(--navy); color: #fff; font-size: 18px; line-height: 1; } .camp-accordion details[open] > summary:after { content: "-"; } .camp-accordion summary:focus-visible { outline: 3px solid rgba(189, 138, 46, .42); outline-offset: -3px; } .camp-accordion-panel { padding: 0 22px 24px; } .camp-accordion-panel > p:first-child { margin-top: 0; color: var(--muted); } .current-camp-video { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 28px; align-items: center; margin: 18px 0 22px; padding: 20px; border: 1px solid rgba(6, 31, 68, .14); border-radius: 20px; background: #fff; box-shadow: var(--soft); } .current-camp-video-shell { aspect-ratio: 71 / 40; overflow: hidden; border-radius: 18px; background: #050505; } .current-camp-video-shell video { display: block; width: 100%; height: 100%; object-fit: contain; background: #050505; } .current-camp-video-copy h3 { margin: 12px 0 10px; color: var(--navy); font-family: "Libre Baskerville", serif; font-size: clamp(24px, 3vw, 34px); line-height: 1.08; } .current-camp-video-copy p { margin: 0; color: var(--muted); font-size: 17px; } .table-scroll-hint { display: none; margin: 0 0 10px; color: var(--muted); font-weight: 700; } .stem-review-facts { margin: 18px 0 0; padding: 8px 22px; background: #f7fbff; border: 1px solid rgba(6, 31, 68, 0.14); border-radius: 18px; } .stem-review-facts div { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(6, 31, 68, 0.12); } .stem-review-facts div:last-child { border-bottom: 0; } .stem-review-facts dt { margin: 0; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; } .stem-review-facts dd { margin: 0; color: var(--navy); font-weight: 800; } #featured-flyers .camp-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; } #featured-flyers .camp-flyer-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr); align-items: center; } #featured-flyers .camp-flyer-card:first-child .camp-flyer-preview img { height: min(52vh, 560px); aspect-ratio: auto; object-fit: contain; } #featured-flyers .camp-flyer-card--completed .camp-flyer-preview img { height: 220px; aspect-ratio: auto; object-fit: cover; object-position: top; } @media (max-width: 900px) { .stem-proof-grid, .camp-overview-grid, .current-camp-video, #featured-flyers .camp-flyer-card:first-child { grid-template-columns: 1fr; } .table-scroll-hint { display: block; } } @media (max-width: 760px) { .program-summary, .logic-grid { grid-template-columns: 1fr; } .program-summary a { grid-column: auto !important; } .camp-contact-bar { align-items: flex-start; } .camp-accordion summary { padding: 18px 16px; font-size: 17px; } .camp-accordion-panel { padding: 0 16px 20px; } }
2026-2027 admissions are open - call 803-782-2748
Timmerman School coat of armsPrograms

Programs that extend the classroom

Specialized programs supporting Timmerman students: SCISA STEAM Accreditation, student-engineered Market Day products, LOGIC learning support, After Care, and Summer Camp.

STEM & SCISA STEAM Accreditation

Students sketch ideas, build prototypes, test their work, and share what they learned through paper structures, 3D printing, Market Day products, and science projects.

Timmerman School is proud to be a SCISA STEAM Accredited school. Tanya Allen, Tabitha Burch, and Allison Clark led the thorough process to achieve school-wide STEAM accreditation in 2018, ensuring inquiry-driven science, technology, engineering, arts, and math are woven across all grade levels.

Activities included
  • Design sketches
  • Crafts and model building
  • Paper airplanes
  • 3D printing
  • Tablet-based design
  • Balloon-powered builds
  • Putty making
  • Structural engineering
  • Market Day products

See core academics

Design and build

Students move from a sketch to a finished model in Tinkercad, then revise when the first attempt fails.

Tools with a purpose

3D printers, tablets, and hands-on materials support the lesson after students have a plan.

Show the work

Market Day products, science projects, and classroom presentations ask students to explain what they tried and what they learned.

Hands-On Entrepreneurship

STEM Market Day Showcase

Students in Ms. Clark's 4th, 5th, and 7th grade STEAM classes engineered original products from scratch, developed marketing campaigns, and donated their profits to charity.

3D printed products engineered by Timmerman STEAM students
3D Engineering & Design

From Concept to 3D Print

Students engineered original products from scratch, designing millimeter-precise 3D models in Tinkercad before printing them on classroom 3D printers.

Timmerman STEAM students selling Market Day products in the Commons
Commons Storefront

May 7-8 Market Day Sale

Students created Canva flyers, cut custom stickers on Mrs. Burch's Cricut, and managed inventory and customer service during a live two-day sale in the Commons.

Timmerman students presenting $700 donation check to Final Victory Animal Shelter
Community Impact

$700 Donated to Final Victory

Demonstrating citizenship and community care, the young entrepreneurs voted to donate $700 of their proceeds directly to Final Victory Animal Shelter!

4th Grade • FidgetX

Tic Tac Attack

A compact, 3D printed travel strategy game featuring interchangeable pieces and smooth sliding mechanics.

Watch Commercial ↗
5th Grade • Fun Fidget Factory

Mega Gears 3000

Interlocking mechanical gear fidget toy engineered with precision tolerances for smooth, satisfying rotation.

Watch Commercial ↗
7th Grade • Wiggle Central

JitterFrog

An articulated 3D printed frog with flexible joints, produced and marketed alongside CapCut-edited commercials.

Watch Commercial ↗

LOGIC

LOGIC is Timmerman's academic support program for students who need additional help with the pace, format, or structure of classroom instruction.

Timmerman has offered LOGIC instruction for more than thirty years. Staff work with each family to understand the student's learning needs and determine the appropriate support.

Who the program supports

Students who need help with the pace, format, or structure of classroom instruction beyond the regular classroom.

Individualized instruction

Teachers adjust lessons and practice to address each student's specific areas of difficulty.

Program leadership

Beth Bultman (LOGIC Math) and Arah Cline (LOGIC Reading) lead Timmerman's LOGIC instruction.

Family Flexibility

After Care Program

Supervised care for Timmerman students from 4K and up, providing homework support, outdoor play, snacks, and games in a familiar environment.

Hours & Schedule

After Care runs daily from 3:15 PM to 6:00 PM for students in 4K and up. The program is also open on select school holidays for family convenience.

Dedicated Staff

Led by Preschool & Aftercare Director Nancy Glen, our aftercare team includes Mrs. Shelbi, Mrs. Lorrie, Mrs. Allen, Mr. Darryl, and Bailey Craft.

Enrichment & Martial Arts

Karate Program

After-school Karate and martial arts enrichment builds discipline, confidence, and physical fitness.

Karate Program Flyer

Information and enrollment for after-school Karate and martial arts enrichment.

Download Karate Flyer (PDF) ↗
Summer 2026

Summer Camp at Timmerman

May 26-August 14, 7:30 a.m.-6:00 p.m., with supplemental camps throughout the summer. Expand the sections below for grade guides, flyers, and the full schedule.

Daily program

Water play, STEM projects, arts and crafts, KidFit, technology days, games, reading, and music. Lunch and two snacks are included.

Dates and hours

Closed July 3. Open 7:30 a.m.-6:00 p.m. on program days. The main program continues through August 14.

Current as of July 30

Supplemental camps continue through August 13. Past camps are marked Completed on flyers and Past in the schedule.

Confirm space and registration

Email the summer-program team to confirm camp space and registration availability for what remains of the season.

Email summercamp@timmermanschool.org
July 27-30

Princess and Superhero Camp

Students made crowns, masks, mirrors, and shields, then brought the theme to life through costumes and group activities.

Supplemental camps by rising grade

Use the published 2026 schedule to compare camps available to each rising grade.

Rising grade Supplemental camps
Rising K5 STEM Camp; Art Camp; Princess and Superhero Camp; Under the Sea and Space Camp.
Rising 1st STEM Camp; Art Camp; Cheer Camp; Princess and Superhero Camp; Under the Sea and Space Camp.
Rising 2nd STEM Camp; Art Camp; Basketball Camp; Cheer Camp; Princess and Superhero Camp; Under the Sea and Space Camp.
Rising 3rd STEM Camp; Basketball Camp; Cheer Camp; Rising 3rd grade and up Art Camp; Princess and Superhero Camp; Under the Sea and Space Camp.
Rising 4th STEM Camp; Rising 4th grade reading and math; Basketball Camp; Cheer Camp; Rising 3rd grade and up Art Camp; Princess and Superhero Camp; Under the Sea and Space Camp.
Rising 5th STEM Camp; 7 Habits of Highly Effective Teens; Applied Math and Science; Rising 5th grade reading and math; Student Activities Camp; plus open-age arts, athletics, and theme camps.
Rising 6th-8th STEM Camp; Lord of the Rings book camps; Middle School Algebra; Middle School Geometry; PSAT Reading and Writing; PSAT Math; Student Activities Camp; and other eligible open-age camps.
Full 2026 supplemental camp schedule

Dates through July 23 have passed. On July 30, the July 27-30 camps are underway; additional camps are scheduled for August 3-6 and August 10-13.

Underway now

Princess and Superhero Camp, Lord of the Rings: Fellowship Book 2, and Middle School Geometry Camp run July 27-30.

August 3-6

Under the Sea and Space Camp, PSAT Reading and Writing, and PSAT Math are listed as upcoming.

August 10-13

Student Activities Camp is the final supplemental camp on the published schedule.

On a phone, swipe sideways across the table to see age, price, time, and details.

Date Status Camp Age Price Time Synopsis
June 15-18PastArt CampRising K5-rising 2nd$1259:00-11:30Clay, paint, and other art media; supplies and snack included.
June 22-25PastRising 4th grade reading and mathRising 4th grade or 4th grade reading level$1509:30-12:30Read Holes and review math skills.
June 22-25Past7 Habits of Highly Effective TeensRising 5th grade and up$1009-12Goal setting, communication, peer-pressure resistance, and self-confidence workshops.
June 22-25PastApplied Math and ScienceRising 5th and up$10012:30-2:30Hands-on applied science, computing, technology, and experiments.
June 29-July 2PastBasketball CampRising 2nd grade and up$709-12Conditioning and basketball skill practice.
July 6-9PastRising 3rd grade and up Art CampRising 3rd grade and up$1259-12Clay, paint, fabrics, and more.
July 13-16PastRising 5th grade reading and mathRising 5th grade or 5th grade reading level$1509-1Read Bridge to Terabithia and review math skills.
July 13-16PastCheer CampRising 1st grade and up$701-4Practice cheers and get ready for next season.
July 20-23PastSTEM CampRising K5 and up$1259-11 for rising K5-rising 2nd; 12:30-2:30 for rising 3rd and upScience, technology, engineering, and math problem solving, with activities using the school's 3D printers.
July 20-23PastLord of the Rings: Fellowship Book 1Rising 6th and up$1009-12Team building, cooperation, and character work in a themed environment.
July 20-23PastMiddle School Algebra CampRising 6th and up$10012:30-2:30Key algebra concepts. Bring graph paper and scientific calculator.
July 27-30UnderwayPrincess and Superhero CampRising K5 and up$1259-11Themed props, snacks, and special activities.
July 27-30UnderwayLord of the Rings: Fellowship Book 2Rising 6th and up$1009-12Continue through Biblical allusions in Middle Earth.
July 27-30UnderwayMiddle School Geometry CampRising 6th and up$10012:30-2:30Hands-on geometry foundations. Bring graph paper and scientific calculator.
August 3-6UpcomingUnder the Sea and Space CampRising K5 and up$1259-11Sea animals, planets, constellations, and more.
August 3-6UpcomingPSAT Reading and WritingRising 6th and up$1009-12English test prep, literacy, grammar, reading speed, and test strategies.
August 3-6UpcomingPSAT MathRising 6th and up$10012:30-2:30Standardized-test math strategies. Bring graph paper and scientific calculator.
August 10-13UpcomingStudent Activities CampRising 5th and up$1009-12Communication, project planning, team building, conflict resolution, and school-community leadership.
STEM Camp session notes (July 20-23)

The four-day STEM Camp served rising K5 and older students in separate morning and afternoon sessions. The summer schedule included problem-solving activities and use of the school's 3D printers.

Dates
July 20-23, 2026
Ages
Rising K5 and older
Times
9:00-11:00 for rising K5-rising 2nd; 12:30-2:30 for rising 3rd and older
Price
$125
See year-round STEM at Timmerman