add home page resources
This commit is contained in:
parent
28c511187a
commit
f55c02d287
30 changed files with 41082 additions and 0 deletions
35
static/html/contact.html
Normal file
35
static/html/contact.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue