-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
117 lines (107 loc) · 4 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Presentations by zoidbergwill</title>
</head>
<body>
<header>
<div class="inner">
<h1>My Presentations</h1>
<h2>@zoidbergwill</h2>
<a href="https://github.com/zoidbergwill/presentations" class="button"><small>View project on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h2>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to my presentations, powered by GitHub Pages.
</h2>
<p>
This is simply an online collection of my presentations. For now just talks from the Python and DevOps meetups in Cape Town, South Africa.
</p>
<h3>2015:</h3>
<p>
<ul>
<li>
What is AsyncIO? (Cape Town Python User Group)
<br>
(@TODO(zoidbergwill): Add slides)
</li>
</ul>
</p>
<h3>2016:</h3>
<p>
<ul>
<li>
Kubernetes: Starting with 1.2 (Cape Town DevOps Meetup)
<br>
<a href="2016/kubernetes-1.2-and-spread/">Slides</a>
</li>
<li>
jinja2-cli (PyConZA 2016)
</li>
<li>
Minikube lightning talk (DevOpsDays Cape Town)
</li>
</ul>
</p>
<h3>2017:</h3>
<p>
<ul>
<li>
Kubernetes (at Cape Town PHP Meetup)
<br>
<a href="2017/kubernetes-php/">Slides</a>
</li>
<li>
Kubernetes (at ScaleConf)
<br>
<a href="2017/kubernetes-scaleconf/">Slides</a>
</li>
<li>
Python Packaging (at CTPUG)
<br>
<a href="2017/python-packaging/">Slides</a>
</li>
<li>
A Pythoneer among the Gophers (at Cape Town Go Meetup)
<br>
<a href="2017/golang-lightning-talk/">Slides</a>
</li>
<li>
eBPF: The Magical Things You Can Do With Linux Kernel Tracing (at DevOpsDays Cape Town)
<br>
<a href="2017/devopsdays2017-ebpf/index.pdf">Slides</a>
</ul>
</p>
</section>
</div>
</div>
<footer>
<div class="inner">
<div class="footer" style="text-align: center;">
<p class="repo-owner"><a href="https://github.com/zoidbergwill/presentations">Presentations</a> is maintained by <a href="https://github.com/zoidbergwill">zoidbergwill</a>.</p>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a> <small>(modified by <a href="https://github.com/zoidbergwill">zoidbergwill</a>)</small>.</p>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ['Alegreya', 'Lato', 'Inconsolata']
}
});
</script>
</body>
</html>