File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ max-width: 100%;
5454
5555a { color : # dca400 ; text-decoration : none; line-height : inherit; }
5656
57- a : hover { color : ; }
57+ a : hover { text-decoration : underline ; }
5858
5959a : focus { color : ; }
6060
@@ -968,6 +968,10 @@ a#contact_close_counter {
968968/* 8. Landing Page Header */
969969/*------------------------------------------------------------------------------------------*/
970970
971+ # online_materials a {
972+ color : # 333 ;
973+ }
974+
971975# page_header {
972976color : # 999 ;
973977}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ <h2>The “Pro Level” React book</h2>
5050 <!--End of Header Logo-->
5151 < div id ="page_menu " class ="one_third last ">
5252 < ul >
53- < li > < a href ="../ "> About the Book< a > </ li > |
53+ < li > < a href ="../ "> About the Book</ a > </ li > |
5454 < li > < strong > Online Materials</ strong > </ li >
5555 </ ul >
5656 </ div >
@@ -69,11 +69,12 @@ <h2>The “Pro Level” React book</h2>
6969< article role ="main ">
7070< div id ="main_content " class ="background_grey ">
7171
72- < section >
72+ < section id =" online_materials " >
7373< div class ="row ">
7474
7575< h1 > Online Materials</ h1 >
7676< p > </ p >
77+ < h2 > < a href ="https://github.com/pro-react/ "> Book Source Code</ a > </ h2 >
7778< h2 > Appendice A: WebPack < small > Comming soon</ small > </ h2 >
7879< h2 > Appendice B: JavaScript ES2015 < small > Comming soon</ small > </ h2 >
7980< h2 > Appendice C: Functional JavaScript < small > Comming soon</ small > </ h2 >
You can’t perform that action at this time.
0 commit comments