This repository has been archived by the owner on Apr 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
366 lines (289 loc) · 18.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
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Agile Kampala Meetup - Aug 2015</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/app.css" />
<link rel="stylesheet" href="css/icons/fontello.css" />
<!--[if IE 7]>
<link rel="stylesheet" href="css/icons/fontello-ie7.css" />
<![endif] -->
<script src="js/custom.modernizr.js"></script>
</head>
<body>
<!--[if lte IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/" rel="nofollow">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<section id="intro" class="feature">
<div class="row logo">
<div class="large-12 columns">
<a href="http://www.thoughtworks.com" target="_blank"
onclick="ga('send', 'event', 'tw', 'tw')">
<img src="./img/tw-logo.png" alt="ThoughtWorks" align="center" />
</a>
<h1>Agile Kampala Meetup</h1>
<h6>just another tech meet-up to discuss and learn about being Agile, Maximizing flow & Continuous Delivery.</h6>
</div>
</div>
<div class="row countdown">
<div class="small-8 small-offset-2 large-4 large-offset-0 columns date">
<p>3<sup>rd</sup> edition</p>
<h4>aug 19</h4>
</div>
<div class="small-6 large-2 columns counter">
<h4><span id="days"> </span></h4>
<p>days</p>
</div>
<div class="small-6 large-2 columns counter">
<h4><span id="hours"> </span></h4>
<p>hours</p>
</div>
<div class="small-6 large-2 columns counter">
<h4><span id="minutes"> </span></h4>
<p>minutes</p>
</div>
<div class="small-6 large-2 columns counter">
<h4 id="seconds">
<!-- the nbsp is required -->
<span id="tick"> </span>
<span id="tock"> </span>
<span id="tack"> </span>
</h4>
<p>seconds</p>
</div>
</div>
<div class="row actions">
<div class="large-5 columns participate">
<a href="https://docs.google.com/forms/d/1yY3D450v9wDnb09j0x1-EEDnjKYLDJQ-PfkGmVE-PJg/viewform?usp=send_form" target="_blank" rel="nofollow"
onclick="ga('send', 'event', 'participate', 'participate')">
<h4>Participate</h4>
</a>
<p>
to learn exciting new stuff <br />
<small>(and to connect with fellow agile humans)</small>
</p>
</div>
<div class="large-2 columns participate-or-talk">
<hr class="show-for-small" />
<h6 class="hide-for-small delimiter">« or »</h6>
</div>
<div class="large-5 columns talk">
<a href="https://docs.google.com/forms/d/1QXEVuCMfi4twwYGnJIVL57qpe9X_eHFHFBL-un5Hu5Q/viewform?usp=send_form" target="_blank" rel="nofollow"
onclick="ga('send', 'event', 'talk', 'talk')">
<h4>Present</h4>
</a>
<p>
to share exciting new stuff <br />
<small>(accepted for this and subsequent agile kampala meetups)</small>
</p>
</div>
</div>
</section>
<section id="about" class="feature">
<div class="row"
data-bottom="transform:translateY(-5em)" data--100-bottom="transform:translateY(0)">
<div class="large-12 columns social">
<a rel="nofollow" href="https://www.facebook.com/ThoughtWorksUganda" target="_blank" title="Like us on FaceBook" onclick="ga('send', 'event', 'social', 'like')"><i class="icon-like"></i></a>
<a rel="nofollow" href="https://www.facebook.com/groups/geeknightKampala/" target="_blank"><i class="icon-facebook-2" title="FaceBook discussion group" onclick="ga('send', 'event', 'social', 'facebook')"></i></a>
<a rel="nofollow" href="https://twitter.com/intent/tweet?url=twkampala.github.io/geeknight&text=Whats+up&hashtags=geeknightKampala" target="_blank" title="Tweet hashtag #geeknightKampala" onclick="ga('send', 'event', 'social', 'twitter')"><i class="icon-twitter-2"></i></a>
<a rel="nofollow" href="mailto:[email protected]" title="Email us" onclick="ga('send', 'event', 'social', 'email')"><i class="icon-mail"></i></a>
<!-- NOTE: Last video link is line-wrapping in small screens like iOS a rel="nofollow" href="#" title="Videos (coming soon)"><i class="icon-youtube"></i></a -->
</div>
</div>
<div class="row">
<div class="large-12 columns" data-anchor-target="#_about">
<blockquote>
<p data--100-bottom-top="transform:perspective(400px) rotateX(90deg) scale(.5);transform-origin:50% 0" data--100-bottom="transform:perspective(400px) rotateX(0deg) scale(1)">Just another tech meet-up to discuss and learn about being Agile, Scrum, Lean, KANBAN, Maximizing flow, Continuous Delivery, User Stories, and so much more for analysts, designers and developers in the field of software and manufacturing. This is also an informal gathering where we pick a topic and proceed to discuss it and learn from each other's experience and perspectives. </p>
<p id="_about" data--100-bottom-top="transform:perspective(400px) rotateX(90deg) scale(.5);transform-origin:50% 0" data--100-bottom="transform:perspective(400px) rotateX(0deg) scale(1)"><small>We love feedback! If you have any suggestions or cribs, feel free to fill out our <a rel="nofollow" href="https://docs.google.com/a/thoughtworks.com/forms/d/1YJRm5UWy-y5N5qtTj0yKi2G0RJDBzgRjnYkozv2A_4U/viewform?usp=send_form" target="_blank">feedback form</a>. Don't worry, its completely anonymous.</small></p>
<cite data--100-bottom-top="transform:translateX(100%)" data--100-bottom="transform:translateX(0)">Agile Kampala Meetup Volunteers</cite>
</blockquote>
</div>
</div>
</section>
<section id="agenda" class="feature">
<div class="row" data-bottom="transform:translateY(-10em)" data--100-bottom="transform:translateY(0em)">
<h2>Agenda</h2>
</div>
<div class="timings">
<div class="row">
<div class="large-4 columns time" id="agenda-0"
data-bottom="transform:rotateX(90deg) scale(0);opacity:0"
data--200-bottom="transform:rotateX(0) scale(1);opacity:1">
<p>6:00 pm</p>
</div>
<div class="large-8 columns summary" data-anchor-target="#agenda-0"
data-bottom="transform:rotateX(90deg) scale(0);opacity:0"
data--200-bottom="transform:rotateX(0) scale(1);opacity:1">
<p>Continuous Integration with Jenkins and Git</p>
<p><small>By:
<a href="https://twitter.com/benjunni" rel="nofollow" target="_blank">Benjamin Lutaaya</a>
</small></p>
</div>
</div>
<div class="row">
<div class="large-4 columns time" id="agenda-1"
data-bottom="transform:rotateX(90deg) scale(0);opacity:0"
data--200-bottom="transform:rotateX(0) scale(1);opacity:1">
<p>7.00 pm</p>
</div>
<div class="large-8 columns summary" data-anchor-target="#agenda-1"
data-bottom="transform:rotateX(90deg) scale(0);opacity:0"
data--200-bottom="transform:rotateX(0) scale(1);opacity:1">
<p>An Introduction to Machine Learning</p>
<p><small>By:
<a href="https:twitter.com/mossplix" rel="nofollow" target="_blank">Moses Mugisha</a>
</small></p>
</div>
</div>
<div class="row">
<div class="large-4 columns time" id="agenda-2"
data-bottom="transform:rotateX(90deg) scale(0);opacity:0"
data--200-bottom="transform:rotateX(0) scale(1);opacity:1">
<p>8.00 pm</p>
</div>
<div class="large-8 columns summary" data-anchor-target="#agenda-2"
data-bottom="transform:rotateX(90deg) scale(0);opacity:0"
data--200-bottom="transform:rotateX(0) scale(1);opacity:1">
<p>Open Discussions and Snacks</p>
</div>
</div>
<div class="row">
<div class="large-4 columns time" id="agenda-3"
data-bottom="transform:rotateX(90deg) scale(0);opacity:0"
data--200-bottom="transform:rotateX(0) scale(1);opacity:1">
<p>8.30 pm</p>
</div>
<div class="large-8 columns summary" data-anchor-target="#agenda-3"
data-bottom="transform:rotateX(90deg) scale(0);opacity:0"
data--200-bottom="transform:rotateX(0) scale(1);opacity:1">
<p>Wrap-up</p>
</div>
</div>
</div>
</div>
</section>
<section id="location" class="feature">
<div class="row" data-bottom="transform:translateY(-10em)" data--100-bottom="transform:translateY(0em)">
<h2>Location</h2>
</div>
<div class="row">
<div class="large-4 columns address" data--100-bottom-top="transform:translateX(-100%)" data--100-bottom="transform:translateX(0)">
<p>
<span>ThoughtWorks Uganda</span>
<span>UAP Nakawa Business Park, Block B,6th Floor.</span>
<span>Plot 3-5 PortBell Road</span>
<span>Nakawa, Kampala</span>
<span><small><a href="http://bit.ly/1oZO0eW" target="_blank" rel="nofollow">« Open in Google Maps »</a></small></span>
</p>
</div>
<div class="large-8 columns map">
<iframe src="https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d1185.6976741236538!2d32.61283260477877!3d0.3273260947204748!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m5!1s0x177dbbe93abb9c53%3A0xf300b29587b46dfe!2sNakawa+Business+Park%2C+Kampala+Rd%2C+Kampala%2C+Uganda!3m2!1d0.328009!2d32.612731!4m3!3m2!1d0.3277384!2d32.6128141!5e1!3m2!1sen!2s!4v1407822903916" width="600" height="450" frameborder="0" style="border:0"></iframe>
</div>
</div>
</section>
<section id="archive" class="feature">
<div class="row" data-bottom="transform:translateY(-10em)" data--100-bottom="transform:translateY(0em)">
<h2>Previous Editions</h2>
</div>
<div class="row">
<div class="large-12 columns">
<ul class="grid small-block-grid-3 large-block-grid-6">
<li>
<a href="./jul2015.html" data-bottom="transform:rotateZ(180deg) rotateY(90deg) scale(0);opacity:0;transform-origin:50% 0" data--150-bottom="transform:rotateZ(0deg) rotateY(0) scale(1);opacity:1">
<div class="month">Jul</div>
<div class="day">29</div>
<div class="year">2015</div>
</a>
</li>
<li>
<a href="./jun2015.html" data-bottom="transform:rotateZ(180deg) rotateY(90deg) scale(0);opacity:0;transform-origin:50% 0" data--150-bottom="transform:rotateZ(0deg) rotateY(0) scale(1);opacity:1">
<div class="month">Jun</div>
<div class="day">17</div>
<div class="year">2015</div>
</a>
</li>
</ul>
</div>
</div>
</section>
<header id="header" class="feature">
<div class="fixed">
<nav class="top-bar">
<ul class="title-area">
<li class="name"><h1><a href="./">Agile Kampala Meetup » <span>Aug 19</span></a></h1></li>
<li class="toggle-topbar menu-icon"><a href="#"></a></li>
</ul>
<section class="top-bar-section">
<ul class="left">
<li><a href="http://www.thoughtworks.com" target="_blank"
onclick="ga('send', 'event', 'tw', 'tw')">ThoughtWorks</a>
</li>
</ul>
<ul class="right">
<li>
<a href="https://docs.google.com/forms/d/1yY3D450v9wDnb09j0x1-EEDnjKYLDJQ-PfkGmVE-PJg/viewform?usp=send_form" target="_blank" rel="nofollow"
onclick="ga('send', 'event', 'participate', 'participate')">
Participate
</a>
</li>
<li>
<a href="https://docs.google.com/forms/d/1QXEVuCMfi4twwYGnJIVL57qpe9X_eHFHFBL-un5Hu5Q/viewform?usp=send_form" target="_blank" rel="nofollow"
onclick="ga('send', 'event', 'talk', 'talk')">
Talk
</a>
</li>
<li><a href="#about">About</a></li>
<li><a href="#agenda">Agenda</a></li>
<li><a href="#location">Location</a></li>
<li><a href="#archive">Previous Editions</a></li>
</ul>
</section>
</nav>
</div>
</header>
<footer id="footer" class="feature">
<div class="row">
<div class="large-12 columns">
<p><small>
<a href=".">Agile Kampala Meetup</a> sponsored by
<a rel="nofollow" target="_blank" href="//thoughtworks.com">ThoughtWorks</a><br />
Built with
<a rel="nofollow" target="_blank" href="//html5boilerplate.com">HTML5 Boilerplate</a>,
<a rel="nofollow" target="_blank" href="//foundation.zurb.com">Zurb Foundation</a>,
<a rel="nofollow" target="_blank" href="//github.com/Prinzhorn/skrollr">Skrollr</a>,
<a rel="nofollow" target="_blank" href="//daneden.me/animate/">Animate</a>,
<a rel="nofollow" target="_blank" href="//nanoc.ws">Nanoc</a> &
<a rel="nofollow" target="_blank" href="//fontello.com">Fontello</a>
</small></p>
</div>
</div>
</footer>
<script>window.targetDate = new Date(1439996400 * 1000)</script>
<script src="js/ticker.js"></script>
<script src="js/skrollr.min.js"></script>
<script>
var mobileCheck = (function(a){return /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4))})(navigator.userAgent||navigator.vendor||window.opera);
if (!mobileCheck) {
var s = skrollr.init({ forceHeight: false });
}
</script>
<!-- Google Analytics -->
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '<insert analytics account here>']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>