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,27 +2,22 @@
<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>
<p>i'm also catholic, and a true believer in our Lord Christ and his Holy Mother, even tho i've been kinda off from church</p>
<br>
<p>now, for the software part: i like minimalism, how you can do your max with as little resources, and how you can change functionality with a simple command-line argument.</p>
<p>for that reason, i'm kinda fan of neovim, it really takes that to the next level</p>
<p>now, apart from that, the software i usually use is dwm for a window manager (and no, i do not like xorg, but dwm is simply the most minimal window manager that works with me, so i'm sticking to it until dwl begins to be usable)</p>
<p>also, i use st for a terminal (just because good unicode support, idc; also it integrates with the dwm + dmenu envirorment so why not)</p>
<p>sadly i use firefox as my web browser (i hate it; please make a better web)</p>
<p>speaking of a better web, you can find me in gemini also, i like it lots.</p>
<p>for my client, i use amfora and it works wonders (just like links for the web, but ofc better since it's meant to be that way from the initial design)</p>
<p>and i follow xdg base directory spefication as much as i can. i currently have 10 files in my ~, looking to make it smaller but i don't have enough resources to run that many docker containers lol</p>
<p>speaking about resources, i have an old pc, currently having a ivy bridge pentium G2030, 4gb of ram and integrated graphics. it works well with linux, but without it... i highly doubt.</p>
<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>
<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>
<p>i'm also catholic, and a true believer in our Lord Christ and his Holy Mother, even tho i've been kinda off from church</p>
<br>
<p>now, for the software part: i like minimalism, how you can do your max with as little resources, and how you can change functionality with a simple command-line argument.</p>
<p>for that reason, i'm kinda fan of neovim, it really takes that to the next level</p>
<p>now, apart from that, the software i usually use is dwm for a window manager (and no, i do not like xorg, but dwm is simply the most minimal window manager that works with me, so i'm sticking to it until dwl begins to be usable)</p>
<p>also, i use st for a terminal (just because good unicode support, idc; also it integrates with the dwm + dmenu envirorment so why not)</p>
<p>sadly i use firefox as my web browser (i hate it; please make a better web)</p>
<p>speaking of a better web, you can find me in gemini also, i like it lots.</p>
<p>for my client, i use amfora and it works wonders (just like links for the web, but ofc better since it's meant to be that way from the initial design)</p>
<p>and i follow xdg base directory spefication as much as i can. i currently have 10 files in my ~, looking to make it smaller but i don't have enough resources to run that many docker containers lol</p>
<p>speaking about resources, i have an old pc, currently having a ivy bridge pentium G2030, 4gb of ram and integrated graphics. it works well with linux, but without it... i highly doubt.</p>
<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>
<!--#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>