Delete href in logos and add Epita in the footer

This commit is contained in:
Li Chen 2013-11-25 21:06:38 +01:00
parent 04d9601409
commit 3bd7654e81
2 changed files with 2 additions and 5 deletions

View File

@ -1,13 +1,9 @@
<div class="clock">
<div id="ficlogo">
<a href="http://www.forum-fic.com/">
<img src="/img/challenge.jpg" alt="Forum International de la Cybersécurité">
</a>
</div>
<div id="epitalogo">
<a href="http://www.epita.fr/">
<img src="/img/epita.png" alt="Epita">
</a>
</div>
<div id="Date"></div>
<ul>

View File

@ -33,7 +33,8 @@
<hr>
<footer>
<p>&copy; <a href="http://www.forum-fic.com/">FIC</a> 2014</p>
<p>&copy; <a href="http://www.forum-fic.com/">FIC</a> 2014
&copy; <a href="http://www.epita.fr/">EPITA</a></p>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->