Skip to content

Commit

Permalink
ajustes imagens
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-dourado committed Jun 1, 2024
1 parent 303dd19 commit c6809fb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
Binary file modified assets/vambora.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/vambora2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 13 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ li {

.card-h3 {
font-size: 28px;
font-weight: 600;
}

.tecnologias {
Expand Down Expand Up @@ -252,10 +253,17 @@ li {
}

.project-image {
max-width: 312px;
max-height: 270px;
border-radius: 18px;
margin-top: 20px;
width: 100%;
height: 100%;
object-fit: cover;
}

.project-image-container {
margin-top: 15px;
width: 312px;
height: 312px;
border-radius: 35px;
overflow: hidden;
}

.github {
Expand Down Expand Up @@ -387,7 +395,7 @@ li {
align-items: center;
flex-wrap: wrap;
gap: 20px;
padding: 15px 15px 0 20px;
padding: 15px 15px 0 15px;
color: white;
}

Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h3 class="card-h3 poppins-medium">Todo App</h3>
<div class="tecnologia blue shadow-home-content-card">React</div>
<div class="tecnologia red shadow-home-content-card">CSS</div>
</div>
<div>
<div class="project-image-container">
<img class="project-image" src="./assets/TodoReact.png" alt="Imagem de Projeto">
</div>
<div class="vizualization">
Expand All @@ -96,7 +96,7 @@ <h3 class="card-h3 poppins-medium">Remediário</h3>
<div class="tecnologia blue shadow-home-content-card">React Native</div>
<div class="tecnologia red shadow-home-content-card">Local Storage</div>
</div>
<div>
<div class="project-image-container">
<img class="project-image" src="./assets/remediario.png" alt="Imagem de Projeto">
</div>
<div class="vizualization">
Expand All @@ -118,8 +118,8 @@ <h3 class="card-h3 poppins-medium">Vambora!</h3>
<div class="tecnologia blue shadow-home-content-card">React Native</div>
<div class="tecnologia red shadow-home-content-card">Firebase</div>
</div>
<div>
<img class="project-image" src="./assets/vambora.png" alt="Imagem de Projeto">
<div class="project-image-container">
<img class="project-image" src="./assets/vambora2.jpg" alt="Imagem de Projeto">
</div>
<div class="vizualization">
<a target="_blank" href="https://github.com/fga-eps-mds/2022-2-Vambora"
Expand Down

0 comments on commit c6809fb

Please sign in to comment.