You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
<ahref="https://github.com/revolunet/PythonBooks" class="github"><imgsrc="https://s3.amazonaws.com/github/ribbons/forkme_left_white_ffffff.png" alt="Fork me on GitHub"></a>
<ahref="http://www.revolunet.com" target="_blank" title="revolunet" id="headerlink" >by revolunet - rich web apps for desktop and mobile</a>
31
31
<ahref="#" id="infos">About</a>
@@ -39,7 +39,6 @@ <h1>The best free Python resources</h1>
39
39
<divclass="row">
40
40
<divclass="span6">
41
41
<h4> The easiest and cheapest way to learn Python !</h4>
42
-
<hr>
43
42
<p>
44
43
Python is a powerful programming language that lets you code efficiently and integrate various systems more effectively. Find here the best free publications to learn Python and muscle your brain !
45
44
</p>
@@ -58,7 +57,6 @@ <h4> The easiest and cheapest way to learn Python !</h4>
58
57
</div>
59
58
<divclass="span6">
60
59
<h4>About us :</h4>
61
-
<hr>
62
60
<p>
63
61
<ahref="http://www.revolunet.com" target="_blank" title="revolunet">Revolunet</a> is a company specialized in web applications development. <br>
64
62
Feel free to contact us by mail for further information: <br>
@@ -104,6 +102,7 @@ <h4>About us :</h4>
104
102
{{#books}}
105
103
<divclass="span4 booksection">
106
104
<atarget="_blank"href="{{url}}">
105
+
<divclass="view"> READ </div>
107
106
<divtitle="{{ title }}"id="cover"style="background:black url('{{cover}}') no-repeat center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;">
0 commit comments