From 52a1a4a51902cb35c538706ac25dd5429b956b04 Mon Sep 17 00:00:00 2001 From: Vinicius Silva Date: Sat, 3 Feb 2024 01:55:22 -0300 Subject: [PATCH] Fix bug: Switching language in the same page --- blog.html | 40 +++++++++++++++++++++++++++++----------- certificates.html | 24 +++++++++++++----------- contact.html | 24 +++++++++++++----------- index.html | 26 ++++++++++++++------------ projects.html | 8 +++++--- researches.html | 24 +++++++++++++----------- teaching.html | 26 ++++++++++++++------------ 7 files changed, 101 insertions(+), 71 deletions(-) diff --git a/blog.html b/blog.html index c30139e..593d051 100644 --- a/blog.html +++ b/blog.html @@ -28,6 +28,8 @@ document.getElementById('en').style.display = 'block' } } + + setInterval(visible, 100); @@ -152,24 +154,24 @@
-
VINICIUS F. DA SILVA

+
VINICIUS F. DA SILVA

@@ -185,6 +187,14 @@
Mini Blog

+

+
+

Open Source Software Development, Linux and Git Course

+

Recently, I completed the integrated course on Linux and Git 'Open Source Software Development, Linux and Git' offered by the Linux Foundation through the Coursera platform. The course is divided into 4 mini-courses: 'Methods of Open Source Software Development','Linux for Developers', 'Linux Tools for Developers', and 'Using Git for Distributed Development'. Its completion deadline is 2 months. It was an intense and enriching experience! Throughout the course, I delved deeply into the workings of Linux and the dynamics of Git, expanding my understanding of the world of open source code. Each challenge overcome represented a significant personal achievement, and I am eager to apply this knowledge to practical and collaborative projects. This course has strengthened my desire to contribute even more to the open source development community. I am determined to continue learning and growing in this fascinating universe of free software!

+ +
+
+

Artificial Intelligence, spatial analysis and access to healthcare

@@ -222,7 +232,7 @@
VINICIUS F. DA SILVA

@@ -252,6 +262,14 @@
Mini Blog

+

+
+

Curso: Open Source Software Development, Linux and Git

+

Recentemente, concluí o curso integrado sobre Linux e Git, "Desenvolvimento de Software de Código Aberto, Linux e Git", oferecido pela Linux Foundation através da plataforma Coursera. O curso é dividido em 4 mini-cursos: "Métodos de Desenvolvimento de Software de Código Aberto", "Linux para Desenvolvedores", "Ferramentas Linux para Desenvolvedores" e "Utilizando Git para Desenvolvimento Distribuído". Seu prazo de conclusão é de 2 meses. Foi uma experiência intensa e enriquecedora! Ao longo do curso, aprofundei-me nos mecanismos do Linux e na dinâmica do Git, ampliando minha compreensão do mundo do código aberto. Cada desafio superado representou uma conquista pessoal significativa, e estou ansioso para aplicar esse conhecimento em projetos práticos e colaborativos. Este curso fortaleceu meu desejo de contribuir ainda mais para a comunidade de desenvolvimento de código aberto. Estou determinado a continuar aprendendo e crescendo neste fascinante universo do software livre!

+ +
+
+

Inteligência Artificial, análise espacial e acesso à saúde

diff --git a/certificates.html b/certificates.html index f28dc87..220ef08 100644 --- a/certificates.html +++ b/certificates.html @@ -28,6 +28,8 @@ document.getElementById('en').style.display = 'block' } } + + setInterval(visible, 100);