Skip to content

Commit

Permalink
Correção do caminho das imagens
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-RM committed Oct 6, 2024
1 parent b827915 commit fc791ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/dadosDosProjetos.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const projetos = [
},
{
link: 'https://lucas-rm.github.io/pesquisa_inclusao_digital/',
img: './img/projetos/Projeto-InclusaoDigital.jpg',
img: './img/projetos/projeto-inclusaoDigital.jpg',
titulo: 'projeto inclusão digital',
descricao: 'Projeto acadêmico realizado em grupo na faculdade com a finalidade de compreender o processo de <b>Inclusão Digital</b> na sociedade.'
},
Expand All @@ -49,7 +49,7 @@ const projetos = [
},
{
link: 'https://lucas-rm.github.io/relogio-online/',
img: './img/projetos/Projeto-Relogio.jpg',
img: './img/projetos/projeto-relogio.jpg',
titulo: 'projeto relógio',
descricao: 'Projeto com intuito de representar um relógio em um site.'
},
Expand All @@ -73,7 +73,7 @@ const projetos = [
},
{
link: 'https://lucas-rm.github.io/Projeto-Huddle/',
img: './img/projetos/Projeto-Huddle.jpg',
img: './img/projetos/projeto-huddle.jpg',
titulo: 'projeto huddle',
descricao: 'Projeto acadêmico feito em curso com objetivo de aplicar <b>posicionamento do conteúdo</b> do site e deixar o site <b>responsivo</b>, sendo compatível para celular, computador, iPads, entre outros dispositivos.'
},
Expand Down

0 comments on commit fc791ef

Please # to comment.