⚠️ Decommissioned: Student Squared is no longer an active tutoring service. This repository is preserved for archival/portfolio purposes only — the contact form and business are not operational.
A front-end marketing website for Student Squared, a student tutoring company. The single-page site presents the company's teaching style, pricing, tutor profiles, FAQs, and a contact form, with animated section transitions.
- Single-page layout with animated (GSAP-powered) transitions between Home, About Us, Our Tutors, FAQ, and Contact sections
- Responsive navigation with separate desktop and mobile menus
- Tutor profile cards (name, university, subjects, grades)
- Pricing section
- Contact form (previously submitted via FormSubmit)
- "Thank you" confirmation page after form submission
This is a static front-end site with no build step required to view it.
- Clone or download this repository.
- Open
index.htmldirectly in a browser, or serve the folder with any static file server.
Student-Squared-main/
├── index.html # Main single-page site (all sections)
├── thanks.html # Contact form confirmation page
├── css/
│ ├── style.scss / style.css # Main site styles
│ ├── variable-sizing.scss / .css # Shared style variables
│ └── thanks.scss / thanks.css # Thank-you page styles
├── js/
│ └── app.js # Section navigation, intro animation, transitions
└── img/ # Logos, backgrounds, and tutor profile images
Loaded via CDN, no local install required:
- Styles are authored in SCSS (
css/*.scss) with compiled.cssoutput checked into the repo; a Sass compiler is only needed if editing the.scsssource. - The contact form previously posted to
enquiries@student-squared.comvia FormSubmit — this endpoint is no longer active.