diff --git a/_data/i18n.js b/_data/i18n.js index 16353a4..17a0a25 100644 --- a/_data/i18n.js +++ b/_data/i18n.js @@ -84,6 +84,7 @@ module.exports = { kaoLink: "Learn what you can do at Keep Android Open", webringDescription: "What are webrings?", breakcoreWebring: "This site is a member of the breakcore webring.", + wrongosWebring: "This site is a member of the Wrongos webring.", previousSite: "previous site", nextSite: "next site", random: "random" @@ -146,6 +147,7 @@ module.exports = { kaoLink: "Veja o que você pode fazer em Keep Android Open", webringDescription: "O que são webrings?", breakcoreWebring: "Esse website faz parte do webring breakcore.", + wrongosWebring: "Esse website faz parte do webring Wrongos.", previousSite: "site anterior", nextSite: "próximo site", random: "aleatório" diff --git a/index.njk b/index.njk index 1c84a75..c666cdb 100644 --- a/index.njk +++ b/index.njk @@ -1,8 +1,8 @@ --- pagination: - data: i18n - size: 1 - alias: langKey + data: i18n + size: 1 + alias: langKey permalink: "/{{ langKey }}/index.html" layout: base.njk --- @@ -15,7 +15,7 @@ layout: base.njk
- + - +

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

@@ -35,7 +35,7 @@ layout: base.njk

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

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

- +
{{ i88x31("tenkuma.gif") }} {{ i88x31("anybrowser6.gif") }} @@ -48,111 +48,111 @@ layout: base.njk {{ 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["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["global"].homeVideoLink, + i18n[langKey].homeVideoTitle, + i18n["global"].homeVideoImage, + i18n["global"].homeVideoWebsite, + i18n["global"].homeVideoDuration ) }}
- +

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

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

- +
- +
{{ projectCard( - "Jamfish", - i18n[langKey].jamfishProjectDesctiption, - "https://github.com/adrianvic/jamfish", - '/static/images/jamfish-wide.png', - "Jamfish" + "Jamfish", + i18n[langKey].jamfishProjectDesctiption, + "https://github.com/adrianvic/jamfish", + '/static/images/jamfish-wide.png', + "Jamfish" ) }} - + {{ projectCard( - "ItemEconomy", - i18n[langKey].itemeconomyProjectDesctiption, - "https://github.com/adrianvic/ItemEconomy", - '/static/images/itemeconomy2-wide.png', - "ItemEconomy" + "ItemEconomy", + i18n[langKey].itemeconomyProjectDesctiption, + "https://github.com/adrianvic/ItemEconomy", + '/static/images/itemeconomy2-wide.png', + "ItemEconomy" ) }} - + {{ projectCard( - "Eye of Nemesis", - i18n[langKey].eyeofnemesisProjectDesctiption, - "https://github.com/adrianvic/NemesisEye", - '/static/images/eye_of_nemesis.png', - "Eye of Nemesis" + "Eye of Nemesis", + i18n[langKey].eyeofnemesisProjectDesctiption, + "https://github.com/adrianvic/NemesisEye", + '/static/images/eye_of_nemesis.png', + "Eye of Nemesis" ) }} - + {{ projectCard( - "PestoWiki", - i18n[langKey].pestoProjectDesctiption, - "https://github.com/Margarina-not-butter/PestoWiki", - '/static/images/pestowikifullwhite.png', - "PestoWiki" + "PestoWiki", + i18n[langKey].pestoProjectDesctiption, + "https://github.com/Margarina-not-butter/PestoWiki", + '/static/images/pestowikifullwhite.png', + "PestoWiki" ) }}
@@ -160,65 +160,104 @@ layout: base.njk
\ No newline at end of file diff --git a/static/main.css b/static/main.css index faf8f48..2709714 100644 --- a/static/main.css +++ b/static/main.css @@ -720,6 +720,14 @@ div.hs.selected { border-right: 0; } +#webring-Wrongos-widget p { + border-top-right-radius: 10px; +} + +#webring-Wrongos-widget a:first-child { + border-bottom-left-radius: 10px; +} + #headerSubtitle { color: white; opacity: 0.6;