A simple static website built with HTML5 as part of my web development learning journey.
Instead of creating a fictional project, I chose to build a website dedicated to my Shetland Sheepdog, Willys, combining HTML practice with a topic I genuinely enjoy.
The website presents information about the breed, shares a few fun facts about Willys, and includes images, videos and useful external resources.
- Semantic HTML structure
- Responsive page layout
- Images and embedded media
- External links
- Contact form
- Organized project structure
- HTML5
- Semantic HTML
- Local media assets
.
├── images
├── about.html
├── index.html
├── README.md
└── LICENSE
Clone the repository:
git clone https://github.com/E-ternalSpring/html-static-website.gitOpen the project folder:
cd html-static-websiteFinally, open index.html in your preferred web browser.
https://e-ternalspring.github.io/html-static-website/
This project was an opportunity to practice:
- Semantic HTML
- Page structure
- Working with images and videos
- Forms
- Hyperlinks
- Organizing static files
- Writing project documentation
Some ideas for future versions:
- Add CSS animations
- Improve responsiveness for mobile devices
- Include dark mode
- Create additional pages
- Improve accessibility (ARIA attributes)
This project is licensed under the MIT License.
See the file for details.
Emmanuelle Espindola