Azique / Card-Generator

Visiting card generator for the Mozilla community

Home Page:http://cards.mozillakerala.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Card Generator

Business card generator for the Mozilla community

How to add new card template

  • Fork yourselves a copy of this repo and edit there.
  • Add a normal HTML file of the card design to /templates directory and of the back side of the card to /templates/back directory.
  • In the template HTML, add the attribute contenteditable for all text you want to make editable.
  • Add any images required in template file to templates/images and use their absolute path in the html (absoute path starting with http://cards.mozillakerala.org/templates/images/)
  • The dimensions of the card template should be 388x227px
  • Commit and push to your own fork, and open a pull request.

(Or if that's too much for you, you can just send the template design to hello@mozillakerala.org)

Dependencies

  • PHP5 with GD library

Contributors

About

Visiting card generator for the Mozilla community

http://cards.mozillakerala.org

License:MIT License


Languages

Language:PHP 54.2%Language:HTML 40.6%Language:JavaScript 3.8%Language:CSS 1.3%Language:ApacheConf 0.0%