-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
82 lines (60 loc) · 2.19 KB
/
authors.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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8"/>
<title>PythonKC - Authors</title>
<meta name="author" content="The PythonKC Organizer Team">
<link rel="stylesheet" href="/theme/css/main.css" type="text/css" />
</head>
<body>
<div class="container">
<header role="banner">
<div class="feeds">
</div>
<a href="" class="title">PythonKC</a>
</header>
<div class="wrapper">
<div role="main" class="content">
<h1>Authors on PythonKC</h1>
<ul> <li><a href="/author/the-pythonkc-organizer-team.html">The PythonKC Organizer Team</a> (24)</li>
</ul>
</div>
<div class="sidebar">
<div class="sidebar-container" >
<nav>
<h2>Categories</h2>
<ul>
<li ><a href="/category/code-of-conduct/">Code of Conduct</a></li>
<li ><a href="/category/how-to/">HOW-TO</a></li>
<li ><a href="/category/meeting-notes/">Meeting Notes</a></li>
</ul>
</nav>
<aside>
<h2>Social</h2>
<ul class="social">
<li><a href="https://twitter.com/PythonKC">Twitter</a><i></i></li>
<li><a href="https://github.com/pythonkc">GitHub</a><i></i></li>
<li><a href="https://www.linkedin.com/groups/3996011">LinkedIn</a><i></i></li>
</ul>
</aside>
<aside>
<h2>Blogroll</h2>
<ul>
<li><a href="https://www.meetup.com/pythonkc/">PyKC Meetup.com</a></li>
<li><a href="https://pykc-slackipy.herokuapp.com/">PyKC Slack</a></li>
<li><a href="http://docs.getpelican.com/en/stable/">Pelican</a></li>
<li><a href="https://python.org/">Python.org</a></li>
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
</ul>
</aside>
</div>
</div>
</div>
<footer>
<p role="contentinfo">
The PythonKC Organizer Team - Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">pelican</a>. Theme <a href="https://github.com/fle/pelican-sober">pelican-sober</a>.
</p>
</footer>
</div>
</body>
</html>