Upload homepage.

This commit is contained in:
Sergio Martínez Portela 2022-02-26 14:35:47 +01:00
parent 5c979747e2
commit 8bb2c0dbcd
2 changed files with 14 additions and 2 deletions

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -eu
cd "$(dirname "$0")/.."
cd static
scp homepage.html root@codigoparallevar.com:/mnt/vols/misc/codigoparallevar/index.html

View File

@ -63,14 +63,18 @@
<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>
<p>This is kenkeiras' homepage. You can find a <a href="/blog">blog</a> (mainly about coding and related topics). I also develop some projects, and collaborate on others.</p>
</div>
<div class="links">
<section>
<h2><a href="/blog">Blog</a></h2>
<p>
Latest post: <a href="https://codigoparallevar.com/blog/2019/secure-websockets-esp8266-arduino/">[2019] Secure Websockets with ESP8266 and Arduino</a>
Latest posts:
<ul>
<li><a href="https://codigoparallevar.com/blog/2022/get-process-progress-reading-file/">[2022] Get process's progress when reading a file</a></li>
<li><a href="https://codigoparallevar.com/blog/2022/a-simple-status-indicator/">[2022] A simple status indicator</a></li>
</ul>
</p>
</section>
<section>