Skip to content

Commit b7f87af

Browse files
committed
Add two new speakers: Daniel and Jeff
1 parent 157ea56 commit b7f87af

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

_data/speakers.yml

+25-1
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,28 @@
168168
social:
169169
- {name: "twitter", link: "https://twitter.com/mengto"}
170170
- {name: "linkedin", link: "https://www.linkedin.com/in/mengto/"}
171-
- {name: "site", link: "https://designcode.io/"}
171+
- {name: "site", link: "https://designcode.io/"}
172+
-
173+
id: "13"
174+
name: "Daniel"
175+
surname: "Steinberg"
176+
company: "Dim Sum Thinking"
177+
title: "Storyteller"
178+
bio: |
179+
Daniel presents iPhone, Cocoa, and Swift training and consults through his company Dim Sum Thinking. He has written apps for the iPhone and the iPad since the SDKs first appeared and has written programs for the Mac all the way back to System 7. You can also find his best-selling books “A Swift Kickstart” and “Dear Elena” on the Editors Cut website. When he's not coding or talking about coding for the Mac, the iPhone, and the iPad he's probably cooking or hanging out with friends.
180+
thumbnailUrl: DanielSteinberg.png
181+
rockstar: true
182+
social:
183+
- {name: "twitter", link: "http://twitter.com/dimsumthinking"}
184+
- {name: "site", link: "http://dimsumthinking.com/"}
185+
-
186+
id: "14"
187+
name: "Jeff"
188+
surname: "Kelley"
189+
company: "Detroit Labs"
190+
bio: |
191+
Jeff Kelley is a developer at Detroit Labs, where he builds apps in Swift but still has a soft spot for Objective-C. Author of Developing Apps for Apple Watch and Learn Cocoa Touch for iOS, he’s been working with iOS since its infancy in 2008. Jeff is passionate about building usable apps, the open-source community around Apple platforms, and will talk your ear off about electric cars and clean energy. Jeff loves raising his two kids and two dogs, Detroit, and organizing the Motor City CocoaHeads group.
192+
thumbnailUrl: JeffKelley.jpg
193+
rockstar: true
194+
social:
195+
- {name: "twitter", link: "https://twitter.com/slaunchaman"}

img/people/DanielSteinberg.png

351 KB
Loading

speakers.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
{% include top-section.html %}
1010
<h4 id="speakers-pay-off">Please meet our speakers, 100% of pure swiftness!</h4>
11-
<h6 id="speakers-subtitle">(more speakers to be announced after the end of the call for papers)</h6>
11+
<h6 id="speakers-subtitle">(more speakers to be announced after the end of the second round of the <a href="https://forms.gle/arkNh1zYkBb8KjRU6" target="_blank">call for papers</a>)</h6>
1212
{% if site.showSessions %}
1313
{% include speakers-list.html %}
1414
{% else %}

0 commit comments

Comments
 (0)