fmartingr.com/about/index.html

63 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About | 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="about">
<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 href="/">/home</a>
<a href="/blog/">/blog</a>
<a class="text-bold" href="/about/">/about</a>
</nav>
</header>
<hr>
<section class="main-content">
<h2>About</h2>
<div>
<p>Hi! I'm Felipe, and I am a developer. Whatever that is.</p>
<p>I have been playing with code for a while now, but I also enjoy geeking around with computers, algorithms and other stuff; the less I know about it, the better!
Learning new things every day is my way of life.</p>
<p>I think that developers are like artists, writers and composers... we all make art. But we don't use strokes and colors, words or notes, we make it through code. And I really love it.</p>
<p>If you want to get in touch feel free to drop me a line.</p>
<ul>
<li><a target="_blank" href="mailto:me@fmartingr.com">me@fmartingr.com</a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/fmartingr/">linkedin.com/fmartingr</a></li>
<li><a target="_blank" rel="me" href="https://twitter.com/fmartingr">twitter.com/fmartingr</a></li>
<li><a target="_blank" rel="me" href="https://fosstodon.org/@fmartingr">fmartingr@fosstodon.org</a></li>
<li><a target="_blank" href="https://t.me/fmartingr">telegram.me/fmartingr</a></li>
<li><a target="_blank" href="https://github.com/fmartingr">github.com/fmartingr</a></li>
<li><a target="_blank" href="https://code.fmartingr.dev/fmartingr">code.fmartingr.dev/fmartingr</a>, personal git server</li>
</ul>
</div>
</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>