Skip to content

Commit

Permalink
feat: muda seção de depoimento
Browse files Browse the repository at this point in the history
  • Loading branch information
nicegrrrl committed Jun 10, 2024
1 parent edf0a7e commit c10689d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ <h3 class="repCardTitle">Recanto do Estudante</h3>
</section>
<section class="container testimoniesContainer">
<div class="testimonyImage">
<img src="./src/assets/img/family.png" alt="família" />
<img src="./src/assets/img/pedro.avif" alt="pedro" />
</div>
<div class="testimonyInfo">
<h4 class="title4">Família Feliz</h4>
<h4 class="title4">Excelente!</h4>
<div class="starsBox">
<img src="./src/assets/img/star.png" alt="estrela" />
<img src="./src/assets/img/star.png" alt="estrela" />
Expand All @@ -168,9 +168,11 @@ <h4 class="title4">Família Feliz</h4>
<img src="./src/assets/img/star.png" alt="estrela" />
</div>
<h5 class="title2">
Consegui construir uma família graças ao MyRep
"Encontrei o lugar perfeito rapidamente e agora tenho um lar onde
me sinto seguro e confortável. Recomendo a todos os estudantes
universitários!"
</h5>
<p class="testimonyName">Pedro, Engenheiro Civil</p>
<p class="testimonyName">Pedro, Designer de Produto</p>
<button class="buttonSolid">Conheçer a história</button>
</div>
</section>
Expand Down
Binary file added src/assets/img/pedro.avif
Binary file not shown.
6 changes: 5 additions & 1 deletion src/styles/sectionTestimonies.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
}

.testimonyImage {
min-width: 30%;
max-width: 30%;

img {
border-radius: 160px 410px 220px 110px;
}
}

.testimonyInfo {
Expand Down

0 comments on commit c10689d

Please sign in to comment.