An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Video Game Portal

[Desktop View](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
Desktop View

2. Click to view Survival Games
Survival Games

3. Click to view Shooter Games
Shooter Games

4. Click to view 2D Platformers
3D 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/)