Preview the page: https://timlberggren.github.io/landing-page/
This project is a part of my journey with The Odin Project, where I recreated an entire web page based on a design provided by them. The primary goal was to replicate the layout and design of the provided images as closely as possible, while also gaining hands-on experience with HTML, CSS, and version control using Git and GitHub.
- Recreate a website landing page based on provided design images.
- Utilize fundamental HTML and CSS concepts to structure and style the webpage.
- Practice version control by pushing code changes to a GitHub repository.
- HTML: Used for structuring the content of the webpage.
- CSS: Utilized for styling the webpage elements to match the provided design.
- Git: Employed for version control and tracking code changes.
- GitHub: Hosted the project repository for collaboration and version management.
The project consists of the following components:
- HTML Files: Contains the markup structure of the web page.
- CSS Files: Includes the stylesheets used for styling the webpage elements.
- Images Folder: Houses any images utilized within the webpage.
- README.md: Provides an overview of the project, its goals, and technologies used.