-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
164 lines (111 loc) · 5.72 KB
/
index.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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PyThingy — Warsztaty Pythona w Krakowie</title>
<link href="https://fonts.googleapis.com/css?family=Droid%2bSans%3a400%2c700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="http://pythingy.github.io/css/main.css">
<link rel="shortcut icon" href="http://pythingy.github.io/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="http://pythingy.github.io/images/logo.png"/>
<link href="http://pythingy.github.io//index.xml" rel="alternate" type="application/rss+xml" title="PyThingy" />
<meta name="title" content="http://pythingy.github.io/">
<link rel="canonical" href="http://pythingy.github.io/">
<meta property="og:title" content="PyThingy"/>
<meta property="og:url" content="http://pythingy.github.io/"/>
<meta property="og:image" content="http://pythingy.github.io//images/logo.png"/>
<meta property="og:site_name" content="PyThingy">
</head>
<body>
<section class="site-nav">
<header>
<nav id="navigation">
<a class="brand" href="http://pythingy.github.io/">
<img src="http://pythingy.github.io/images/logo.png" alt="Inc">
</a>
<a href="http://pythingy.github.io/" class="home">Blog</a>
<a href="http://pythingy.github.io/about/">About</a>
</nav>
<nav class="tagline">
<span>Uczymy się ćwicząc!</span>
</nav>
</header>
</section>
<div class="blog-cover" style="background-image:url(/images/typing.jpg);">
<section>
<div class="container">
<h1>PyThingy</h1>
<h3>Warsztaty Pythona w Krakowie</h3>
<a href="https://twitter.com/PyThingy" title="Follow on Twitter" target="_blank"><i class="icon icon-twitter"></i></a>
<a href="https://pythingy.slack.com/" title="Join Slack" target="_blank"><i class="icon icon-slack"></i></a>
<a href="https://github.com/pythingy" title="Follow on Github" target="_blank"><i class="icon icon-github"></i></a>
<a href="http://facebook.com/pythingy" title="Like on Facebook" target="_blank"><i class="icon icon-facebook"></i></a>
<a href="http://pythingy.github.io/index.xml" title="RSS Feed">
<i class="icon icon-rss"></i>
</a>
</div>
</section>
</div>
<article class="container">
<section class="index">
<div>
<h2 class="title"><a href="http://pythingy.github.io/about" rel="prefetch">O PyThingy</a></h2>
<h3>Zdobyłeś podstawy Pythona - co dalej?</h3>
<p><a href="http://pythingy.github.io/about">Czytaj więcej</a></p>
<div class="meta">
<time pubdate datetime="2015-03-30" title="2015-03-30">March 3, 2015</time>
</div>
</div>
<hr>
<div>
<h3>Wspierają nas</h3>
<p><img src="http://pythingy.github.io/images/prag_coders_logo_small.png" alt="Pragmatic Coders" /></p>
</div>
<hr>
</section>
</article>
<section class="pagination" style="text-align:center">
<a href="http://pythingy.github.io/post/" class="btn btn-outline">Archives</a>
</section>
<footer class="site-footer">
<div class="container">
<nav>
<a href="http://pythingy.github.io">PyThingy</a> ·
<a href="http://pythingy.github.io/">Blog</a> ·
<a href="http://pythingy.github.io/about/">About</a>
</nav>
<nav class="social">
<a href="https://twitter.com/PyThingy" title="Follow on Twitter" target="_blank"><i class="icon icon-twitter black"></i></a>
<a href="https://github.com/pythingy" title="Follow on Github" target="_blank"><i class="icon icon-github black"></i></a>
<a href="http://facebook.com/pythingy" title="Follow on Facebook" target="_blank"><i class="icon icon-facebook black"></i></a>
<a href="http://pythingy.github.io/index.xml" title="RSS Feed">
<i class="icon icon-rss black"></i>
</a>
</nav>
</div>
</footer>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="http://pythingy.github.io/js/main.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-00000000-0', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://example.com/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 0 ]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="http://example.com/piwik.php?idsite=2" style="border:0;" alt="" /></p></noscript>
</body>
</html>