Skip to content
Merged

Dev #17

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# inpycon2017
This website uses [staticjinja](https://staticjinja.readthedocs.org/) 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/`
9 changes: 9 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from staticjinja import make_site


if __name__ == "__main__":
site = make_site(contexts=[
('index.html', {})
])
# enable automatic reloading
site.render(use_reloader=True)
223 changes: 223 additions & 0 deletions coc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,223 @@
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PyCon India 2017</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/customScrollbar.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/prettyPhoto.css">
<link rel="stylesheet" href="css/jquery.fullpage.css">
<link rel="stylesheet" href="css/transitions.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/colors/color-3.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<style>
html,
body{height: auto;}
</style>
</head>
<body class="tg-home tg-homeone">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!--************************************
Wrapper Start
*************************************-->
<div id="tg-wrapper" class="tg-wrapper tg-haslayout">
<!--************************************
Header Start
*************************************-->


<!--************************************
Header Start
*************************************-->
<header id="tg-header" class="tg-header tg-haslayout">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<strong class="tg-logo"><a href="index.html"><img src="images/logo.png" alt="company logo here"></a></strong>
<div class="tg-navigationarea">
<nav id="tg-nav" class="tg-nav">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#tg-navigation" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="tg-navigation" class="collapse navbar-collapse tg-navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="#">CFP</a></li>
<li><a href="sponsorship.html">Sponsorship</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="menu-item-has-children">
<a href="javascript:void(0);">More</a>
<ul class="sub-menu">
<li><a href="#">Team</a></li>
<li><a href="faqs.html">FAQs</a></li>
<li><a href="coc.html">COC</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<a class="tg-btn tg-btnbookseat" href="javascript:void(0);">Book Your Seat</a>
</div>
</div>
</div>
</div>
</header>
<!--************************************
Header Stop
*************************************-->



<!--************************************
Inner Baner Start
*************************************-->
<div class="tg-innerbanner tg-haslayout tg-bgparallax">
<div class="container">
<div class="tg-innerbannercontent">
<div class="tg-pagetitle">
<h1>Code Of Conduct</h1>
</div>
<ol class="tg-breadcrumb">
<li><a href="#">Home</a></li>
<li class="tg-active">Code Of Conduct</li>
</ol>
</div>
</div>
</div>
<!--************************************
Inner Baner End
*************************************-->
<!--************************************
Main Start
*************************************-->
<main id="tg-main" class="tg-main tg-haslayout">
<!--************************************
Sponser End
*************************************-->
<div class="tg-sectionspace tg-haslayout">
<div class="container">
<div class="row">
<div class="col-xs-offset-0 col-xs-12 col-sm-offset-0 col-sm-12 col-md-offset-2 col-md-10 col-lg-offset-2 col-lg-8">
<div class="tg-sectionhead">
<div class="tg-description">
<p>PyCon India is a community organized conference intended for advocating the use and adoption of the Python programming language in India. It is also a platform for fostering networking and collaboration among the Python developer community in India.</p><br>
<p> We value the participation of every member of the Python community and want all attendees to have an enjoyable and rewarding experience. Accordingly, every attendee of the conference is expected to show respect and courtesy to every other attendee throughout the conference and at all conference related events, whether officially organized by PyCon India or not.</p><br>
<p>To make clear what is expected, all delegates/attendees, speakers, exhibitors, organizers and volunteers at PyCon India are required to conform to the following Code of Conduct. Organizers will enforce this code throughout the event.</p><br>
<h3>Short Version</h3>
<p>PyCon India is dedicated to providing a harassment-free conference experience for everyone, regardless of age, gender, sexual orientation, physical appearance, disability, race, religion or employment. We don't tolerate harassment of attendees in any form.</p>
<p>All communication should be appropriate for a professional audience, including people from many different backgrounds.</p><br>
<h4>Code for Speakers:</h4>
<p>Sexual language or imagery is inappropriate for your talks or slides. Refrain from using sexist, racist or exclusionary language anywhere in your content.</p><br>
<h4>Code for Exhibitors and Sponsors:</h4>
<p>Exhibitors in the expo hall, sponsor or vendor booths, are subject to the anti-harassment policy. </p>
<p>Exhibitors should not use sexualized images, activities, or other material.</p>
<p>Booth staff (including volunteers) should not use sexualized clothing/uniforms/costumes, or otherwise create a sexualized environment.</p><br>
<h4>Code for Participants:</h4>
<p>Be kind and sensitive to the people around you and avoid any kind of offensive behavior. Sexist, racist or any other form of exclusionary or offensive jokes or excessive public swearing are not appropriate at any venue of PyCon India.</p>
<p>Attendees violating these rules may be asked to leave the conference without a refund at the sole discretion of the conference organizers.</p>
<p>Thank you for your consideration and help in making PyCon India a welcoming, friendly event for all of us.</p><br>
<h3>Long Version</h3>
<p>PyCon India is dedicated to providing a harassment-free conference experience for everyone, regardless of age, gender, sexual orientation, physical appearance, disability, race, religion or employment.</p>
<p>Harassment includes offensive verbal comments related to gender, sexual orientation, disability, physical appearance, body size, race, religion, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention. We have zero tolerance on harassment of conference participants in any form, including, but not limited to the activities mentioned here.</p>
<p>Participants asked to stop any harassing behavior are expected to comply immediately.</p>
<p>Exhibitors in the expo hall, sponsor or vendor booths, or similar activities are also subject to the anti-harassment policy. In particular, exhibitors should not use sexualized images, activities, or other material. Booth staff (including volunteers) should not use sexualized clothing/uniforms/costumes, or otherwise create a sexualized environment.</p>
<p>All communication should be appropriate for a professional audience, including people from many different backgrounds. Sexual language or imagery is inappropriate for all aspects of the conference, including talks. Remember that sexist, racist or any other form of exclusionary or offensive jokes or excessive public swearing are not appropriate at any venue of PyCon India.</p>
<p>Do not insult or put down attendees or engage in any action that violates the open, welcoming and sharing spirit of the conference. Be kind and sensitive to the people around you when you are attending the conference, and avoid any kind of offensive or degrading behavior.</p>
<p>If a participant engages in behavior that violates this code of conduct, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the conference with no refund.</p>
<p>Thank you for helping to make PyCon India a welcoming, friendly event for all.</p><br>
<h4>Contact Information</h4>
<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff. Conference staff will be wearing "PyCon India Staff" or "PyCon India Volunteer" badges.</p>
<p>Conference staff will be happy to help participants contact venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance.</p><br>
<h4>License</h4>
<p>This Code of Conduct was forked from PSF Code of Conduct by Python Software Foundation which is under a Creative Commons Attribution 3.0 Unported License.</p>
<p>PyCon India Conference Code of Conduct is licensed under a Creative Commons Attribution 3.0 Unported License.</p>
</div>
</div>

</div>

</div>
</div>
</div>
<!--************************************
Sponser End
*************************************-->
</main>
<!--************************************
Main End
*************************************-->




<!--************************************
Footer Start
*************************************-->
<footer id="tg-footer" class="tg-footer tg-haslayout">
<div class="tg-foorterbar">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<p class="tg-copyrights">Copyright © 2016 Python Software Society of India</p>
<ul class="tg-socialicons">
<li class="tg-facebook"><a href="https://www.facebook.com/PyConIndia/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="tg-twitter"><a href="https://twitter.com/pyconindia" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="tg-linkedin"><a href="https://webchat.freenode.net/?channels=%23pyconindia" target="_blank"><i class="fa fa-comments"></i></a></li>
<li class="tg-googleplus"><a href="https://mail.python.org/mailman/listinfo/inpycon" target="_blank"><i class="fa fa-envelope"></i></a></li>
</ul>
<strong class="tg-logo"><a href="index.html"><img src="images/logo.png" alt="company logo here"></a></strong>
</div>
</div>
</div>
</div>
</footer>
<!--************************************
Footer End
*************************************-->



</div>
<!--************************************
Wrapper End
*************************************-->
<script src="js/vendor/jquery-library.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="https://maps.google.com/maps/api/js?key=AIzaSyCR-KEWAVCn52mSdeVeTqZjtqbmVJyfSus&language=en"></script>
<script src="js/customScrollbar.min.js"></script>
<script src="js/packery.pkgd.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.hoverdir.js"></script>
<script src="js/jquery.vide.min.js"></script>
<script src="js/jquery.fullpage.js"></script>
<script src="js/isotope.pkgd.js"></script>
<script src="js/prettyPhoto.js"></script>
<script src="js/countdown.js"></script>
<script src="js/countTo.js"></script>
<script src="js/appear.js"></script>
<script src="js/gmap3.js"></script>
<script src="js/main.js"></script>
</body>
</html>
Loading