--- pagination: data: i18n size: 1 alias: langKey permalink: "/{{ langKey }}/index.html" layout: base.njk --- {% from "macros.njk" import i88x31 with context %} {% from "macros.njk" import videoCard with context %} {% from "macros.njk" import projectCard %}

{{ i18n[langKey].welcome | smartTitle }}

{{ i18n[langKey].homeWelcomeParagraph | safe }}

{{ i88x31("tenkuma.gif") }} {{ i88x31("anybrowser6.gif") }} {{ i88x31("ai.gif") }} {{ i88x31("WEBP.gif") }} {{ i88x31("rainbowrain.gif") }} {{ i88x31("blasphemy.gif") }} {{ i88x31("css3.gif") }} {{ i88x31("best_viewed_with_open_eyes.gif") }} {{ i88x31("gnu-linux.gif") }}

{{ i18n[langKey].aboutMe | smartTitle }}

{{ i18n[langKey].homeAboutMeParagraph | safe }}

{{ i18n[langKey].homeAboutMeParagraphTwo | safe }}

{{ i18n[langKey].socialsAndContact | smartTitle }}

{{ i18n[langKey].homeSocialsAndContactParagraph | safe }}

{{ i18n[langKey].homeSocialsAndContactParagraphTwo | safe }}

{{ i18n[langKey].myMusic | smartTitle }}

{{ i18n[langKey].homeMyMusicParagraph | safe }}

{{ i18n[langKey].homeMyMusicParagraphTwo | safe }}

{{ i88x31("rave.gif") }} {{ i88x31("happymix.gif") }}

{{ videoCard( i18n["global"].homeSongLink, i18n["global"].homeSongTitle, i18n["global"].homeSongImage, i18n["global"].homeSongWebsite, i18n["global"].homeSongDuration, i18n["global"].homeSongAccent ) }}

{{ i18n[langKey].myVideos | smartTitle }}

{{ i18n[langKey].homeMyVideoParagraph | safe }}


{{ videoCard( i18n["global"].homeVideoLink, i18n[langKey].homeVideoTitle, i18n["global"].homeVideoImage, i18n["global"].homeVideoWebsite, i18n["global"].homeVideoDuration ) }}

{{ i18n[langKey].mySoftware | smartTitle }}

{{ i18n[langKey].homeMySoftwareParagraph | safe }}

{#

{{ i18n[langKey].homeMySoftwareNotableProjects | safe }}

#}

{{ projectCard("Jamfish", i18n[langKey].jamfishProjectDesctiption, "https://github.com/adrianvic/jamfish", "/static/images/jamfish-wide.png") }} {{ projectCard("ItemEconomy", i18n[langKey].itemeconomyProjectDesctiption, "https://github.com/adrianvic/ItemEconomy", "/static/images/itemeconomy2-wide.png") }} {{ projectCard("Eye of Nemesis", i18n[langKey].eyeofnemesisProjectDesctiption, "https://github.com/adrianvic/NemesisEye", "/static/images/eye_of_nemesis.png") }} {{ projectCard("PestoWiki", i18n[langKey].pestoProjectDesctiption, "https://github.com/Margarina-not-butter/PestoWiki", "/static/images/pestowikifullwhite.png") }}