Skip to content

Commit c0cc0e8

Browse files
committed
rm useless
1 parent ad67bd5 commit c0cc0e8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ <h1>The best free Python resources</h1>
4343
<!-- ==========================
4444
JOBS
4545
=========================== -->
46+
<!--
4647
<div class="row">
4748
<a class="recrutement span12" href="mailto:[email protected]?subject=work at revolunet" target="_blank"> {{ • We're hiring talented web developers in Paris, France • }}</a>
4849
<div class="pythonbooks span12">
@@ -52,6 +53,7 @@ <h1>The best free Python resources</h1>
5253
</a>
5354
</div>
5455
</div>
56+
-->
5557

5658
<!-- ///////// BOOKS -->
5759
<div class="row" id="issueswrap"></div>
@@ -62,8 +64,8 @@ <h1>The best free Python resources</h1>
6264
=========================== -->
6365
<div class="footer">
6466
<hr>
65-
<a href="http://www.revolunet.com" target="_blank" onclick="_gaq.push(['_trackEvent', 'pythonbooks', 'clic footer'])" >
66-
<img src="img/revologo.png" width="150" height="29" alt="Revolunet">
67+
<a href="http://www.revolunet.com" target="_blank" onclick="_gaq.push(['_trackEvent', 'pythonbooks', 'clic footer'])" >
68+
<img src="img/revologo.png" width="150" height="29" alt="Revolunet">
6769
</a>
6870
<p>We provide high quality web applications for desktop and mobile.</p>
6971

@@ -79,7 +81,7 @@ <h1>The best free Python resources</h1>
7981
<script type="text/javascript">
8082

8183
function randOrd(){
82-
return (Math.round(Math.random())-0.5);
84+
return (Math.round(Math.random())-0.5);
8385
}
8486

8587
$(document).ready(function() {
@@ -97,7 +99,7 @@ <h1>The best free Python resources</h1>
9799
</script>
98100

99101
<script id="booktpl" type="text/template">
100-
{{#books}}
102+
{{#books}}
101103
<div class="span4 booksection">
102104
<a target="_blank" href="{{url}}">
103105
<div class="view"></div>
@@ -121,6 +123,6 @@ <h3><a href="{{authorUrl}}" target="_blank">{{author}}</a></h3>
121123
var pageTracker = _gat._getTracker("UA-294393-1");
122124
pageTracker._trackPageview();
123125
} catch(err) {}</script>
124-
126+
125127
</body>
126128
</html>

0 commit comments

Comments
 (0)