From b8bd904bfc5d1835e9aea12dfedb1d90bcedc296 Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Sun, 19 Apr 2026 12:22:21 -0300 Subject: [PATCH] Fix ccd.js, fix text in english for "options" string in portuguese --- _data/i18n.js | 4 ++-- static/scripts/ccd.js | 2 +- static/toyourdreams.txt | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 static/toyourdreams.txt diff --git a/_data/i18n.js b/_data/i18n.js index e5f049c..58e5c51 100644 --- a/_data/i18n.js +++ b/_data/i18n.js @@ -78,7 +78,7 @@ module.exports = { Modrinth (${globalValues.modrinth.username}) e XMPP (${globalValues.xmpp.username}). `, - homeSocialsAndContactParagraphTwo: `Você pode me enviar um correio eletrônico para (${globalValues.email}) ou me contactar por qualquer outro meio citado acima. Para assuntos relativos a projetos específicos, verifique o campo de contato do projeto, caso não haja um adicione +nomedoprojeto ao meu endereço de E-mail (exemplo: adrianvictor+projetolegal@disroot.org).

+ homeSocialsAndContactParagraphTwo: `Você pode enviar um correio eletrônico para (${globalValues.email}) ou me contactar por qualquer outro meio citado acima. Para assuntos relativos a projetos específicos, verifique o campo de contato do projeto, caso não haja um adicione +nomedoprojeto ao meu endereço de E-mail (exemplo: adrianvictor+projetolegal@disroot.org).

Por favor, evite me contactar por meios não citados acima :)`, homeMyMusicParagraph: `Eu e meus amigos temos uma gravadora de música amadora chamada Margarina Records, as coisas andam devagar com meus projetos musicais, geralmente por causa da escola ou falta de conhecimento no campo, mas eu estou dando um jeito.`, homeMyMusicParagraphTwo: `Você pode conferir minhas músicas mais recentes no site da gravadora e no Genius. Você provavelmente vai gostar do trabalho dos outros membros, então dê uma olhada nas outras tracks da MGR.`, @@ -96,6 +96,6 @@ module.exports = { by: "por", back: "voltar", hideBackground: "Esconder imagem de fundo", - options: "Options" + options: "Opções" } }; diff --git a/static/scripts/ccd.js b/static/scripts/ccd.js index fd9542f..0a10b13 100644 --- a/static/scripts/ccd.js +++ b/static/scripts/ccd.js @@ -5,7 +5,7 @@ document.addEventListener('keydown', function(event) { if (event.code === konamiCode[keyIndex]) { keyIndex++; if (keyIndex === konamiCode.length) { - window.location.href = './toyourdreams.txt' + window.location.href = './static/toyourdreams.txt' keyIndex = 0; } } else { diff --git a/static/toyourdreams.txt b/static/toyourdreams.txt new file mode 100644 index 0000000..e38d468 --- /dev/null +++ b/static/toyourdreams.txt @@ -0,0 +1,34 @@ + To My Dream + S3RL & Sara + 31/07/2013 + +Take me to my dreams (my dreams) +Show me what this life + +I taste the rainbow in the sky +I see the sounds as they pass me by +I'm falling through time as it flies away + +Take me to my dreams (my dreams) +Show me what this lifetime means +I see inside and open my mind +Take me to my dreams, show me what's real +Show me what's real +Show me what's real +Show me what's real +Enimatpyrtlyhtemid + +Take me to my dreams (my dreams) +Show me what this lifetime means +I see inside and open my mind +Take me to my dreams + +I hold emotions in my hand +And hear the echoes of future's past +I feel like I can understand it all +Enimatpyrtlyhtemid + +Take me to my dreams (my dreams) +Show me what this lifetime means +I see inside and open my mind +Take me to my dreams, show me what's real \ No newline at end of file