Browse Source

Remove raster images to CDN

pull/7883/head
Brandon Romano 5 years ago
parent
commit
2ecf62da70
  1. BIN
      website/pages/home/img/quotes/ample-organics-logo-small.png
  2. BIN
      website/pages/home/img/quotes/ample-organics-logo.png
  3. BIN
      website/pages/home/img/quotes/pierre-souchay.jpg
  4. BIN
      website/pages/home/img/quotes/sriram-govindarajan.jpg
  5. 6
      website/pages/home/index.jsx

BIN
website/pages/home/img/quotes/ample-organics-logo-small.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

BIN
website/pages/home/img/quotes/ample-organics-logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

BIN
website/pages/home/img/quotes/pierre-souchay.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

BIN
website/pages/home/img/quotes/sriram-govindarajan.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

6
website/pages/home/index.jsx

@ -80,7 +80,8 @@ export default function HomePage() {
person: {
firstName: 'Sriram',
lastName: 'Govindarajan',
photo: require('./img/quotes/sriram-govindarajan.jpg?url'),
photo:
'https://www.datocms-assets.com/2885/1589431834-sriram-govindarajan.jpg',
title: 'Principal Infrastructure Engineer',
},
company: {
@ -96,7 +97,8 @@ export default function HomePage() {
person: {
firstName: 'Pierre',
lastName: 'Souchay',
photo: require('./img/quotes/pierre-souchay.jpg?url'),
photo:
'https://www.datocms-assets.com/2885/1589431828-pierre-souchay.jpg',
title: 'Discovery and Security Authorization Lead',
},
company: {

Loading…
Cancel
Save