Design and build
Students move from a sketch to a finished model in Tinkercad, then revise when the first attempt fails.
.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; } }
Skip to main content
ProgramsSpecialized programs supporting Timmerman students: SCISA STEAM Accreditation, student-engineered Market Day products, LOGIC learning support, After Care, and Summer Camp.
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.
Students move from a sketch to a finished model in Tinkercad, then revise when the first attempt fails.
3D printers, tablets, and hands-on materials support the lesson after students have a plan.
Market Day products, science projects, and classroom presentations ask students to explain what they tried and what they learned.
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.
Students engineered original products from scratch, designing millimeter-precise 3D models in Tinkercad before printing them on classroom 3D printers.
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.
Demonstrating citizenship and community care, the young entrepreneurs voted to donate $700 of their proceeds directly to Final Victory Animal Shelter!
A compact, 3D printed travel strategy game featuring interchangeable pieces and smooth sliding mechanics.
Watch Commercial ↗Interlocking mechanical gear fidget toy engineered with precision tolerances for smooth, satisfying rotation.
Watch Commercial ↗An articulated 3D printed frog with flexible joints, produced and marketed alongside CapCut-edited commercials.
Watch Commercial ↗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.
Students who need help with the pace, format, or structure of classroom instruction beyond the regular classroom.
Teachers adjust lessons and practice to address each student's specific areas of difficulty.
Beth Bultman (LOGIC Math) and Arah Cline (LOGIC Reading) lead Timmerman's LOGIC instruction.
LOGIC placement starts with a conversation about how the student learns in the regular classroom and where extra structure helps.
LOGIC supports the same reading, writing, and math expectations families see on the Academics page. It does not replace the grade-level program.
Families considering LOGIC should call the school office or raise the question during a tour and admissions conversation.
Contact the officeSupervised care for Timmerman students from 4K and up, providing homework support, outdoor play, snacks, and games in a familiar environment.
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.
Led by Preschool & Aftercare Director Nancy Glen, our aftercare team includes Mrs. Shelbi, Mrs. Lorrie, Mrs. Allen, Mr. Darryl, and Bailey Craft.
To inquire or register your student for After Care, email Mrs. Glen or Mrs. Lorrie at aftercare@timmermanschool.org.
After-school Karate and martial arts enrichment builds discipline, confidence, and physical fitness.
Information and enrollment for after-school Karate and martial arts enrichment.
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.
Water play, STEM projects, arts and crafts, KidFit, technology days, games, reading, and music. Lunch and two snacks are included.
Closed July 3. Open 7:30 a.m.-6:00 p.m. on program days. The main program continues through August 14.
Supplemental camps continue through August 13. Past camps are marked Completed on flyers and Past in the schedule.
Students made crowns, masks, mirrors, and shields, then brought the theme to life through costumes and group activities.
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. |
Open or print the current Under the Sea and Space Camp flyer, along with the published Art, Basketball, and Cheer camp flyers.
Rising K5 and up. August 3-6, 9:00-11:00. $125; snack provided.
Open and print flyer
Completed
Completed
Completed
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.
Princess and Superhero Camp, Lord of the Rings: Fellowship Book 2, and Middle School Geometry Camp run July 27-30.
Under the Sea and Space Camp, PSAT Reading and Writing, and PSAT Math are listed as upcoming.
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-18 | Past | Art Camp | Rising K5-rising 2nd | $125 | 9:00-11:30 | Clay, paint, and other art media; supplies and snack included. |
| June 22-25 | Past | Rising 4th grade reading and math | Rising 4th grade or 4th grade reading level | $150 | 9:30-12:30 | Read Holes and review math skills. |
| June 22-25 | Past | 7 Habits of Highly Effective Teens | Rising 5th grade and up | $100 | 9-12 | Goal setting, communication, peer-pressure resistance, and self-confidence workshops. |
| June 22-25 | Past | Applied Math and Science | Rising 5th and up | $100 | 12:30-2:30 | Hands-on applied science, computing, technology, and experiments. |
| June 29-July 2 | Past | Basketball Camp | Rising 2nd grade and up | $70 | 9-12 | Conditioning and basketball skill practice. |
| July 6-9 | Past | Rising 3rd grade and up Art Camp | Rising 3rd grade and up | $125 | 9-12 | Clay, paint, fabrics, and more. |
| July 13-16 | Past | Rising 5th grade reading and math | Rising 5th grade or 5th grade reading level | $150 | 9-1 | Read Bridge to Terabithia and review math skills. |
| July 13-16 | Past | Cheer Camp | Rising 1st grade and up | $70 | 1-4 | Practice cheers and get ready for next season. |
| July 20-23 | Past | STEM Camp | Rising K5 and up | $125 | 9-11 for rising K5-rising 2nd; 12:30-2:30 for rising 3rd and up | Science, technology, engineering, and math problem solving, with activities using the school's 3D printers. |
| July 20-23 | Past | Lord of the Rings: Fellowship Book 1 | Rising 6th and up | $100 | 9-12 | Team building, cooperation, and character work in a themed environment. |
| July 20-23 | Past | Middle School Algebra Camp | Rising 6th and up | $100 | 12:30-2:30 | Key algebra concepts. Bring graph paper and scientific calculator. |
| July 27-30 | Underway | Princess and Superhero Camp | Rising K5 and up | $125 | 9-11 | Themed props, snacks, and special activities. |
| July 27-30 | Underway | Lord of the Rings: Fellowship Book 2 | Rising 6th and up | $100 | 9-12 | Continue through Biblical allusions in Middle Earth. |
| July 27-30 | Underway | Middle School Geometry Camp | Rising 6th and up | $100 | 12:30-2:30 | Hands-on geometry foundations. Bring graph paper and scientific calculator. |
| August 3-6 | Upcoming | Under the Sea and Space Camp | Rising K5 and up | $125 | 9-11 | Sea animals, planets, constellations, and more. |
| August 3-6 | Upcoming | PSAT Reading and Writing | Rising 6th and up | $100 | 9-12 | English test prep, literacy, grammar, reading speed, and test strategies. |
| August 3-6 | Upcoming | PSAT Math | Rising 6th and up | $100 | 12:30-2:30 | Standardized-test math strategies. Bring graph paper and scientific calculator. |
| August 10-13 | Upcoming | Student Activities Camp | Rising 5th and up | $100 | 9-12 | Communication, project planning, team building, conflict resolution, and school-community leadership. |
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.