Skip to content

Commit

Permalink
Update Projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrdavis committed Jun 1, 2024
1 parent 6d32e01 commit eb77aff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ body::-webkit-scrollbar-thumb{
position: relative;
width: 100%;
height: 100%;
margin: auto;
max-width: 21em;
transform-style: preserve-3d;
transition: all 0.5s ease;
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h2 class="d-inline text-light" data-anime= "up"><strong>Meus</strong></h2>
<h2 class="d-inline bg-dark text-warning rounded px-3 py-2" data-anime= "up"><strong>Projetos</strong></h2>
</div>
<!-- Projetos -->
<div class="row text-center justify-content-center overflow overflow-auto" id="projetos" data-anime= "up">
<div class="d-flex text-center flex-wrap justify-content-center aling-items-center overflow overflow-auto" id="projetos" data-anime= "up">

<!-- Aqui são dispostos os projetos via script -->

Expand Down
2 changes: 1 addition & 1 deletion js/Projeto.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Projeto{
// Use join para unir as strings em uma única string
tecs = tecnologiasHtml.join('');

divProjetos.innerHTML += `<div class="col-md-4 container-one m-3">
divProjetos.innerHTML += `<div class="container-one m-3">
<div class="card-one">
<div class="front card bg-dark">
<!-- Foto Card -->
Expand Down
2 changes: 1 addition & 1 deletion js/exibeProjetos.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ var texto = 'Desenvolvimento de Telas e interfaces para sistema web da empresa L


// imagem, titulo, tecnologias, texto, link, status
projeto.exibeProjeto("logimodal", "SaLog", tecnologias, texto, '#', 'disabled');
projeto.exibeProjeto("logimodal", "SaLog", tecnologias, texto, 'https://operacional.logimodal.com.br', 'disabled');

0 comments on commit eb77aff

Please sign in to comment.