new-codigoparallevar/static/homepage.html

60 lines
1.9 KiB
HTML
Raw Normal View History

2021-11-01 17:11:22 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Código para llevar</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html, body {
margin: 0;
}
.header {
text-align: center;
}
.links {
margin: 1ex;
text-align: center;
}
.links section {
margin-top: 4em;
}
h2 a {
color: black;
}
</style>
</head>
<body>
<div class="header">
<h1>Código para llevar</h1>
<p>This is kenkeiras' homepage. You can find a <a href="/blog">blog</a> (mainly about coding). I also develop some projects, and collaborate on others.</p>
</div>
<div class="links">
<section>
<h2><a href="/blog">Blog</a></h2>
Latest post: <a href="https://codigoparallevar.com/blog/2019/secure-websockets-esp8266-arduino/">[2019] Secure Websockets with ESP8266 and Arduino</a>
</section>
<section>
<h2>Collaborations</h2>
Latest post in <a href="https://hackliza.gal">Hackliza</a>: <a href="https://hackliza.gal/en/posts/quick_math_on_terminal/">Quick math on the terminal (english)</a>
<a href="https://hackliza.gal/posts/contas_rapidas_no_terminal/">(galician)</a>
</section>
<section>
<h2>Projects</h2>
My most stable project is <a href="https://programaker.com">PrograMaker</a>. Other work-in-progress is in <a href="https://github.com/kenkeiras">GitHub</a>.
</section>
2021-11-01 22:12:17 +00:00
<section>
<h2>Find me</h2>
<a href="https://github.com/kenkeiras">GitHub</a>
<a href="https://gitlab.com/kenkeiras">GitLab</a>
</section>
2021-11-01 17:11:22 +00:00
2021-11-01 22:12:17 +00:00
</div>
2021-11-01 17:11:22 +00:00
</body>
</html>