Skip to content

Commit

Permalink
switch slider images to local
Browse files Browse the repository at this point in the history
  • Loading branch information
john-smilga committed May 19, 2023
1 parent 6574161 commit a760753
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
12 changes: 4 additions & 8 deletions 07-slider/final/src/data.js
Original file line number Diff line number Diff line change
@@ -1,35 +1,31 @@
const people = [
{
id: 1,
image:
'https://res.cloudinary.com/diqqf3eq2/image/upload/v1595959131/person-2_ipcjws.jpg',
image: 'https://www.course-api.com/images/people/person-1.jpeg',
name: 'maria ferguson',
title: 'office manager',
quote:
'Fingerstache umami squid, kinfolk subway tile selvage tumblr man braid viral kombucha gentrify fanny pack raclette pok pok mustache.',
},
{
id: 2,
image:
'https://res.cloudinary.com/diqqf3eq2/image/upload/v1586883417/person-3_ipa0mj.jpg',
image: 'https://www.course-api.com/images/people/person-4.jpeg',
name: 'john doe',
title: 'regular guy',
quote:
'Gastropub sustainable tousled prism occupy. Viral XOXO roof party brunch actually, chambray listicle microdosing put a bird on it paleo subway tile squid umami.',
},
{
id: 3,
image:
'https://res.cloudinary.com/diqqf3eq2/image/upload/v1595959121/person-1_aufeoq.jpg',
image: 'https://www.course-api.com/images/people/person-3.jpeg',
name: 'peter smith',
title: 'product designer',
quote:
'Drinking vinegar polaroid street art echo park, actually semiotics next level butcher master cleanse hammock flexitarian ethical paleo.',
},
{
id: 4,
image:
'https://res.cloudinary.com/diqqf3eq2/image/upload/v1586883334/person-1_rfzshl.jpg',
image: 'https://www.course-api.com/images/people/person-2.jpeg',
name: 'susan andersen',
title: 'the boss',
quote:
Expand Down
12 changes: 4 additions & 8 deletions 07-slider/setup/src/data.js
Original file line number Diff line number Diff line change
@@ -1,35 +1,31 @@
const people = [
{
id: 1,
image:
'https://res.cloudinary.com/diqqf3eq2/image/upload/v1595959131/person-2_ipcjws.jpg',
image: 'https://www.course-api.com/images/people/person-1.jpeg',
name: 'maria ferguson',
title: 'office manager',
quote:
'Fingerstache umami squid, kinfolk subway tile selvage tumblr man braid viral kombucha gentrify fanny pack raclette pok pok mustache.',
},
{
id: 2,
image:
'https://res.cloudinary.com/diqqf3eq2/image/upload/v1586883417/person-3_ipa0mj.jpg',
image: 'https://www.course-api.com/images/people/person-4.jpeg',
name: 'john doe',
title: 'regular guy',
quote:
'Gastropub sustainable tousled prism occupy. Viral XOXO roof party brunch actually, chambray listicle microdosing put a bird on it paleo subway tile squid umami.',
},
{
id: 3,
image:
'https://res.cloudinary.com/diqqf3eq2/image/upload/v1595959121/person-1_aufeoq.jpg',
image: 'https://www.course-api.com/images/people/person-3.jpeg',
name: 'peter smith',
title: 'product designer',
quote:
'Drinking vinegar polaroid street art echo park, actually semiotics next level butcher master cleanse hammock flexitarian ethical paleo.',
},
{
id: 4,
image:
'https://res.cloudinary.com/diqqf3eq2/image/upload/v1586883334/person-1_rfzshl.jpg',
image: 'https://www.course-api.com/images/people/person-2.jpeg',
name: 'susan andersen',
title: 'the boss',
quote:
Expand Down

0 comments on commit a760753

Please sign in to comment.