Skip to content

Commit

Permalink
initial new site design
Browse files Browse the repository at this point in the history
  • Loading branch information
econchick committed Jan 4, 2013
2 parents 9631a8f + acd614d commit 0cc346d
Show file tree
Hide file tree
Showing 170 changed files with 14,684 additions and 42 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.pyc
*.db
*.log
local_settings.py
19 changes: 19 additions & 0 deletions CodeOfConduct/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{% extends "site.html" %}
{% block title %}Code of Conduct{% endblock %}
{% block content %}
<section id="archive">
<h1>Code of Conduct</h1>
<article>
<p>Pyladies is dedicated to providing a respectful, harassment-free community for everyone. We do not tolerate harassment or bullying of any community member in any form. This does not only extend to members to local PyLadies communities, but to anyone who chooses to become involved in the larger PyLadies community of users, developers and integrators through events or interactions.</p>

<p>Harassment includes offensive verbal/electronic comments related to personal characteristics or choices, sexual images or comments in public or online spaces, deliberate intimidation, bullying, stalking, following, harassing photography or recording, sustained disruption of talks, IRC chats, electronic meetings, physical meetings or other events, inappropriate physical contact, or unwelcome sexual attention. Participants asked to stop any harassing or bullying behavior are expected to comply immediately.</p>

<p>If a participant engages in harassing behavior, representatives of the community may take reasonable action they deem appropriate, including warning the offender, expulsion from any PyLadies event, or expulsion from mailing lists, IRC chats, discussion boards and other electronic communications channels to resolve the issue. This may include expulsion from PyLadies Meetup group membership.</p>

<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please act to intercede or ask for help from any member of the PyLadies community, IRC chat admins, website admins, or organizers/representatives of any physical events put on under the auspices of PyLadies.</p>

<p>This Code of Conduct has been adapted from the <a href="http://plone.org/foundation/materials/foundation-resolutions/code-of-conduct">Plone Foundation</a> and is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported license</a></p>

</article>
</section>
{% endblock %}
10 changes: 10 additions & 0 deletions TODOs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## TODOs & Wishlist

* Update blog posts from 7 months to now
* CSS + Design (contact gal that made the geek girl graphic)
* Add upcoming Python + Open Source conferences (CFP links)
* Add info regarding lists like Systers.org, DevChix, SpeakUp.io, etc
* Mentor/Mentee request/forums
* Add books, tutorials, etc to Resources
* Pull in PyLadies personal blogs (maybe pull via RSS from specific tags of the personal blog)
* Add APIs for local meetup groups + twitter feeds (LS has JS code for this that could work)
Loading

0 comments on commit 0cc346d

Please sign in to comment.