Skip to content

Commit 774e6e9

Browse files
committed
rm outdated
1 parent 2e8d41c commit 774e6e9

File tree

1 file changed

+8
-27
lines changed

1 file changed

+8
-27
lines changed

index.html

+8-27
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545

4646
<h1>The best free JavaScript resources</h1>
4747

48-
<a href="http://www.revolunet.com" target="_blank" title="revolunet" id="headerlink">by revolunet - rich web apps for desktop and mobile</a>
4948
<a href="#" id="infos">?</a>
5049

5150
<div id="twittit">
@@ -59,25 +58,12 @@ <h1>The best free JavaScript resources</h1>
5958
=========================== -->
6059
<div class="container" id="jsinfos">
6160
<div class="row">
62-
<div class="span6">
63-
<h4> Learn JavaScript for free ! </h4>
61+
<div class="span6">
62+
<h4> Learn JavaScript for free ! </h4>
6463
<hr>
65-
<p> Discover the most popular free JavaScript books and improve your skills, thanks to the developers community ! Fork it on GitHub and add any books related to your best programming language :)</p>
66-
<p> JSbooks will be updated with fresh and updated content out there. Drop your mail below to be notified on each update : </p>
67-
<form action="http://revolunet.us1.list-manage.com/subscribe/post?u=43cbcac99221b1ab80c14a121&amp;id=b8d6f6c192" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
68-
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email adress" required>
69-
<input type="submit" value="Subscribe">
70-
</form>
64+
<p> Discover the most popular free JavaScript books and improve your skills, thanks to the developers community ! Fork it on GitHub and add any books related to your best programming language :)</p>
7165
</div>
72-
<div class="span6">
73-
<h4>About us :</h4>
74-
<hr>
75-
<p>
76-
<a href="http://www.revolunet.com" target="_blank" title="revolunet">Revolunet</a> is a company specialized in web applications development. <br>
77-
Feel free to contact us by mail for further information: <br>
78-
79-
</p>
80-
66+
<div class="span6">
8167
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Here are the best free JavaScript ressources to learn #js for free ! #webdevelopment #javascript" data-via="revolunet"></a>
8268
<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>
8369
</div>
@@ -96,7 +82,7 @@ <h4>About us :</h4>
9682
</a>
9783
</div>
9884
<!--
99-
<a class="recrutement span12" href="mailto:[email protected]?subject=work at revolunet" target="_blank"> We're hiring talented web developers in
85+
<a class="recrutement span12" href="mailto:[email protected]?subject=work at revolunet" target="_blank"> We're hiring talented web developers in
10086
Paris, France </a>
10187
-->
10288
<div class="span12 row-fluid">
@@ -119,11 +105,6 @@ <h4>About us :</h4>
119105
=========================== -->
120106
<div class="footer">
121107
<hr>
122-
<a href="http://www.revolunet.com" target="_blank" onclick="_gaq.push(['_trackEvent', 'pythonbooks', 'clic footer'])">
123-
<img src="img/revologo.png" width="150" height="29" alt="Revolunet">
124-
</a>
125-
<p> We provide high quality web applications for desktop and mobile.</p>
126-
<a href="mailto:[email protected]" target="_blank" alt="revolunet" id="footerlink">Get in touch</a>
127108
</div>
128109

129110
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
@@ -132,7 +113,7 @@ <h4>About us :</h4>
132113
<script type="text/javascript">
133114

134115
function randOrd(){
135-
return (Math.round(Math.random())-0.5);
116+
return (Math.round(Math.random())-0.5);
136117
}
137118

138119
function filterBy() {
@@ -183,7 +164,7 @@ <h4>About us :</h4>
183164
</script>
184165

185166
<script id="booktpl" type="text/template">
186-
{{#books}}
167+
{{#books}}
187168
<div class="span4 booksection {{level}}">
188169
<a target="_blank" href="{{url}}">
189170
<div class="view"> READ </div>
@@ -207,6 +188,6 @@ <h3><a href="{{authorUrl}}" target="_blank">{{author}}</a></h3>
207188
var pageTracker = _gat._getTracker("UA-294393-1");
208189
pageTracker._trackPageview();
209190
} catch(err) {}</script>
210-
191+
211192
</body>
212193
</html>

0 commit comments

Comments
 (0)