-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
202 lines (166 loc) · 7.85 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
---
layout: default
bodyClass: home
---
<header class="branding">
<div class="container">
<div>
<h1 class="logo">Agile Singapore Conference 2016</h1>
<h3>6-7 October 2016, Hotel Fort Canning</h3>
<h2 class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">A regional conference on Agile practices, craftsmanship and organisation improvement.</h2>
<div class="notify col-md-4 col-md-offset-4">
<a href="https://engineers.sg/conference/agile-singapore-2016" target="_blank" class="btn button cta-recorded">Recorded Sessions</a>
</div>
<div class="col-md-4 col-md-offset-4">
<h3>Title Sponsors</h3>
<a href="/sponsors.html#sponsors"><img src="images/sponsors/thoughtworks_white.png" width="220"></a>
</div>
</div>
</div>
</header>
<section class="featured-speakers content">
<div class="container">
<div class="col-sm-12">
<h2>Supercharged with 3 tracks 40 sessions across 8 themes</h2>
<div class="row text-center themes">
<div class="col-md-offset-3 col-md-3">
Coaching and Mentoring<br>
Collaboration, Culture and Teams<br>
Dev. Practices and Craftsmanship<br>
DevOps
</div>
<div class="col-md-3">
Enterprise Agile<br>
Leadership<bR>
User Experience<br>
Working with Customers
</div>
</div>
<h2>Special Guest</h2>
<div class="row special-guest">
<div class="col-sm-offset-4 col-sm-4 speaker text-center">
<p class="speaker-photo">
<img src="/images/speakers/chan.jpg" alt="Chan Cheow Hoe">
</p>
<p class="speaker-lead">
<a href="https://www.ida.gov.sg/~/media/Files/About%20Us/Newsroom/Media%20Releases/2014/0121_new%20GCIO%20Ace/cv%20of%20chan%20cheow%20hoe.pdf" target="_blank" class="speaker-name">Chan Cheow Hoe</a><br />
GovTech's CIO
</p>
</div>
</div>
<h2>International Keynote Speakers</h2>
<ul>
{% for speaker in site.data.featured_speakers %}
{% if speaker.keynote == true %}
{% include speaker.html col-class="speaker col-sm-6 col-md-3" %}
{% endif %}
{% endfor %}
</ul>
</div>
<div class="col-sm-12 text-center see-all-speakers">
<a class="btn button reverse" href="https://confengine.com/agile-singapore-2016/schedule" target="_blank">
See Program and Speakers</a>
</div>
<h2>3 Exclusive Workshops</h2>
<div class="row">
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-body">
<div class="workshop">
<div class="row">
<div class="col-xs-8"><p class="date">4-Oct-16, 9am to 5pm</p></div>
<div class="col-xs-4 text-right"><span class="label {{ site.data.misc.seats.refactoring.style }}">{{ site.data.misc.seats.refactoring.left }} Seats Left</span></div>
</div>
<h2>The Art of Refactoring</h2>
<p>
<span class="trainer-name">Joshua Kerievsky</span> - Author of Refactoring to Patterns and creator of Modern Agile<br>
<span class="trainer-name">Gerard Meszaros</span> - Author of xUnit Test Patterns: Refactoring Test Code
</p>
<a class="btn button reverse" href="workshop-refactoring-joshua.html">Find out more</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-body">
<div class="workshop">
<div class="row">
<div class="col-xs-8"><p class="date">5-Oct-16, 9am to 5pm</p></div>
<div class="col-xs-4 text-right"><span class="label {{ site.data.misc.seats.user_stories.style }}">Sold Out</span></div>
</div>
<h2>How to get more value out of User Stories</h2>
<p><span class="trainer-name">Gojko Adzic</span> - Author of Specification by Example, Impact Mapping and more</p>
<a class="btn button reverse" href="workshop-user-stories-gojko.html">Find out more</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-body">
<div class="workshop">
<div class="row">
<div class="col-xs-8"><p class="date">8-Oct-16, 9am to 5pm</p></div>
<div class="col-xs-4 text-right"><span class="label {{ site.data.misc.seats.game.style }}">Sold Out</span></div>
</div>
<h2>Game Thinking</h2>
<p class="subtitle">Expert tools & techniques to help you build a better product in less time</p>
<p><span class="trainer-name">Amy Jo Kim</span> - Social game designer, community architect and startup coach</p>
<a class="btn button reverse" href="workshop-game-thinking-amy.html">Find out more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="news">
<div class="container">
<div class="col-md-4 col-md-offset-2 text-center">
<i class="fa fa-users fa-2x"></i>
<h2>{{ site.data.misc.attendees }} attendees</h2>
<div id="carousel-quote" class="carousel slide" data-ride="carousel" data-interval="12000">
<div class="carousel-inner" role="listbox">
<div class="item active">
<p class="text-left">
<em><small>"I was looking for opportunities to meet people like-minded people when visiting Singapore from the UK in October. Agile Singapore 2016 looked friendly, familiar, and has some great names lined up already. I can't wait to see how people are approaching building software and team working in the region, share my experiences, and hope to find that we face similar challenges regardless of hemisphere!"
<br>— Matt
</small></em>
</p>
</div>
<div class="item">
<p class="text-left">
<em><small>"I am always excited to see the list of world class speakers that this conference invites. They are renowned people in the industry and often are the pioneers and practitioners of the leading edge methodologies and techniques. There is no way that I am going to miss this rare opportunity!"
<br>— Henry
</small></em>
</p>
</div>
<div class="item">
<p class="text-left">
<em><small>"I always look forward in attending this conference because I get the opportunity to meet like minded people that invest deeply and care about their craft. A lot of cross pollination/learning and open collaboration happens during the conference and experiencing it is one of the things that make it special."
<br>— Edwardcher
</small></em>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 text-center updates">
<i class="fa fa-bullhorn fa-2x icon"></i>
<p class="news-summary">And it's a wrap! =)</p>
<p id="elapsed-time-latest" class="news-date"></p>
<p class="news-summary">Full program is up!</p>
<p id="elapsed-time-older" class="news-date"></p>
<p class="news-summary">Special hotel room rates are up!</p>
<p id="elapsed-time-oldest" class="news-date"></p>
<a class="btn button reverse" href="/updates" >Conference Updates</a>
</div>
</div>
</section>
<script src="/javascripts/moment.min.js"></script>
<script>
document.getElementById("elapsed-time-latest").innerHTML = moment("20161018", "YYYYMMDD").fromNow();
document.getElementById("elapsed-time-older").innerHTML = moment("20160719", "YYYYMMDD").fromNow();
document.getElementById("elapsed-time-oldest").innerHTML = moment("20160707", "YYYYMMDD").fromNow();
</script>