-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpyladies-in-the-news.html
121 lines (76 loc) · 4.61 KB
/
pyladies-in-the-news.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<title>PyLadies in the News</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="./theme/css/main.css" type="text/css" />
<link href="./feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="pyladies ATOM Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie.css"/>
<script src="./js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie6.css"/><![endif]-->
</head>
<body id="index" class="home">
<a href="https://github.com/pyladies">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
</a>
<header id="banner" class="body">
<h1><a href=".">pyladies </a></h1>
<nav><ul>
<li><a href="./pages/about.html">About</a></li>
<li ><a href="./category/Articles.html">Articles</a></li>
<li class="active"><a href="./category/Blog.html">Blog</a></li>
<li ><a href="./category/Connect.html">Connect</a></li>
<li ><a href="./category/Events.html">Events</a></li>
<li ><a href="./category/Resources.html">Resources</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header> <h1 class="entry-title"><a href=""
rel="bookmark" title="Permalink to PyLadies in the News">PyLadies in the News</a></h1>
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="pyladies">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2012-02-24T06:43:00">
Fri 24 February 2012
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/Esther Nam.html">Esther Nam</a>
</address>
<p>In <a href="./category/Blog.html">Blog</a>. </p>
<p>tags: <a href="./tag/Archive.html">Archive</a></p>
</footer><!-- /.post-info -->
<p>The LA Weekly blog featured a few of the LA PyLadies in a <a class="reference external" href="http://blogs.laweekly.com/arts/2012/02/pyladies_django_python.php">recent
post.</a>
The Open Hatchery highlights a nice example of the <a class="reference external" href="https://openhatch.org/blog/2012/diversifying-pycon-the-power-of-cooperative-outreach/">power of community
collaboration</a>
and outreach (we can't wait to meet Pam at PyCon!)</p>
<p>We've even stirred a bit of discussion on
<a class="reference external" href="http://www.reddit.com/r/programming/comments/psnr6/geek_chicks_pyladies_a_gang_of_female_computer/">Reddit</a>
-- care to join the fray? =)</p>
</div><!-- /.entry-content -->
</article>
</section>
<section id="extras" class="body">
<div class="social">
<h2>social</h2>
<ul>
<li><a href="./feeds/all.atom.xml" rel="alternate">atom feed</a></li>
<li><a href="http://twitter.com/pyladies">twitter</a></li>
<li><a href="https://github.com/pyladies">github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">pelican</a>, which takes great advantages of <a href="http://python.org">python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
</body>
</html>