fmartingr.com/index.html

78 lines
2.5 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/11/30/how-i-organize-my-home-assistant-automations/">How I organize my Home Assistant automations</a></h3>
<div class="info text-small">November 30, 2021</div>
</article>
<hr />
<article class="blog-post">
<h3 class="title"><a href="/blog/2021/11/15/home-assistant-battery-levels-at-a-glance/">Home Assistant battery levels at a glance</a></h3>
<div class="info text-small">November 15, 2021</div>
</article>
<hr />
<article class="blog-post">
<h3 class="title"><a href="/blog/2021/11/02/october-2021/">October 2021</a></h3>
<div class="info text-small">November 02, 2021</div>
</article>
<hr />
<article class="blog-post">
<h3 class="title"><a href="/blog/2021/10/11/storing-data-in-node-red-flows-using-context/">Storing data in Node-Red flows using contexts</a></h3>
<div class="info text-small">October 11, 2021</div>
</article>
<hr />
<article class="blog-post">
<h3 class="title"><a href="/blog/2021/10/02/september-2021/">September 2021</a></h3>
<div class="info text-small">October 02, 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>