Skip to content

Instantly share code, notes, and snippets.

@deryckoe
Created September 28, 2014 20:55
Show Gist options
  • Save deryckoe/2a0f088a08e89d7216e9 to your computer and use it in GitHub Desktop.
Save deryckoe/2a0f088a08e89d7216e9 to your computer and use it in GitHub Desktop.
<?php /**
* Template Name: Pre Home
*/?>
<!DOCTYPE html>
<html lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>PATAGONIA BLUE</title>
</head>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/estilos.css">
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/imagenes/icon.png">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,500' rel='stylesheet' type='text/css'>
<body>
<section class="centro">
<div class="linea_verde">
<img src="<?php echo get_template_directory_uri(); ?>/images/textura.png" width="100%" height="30">
</div>
<div class="logo">
<a href="http://www.patagoniablue.cl"><img src="<?php echo get_template_directory_uri(); ?>/images/logotipo.png" alt="logo"></a>
</div>
<div class="boton_patagonia">
<a href="http://www.patagoniablue.cl">IR A PATAGONIA BLUE</a>
</div>
<div class="boton_destinos">
<a href="http://www.patagoniablue.cl/destinos">IR A DESTINOS BLUE</a>
</div>
<div class="linea_verde_inferior">
<img src="<?php echo get_template_directory_uri(); ?>/images/textura.png" width="100%" height="30">
</div>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment