Welcome to the Landing Page project! This repository contains the code for a basic landing page designed as part of The Odin Project's foundations exercises. The goal of this project is to help learners implement a webpage from a given design, focusing on applying HTML and CSS skills. As I was given the liberty to style it according to my preferences, I made it a 'Portal 2' tribute page...
- CSS Flexbox: Utilizes CSS Flexbox for efficient layout management.
- Interactive Elements: Includes buttons and links with hover effects to enhance user interaction.
This project aims to:
- Provide hands-on experience with HTML and CSS.
- Encourage the application of CSS Flexbox for layout adjustments.
To get started with this project, clone this repository to your local machine:
git clone https://github.com/rafa-net/landing-page.git
Navigate to the project directory and open the index.html
file in your web browser to view the page.
Contributions to this project are welcome! Please feel free to fork this repository, make changes, and submit a pull request.
This project is open source and available under the GPL-3.0 License.
- The Odin Project for providing the design and guidelines for this exercise.
- All contributors who have helped with testing and improving this landing page.