Skip to content

MozillaKerala/Card-Generator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 126 commits ahead of riverspirit:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
 
 
 
 
js
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Card Generator

Business card generator for the Mozilla community

An active maintained version is available here: http://mozilla.kreszkviz.hu/Card-Generator-Prod/

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 the path of the image will be ../templates/images/yourimage.png
  • Put your CSS files separately to the ../css/yourdir/front.css, ../css/yourdir/front.css.
  • The dimensions of the card template should be 439x259.
  • Commit and push to your own fork, and open a pull request.
  • Following fonts were installed: Roboto, MetaBold, Open Sans, FontAwesome, Fira Sans please note if you would like to use another font it might be a bit tricky to make it work. Lear more about vendor/mpdf.

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

Dependencies

  • PHP5 with GD library

Contributors

About

Visiting card generator for the Mozilla community

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.8%
  • HTML 27.2%
  • PHP 17.2%
  • JavaScript 7.8%