Skip to content

Commit 1f1c257

Browse files
committed
online materials content & styling
1 parent b604c37 commit 1f1c257

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

css/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ max-width: 100%;
5454

5555
a { color: #dca400; text-decoration: none; line-height: inherit; }
5656

57-
a:hover { color: ; }
57+
a:hover { text-decoration: underline; }
5858

5959
a: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 {
972976
color:#999;
973977
}

materials/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)