https://github.com/thiagonunesbatista/beach-hotel-website
Homepage for a fictitious Beach Hotel called "Wave Hotel", using Pure HTML and CSS
https://github.com/thiagonunesbatista/beach-hotel-website
css hotel hotel-booking html
Last synced: 4 months ago
JSON representation
Homepage for a fictitious Beach Hotel called "Wave Hotel", using Pure HTML and CSS
- Host: GitHub
- URL: https://github.com/thiagonunesbatista/beach-hotel-website
- Owner: thiagonunesbatista
- License: gpl-3.0
- Created: 2023-05-17T22:22:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T20:26:49.000Z (about 2 years ago)
- Last Synced: 2024-12-31T19:39:49.297Z (6 months ago)
- Topics: css, hotel, hotel-booking, html
- Language: HTML
- Homepage: https://beachhotel.vercel.app
- Size: 14.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏨 Wave Hotel - Website
- Homepage for a fictitious Beach Hotel called "Wave Hotel".
- The layout was extracted from a Figma Community project.
- Just vanilla technologies were used with the intention of practicing web fundamentals.## 📱Screenshots
## Technologies
This project was built with some vanilla languages and programming methodologies.
### Methodologies
- Mobile First
- Conventional commits### Languages
- CSS3
- HTML5## Resources
Some free resources from the internet were used in this project:
- [Pexels (Images)](https://www.pexels.com)
- [Vercel (Hosting)](https://vercel.com)
- [Google Fonts](https://fonts.google.com)
- [Font Awesome Icons](https://fontawesome.com/icons)## ⚙️ How to setup and run the project
### Setting the project
1. Clone the project
```shell
git clone [email protected]:thiagonunesbatista/beach-hotel-website.git
```2. Enter in the folder of the project
```shell
cd beach-hotel-website
```3. Open the **index.html** file
## 🔗 Deploy
Deploy was made using [Vercel](https://vercel.com/). It's available [here](https://beachhotel.vercel.app).