Fixed github link

This commit is contained in:
Gergely Polonkai 2012-12-20 15:25:59 +01:00
parent d9487c8b58
commit 8d20215074

View File

@ -50,16 +50,19 @@
:: Copyright &copy; 2012, Gergely Polonkai :: <a href="{{ path('GergelyPolonkaiFrontBundle_disclaimer') }}">Disclaimer</a> :: :: Copyright &copy; 2012, Gergely Polonkai :: <a href="{{ path('GergelyPolonkaiFrontBundle_disclaimer') }}">Disclaimer</a> ::
</div> </div>
</div> </div>
<a href="https://github.com/gergelypolonkai" id="github-ribbon"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png" alt="Fork me on GitHub"></a> <a href="https://github.com/gergelypolonkai" id="github-ribbon" target="_blank"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png" alt="Fork me on GitHub"></a>
<iframe src="http://githubbadge.appspot.com/badge/gergelypolonkai?s=1&a=0" style="border: 0; height: 142px; width: 200px; overflow: hidden; display: none; position: absolute; top: 100px; left: 100px;" frameBorder="0" id="github-badge"></iframe> <iframe src="http://githubbadge.appspot.com/badge/gergelypolonkai?s=1&a=0" style="border: 0; height: 142px; width: 200px; overflow: hidden; display: none; position: absolute; top: 100px; left: 100px;" frameBorder="0" id="github-badge"></iframe>
<script type="text/javascript"> <script type="text/javascript">
$('.at-obfuscation').html('@'); $('.at-obfuscation').html('@');
$('#github-ribbon').mouseover(function() { $('#github-ribbon').mouseover(function() {
$('#github-badge').fadeIn(); $('#github-badge').fadeIn();
}); });
$('#github-ribbon').mouseout(function() { $('#github-ribbon').mouseout(function() {
$('#github-badge').fadeOut(); $('#github-badge').fadeOut();
}); });
$(document).mousemove(function(e) { $(document).mousemove(function(e) {
$('#github-badge').css({ $('#github-badge').css({
top: e.pageY + 5, top: e.pageY + 5,