-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (54 loc) · 1.83 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Slides | Michael McAndrew | Third Sector Design</title>
<!-- <link rel="stylesheet" href="reveal/css/reveal.css"> -->
<link rel="stylesheet" href="reveal/css/theme/3sd.css" />
</head>
<body style="margin: 50px;">
<div class="reveal">
<h1>Slides</h1>
<p style="font-size: 50%">
Slides from various presentations. For more information and to get in
contact, visit
<a href="https://thirdsectordesign.org">https://thirdsectordesign.org</a>.
</p>
<p>
CiviCamp Birmingham 2020:
<a href="civicamp-birmingham-2020/data-modelling">Data modelling</a>,
<a href="civicamp-birmingham-2020/dialogflow">Dialogflow</a>
</p>
<p>
CiviCamp London 2019:
<a href="civicamp-london-2019/arco">Website integration case study (ARCO)</a>
</p>
<p>
CiviCamp Manchester 2018:
<a href="civicamp-manchester-2018/gpie">CiviCRM at the Green Party of Ireland</a>,
<a href="civicamp-manchester-2018/developer-training-intro">Developer training intro</a>
</p>
<p>
CiviCamp London 2018:
<a href="civicamp-london-2018/chatbot">Chatbot</a>,
<a href="civicamp-london-2018/extension-names">extension names</a>
</p>
<p>
CiviCon London 2017:
<a href="civicon-london-2017/sms">SMS and SMS conversation</a>
</p>
<p>
CiviCon Köln 2017: <a href="civicon-koln-2016/contract">Contracts</a>
</p>
<p>
CiviCamp Manchester 2017: <a href="civicamp-manchester-2017/sms">SMS</a>
</p>
<p>
CiviCon London 2016:
<a href="civicon-london-2016/mail">Mailing and Marketing</a>,
<a href="civicon-london-2016/pop">Pop</a>
</p>
</div>
</body>
</html>