feat: added <article> and <div> to SSI files

This commit is contained in:
Vitor Gonçalves 2023-06-25 23:41:46 -03:00
parent 02bdba535f
commit 4475ac0713
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
4 changed files with 20 additions and 25 deletions

View File

@ -2,8 +2,6 @@
<html lang="pt">
<!--#include file="/header.html" -->
<article class="block">
<div class="text">
<h1>hi, i'm vitor</h1>
<p>i'm a proud interactor and i'm deeply invested on Rotary's philosophy (which i may describe later in an article)</p>
<p>also, i really like metal pipe memes</p>
@ -21,8 +19,5 @@
<p>speaking about linux, i use void as my main distro, it's simply suckless and kinda traditional and that's what i like about it. i don't care about immutability or a one-file system config, i just care about functionality and simplicity OOTB</p>
<p>also about OSes, i do plan in learning a bit of openbsd, it's concept looks really really cool to me, but i can't seem to have tthe grasp of it just yet.</p>
</div>
</article>
<!--#include file="/footer.html" -->
</html>

View File

@ -1,3 +1,5 @@
</div>
</article>
<footer class=block class="text">
<p>made by <a href="/">~vitorg</a> with love.<br>
check out <a href="https://vern.cc">~vern</a>!</p>

View File

@ -12,3 +12,5 @@
<a href="/tinylog">tinylog</a>
</nav>
</header>
<article class="block">
<div class="text">

View File

@ -2,14 +2,10 @@
<html lang="en">
<!--#include file="header.html" -->
<article class="block">
<div class="text">
<p>contact info:</p>
<ul>
<li>main email inbox: <a href="mailto:vitorg@vern.cc">vitorg@vern.cc</a></li>
</ul>
</div>
</article>
<!--#include file="footer.html" -->
</html>