-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathspeakers.html
More file actions
127 lines (111 loc) · 3.97 KB
/
speakers.html
File metadata and controls
127 lines (111 loc) · 3.97 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
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
122
123
124
125
126
127
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="/theme/css/normalize.css" rel="stylesheet">
<link href="/theme/css/skeleton.css" rel="stylesheet">
<link href="/theme/css/statocles-default.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<title>Speaker Information - Chicago.PM</title>
<meta content="Statocles 0.093" name="generator">
<link href="/theme/css/chicagopm.css" rel="stylesheet">
</head>
<body>
<header>
<nav class="navbar inner">
<div class="container">
<a alt="Chicago.PM" href="/"><img src="/theme/images/chicagopm-small.png"></a>
<ul>
<li>
<a href="http://www.meetup.com/ChicagoPM">Meetup</a>
</li>
<li>
<a href="http://github.com/ChicagoPM">Github</a>
</li>
<li>
<a href="/talks">Talks</a>
</li>
<li>
<a href="/notes">Meeting Notes</a>
</li>
<li>
<a href="/jobs">Jobs</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="https://chat.mibbit.com/?channel=%23chicago.pm&server=irc.perl.org">IRC</a>
</li>
<li>
<a href="/about#lists">Mailing List</a>
</li>
<li>
<a href="/howto">How To</a>
</li>
</ul>
</div>
</nav>
</header>
<div class="main container">
<div class="row">
<div class="nine columns">
<main>
<p>This information should be used when linking names in blog posts.</p>
<ul>
<li><p>Doug Bell</p>
<ul>
<li>Homepage: <a href="http://preaction.me">http://preaction.me</a></li>
<li>Twitter: @preaction</li>
<li>CPAN: PREACTION</li>
<li>Github: preaction</li>
<li>LinkedIn: preaction</li>
</ul></li>
<li><p>Joel Berger</p>
<ul>
<li>Blog: <a href="http://blogs.perl.org/users/joel_berger/">http://blogs.perl.org/users/joel_berger/</a></li>
<li>Twitter: joelaberger</li>
<li>CPAN: JBERGER</li>
<li>Github: jberger
*<a href="http://blogs.perl.org/users/joel_berger/">Joel Berger</a> (<a href="http://twitter.com/joelaberger"><i class="fa fa-twitter"></i></a><a href="http://github.com/jberger"><i class="fa
fa-github"></i></a>)</li>
</ul></li>
<li><p>Jason Crome</p>
<ul>
<li>Homepage: <a href="https://crome-plated.com/about">https://crome-plated.com/about</a></li>
<li>Twitter: cromedome</li>
<li>CPAN: CROMEDOME</li>
<li>Github: cromedome</li>
</ul></li>
<li><p>William Lindley</p>
<ul>
<li>Homepage:</li>
<li>Twitter:</li>
<li>CPAN:</li>
<li>Github:</li>
</ul></li>
<li><p>Raymond Manarelli</p>
<ul>
<li>Homepage:</li>
<li>Twitter:</li>
<li>CPAN:</li>
<li>Github:</li>
</ul></li>
</ul>
</main>
</div>
<div class="three columns sidebar">
<section style="text-align:center;">
<iframe frameborder="0" height="570" src="http://meetu.ps/380cqX" width="225"></iframe>
</section>
</div>
</div>
</div>
<footer>
<div class="container tagline">
<a href="http://preaction.me/statocles">Made with Statocles</a><br>
<a href="http://www.perl.org">Powered by Perl</a>
</div>
</footer>
</body>
</html>