-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsecond-meetup-details-01032015.html
130 lines (120 loc) · 5.79 KB
/
second-meetup-details-01032015.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
122
123
124
125
126
127
128
129
130
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Kochi Python, ">
<title>Second Meetup Details - 01/03/2015 // Kochi Python // </title>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.3.0/pure-min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./theme/css/pure.css">
<link rel="stylesheet" href="./theme/css/pygments.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/fitvids/1.0.1/jquery.fitvids.min.js"></script>
<script>
$(document).ready(function(){
$(".content").fitVids();
});
</script>
</head>
<body>
<div class="pure-g-r" id="layout">
<div class="sidebar sidebar-article pure-u">
<header class="header-article">
<hgroup>
<a href="./author/sreekanth.html" title="See posts by Sreekanth">
<img class="avatar" alt="Sreekanth" src="http://www.gravatar.com/avatar/91059c9fce2252a8ad0c7e9a51cd22a8">
</a>
<h2 class="article-info">Sreekanth</h2>
<small class="about-author"><a href="http://sreekanth.co" target="_blank">sreekanth.co</a></small>
<h5>Published</h5>
<p>Thu 01 January 2015</p>
<a href="/">←Home</a>
</hgroup>
</header>
</div>
<div class="pure-u max-width">
<div class="content">
<section class="post">
<header class="post-header">
<h1>Second Meetup Details - 01/03/2015</h1>
<p class="post-meta">
// under <a class="post-category" href="./tag/python.html">python</a>
<a class="post-category" href="./tag/meetup.html">meetup</a>
</p>
</header>
</section>
<p>After the grand succes of our first meetup, we are heading towards the second one. Please go through the schedule and venue details of the upcoming Kochi Python meetup.</p>
<p><img src="/images/jan_2015_meetup_poster.jpeg" height="300px"></p>
<p><strong>Date</strong>: <strong><em>3rd of January, 2015</em></strong></p>
<p><strong>Venue</strong>: <strong><em><a href="http://bit.ly/1vzGRBs">Fingent Corporation</a></em></strong></p>
<p><em>Starts at</em>: <strong><em>4:00 PM</em></strong><br/>
|<br/>
-- <em>Intros and Icebreaking</em><br/>
|<br/>
-- <em>Gstreamer with python</em> by <a href="https://twitter.com/dheerajprasanth">Dheeraj Prasanth</a><br/>
|<br/>
-- <em>How to become a maker using raspberry pi and python</em> by <a href="https://www.facebook.com/lentin.joseph">Lentin Joseph</a><br/>
|<br/>
<em>Ends at</em>: <strong><em>6:30 PM</em></strong><br/></p>
<p>We will also have few flash sessions in between.</p>
<p>Tickets are available at <a href="https://www.eventbrite.com/e/kochi-python-january-meetup-2015-tickets-15087043754">Eventbrite</a> or scan the QR code below</p>
<p><img src="/images/jan_2015_meetup_registration_qrcode.png" width="350" height="350"></p>
<p>PS: <strong><em>Limited seats.</em></strong></p>
<div class="hr"></div>
<a href="#" class="go-top">Go Top</a>
<div class="comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = "kochipython"; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div><footer class="footer">
<p>© Kochi Python –
Built with <a href="https://github.com/PurePelicanTheme/pure">Pure Theme</a>
for <a href="http://blog.getpelican.com/">Pelican</a>
</p>
</footer> </div>
</div>
</div>
<script>
var $top = $('.go-top');
// Show or hide the sticky footer button
$(window).scroll(function() {
if ($(this).scrollTop() > 200) {
$top.fadeIn(200);
} else {
$top.fadeOut(200);
}
});
// Animate the scroll to top
$top.click(function(event) {
event.preventDefault();
$('html, body').animate({scrollTop: 0}, 300);
})
// Makes sure that the href="#" attached to the <a> elements
// don't scroll you back up the page.
$('body').on('click', 'a[href="#"]', function(event) {
event.preventDefault();
});
</script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-56551965-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>