Skip to content

Commit 02cc3b3

Browse files
authored
Remove sponsors, update speaker Karina (#132)
* Remove microsoft and refactor co * Update karina kotval
1 parent e9d4845 commit 02cc3b3

File tree

6 files changed

+6
-13
lines changed

6 files changed

+6
-13
lines changed

content/speakers/karina-kotval.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "Karina Kotval",
33
"pronouns": "she/her",
4-
"role": "Product Design Lead",
5-
"headshot": "/images/karina-kovtal.jpg",
6-
"company": "Brightwheel",
4+
"role": "Product Design",
5+
"headshot": "/images/karina-kotval.jpg",
6+
"company": "Twitch",
77
"links": [
88
{
99
"type": "linkedin",
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"layout": "speaker",
18-
"bio": "Hey there! My name is Karina. I’m a queer, woman-of-color working as a product designer in SF. Originally, I’m from India; where opportunities for women (queer women, especially) are extremely limited. My family moved to the US when I was 10 years old, and I’ve been working since then to make this country my home and understand my identity in the tech world. \n\nMy experience has been vast. I’m a fine artist by nature, and went to college for design on the East coast. I worked as a front-end engineer after college, but went back to my design roots once I moved to California. I’ve worked in higher education, fitness and now lead the product design team for an early education SaaS company in San Francisco. I’m looking to get more involved in the design community to share my experiences, stories and knowledge for any person looking to transition into design, people struggling with their sexual identities, or anyone who’s finding it difficult to assimilate in American culture (been there, done that). Design is a common language shared amongst many cultures & countries, and I’d love to help expand that.",
18+
"bio": "Hey there! My name is Karina. I’m a queer, woman-of-colour working as a product designer in SF. Originally, I’m from India; where opportunities for women (queer women, especially) are extremely limited. My family moved to the US when I was 10 years old, and I’ve been working since then to make this country my home and understand my identity in the tech world. My experience has been vast. I’m a fine artist by nature and went to college for design on the East coast. I worked as a front-end engineer after college but went back to my design roots once I moved to California. I’ve worked in higher education, fitness and now am helping design and shape products for the viewer experience at Twitch. I’m looking to get more involved in the design community to share my experiences, stories and knowledge for any person looking to transition into design, people struggling with their sexual identities, or anyone who’s finding it difficult to assimilate in American culture (been there, done that). Design is a common language shared amongst many cultures & countries, and I’d love to help expand that.",
1919
"years": ["2019"],
2020
"talks": [
2121
{

content/sponsors/microsoft.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
"name": "Microsoft",
33
"url": "https://www.microsoft.com",
44
"logo": "/images/microsoft.jpg",
5-
"sponsorships": [
6-
{ "year": "2019", "level": "Conference Topic Dinner", "conf_sponsor": true }
7-
]
5+
"sponsorships": []
86
}

content/sponsors/re-factor-co.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "Re-factor",
33
"url": "https://re-factor.co/",
44
"logo": "/images/re-factor-co.jpg",
5-
"sponsorships": [{ "year": "2019", "level": "Bronze", "conf_sponsor": true }]
5+
"sponsorships": []
66
}

src/components/sponsors/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import github from '../../../content/sponsors/github.json'
1818
import adhoc from '../../../content/sponsors/adhoc.json'
1919
import climatecorp from '../../../content/sponsors/climate-corporation.json'
2020
import onramp from '../../../content/sponsors/onramp.json'
21-
import microsoft from '../../../content/sponsors/microsoft.json'
2221
import attune from '../../../content/sponsors/attune-insurance.json'
2322
import carbonfive from '../../../content/sponsors/carbon-five.json'
2423
import clever from '../../../content/sponsors/clever.json'
@@ -33,7 +32,6 @@ import newsela from '../../../content/sponsors/newsela.json'
3332
import nowsta from '../../../content/sponsors/nowsta.json'
3433
import oreilly from '../../../content/sponsors/oreilly-media.json'
3534
import pivotal from '../../../content/sponsors/pivotal.json'
36-
import refactorco from '../../../content/sponsors/re-factor-co.json'
3735
import workday from '../../../content/sponsors/workday.json'
3836

3937
// Community Partners
@@ -127,7 +125,6 @@ const Sponsors = ({ sponsors, isConference }) => {
127125
<Sponsor company={heroku} />
128126
<Sponsor company={kaporcenter} />
129127
<Sponsor company={pivotal} />
130-
<Sponsor company={refactorco} />
131128
</div>
132129
</section>
133130
{!isConference && (
@@ -143,7 +140,6 @@ const Sponsors = ({ sponsors, isConference }) => {
143140
<Sponsor company={indeed} level="Own Your Expertise" />
144141
<Sponsor company={lob} level="SF Meetup" />
145142
<Sponsor company={nowsta} level="NYC Meetup" />
146-
<Sponsor company={microsoft} level="Conference Dinner" />
147143
<Sponsor company={attune} level="Conference Dinner" />
148144
<Sponsor company={workday} level="Conference Dinner" />
149145
</div>
@@ -153,7 +149,6 @@ const Sponsors = ({ sponsors, isConference }) => {
153149
<section className={[styles['other'], styles.levelSection].join(' ')}>
154150
<h3 className={styles.heading}>Other</h3>
155151
<div className={styles.grid}>
156-
<Sponsor company={microsoft} level="Conference Dinner" />
157152
<Sponsor company={attune} level="Conference Dinner" />
158153
<Sponsor company={workday} level="Conference Dinner" />
159154
</div>

static/images/karina-kotval.jpg

25.8 KB
Loading

static/images/karina-kovtal.jpg

-25.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)