https://github.com/songgao/contact
It's an online contact card with qr-code generation for programmers. It's made of pure html/css/javascript. Check out this live demo hosted on GitHub Pages:
https://github.com/songgao/contact
Last synced: 5 months ago
JSON representation
It's an online contact card with qr-code generation for programmers. It's made of pure html/css/javascript. Check out this live demo hosted on GitHub Pages:
- Host: GitHub
- URL: https://github.com/songgao/contact
- Owner: songgao
- Created: 2012-07-22T15:42:46.000Z (almost 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2013-07-30T06:58:34.000Z (almost 12 years ago)
- Last Synced: 2024-11-08T20:53:24.498Z (6 months ago)
- Language: JavaScript
- Homepage: http://songgao.github.com/contact
- Size: 432 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
It's an online contact card with QR-code generation for programmers, made of pure `html + javascript + css`. Check out [this live demo](http://songgao.github.com/contact) hosted on GitHub Pages.
# How to Use
1. [Fork](https://help.github.com/articles/fork-a-repo) this repository.
2. Modify [`settings.js`](https://github.com/songgao/contact/blob/gh-pages/settings.js).
3. Commit and push to `gh-pages` of your GitHub repository.
4. Enjoy :-)# Credits
This stuff is enabled by following open source projects:
* [`jquery`](http://jquery.com/)
* [`font-awesome`](http://fortawesome.github.com/Font-Awesome/)
* [`jquery-fancybox`](http://fancyapps.com/fancybox/)
* [`jquery-qrcode`](http://jeromeetienne.github.com/jquery-qrcode/)
* [`twitter-bootstrap`](http://twitter.github.com/bootstrap/)