This project is a static UI clone inspired by Binance-style web pages. It includes homepage and authentication-related screens with reusable navigation and footer sections.
- Recreate fintech-style modern interface patterns.
- Build consistent shared layouts across multiple pages.
- Practice form page design for login and sign in flows.
- HTML5
- CSS3
index.html: Main landing page UI.entity.html: Additional Binance-like content page.login.html: Login form page.signin.html: Sign in / registration style page.style.css: Main page and common styling.login.css: Authentication page specific styles.nav&footer.html: Reusable navigation/footer markup reference.nav&footer.css: Styling for shared navigation and footer.
- Multi-page layout with consistent visual identity.
- Dedicated styles for auth pages.
- Reusable nav/footer structure for design consistency.
- Open the
binance-clonefolder in VS Code. - Launch
index.htmlin your browser. - Open other pages (
login.html,signin.html,entity.html) to view all screens. - Optional: Use Live Server for auto-refresh.
- Update page content in each HTML file.
- Adjust global visuals in
style.css. - Modify auth form look in
login.css. - Keep common header/footer changes aligned in
nav&footer.htmlandnav&footer.css.
- Frontend-only project.
- No real authentication or backend integration.