Skip to content

Commit af9f0bf

Browse files
authored
Add cindy, audrey info, Add workday and outintech to sponsors (#118)
1 parent 4f8e20d commit af9f0bf

File tree

11 files changed

+58
-8
lines changed

11 files changed

+58
-8
lines changed

content/speakers/audrey-eschright.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"role": "",
55
"company": "",
66
"layout": "speaker",
7-
"bio": "",
7+
"headshot": "/images/audrey-eschright.jpg",
8+
"bio": "Audrey is a software developer, writer, and community organizer based in Portland, OR. Her work spans the technical and social practices of open source software, inclusion of diverse perspectives, and collective action. She likes cats.",
89
"years": ["2019"],
910
"talks": [
1011
{
1112
"year": "2019",
12-
"title": "Organizing your way to a healthy career",
13-
"desc": "",
13+
"title": "Organizing your way to a long and healthy career",
14+
"desc": "What does it take to have a 10- or 20-year career in tech — or even longer? We could talk about the hard work and technical skills, mentoring and collaboration, and privilege that can be involved. There’s one big way we can increase the odds for all of us, though, and that’s to organize. From #talkpay to unionization, you’ll learn about the skills and tactics that will give us the opportunity to continue our tech work in the healthiest way over time.",
1415
"type": "talk"
1516
}
1617
]

content/speakers/cindy-alvarez.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
22
"name": "Cindy Alvarez",
3+
"role": "Principal PM Lead",
4+
"company": "Microsoft",
5+
"headshot": "/images/cindy-alvarez.jpg",
6+
"bio": "Cindy Alvarez is the author of Lean Customer Development: Build Products Your Customer Will Buy, and a Principal PM Lead at Microsoft working with internal teams to build stronger product engineering practices and a more inclusive culture. Prior to Microsoft, Cindy spent over a decade in UX and product leadership positions in built products and led research and design teams at venture-backed startups. She’s a first-generation college graduate, distance runner, and mother of two.",
37
"layout": "speaker",
48
"years": ["2019"],
59
"talks": [
610
{
711
"year": "2019",
8-
"title": "Closing Keynote",
12+
"title": "Convince Me",
13+
"desc": "Casually raising an idea among your peers. Disagreeing with your manager in a high-stakes meeting. Sending an email to get your whole team on the same page. What do all of these scenarios have in common? Your knowledge and expertise are only a fraction of what determines whether you'll convince your audience. We'll walk through a few core building blocks of effective communication and convincing that will get you the rest of the way there. You'll leave this talk with tactics you can put to use immediately.",
914
"type": "keynote"
1015
}
1116
]

content/sponsors/out-in-tech.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "Out In Tech",
3+
"url": "https://outintech.com/",
4+
"logo": "/images/out-in-tech.jpg",
5+
"sponsorships": [
6+
{ "year": "2019", "level": "Community Partner", "conf_sponsor": true }
7+
]
8+
}

content/sponsors/workday.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Workday",
3+
"url": "https://www.workday.com",
4+
"logo": "/images/workday.jpg",
5+
"sponsorships": [
6+
{
7+
"year": "2019",
8+
"level": "Conference Speaker/Organizer Dinner",
9+
"conf_sponsor": true
10+
}
11+
]
12+
}

src/components/sponsor/sponsor.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
margin: 0;
44
img {
55
width: 100%;
6-
max-width: 13em;
76
}
87
figcaption,
98
p {

src/components/sponsors/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import nowsta from '../../../content/sponsors/nowsta.json'
3434
import oreilly from '../../../content/sponsors/oreilly-media.json'
3535
import pivotal from '../../../content/sponsors/pivotal.json'
3636
import refactorco from '../../../content/sponsors/re-factor-co.json'
37+
import workday from '../../../content/sponsors/workday.json'
3738

3839
// Community Partners
3940
import girlgeekx from '../../../content/sponsors/girlgeekx.json'
@@ -44,6 +45,7 @@ import diversifytech from '../../../content/sponsors/diversifytech.json'
4445
import mothercoders from '../../../content/sponsors/mothercoders.json'
4546
import techbychoice from '../../../content/sponsors/techbychoice.json'
4647
import brooklynjs from '../../../content/sponsors/brooklynjs.json'
48+
import outintech from '../../../content/sponsors/out-in-tech.json'
4749

4850
const Sponsors = ({ sponsors, isConference }) => {
4951
return (
@@ -143,6 +145,7 @@ const Sponsors = ({ sponsors, isConference }) => {
143145
<Sponsor company={nowsta} level="NYC Meetup" />
144146
<Sponsor company={microsoft} level="Conference Dinner" />
145147
<Sponsor company={attune} level="Conference Dinner" />
148+
<Sponsor company={workday} level="Conference Dinner" />
146149
</div>
147150
</section>
148151
)}
@@ -152,6 +155,7 @@ const Sponsors = ({ sponsors, isConference }) => {
152155
<div className={styles.grid}>
153156
<Sponsor company={microsoft} level="Conference Dinner" />
154157
<Sponsor company={attune} level="Conference Dinner" />
158+
<Sponsor company={workday} level="Conference Dinner" />
155159
</div>
156160
</section>
157161
)}
@@ -169,6 +173,7 @@ const Sponsors = ({ sponsors, isConference }) => {
169173
<Sponsor company={mothercoders} />
170174
<Sponsor company={diversifytech} />
171175
<Sponsor company={brooklynjs} />
176+
<Sponsor company={outintech} />
172177
</div>
173178
</section>
174179
</div>

src/components/sponsors/sponsors.module.css

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,26 @@
6767
}
6868
}
6969

70+
@media screen and (min-width: 30em) {
71+
.community {
72+
.grid {
73+
grid-template-columns: 1fr 1fr 1fr 1fr;
74+
}
75+
}
76+
77+
.bronze,
78+
.gold,
79+
.silver,
80+
.other {
81+
img {
82+
max-width: 10em;
83+
}
84+
.grid {
85+
grid-template-columns: 1fr 1fr 1fr;
86+
}
87+
}
88+
}
89+
7090
@media screen and (min-width: 65em) {
7191
.row {
7292
display: flex;
@@ -131,16 +151,16 @@
131151

132152
.other {
133153
img {
134-
max-width: 7em;
154+
max-width: 8em;
135155
}
136156
}
137157

138158
.community {
139159
img {
140-
max-width: 7em;
160+
max-width: 6em;
141161
}
142162
.grid {
143-
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
163+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
144164
}
145165
}
146166
}

static/images/audrey-eschright.jpg

39.2 KB
Loading

static/images/cindy-alvarez.jpg

109 KB
Loading

static/images/out-in-tech.jpg

4.71 KB
Loading

0 commit comments

Comments
 (0)