Skip to content

Commit ce4778a

Browse files
authored
Update speakers, sponsors (#124)
* Update clever logo * Add talk type to CMS config * Update Dana Lawson's talk * Update lisa's info
1 parent e82533b commit ce4778a

File tree

7 files changed

+12
-5
lines changed

7 files changed

+12
-5
lines changed

content/speakers/dana-lawson.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"talks": [
33
{
44
"year": "2019",
5-
"title": "Presenting on the Fly",
6-
"desc": "Have you ever been in a meeting and you have been asked to present something spontaneously? In this talk we will go over the 3 point-pyramid system to help you stay focused, succinct and informed when presenting \"unprepared\".",
5+
"title": "How to Present Authentically",
6+
"desc": "Tips for how to show up as you when you are giving a presentation. In this talk we will talk about traps that new speakers fall into and how to curate your presentation to be a reflection of you, no matter what you are speaking about.",
77
"type": "keynote"
88
}
99
],

content/speakers/lisa-van-gelder.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"pronouns": "she/her",
44
"role": "VP, Engineering",
55
"company": "Meetup",
6+
"bio": "Lisa has been in software for almost 20 years, working in a wide range of companies from early stage startups to large media companies like the BBC & the Guardian newspaper. She used to debug code, now she debugs teams for a living. Lisa is currently VP, Engineering at Meetup. She is mostly powered by coffee.",
7+
"headshot": "/images/lisa-van-gelder.jpg",
68
"links": [
79
{
810
"type": "twitter",
@@ -14,12 +16,12 @@
1416
}
1517
],
1618
"layout": "speaker",
17-
"bio": "",
1819
"years": ["2019"],
1920
"talks": [
2021
{
2122
"year": "2019",
22-
"title": "4 Components of High Performing Teams",
23+
"title": "The 4 Components of High Performing Teams",
24+
"desc": "Do you have a great team & a great mission but don't understand why the pace of delivery is so slow? Architecture & tech stack is only one part of the story. I believe high performing teams need four things to be effective: Mastery - The skills & knowledge needed to do a great job, and a clear path to get to the next level. Autonomy - The space to figure out their own solution to a problem & how they want to work. Purpose - A clear sense of direction, and the knowledge of how what they’re working on fits into the big picture & helps their team succeed. Safety - A team that is afraid won’t take risks or experiment, a team that is afraid of finger-pointing won’t learn from mistakes. In this talk I’ll explain why those four things are key to teams being successful and give examples of how I’ve turned teams around by fixing the lack of one or more of them. Attendees will leave with practical examples of how to diagnose & change their teams.",
2325
"type": "talk"
2426
}
2527
]

content/sponsors/clever.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Clever",
33
"url": "https://clever.com/",
4-
"logo": "/images/clever.jpg",
4+
"logo": "/images/clever.svg",
55
"sponsorships": [
66
{ "year": "2019", "level": "Local Meetup - SF", "conf_sponsor": false }
77
]

static/admin/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ collections:
102102
- label: 'Description'
103103
name: 'desc'
104104
widget: 'string'
105+
- label: 'Type'
106+
name: 'type'
107+
widget: 'select'
108+
options: ['talk', 'workshop', 'curriculum', 'keynote']
105109

106110
- name: 'sponsors'
107111
label: 'Sponsors'

static/images/clever.jpg

-3.05 KB
Binary file not shown.

static/images/clever.svg

Lines changed: 1 addition & 0 deletions
Loading

static/images/lisa-van-gelder.jpg

21.9 KB
Loading

0 commit comments

Comments
 (0)