Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathauthors.html
More file actions
Latest commit
58 lines (51 loc) · 2.5 KB
/
Copy pathauthors.html
File metadata and controls
58 lines (51 loc) · 2.5 KB
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
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="utf-8" />
<title>The Python Aberdeen User Group - Authors</title>
<linkrel="stylesheet" href="/theme/css/main.css" />
</head>
<bodyid="index" class="home">
<headerid="banner" class="body">
<h1><ahref="/">The Python Aberdeen User Group</a></h1>
<nav><ul>
<li><ahref="/pages/about.html">About</a></li>
<li><ahref="/pages/learning-resources.html">Learning Resources</a></li>
<li><ahref="/pages/reviews.html">Reviews</a></li>
<li><ahref="/category/misc.html">misc</a></li>
</ul></nav>
</header><!-- /#banner -->
<sectionid="content" class="body">
<h1>Authors on The Python Aberdeen User Group</h1>
<ul>
<li><ahref="/author/ian-watt.html">Ian Watt</a> (30)</li>
<li><ahref="/author/lee-a-christie.html">Lee A. Christie</a> (6)</li>
<li><ahref="/author/robert-mcwilliam.html">Robert McWilliam</a> (6)</li>
</ul>
</section>
<sectionid="extras" class="body">
<divclass="blogroll">
<h2>links</h2>
<ul>
<li><ahref="http://getpelican.com/">Pelican</a></li>
<li><ahref="http://python.org/">Python.org</a></li>
<li><ahref="http://jinja.pocoo.org/">Jinja2</a></li>
</ul>
</div><!-- /.blogroll -->
<divclass="social">
<h2>social</h2>
<ul>
<li><ahref="http://twitter.com/pythonaberdeen">Twitter</a></li>
<li><ahref="https://bit.ly/join-ctc-slack">Slack</a></li>
<li><ahref="http://github.com/pythonaberdeen">github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footerid="contentinfo" class="body">
<addressid="about" class="vcard body">
Proudly powered by <ahref="http://getpelican.com/">Pelican</a>, which takes great advantage of <ahref="http://python.org">Python</a>.
</address><!-- /#about -->
<p>The theme is by <ahref="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
</body>
</html>