Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayusharma/birthday
A Happy Birthday animation design in CSS3, HTML5
https://github.com/ayusharma/birthday
birthday celebration
Last synced: 5 days ago
JSON representation
A Happy Birthday animation design in CSS3, HTML5
- Host: GitHub
- URL: https://github.com/ayusharma/birthday
- Owner: ayusharma
- Created: 2015-01-05T13:22:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T17:34:25.000Z (3 months ago)
- Last Synced: 2024-10-14T06:45:54.566Z (22 days ago)
- Topics: birthday, celebration
- Language: CSS
- Homepage: http://ayusharma.github.io/birthday/
- Size: 2.47 MB
- Stars: 941
- Watchers: 36
- Forks: 2,958
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - ayusharma/birthday - A Happy Birthday animation design in CSS3, HTML5 (CSS)
README
Happy Birthday
A Happy Birthday animation design in CSS3, HTML5.
URL: http://ayusharma.github.io/birthday/
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.