EDUKA is a modern, fully responsive educational website built using HTML, SCSS/CSS, and JavaScript. It features sections like home, about, courses, teachers, blog, and contact, along with interactive UI elements.
- Clean multi-page layout: Home, About, Courses, Teachers, Blog, and Contact pages
- Contact page with embedded Google Maps for location context
- Courses section highlighting different offerings, complete with images and videos
- Teachers page showcasing faculty profiles with images
- Blog section featuring blog posts with images
- Fully responsive design using SCSS (compiles into CSS)
EDUKA/
│── home.html
│── about.html
│── course-1.html
│── course-2.html
│── course-3.html
│── blog.html
│── teachers.html
│── contact.html
│── Animation.html
│── style.scss
│── style.css
│── script.js
│── /assets
│── images (course images, teacher & blog thumbnails, backgrounds)
│── videos (course videos)
│── logos
- HTML5 – markup for structure
- SCSS / CSS3 – styling, responsive layouts
- JavaScript – interactivity (animations, DOM handling)
- Multimedia assets – images and videos for content enrichment
-
Clone the repository:
git clone https://github.com/sangam962895/EDUKA.git
-
Navigate to the project directory:
cd EDUKA -
Open the project in your browser:
- Directly open
home.htmlto start browsing the site.
- Directly open
- Navigate each page using the navbar to explore content and interactive elements.
- Check out the Contact page for the embedded map.
- Enjoy animations, media-rich course previews, and well-structured presentation.
Contributions are welcome!
- Fork the repository
- Create a branch (
feature/your-feature) - Commit your changes
- Open a Pull Request with a clear description
- Author: Sangam Kumar
- Email: sangamkumaragupta119@gmail.com
- GitHub: @sangam962895