Skip to content

Commit

Permalink
[fix] Corrigir link das imagens após reorganização
Browse files Browse the repository at this point in the history
  • Loading branch information
LoriaLawrenceZ committed Jun 7, 2024
1 parent 04f862a commit bd4c932
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<ul class="nav nav-pills right-header">
<li class="nav-item"><a href="./html/sobre.html" class="nav-link">SOBRE NÓS</a></li>
<li class="nav-item"><a href="#" class="nav-link">SOLUÇÕES</a></li>
<li class="nav-item"><a href="./html/solucoes.html" class="nav-link">SOLUÇÕES</a></li>
</ul>
</header>

Expand Down Expand Up @@ -86,7 +86,7 @@ <h4>
</p>
</div>
<div class="col-lg-5 mt-3 mt-lg-0">
<img class="lg featurette-image img-fluid mx-auto" src="./img/drone.jpeg" />
<img class="lg featurette-image img-fluid mx-auto" src="./assets/img/drone.jpeg" />
</div>
</div>
</div>
Expand Down Expand Up @@ -120,7 +120,7 @@ <h3>Nos assista no <span class="blue-text">Youtube!</span></h3>
<h1 class="my-5">Fundadores</h1>
<div class="row">
<div class="col-lg-2 col-md-3 col-sm-4 ms-auto">
<img src="./img/carol.jpg" class="rounded-circle" width="140" height="140" role="img"
<img src="./assets/img/carol.jpg" class="rounded-circle" width="140" height="140" role="img"
aria-label="Foto da Carol" />
<p class="fs-6 mt-3">
<small>RM: 559160</small>
Expand All @@ -129,7 +129,7 @@ <h1 class="my-5">Fundadores</h1>
</p>
</div>
<div class="col-lg-2 col-md-3 col-sm-4">
<img src="./img/ivan.jpg" class="rounded-circle" width="140" height="140" role="img"
<img src="./assets/img/ivan.jpg" class="rounded-circle" width="140" height="140" role="img"
aria-label="Foto do Ivan" />
<p class="fs-6 mt-3">
<small>RM: 556964</small>
Expand All @@ -139,14 +139,14 @@ <h1 class="my-5">Fundadores</h1>
</p>
</div>
<div class="col-lg-2 col-md-3 col-sm-4">
<img src="./img/sani.jpg" class="rounded-circle" width="140" height="140" role="img"
<img src="./assets/img/sani.jpg" class="rounded-circle" width="140" height="140" role="img"
aria-label="Foto do Sani" />
<p class="fs-6 mt-3">
<small> RM: 558703 </small><br />Luiz Henrique <br />Sani
</p>
</div>
<div class="col-lg-2 col-md-3 col-sm-4">
<img src="./img/lorenzo.jpeg" class="rounded-circle" width="140" height="140" role="img"
<img src="https://avatars.githubusercontent.com/u/97912499?v=4" class="rounded-circle" width="140" height="140" role="img"
aria-label="Foto do Lorenzo" />
<p class="fs-6 mt-3">
<small> RM: 555037 </small><br />
Expand All @@ -155,7 +155,7 @@ <h1 class="my-5">Fundadores</h1>
</p>
</div>
<div class="col-lg-2 col-md-3 col-sm-4 me-auto">
<img src="./img/othon.jpg" class="rounded-circle" width="140" height="140" role="img"
<img src="./assets/img/othon.jpg" class="rounded-circle" width="140" height="140" role="img"
aria-label="Foto do Lorenzo" />
<p class="fs-6 mt-3">
<small> RM: 554364 </small><br />José Othon <br />Ribeiro Moreira
Expand Down

0 comments on commit bd4c932

Please sign in to comment.