An open API service indexing awesome lists of open source software.

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:

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/)