Skip to content

Commit 8a612c5

Browse files
authored
Add pictures for Jose & Adam Aspire Conf session (#570)
1 parent 24a5243 commit 8a612c5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
133 KB
Loading
101 KB
Loading

src/frontend/src/data/aspireconf-sessions.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ import lukePic from '@assets/aspireconf/lukeParker.png';
1919
import chuanboPic from '@assets/aspireconf/chuanbo.jpeg';
2020
import yongyuPic from '@assets/aspireconf/yongyuchen.jpeg';
2121
import jishengPic from '@assets/aspireconf/jisheng.jpeg';
22+
import adamPic from '@assets/aspireconf/adam.png';
23+
import josePic from '@assets/aspireconf/jose.png';
2224

2325
export const sessions: SessionProps[] = [
2426
{
@@ -139,8 +141,8 @@ export const sessions: SessionProps[] = [
139141
{
140142
title: 'Contributing to Aspire',
141143
speakers: [
142-
{ name: 'Jose Perez Rodriguez', jobTitle: 'Principal Engineering Lead', company: 'Aspire @ Microsoft' },
143-
{ name: 'Adam Ratzman', jobTitle: 'Senior Software Engineer', company: 'Aspire @ Microsoft' },
144+
{ name: 'Jose Perez Rodriguez', headshot: josePic, jobTitle: 'Principal Engineering Lead', company: 'Aspire @ Microsoft' },
145+
{ name: 'Adam Ratzman', headshot: adamPic, jobTitle: 'Senior Software Engineer', company: 'Aspire @ Microsoft' },
144146
],
145147
abstract: 'Aspire is open-source, and our community is the best in the game. Getting involved is easier than you think — whether that\'s filing an issue, contributing code to the core repo, helping build out aspire.dev, or shipping integrations in the Community Toolkit. In this session, Jose (Aspire\'s engineering manager) and Adam (one of the devs on the team) will break down all the ways you can contribute and pull back the curtain on how our code gets reviewed, tested, and released.',
146148
timeslot: '4:00 PM PT',

0 commit comments

Comments
 (0)