Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions exercicios/5-exercicio-projeto-aula/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@
<td>itsalle</td>
</tbody>
<tbody>
<td>Ane Carolina</td>
<td>bigmozi</td>
<td>Graziele </td>
<td>grazirs</td>
</tbody>



</table>
</div>
</body>
Expand Down
8 changes: 4 additions & 4 deletions exercicios/8-exercicio-projeto-casa/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ <h3>Alunas</h3>
<div class="container">

<div class="container__aluna">
<a href="https://github.com/itsalle" target="_blank">
<a href="https://github.com/grazirs" target="_blank">
<img class="container__aluna-img"
src="https://avatars2.githubusercontent.com/u/41296983?s=460&u=d69e452fb89212415aca4769125d7efb7fc52727&v=4"
alt="Paula Allemand">
src="https://avatars.githubusercontent.com/u/62312328?s…00&u=10f6b2e52426805b25ca2a0d2216e5f1f89ca7f7&v=4"
alt="Graziele Ribeiro Santos">
</a>
<p>Paula Allemand</p>
<p>Graziele Ribeiro Santos</p>
</div>
<div class="container__aluna">
<a href="https://github.com/bigmozi" target="https://github.com/bigmozi">
Expand Down