Adding twitter widget and minor fix on resize

This commit is contained in:
Miroslav Stampar 2014-10-02 17:02:43 +02:00
parent aedfa32a65
commit 45dd03864c

View File

@ -34,7 +34,7 @@ template: '<strong><a href="http://twitter.com/%user_screen_name%/statuses/%id_s
<div class="inner"> <div class="inner">
<h1>sqlmap</h1> <h1>sqlmap</h1>
<h2>Automatic SQL injection and database takeover tool</h2> <h2>Automatic SQL injection and database takeover tool</h2>
<a href="https://github.com/sqlmapproject/sqlmap" class="button"><small>View project on</small>GitHub</a> <a href="https://github.com/sqlmapproject/sqlmap" class="button"><small>View project on </small>GitHub</a>
</div> </div>
</header> </header>
@ -143,6 +143,9 @@ To subscribe use the <a href="https://lists.sourceforge.net/lists/listinfo/sqlma
<small>Download</small> <small>Download</small>
.tar.gz file .tar.gz file
</a> </a>
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/sqlmap" data-widget-id="517688929021992960">Tweets by @sqlmap</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</aside> </aside>
</div> </div>
</div> </div>