-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
166 lines (166 loc) · 5.15 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
164
165
166
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>@theatlasroom Presentations</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://eakigbo.me/static/dist/styles.css"
media="screen"
charset="utf-8"
/>
</head>
<body>
<main>
<header class="content-section">
<section class="content">
<div id="avatar">
<div class="avatar-content">
<img
src="https://eakigbo.me/static/images/me-mt-dandenong-768.png"
width="auto"
height="100%"
/>
</div>
</div>
<div id="headline">
<h1>
Ezekiel Kigbo - Presentations
<br />-
</h1>
</div>
</section>
</header>
<section id="body-content">
<div class="content-section">
<div class="content">
<h3>2019</h3>
<ul>
<li>
<span class="date">July, 16:</span>
<a href="20190716-vue-internationalization.html">Vue i18n</a>
</li>
</ul>
<h3>2017</h3>
<ul>
<li>
<span class="date">Dec, 07:</span>
<a
href="https://gist.github.com/theatlasroom/b09c9ef74aec56858383a11b28b3f8df"
>Glossing over Ethereum</a
>
</li>
<li>
<span class="date">April, 18:</span>
<a href="20170418-isomorphic-react.html">Isomorphic React</a>
</li>
</ul>
<h3>2016</h3>
<ul>
<li>
<span class="date">May 31:</span>
<a href="20160531-why-i-node.html">NodeJS Meetup: Why I node</a>
</li>
<li>
<span class="date">May 04:</span>
<a
href="http://www.rrr.org.au/program/byte-into-it/?an_time=2016-05-04"
>RRR: ByteIntoIT</a
>
</li>
<li>
<span class="date">Apr 20:</span>
<a href="20160420-connect-expo.html"
>ConnectExpo: Prototyping public services - Lessons learned</a
>
</li>
<li>
<span class="date">Feb 14:</span>
<a href="20160214-pausefest.html"
>PauseFest: Re-building government websites</a
>
</li>
</ul>
<h3>2015</h3>
<ul>
<li>
<span class="date">Dec 09:</span>
<a href="20151209-prototyping.html">Paper to pixels</a>
</li>
</ul>
<ul>
<li>
<span class="date">Nov 17:</span>
<a href="20151117-smart-gov.html">Smarter public service</a>
</li>
<li>
<span class="date">Oct 27:</span>
<a href="20151027-observations.html">NJC Observations</a>
</li>
</ul>
<h3>2013</h3>
<ul>
<li>
<span class="date">Nov 07:</span>
<a
href="http://prezi.com/1tme4s-7djm6/?utm_campaign=share&utm_medium=copy"
>Accessibility</a
>
</li>
</ul>
</div>
</div>
</section>
<footer class="content-section">
<section class="content">
<ul id="additional-links">
<li>
<a class="button underline-on-hover" href="https://eakigbo.me/cv"
>View my CV</a
>
</li>
<li>
<a
class="button underline-on-hover button-secondary"
href="http://gitlab.com/ekigbo"
>GitLab</a
>
</li>
<li>
<a
class="button underline-on-hover button-secondary"
href="http://github.com/theatlasroom"
>Github</a
>
</li>
<li>
<a
class="button underline-on-hover button-secondary"
href="http://github.com/theatlasroom"
>Twitter</a
>
</li>
<!-- <li>
<a class="button underline-on-hover button-secondary" href="http://njc.codeforaustralia.org">NJC Fellowship</a>
</li> -->
</ul>
<p>
Github page designed and maintained by
<a href="http://github.com/theatlasroom">@theatlasroom</a>
</p>
</section>
</footer>
</main>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function() {
ga.q.push(arguments);
};
ga.q = [];
ga.l = +new Date();
ga("create", "UA-28194714-1", "auto");
ga("send", "pageview");
</script>
</body>
</html>