<!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>