Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit f7b089e

Browse files
authored
Add duo as Austin sponsor (#197)
* Add duo as Austin sponsor
1 parent fcea3ad commit f7b089e

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

content/sponsors/duo.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "Duo",
3+
"url": "https://duo.com/",
4+
"logo": "/images/duo.jpg",
5+
"sponsorships": [
6+
{ "year": "2020", "level": "Local Meetup ATX", "conf_sponsor": false }
7+
]
8+
}

src/components/sponsors/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import nowsta from '../../../content/sponsors/nowsta.json'
3333
import oreilly from '../../../content/sponsors/oreilly-media.json'
3434
import pivotal from '../../../content/sponsors/pivotal.json'
3535
import workday from '../../../content/sponsors/workday.json'
36+
import duo from '../../../content/sponsors/duo.json'
3637

3738
// Community Partners
3839
import girlgeekx from '../../../content/sponsors/girlgeekx.json'
@@ -142,6 +143,7 @@ const Sponsors = ({ sponsors, isConference }) => {
142143
<Sponsor company={nowsta} level="NYC Meetup" />
143144
<Sponsor company={attune} level="Conference Dinner" />
144145
<Sponsor company={workday} level="Conference Dinner" />
146+
<Sponsor company={duo} level="ATX Meetup" />
145147
</div>
146148
</section>
147149
)}

static/images/duo.jpg

7.48 KB
Loading

0 commit comments

Comments
 (0)