Skip to content

Commit

Permalink
new speaker added (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambit-sankalp authored Sep 13, 2021
1 parent 3a2a379 commit 1370a68
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/assets/img/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ export const SPEAKERS = Object.freeze({
'https://res.cloudinary.com/tedxnitrourkela/image/upload/2021-22/TEDxNITRourkelaLive/speakers/Zach_King_2_stntn1.png',
TWO:
'https://res.cloudinary.com/tedxnitrourkela/image/upload/2021-22/TEDxNITRourkelaLive/speakers/Adam_Grant_1_oh18t8.png',
THREE:
'https://res.cloudinary.com/tedxnitrourkela/image/upload/2021-22/TEDxNITRourkelaLive/speakers/Jamil_Zaki_zewzqc.png',
},
});

Expand Down
37 changes: 37 additions & 0 deletions client/src/assets/placeholder/speakers.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,43 @@ export const LIVEGUESTS = [
},
],
},
{
name: 'Jamil Zaki',
description: [
'Jamil Zaki is a professor at ',
{
href: 'https://psychology.stanford.edu/people/jamil-zaki',
content: 'Stanford University',
},
'and the director of the Stanford Social Neuroscience Lab. He is the winner of the prestigious Sage Young Scholar and has his writings featured in The New York Times, The Washington Post, The New Yorker, and The Atlantic',

],
shortDescription: 'Stanford Director Social Neuroscience Lab',
image: SPEAKERS.LIVESPEAKERS.THREE,
isLongCard: false,
links: [
{
link: 'https://psychology.stanford.edu/people/jamil-zaki',
link_type: 'fas fa-university',
link_name: 'University',
aria_label: 'University',
},
{
link:
'https://twitter.com/zakijam?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor',
link_type: 'fab fa-twitter-square',
link_name: 'twitter',
aria_label: 'Twitter',
},
{
link: 'https://www.linkedin.com/in/jamil-zaki-b0b4a9192',
link_type: 'fab fa-linkedin',
link_name: 'Linkedin',
aria_label: 'Linkedin',
},
],
},
,
];

export const GUESTS = [
Expand Down

0 comments on commit 1370a68

Please sign in to comment.