Skip to content
anandology edited this page Aug 23, 2012 · 3 revisions

How to add a sponsor to PyCon India 2012 website.

Resize the logo image

Required sizes are:

  • platinum: 538x250
  • gold: 238x150
  • silver: 138x100

Images can be resized using ImageMagick's convert command.

convert -resize 138x100 biglogo.png small.png

Add the resized image to repository

The suggested path is themes/pyconindia2012/static/img/2012/sponsor-$name.png.

Update the sponsors template

The sponsors template is at: themes/pyconindia2012/templates/inc/sponsors.html

Commit the logo and template

And push the changes to github.