Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lugomio/photoblog
A simple photo gallery website built with HTML and CSS.
https://github.com/lugomio/photoblog
Last synced: 29 days ago
JSON representation
A simple photo gallery website built with HTML and CSS.
- Host: GitHub
- URL: https://github.com/lugomio/photoblog
- Owner: lugomio
- License: mit
- Created: 2024-04-29T19:00:25.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-29T22:46:42.000Z (8 months ago)
- Last Synced: 2024-04-30T20:24:09.337Z (8 months ago)
- Language: HTML
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![banner](https://github.com/lugomio/photoblog/blob/master/assets/img/banner.png)
# PhotoBlog
PhotoBlog is a simple photo gallery project proposed by Rocketseat Explorer and developed in HTML and CSS. The main goal of this project was to practice CSS grid layout concepts. It uses semantic tags and CSS variables.## Features
- **Grid Layout**: The project uses CSS grid layout to organize and display the gallery images responsively.
- **Semantic Tags**: HTML5 semantic tags were used to improve accessibility and code semantics.
- **CSS Variables**: The project makes use of CSS variables to facilitate style maintenance and customization.## Technologies Used
- HTML5
- CSS3## How to Run
1. Clone this repository to your local machine.
2. Open the `index.html` file in your web browser.## License
This project is licensed under the [MIT License](LICENSE.md).