Skip to content

Commit

Permalink
fix: texts and icon hover
Browse files Browse the repository at this point in the history
  • Loading branch information
LaercioSR committed Oct 2, 2024
1 parent b38c96d commit a4805ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"label": "Semester UEFS"
},
"description": {
"label": "Platform with a countdown to the end of the academic semester at UEFS, along with a calendar featuring automatic updates to assist the academic community."
"label": "Platform with a countdown to the end of the academic semester at University in Feira de Santana, along with a calendar featuring automatic updates to assist the academic community."
}
},
"portfolioV1": {
Expand Down Expand Up @@ -205,7 +205,7 @@
"label": "XXX SIECOMP"
},
"description": {
"label": "The talk addressed the importance of learning the basics and making a correlation between cooking and programming. The idea was to show that, just as in cooking, it is necessary to understand the ingredients and their functions to create an elaborate cake, in programming it is necessary to understand the concepts and their applications to create efficient and quality code."
"label": "The talk addressed the importance of learning the programming basics and making a correlation with cooking. The idea was to show that, just as in cooking, it is necessary to understand the ingredients and their functions to create an elaborate cake, in programming it is necessary to understand the concepts and their applications to create efficient and quality code."
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/app/i18n/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"label": "Semestre UEFS"
},
"description": {
"label": "Plataforma com contagem dos dias para o fim do semestre letivo da UEFS, além de um calendário com atualizações automáticas para ajudar a comunidade acadêmica."
"label": "Plataforma com contagem dos dias para o fim do semestre letivo da Universidade Estadual de Feira de Santana, além de um calendário com atualizações automáticas para ajudar a comunidade acadêmica."
}
},
"portfolioV1": {
Expand Down Expand Up @@ -205,7 +205,7 @@
"label": "XXX SIECOMP"
},
"description": {
"label": "A palestra abordou a importância de aprender as bases, fazendo uma correlação entre a culinária e programação. A ideia foi mostrar que, assim como na culinária, é necessário entender os ingredientes e suas funções para criar um bolo elaborado, na programação é necessário entender os conceitos e suas aplicações para criar um código eficiente e de qualidade."
"label": "A palestra abordou a importância de aprender as bases programação, fazendo uma correlação com a culinária. A ideia foi mostrar que, assim como na culinária, é necessário entender os ingredientes e suas funções para criar um bolo elaborado, na programação é necessário entender os conceitos e suas aplicações para criar um código eficiente e de qualidade."
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions src/app/projects/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@

.projects-list-item svg path {
fill: var(--primary);
transition: var(--transition);
}

.projects-list-item svg:hover path {
fill: var(--secondary);
}

.projects-list-item-skills_list {
Expand Down

0 comments on commit a4805ce

Please sign in to comment.