fix: imgur to s3 for various files without conflict (#36057)
This commit is contained in:
committed by
Parth Parth
parent
a16539becf
commit
8b4fb5a452
@@ -103,7 +103,7 @@ const IndexPage = () => (
|
||||
alt="Meta's testimonial image"
|
||||
className='testimonial-image img-center'
|
||||
responsive={true}
|
||||
src='https://i.imgur.com/nsvNixW.jpg'
|
||||
src='https://cdn-media-1.freecodecamp.org/imgr/nsvNixW.jpg'
|
||||
/>
|
||||
<p className='testimonial-copy'>
|
||||
Through freeCodeCamp, I built a robust and highly functional web app
|
||||
@@ -116,7 +116,7 @@ const IndexPage = () => (
|
||||
alt="Brian's testimonial image"
|
||||
className='testimonial-image img-center'
|
||||
responsive={true}
|
||||
src='https://i.imgur.com/QPpjPac.jpg'
|
||||
src='https://cdn-media-1.freecodecamp.org/imgr/QPpjPac.jpg'
|
||||
/>
|
||||
<p className='testimonial-copy'>
|
||||
freeCodeCamp is a great way for disabled veterans like me to
|
||||
@@ -129,7 +129,7 @@ const IndexPage = () => (
|
||||
alt="Maxim Orlov's testimonial image"
|
||||
className='testimonial-image img-center'
|
||||
responsive={true}
|
||||
src='https://i.imgur.com/wjlDigg.jpg'
|
||||
src='https://cdn-media-1.freecodecamp.org/imgr/wjlDigg.jpg'
|
||||
/>
|
||||
<p className='testimonial-copy'>
|
||||
I joined freeCodeCamp with zero knowledge of web development. 6
|
||||
|
||||
Reference in New Issue
Block a user