This project is a multi-page website for the National Skills Training - Software Development Course (NST-SDC). It includes a login/sign-up form with validation, along with additional pages: Home, About, Gallery, Event, and Contact.
- Login/Sign-Up Form: A form for users to log in or sign up, with validation and an age restriction (16+ years).
- Multiple Pages:
- Home: Landing page after a successful login or sign-up.
- About: Page detailing information about NST-SDC.
- Gallery: Showcases images and activities.
- Event: Lists upcoming events and programs.
- Contact: Provides contact information and a form for inquiries.
index.html
: Login/Sign-up page with form validation.home.html
: Main landing page for logged-in users, containing site highlights.about.html
: Contains details about NST-SDC's mission, goals, and history.gallery.html
: Displays images of recent NST-SDC activities, events, and achievements.event.html
: Lists upcoming events, including dates, descriptions, and registration links.contact.html
: Provides contact details and a form for inquiries or feedback.
.
├── index.html # Login/Sign-up page
├── home.html # Home page for logged-in users
├── about.html # About NST-SDC
├── gallery.html # Gallery of images
├── event.html # Event listings
├── contact.html # Contact information and inquiry form
├── css/
│ └── index.css # Main stylesheet
├── photos/
│ └── NST-SDC.png # Favicon image
└── README.md # Project documentation