Difference between revisions of "Team:Valencia UPV/footer"

(Blanked the page)
Line 1: Line 1:
 
+
<!DOCTYPE html>
 +
<html>
 +
<head>
 +
<link rel="stylesheet" type="text/css" href="css/reset.css">
 +
</head>
 +
<body>
 +
<footer id="foot">
 +
<section>
 +
 +
</section>
 +
<section>
 +
<div id="contact">
 +
<h3>Contact</h3>
 +
<ul>
 +
<li><a target="blank" href="https://www.facebook.com/ValenciaUPViGEM2015">
 +
<img class="contact" src="img/iconofacebook.png">
 +
</a></li>
 +
<li><a target="blank" href="https://twitter.com/upvigem">
 +
<img class="contact" src="img/iconotwitter.png">
 +
</a></li>
 +
<li><a target="blank" href="https://plus.google.com/u/0/110318939646477138807/posts">
 +
<img class="contact" src="img/iconogoogle.png">
 +
</a></li>
 +
<li><a target="blank" href="#">
 +
<img class="contact" src="img/iconomail.png">
 +
</a></li>
 +
 +
</ul>
 +
</div>
 +
<div id="sponsor">
 +
<h3>Sponsors</h3>
 +
<ul>
 +
<li><a href="#">
 +
<img class="sponsor" src="img/iconlogoupv.png">
 +
</a></li>
 +
<li><a href="#">
 +
<img class="sponsor" src="img/idiconidt.jpg">
 +
</a></li>
 +
</ul>
 +
</div>
 +
</section>
 +
</footer>
 +
 +
</body>
 +
</html>

Revision as of 12:28, 14 August 2015

<!DOCTYPE html>