-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.org.erb
28 lines (21 loc) · 1.05 KB
/
README.org.erb
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
#+HTML_HEAD: <style type="text/css">body { font-family: Fira Sans, Helvetica, Arial, sans-serif; }</style>
* My Talks
<% talks.each do |talk| %>
- [[file:<%= talk %>][<%= talk %>]]
<% end %>
This is a (non-comprehensive) list of talks I gave at various user
groups & conferences. If you have any questions, feel free to reach
out for me via a GitHub issue in this repo.
** Found license issues & copyright violations?
I tried my best to keep the original licenses and give credit to
original authors. If you miss photos from a Talk I gave, that probably
means that I couldn't find the author of the image or give proper
attribution.
If you find photos / images / text content in this repository that
violates intellectual property, please notify me at ~github dot com at
bascht dot com~ and I will take it down.
** License
Unless noted otherwise, all content in this repository is free for you
to use under the terms of the [[http://creativecommons.org/licenses/by-sa/4.0/][Attribution-ShareAlike 4.0 International
(CC BY-SA 4.0)]] license.
Generated: <%= Time.new %>