This project is a modern login screen that includes an image slider, social media integration, and a dynamic footer with a logo and the current year.
It is built using HTML, CSS, and JavaScript (with Swiper.js for the slider).
- π¨ Responsive and modern design.
- πΌοΈ Image slider powered by Swiper.js.
- π Login form with email and password fields.
- ποΈ Show/Hide password toggle.
- π Social media links (Facebook, Instagram, X, Dribbble, GitHub).
- π Dynamic footer with logo (
assets/img/logo.png
) and auto-updating year.
.
βββ index.html # Main page with form and slider
βββ assets/
β βββ css/
β β βββ styles.css # Custom styles
β β βββ swiper-bundle.min.css # Swiper CSS
β βββ js/
β β βββ main.js # Main logic for login/UI
β β βββ swiper-bundle.min.js # Swiper JS library
β βββ img/
β βββ logo.png # Footer logo
β βββ img-1.png # Slider image 1
β βββ img-2.png # Slider image 2
β βββ img-3.png # Slider image 3