fmartingr.com/index.html

78 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome to my site! | Felipe Martin</title>
<link rel="stylesheet" href="/static/css/style.css">
<link rel="alternate" type="application/rss+xml" title="RSS Feed for fmartingr.com" href="/feed.xml" />
<link rel="icon" href="/static/images/favicon.ico">
<!-- Mobile -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta http-equiv="cleartype" content="on">
</head>
<body class="home">
<div class="page-content center">
<header>
<div class="avatar">
<img class="avatar" src="/static/images/avatar.jpg?h=f834fb12">
</div>
<h1>Felipe Martín</h1>
<nav>
<a class="text-bold" href="/">/home</a>
<a href="/blog/">/blog</a>
<a href="/about/">/about</a>
</nav>
</header>
<hr>
<section class="main-content">
<h2>Latest blog posts</h2>
<article class="blog-post">
<h3 class="title"><a href="/blog/2021/09/12/august-2021/">August 2021</a></h3>
<div class="info text-small">September 12, 2021</div>
</article>
<hr />
<article class="blog-post">
<h3 class="title"><a href="/blog/2021/08/01/july-2021/">July 2021</a></h3>
<div class="info text-small">August 01, 2021</div>
</article>
<hr />
<article class="blog-post">
<h3 class="title"><a href="/blog/2021/07/01/june-2021/">June 2021</a></h3>
<div class="info text-small">July 01, 2021</div>
</article>
<hr />
<article class="blog-post">
<h3 class="title"><a href="/blog/2021/06/01/may-2021/">May 2021</a></h3>
<div class="info text-small">June 01, 2021</div>
</article>
<hr />
<article class="blog-post">
<h3 class="title"><a href="/blog/2021/05/01/april-2021/">April 2021</a></h3>
<div class="info text-small">May 01, 2021</div>
</article>
</section>
<hr>
<footer>
Site created using <a target="_blank" href="https://getlektor.com">Lektor</a>. Source code available in <a target="_blank" href="https://github.com/fmartingr/fmartingr.com">Github</a>
</footer>
</body>
</html>