- HTML
- CSS
- JavaScript
This old project demonstrates an interactive user interface featuring navigation links and social media buttons. Although it isn't a true parallax effect, it still showcases smooth animations and responsiveness.
Check out the live demo here.
├── images/
├── index.html
├── Landing Page HTML+CSS+JAVASCRIPT.code-workspace
├── README.md
├── script.js
└── styles.css
- index.html: The main HTML file containing the structure of the webpage.
- styles.css: The CSS file for styling the webpage elements.
- script.js: The JavaScript file for handling interactions.
- images/: A directory containing all the images used in the project.
- Landing Page HTML+CSS+JAVASCRIPT.code-workspace: Workspace settings file for the project.
- Clone the repository to your local machine.
- Open
index.html
in your web browser to view the project. - Ensure all the image paths are correct and that the images are available in the
images
directory.
- Interactive social media links.
- Responsive design.
- Navigation menu.
- Implement a true parallax effect.
- Add more sections to the landing page.
- Enhance the animations and transitions.