forked from pyladiespdx/pyladiespdx.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (14 loc) · 943 Bytes
/
index.html
File metadata and controls
16 lines (14 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
layout: default
---
<h1>Welcome to Pyladies PDX!</h1>
<p class="site-description">PyLadies PDX is a professional and social group for women who are Python programmers at every experience level. We hold workshops and other events for primarily woman-identified developers every 1st and 3rd Wednesday at 6pm, and we welcome all to get together and hack every Saturday at 11am. We are part of the larger PyLadies organization, and as such are a nonprofit under the umbrella of the Python Software Foundation.</p>
<div class="entries">
{% for post in site.posts limit: 4 %}
<div class="entry">
<h2 class="post-title"><a href="{{ post.url }}">{{ post.title }}</a></h3>
<p class="post-meta">{{ post.date | date: "%B %e, %Y" }} {{ post.category }}</p>
<p class="post-summary">{{ post.summary }}. <a href="{{ post.url }}">More<i class="icon-double-angle-right"></i></a></p>
</div>
{% endfor %}
</div><!--end entries-->