#!/bin/bash

 

NAME="Stefano Tafuto"

ROLE="GNU/Linux SysAdmin"

MAIL="me[at]stefano.sh"

 

#About Me

cat << ABOUT-ME

Hello, my name is ${NAME}.

I'm a ${ROLE} and I solve problems.

Sometimes I buy music in different physical dead formats.

Obviously this is not a real website. :-)

ABOUT-ME

 

#Contact me

sendmail ${MAIL}

lynx https://www.linkedin.com/in/stefanotafuto

This webpage was coded in Vim using just plain HTML + CSS, along with some basic JavaScript. Writing the HTML part was fun; the JavaScript part has been a nightmare, but it worked.

This webpage doesn't use any kind of cookie and donesn't track its users.

The color scheme is based on Nord Theme and the font used is IBM Plex Mono.

You can close this modal in VIM style by pressing :q or :x key combination (or with ESC key if you're lazy).