Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirwablessing/hbd-template-2
A simple Birthday wishing website for a friend. Below is an attached implementation of the template.
https://github.com/hirwablessing/hbd-template-2
css3 happy-birthday html5 less website
Last synced: about 4 hours ago
JSON representation
A simple Birthday wishing website for a friend. Below is an attached implementation of the template.
- Host: GitHub
- URL: https://github.com/hirwablessing/hbd-template-2
- Owner: hirwablessing
- Created: 2021-06-10T08:52:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T11:03:25.000Z (over 3 years ago)
- Last Synced: 2025-02-12T09:08:20.695Z (1 day ago)
- Topics: css3, happy-birthday, html5, less, website
- Language: CSS
- Homepage: https://anne-bethiane.netlify.app/
- Size: 12.4 MB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Happy Birthday
A Happy Birthday animation design in CSS3, HTML5.
Technology Used: HTML5 CSS3 jQuery GNU/Linux Digital Ocean as VPS GIMP
# Setup
## If you have python installed:
```
cd Birthday
```&&
```
python -m SimpleHTTPServer --port 8081
```visit http://localhost:8081 in your browser.
## If you have nodejs installed
```
npm install
```
&&```
npm run server-node
```
visit http://localhost:8081 in your browser.