Skip to content

Commit 35d7358

Browse files
author
Philippe BARBOSA
committed
JSbooks link
1 parent 6890347 commit 35d7358

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

css/pythonbooks.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ Python Books Styles
11761176

11771177

11781178
body {
1179-
padding-top: 150px;
1179+
padding-top: 130px;
11801180
background-color: #f6f6f6;
11811181
background-attachment: fixed;
11821182
font-family: 'Gentium Book Basic', serif;
@@ -1199,9 +1199,16 @@ body {
11991199
border: 0;
12001200
z-index: 10000;
12011201
}
1202+
a.jsbookslinks {
1203+
color: #bcbcbc;
1204+
font-family: Helvetica, Arial, sans-serif;
1205+
display: inline-block;
1206+
margin: 0 0 20px 0;
1207+
}
12021208
footer {
12031209
height: 10px;
12041210
line-height: 10px;
1211+
font-family:
12051212
color: #444;
12061213
}
12071214
.booksection {

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,16 @@ <h4>About us :</h4>
6666

6767
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Here are the best Python ressources to learn #python for free ! #webdevelopment #javascript" data-via="revolunet"></a>
6868
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
69+
<br>
6970

7071
</div>
7172
</div>
7273
</div>
7374

7475
<div class="container">
76+
<a class="jsbookslinks" href="http://jsbooks.revolunet.com/" target="_blank">
77+
Want to learn Javascript for free too ? Click here !
78+
</a>
7579
<div class="row" id="issueswrap">
7680
</div>
7781
</div>

0 commit comments

Comments
 (0)