https://github.com/ajay-dhangar/video-game-portal
This is a simple video game portal made with HTML and CSS only. It is a responsive website that can be viewed on any device.
https://github.com/ajay-dhangar/video-game-portal
game game-development games video-game-portal
Last synced: 7 months ago
JSON representation
This is a simple video game portal made with HTML and CSS only. It is a responsive website that can be viewed on any device.
- Host: GitHub
- URL: https://github.com/ajay-dhangar/video-game-portal
- Owner: ajay-dhangar
- License: mit
- Created: 2024-09-18T15:31:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T15:54:44.000Z (about 1 year ago)
- Last Synced: 2025-03-19T06:51:46.199Z (7 months ago)
- Topics: game, game-development, games, video-game-portal
- Language: HTML
- Homepage: https://ajay-dhangar.github.io/video-game-portal/
- Size: 16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Video Game Portal
[
](https://ajay-dhangar.github.io/video-game-portal/)
## Description
This is a simple video game portal made with HTML and CSS only. It is a responsive website that can be viewed on any device. The website is divided into three sections: the header, the main content, and the footer. The header contains the website's title and navigation links. The main content contains a list of video games with their respective images, titles, and descriptions. The footer contains the website's copyright information.
## Technologies Used
- HTML
- CSS## Screenshots
### Desktop View
1. Click to view Home Page
![]()
2. Click to view Survival Games
3. Click to view Shooter Games
4. Click to view 2D Platformers
### Mobile View
> **Note:** The screenshots below are taken from the Chrome DevTools mobile view. The website is responsive and can be viewed on any device. you can also view the website on your mobile device by clicking [here](https://ajay-dhangar.github.io/video-game-portal).
>## Installation
1. Clone the repository using the command below:
```bash
git clone https://github.com/ajay-dhangar/video-game-portal.git
```2. Change to the project's directory using the command below:
```bash
cd video-game-portal
```3. Open the `index.html` file to view the website in your browser.
4. You can also view the website by clicking [here](https://ajay-dhangar.github.io/video-game-portal).## License
This project is licensed under the MIT license. For more details, see the [LICENSE](./LICENSE) file.
## Author
- [Ajay Dhangar](https://ajay-dhangar.github.io/)
## Acknowledgements
- [Font Awesome](https://fontawesome.com/)
- [Google Fonts](https://fonts.google.com/)
- [Unsplash](https://unsplash.com/)
- [Heroicons](https://heroicons.com/)
- [CSS Gradient](https://cssgradient.io/)
- [CSS Tricks](https://css-tricks.com/)
- [MDN Web Docs](https://developer.mozilla.org/)
- [W3Schools](https://www.w3schools.com/)