Skip to content

Instantly share code, notes, and snippets.

@DavidPeralvarez
Created March 29, 2018 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidPeralvarez/6e0332ce97c8c9daa650adc76eda594c to your computer and use it in GitHub Desktop.
Save DavidPeralvarez/6e0332ce97c8c9daa650adc76eda594c to your computer and use it in GitHub Desktop.
Etiquetas HTML5
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Blog de David Perálvarez</title>
</head>
<body>
<!-- CABECERA -->
<header id="main-hader">
<h2>David Perálvarez - <em>Desarrollador Web e Instructor online</em></h2>
<nav>
<ul>
<li><a href="blog.html">Blog</a></li>
<li><a href="portfolio.hmtl">Portfolio</a></li>
<li><a href="recursos.html">Recursos</a></li>
<li><a href="sobremi.html">Sobre mi</a></li>
</ul>
</nav>
</header><!-- #main-header -->
<!-- ENTRADA -->
<article class="post">
<section class="post-heading">
<h1>La mejor parte de mi trabajo</h1>
<div class="post-meta">
<span>Publicado por David Perálvarez</span> |
<span><time datetime="2015-12-3 14:00">diciembre 3, 2015 a las 2pm</time></span> |
<em>Tags: motivación</em>
</div><!-- .post-meta -->
</section><!-- .post-heading -->
<section class="post-body">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Como dice Guy Kawasaki: <q>Tienes que conseguir que los demás sueñen lo mismo que tú</q></p>
<blockquote cite="http://guykawasaki.com/books/enchantment/">
<p>The process of enchantment is not about manipulating people. Enchantment transforms situations and relationships. It con­verts hostility into civility and civility into affinity. It changes skeptics and cynics into believers and the undecided into the loyal.</p>
</blockquote>
</section><!-- .post-body -->
<footer class="post-footer">
<h3>Quizás te interesen:</h3>
<nav class="post-related">
<ul>
<li><a href="">Miedo a que te roben las ideas</a></li>
<li><a href="">5 herramientas para mejorar tu productividad</a></li>
</ul>
</nav><!-- .post-related -->
</footer>
</article><!-- .post -->
<aside id="main-sidebar">
<h4>Buscar</h4>
<form>
<input type="text" placeholder="Palabra clave">
<input type="submit" value="Buscar">
</form>
</aside><!-- #main-sidebar -->
<footer id="main-footer">
<p>&copy; David Perálvarez - Todos los derechos reservados</p>
</footer><!-- #main-footer -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment