File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed
reactjsfoundations.com/src Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -57,17 +57,18 @@ function App(props) {
57
57
style = { { height : 40 , width : 40 , margin : '8px' } }
58
58
/>
59
59
</ div >
60
- < a
61
- href = "https://www.amazon.com/dp/1119685540?& linkCode = li3 & tag = chrismincom - 20 & linkId = 6 c69efbcfd2ca6ae74a870e3a88a40db & language = en_US & ref_ = as_li_ss_il "
62
- target = "_blank"
63
- >
64
- < img
65
- alt = "ReactJS Foundations"
66
- border = "0"
67
- width = "200"
68
- height = "250"
69
- src = "//ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=1119685540&Format=_SL250_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=chrismincom-20&language=en_US"
70
- />
60
+ < a href = "https://www.amazon.com/dp/1119685540?& linkCode = li3 & tag = chrismincom - 20 & linkId = 6 c69efbcfd2ca6ae74a870e3a88a40db & language = en_US & ref_ = as_li_ss_il " >
61
+ < picture style = { { maxWidth : '100%' , height : 'auto' } } >
62
+ < source srcset = "/images/cover.webp" type = "image/webp" />
63
+ < source srcset = "/images/cover.jpg" type = "image/jpeg" />
64
+ < img
65
+ src = "/images/cover.jpg"
66
+ width = "300"
67
+ height = "378"
68
+ style = { { maxWidth : '100%' , height : 'auto' } }
69
+ alt = "React JS Foundations"
70
+ />
71
+ </ picture >
71
72
</ a >
72
73
< img
73
74
src = "https://ir-na.amazon-adsystem.com/e/ir?t=chrismincom-20& language = en_US & l = li3 & o = 1 & a = 1119685540 "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Helmet from 'react-helmet';
3
3
function Introduction ( props ) {
4
4
return (
5
5
< >
6
- < div style = { { textAlign : 'center' } } >
6
+ { /* <div style={{ textAlign: 'center' }}>
7
7
<a href="https://amzn.to/3wVXbqk">
8
8
<picture style={{ maxWidth: '100%', height: 'auto' }}>
9
9
<source srcset="/images/cover.webp" type="image/webp" />
@@ -17,7 +17,7 @@ function Introduction(props) {
17
17
/>
18
18
</picture>
19
19
</a>
20
- </ div >
20
+ </div> */ }
21
21
< div style = { { textAlign : 'center' , spadding : '4px 12px 0px 0px' } } >
22
22
< button
23
23
style = { {
You can’t perform that action at this time.
0 commit comments