Excursion is a static landing page built with HTML and CSS.
The project was developed to practice Git workflows, repository structure, and deployment using GitHub Pages.
The website simulates a product landing page for a travel app called "Excursion".
- HTML5
- CSS3
- Git
- GitHub
- GitHub Pages (Deployment)
The structure separates styling, images, and media files to maintain clean project organization.
This project is deployed using GitHub Pages.
Live version: https://alexanderkauth.github.io/excursion/
Deployment flow:
- Local or Web-based changes
- Commit changes
- Push to GitHub
- Automatic deployment via GitHub Pages
- Structuring a front-end project
- Working with relative paths
- Managing assets (images & video)
- Using Git for version control
- Deploying a static site to GitHub Pages
- Debugging file path and case-sensitivity issues
This project was created as part of a front-end development exercise and focuses on static site deployment and Git workflow practice.