https://github.com/barata-ribeiro/surfbot
Website developed from scratch, about a surfing school. Design made during the "Advanced UI Design" course from origamid.com
https://github.com/barata-ribeiro/surfbot
html-css-javascript javascript javascript-modules javascript-vanilla ui-design
Last synced: 11 months ago
JSON representation
Website developed from scratch, about a surfing school. Design made during the "Advanced UI Design" course from origamid.com
- Host: GitHub
- URL: https://github.com/barata-ribeiro/surfbot
- Owner: Barata-Ribeiro
- License: mit
- Created: 2023-02-18T19:52:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-06T14:24:55.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T19:38:51.215Z (about 1 year ago)
- Topics: html-css-javascript, javascript, javascript-modules, javascript-vanilla, ui-design
- Language: HTML
- Homepage: https://barata-ribeiro.github.io/surfbot/
- Size: 33.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Surfbot
This is a website developed from scratch for a fictional surfing school. The design of the website was created during the "Advanced UI Design" course from [origamid.com](https://www.origamid.com). The course's instructor created the design to teach advanced UI design techniques. I wrote the code on my own to consolidate the learning process from other classes.
## Demo
[Click here](https://barata-ribeiro.github.io/surfbot/) to see a live demo of the website.

## Technologies Used
- HTML
- CSS
- JavaScript
## Features
- Responsive design for various screen sizes
- Interactive navigation and burger menu
- About the beach and the school
- Contact form
- Payment page with form for personal info and payment method
## Known Limitations
Due to the need for a hosting service, some functionalities that require PHP will not work. As a result, some forms may not have full functionality. The `index.html` contact form uses the [formsubmit.co](https://formsubmit.co) free API but won't work because the surfing school's email is fictitious.
## Getting Started
To run the project locally, follow these steps:
1. Clone the repository:
```
git clone https://github.com/Barata-Ribeiro/surfbot.git
```
2. Navigate to the project folder:
```
cd surfbot
```
3. Open either the `index.html` or `matricula.html` file in your browser or use LiveServer.
## Contributing
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
## License
This project is released under the [MIT License](LICENSE).