fix image protocol

This commit is contained in:
Jacob Bearden
2016-03-16 20:32:12 -06:00
parent 88c917c639
commit fcf866906b
24 changed files with 319 additions and 319 deletions

View File

@@ -287,7 +287,7 @@ export class JobTotal extends PureComponent {
<img
alt='An array of credit cards'
border='0'
src='http://i.imgur.com/Q2SdSZG.png'
src='//i.imgur.com/Q2SdSZG.png'
style={{
width: '100%'
}} />

View File

@@ -115,7 +115,7 @@ export class Jobs extends PureComponent {
engineer through Free Code Camp
`}
className='img-responsive testimonial-image-jobs img-center'
src='http://i.imgur.com/tGcAA8H.jpg' />
src='//i.imgur.com/tGcAA8H.jpg' />
</Col>
<Col
md={ 10 }