File tree Expand file tree Collapse file tree 2 files changed +17
-18
lines changed Expand file tree Collapse file tree 2 files changed +17
-18
lines changed Original file line number Diff line number Diff line change 107
107
.container {
108
108
display : block;
109
109
}
110
+ # top-title {
111
+ display : none;
112
+ }
113
+ .greenButton {
114
+ display : none;
115
+ }
110
116
# column3 {
111
117
display : none;
112
118
}
390
396
ReactJS Foundations Building User Interfaces with ReactJS: An Approachable
391
397
Guide
392
398
</ title >
393
- < script
399
+ <!-- < script
394
400
async
395
401
src="https://cse.google.com/cse.js?cx=ceb64708ba0602a7b"
396
- > </ script >
402
+ ></script> -->
397
403
</ head >
398
404
< body >
399
405
< header
404
410
justify-content: space-between;
405
411
"
406
412
>
407
- < div >
413
+ < div id =" top-title " >
408
414
< a
409
415
href ="/ "
410
416
style ="
414
420
color: #fff;
415
421
margin-top: 10px;
416
422
margin-left: 30px;
423
+ margin-bottom: 10px;
417
424
"
418
425
>
419
426
ReactJS Foundations
420
427
</ a >
421
428
</ div >
422
- < div style ="background-color: #000; flex-grow: 1; max-width: 66% ">
429
+ <!-- < div style="background-color: #000; flex-grow: 1; max-width: 66%">
423
430
<div class="gcse-search"></div>
424
- </ div >
425
- < div style ="padding: 14px 12px 0px 0px ">
431
+ </div> -->
432
+ < div style ="padding: 14px 12px 0px 0px; margin-bottom: 10px ">
426
433
< button
434
+ class ="greenButton "
427
435
style ="
428
436
height: 30px;
429
437
padding: 4px 20px;
439
447
< a
440
448
style ="color: #fff "
441
449
href ="https://github.com/chrisminnick/react-js-foundations "
442
- > Download</ a
450
+ > Download Code </ a
443
451
>
444
452
</ button >
445
453
</ div >
446
- <!-- <div style="padding:14px 12px 0px 0px;">
447
- <button style="height:30px;
448
- padding: 4px 20px;
449
- width: auto;
450
- vertical-align: middle;
451
- border: 1px solid #666;
452
- border-radius: 2px;
453
- border-color: #1b1f2426;
454
- background-color: #2da44e;"
455
- ><a style="color:#fff" href="/wheretobuy">Get the book</a></button>
456
- </div> -->
457
454
</ header >
458
455
459
456
< noscript > You need to enable JavaScript to run this app.</ noscript >
Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ function App(props) {
64
64
< img
65
65
alt = "ReactJS Foundations"
66
66
border = "0"
67
+ width = "200"
68
+ height = "250"
67
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"
68
70
/>
69
71
</a>
You can’t perform that action at this time.
0 commit comments