Welcome to my HTML & CSS project repository! 🎉
Here you'll find the source code for a modern and responsive website I developed using HTML and CSS, with a bit of magic from the Sass CSS preprocessor.
Above: A preview of the project in action!
This project is all about building a clean, modern, and mobile-first website. I structured the content using HTML and styled it with CSS, enhanced by Sass to simplify and organize my code.
- Responsive Design: Looks great on mobile, tablet, and desktop.
- Mobile-First Approach: Prioritizing a seamless mobile experience.
- Clean, Maintainable Code: Thanks to the power of Sass with variables, mixins, and nesting.
- HTML: Structured the website's content using semantic elements.
- CSS: Defined the look and feel of the site, from colors to layout.
- Sass: Streamlined CSS writing with variables, mixins, and more advanced features.
index.html
: The main HTML file that structures the entire website.styles.scss
: The Sass file where I wrote all the styling rules.assets/
: Contains images and other media used throughout the site.css/
: Houses the compiled CSS file generated by Sass.
- Clone the repository:
git clone https://github.com/viorel-strogoteanu/progetto-html-css.git
- Open
index.html
in your favorite browser to view the website locally.
You can check out the live version of the project here:
Live Website
Contributions are always welcome! Feel free to report any bugs or suggest improvements by opening a pull request.
- Fork the repository.
- Create a new branch (
feature/some-awesome-feature
). - Commit your changes.
- Open a pull request.
Thanks for stopping by! 😄
Happy coding,
Viorel Strogoteanu