add home page resources

This commit is contained in:
j 2019-10-23 15:18:10 +02:00
commit f55c02d287
30 changed files with 41082 additions and 0 deletions

35
static/html/contact.html Normal file
View file

@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>Contacto</title>
<?php include 'head.html' ?>
</head>
<body class="contact">
<?php include 'header.html' ?>
<main>
<section>
<div class="col-md-12">
<div class="col-md-2 col-sm-2">
</div>
<div class="col-md-8 col-sm-8">
<div class="col-md-6 col-sm-6">
<p class="left">
Para más información sobre este proyecto, escribe a: <a class="underline" href="mailto:tosgue@yahoo.com">tosgue@yahoo.com</a>
</p>
</div>
<div class="col-md-6 col-sm-6">
<p class="right">
For more information on this project, write to: <a class="underline" href="mailto:tosgue@yahoo.com">tosgue@yahoo.com
</a> </p>
</div>
</div>
<div class="col-md-2 col-sm-2">
</div>
</div>
</section>
</main>
</body>
</html>