jainmickey / inpycon2016

PyCon India 2016 website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This website uses staticjinja to build top level html files, please use the instructions below to modify html files.

Getting started

pip install staticjinja

To monitor your source directory for changes, and recompile files if they change, use watch:

./build.py & python -m SimpleHTTPServer && fg

This will recursively search ./templates for templates (any file whose name does not start with . or _) and build them to ..

Commit both the rendered html and the file inside /templates/

Contributors


Abhishek Shrivastava (@abstatic)

Anand Pandikunta (@ChillarAnand)

Ankur Gupta (@ankur0493)

Anuvrat Parashar (@bhanuvrat)

Kartik Anand (@kartikanand)

Kracekumar Ramaraj (@kracekumar)

Mahendra Yadav (@userimack)

Peeyush Aggarwal (@PeeyushAgg)

Pulkit Pahwa (@pulkitpahwa)

Rajat Saini (@rajataaron)

Sahil Joseph (@Warlord77)

Sanyam Khurana (@CuriousLearner)

Satyaakam Goswami (@satyaakam)

Saurabh Kumar (@theskumar)

Sayan Chowdhury (@sayanchowdhury)

Shubham (@shubhams2m)

shyam saini (@mysticTot)

T K Sourabh (@sourabhtk37)

@theaverageguy

Vignesh Sarma K (@vigneshsarma)

Vijay (@vnbang2003)

Vikalp Jain (@vikalpj)

Webchirpy (@webchirpy)

About

PyCon India 2016 website


Languages

Language:HTML 84.8%Language:JavaScript 10.2%Language:CSS 4.8%Language:Python 0.2%