FocusFrame is a photography school webpage designed to showcase the school's offerings, mentors, and courses. This project is divided into multiple sections, each handled by a team member to ensure efficient collaboration and development.
The webpage consists of the following sections:
- Header: Navigation bar with links to different sections and a "Sign Up" button.
- Hero Section: A visually appealing introduction to the school with a tagline and an image.
- About Us: Information about the school and its mission.
- Our Courses: A list of photography courses offered, displayed as cards.
- Our Mentors: Profiles of the mentors with their names and experience.
- Sign Up: A form for users to sign up or send a message.
- Reviews: Testimonials from students about their experience.
- Footer: Contact information and social media links.
The project is organized as follows:
webpage-project/ ├── css/ │ ├── header.css │ ├── hero.css │ ├── about.css │ ├── courses.css │ ├── mentors.css │ ├── signup.css │ ├── reviews.css │ └── footer.css ├── html/ │ ├── header.html │ ├── hero.html │ ├── about.html │ ├── courses.html │ ├── mentors.html │ ├── signup.html │ ├── reviews.html │ └── footer.html ├── index.html └── README.md
Created by ChatGpt(GPT-4o)