Skip to content

Commit

Permalink
Ultimo commit, papai do céu nos ajude
Browse files Browse the repository at this point in the history
  • Loading branch information
WendelBitencourt committed Dec 7, 2023
1 parent 83d5ab8 commit acb0171
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 20 deletions.
20 changes: 20 additions & 0 deletions css/equipe.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,26 @@ body {
margin-bottom: 10px;
}

.alinhar-icones {
display: flex;
justify-content: center;
align-items: center;
margin-top: 10px;
}

.alinhar-icones a {
margin-right: 10px;
text-decoration: none;
}

p .icone-redes {
width: auto;
height: 35px;
margin: 0 10px;
object-fit: cover;
margin-bottom: 10px;
}

.developer h2 {
margin-bottom: 5px;
}
Expand Down
42 changes: 25 additions & 17 deletions equipe.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,41 +52,49 @@
</header>



<img src="" alt="">
<div class="container">
<div class="developer">
<img src="img/iago.jpeg" alt="Desenvolvedor 1">
<h2>Nome do Desenvolvedor 1</h2>
<p>
<a href="https://www.linkedin.com/in/dev1" target="_blank">LinkedIn</a> |
<a href="https://github.com/dev1" target="_blank">GitHub</a>
<h2>Iago de Oliveira Almeida</h2>
<p class="alinhar-icones">
<img src="img/linkedin.svg" class="icone-redes" alt=""><a href="https://www.linkedin.com/in/dev1"
target="_blank">LinkedIn</a> |
<img src="img/github.svg" class="icone-redes" alt=""><a href="https://github.com/dev1"
target="_blank">GitHub</a>
</p>
</div>

<div class="developer">
<img src="img/gostoso.jpg" alt="Desenvolvedor 2">
<h2>Nome do Desenvolvedor 2</h2>
<p>
<a href="https://www.linkedin.com/in/dev2" target="_blank">LinkedIn</a> |
<a href="https://github.com/dev2" target="_blank">GitHub</a>
<h2>Wendel Adriano Bitencourt</h2>
<p class="alinhar-icones">
<img src="img/linkedin.svg" class="icone-redes" alt=""><a href="https://www.linkedin.com/in/dev2"
target="_blank">LinkedIn</a> |
<img src="img/github.svg" class="icone-redes" alt=""><a href="https://github.com/dev2"
target="_blank">GitHub</a>
</p>
</div>

<div class="developer">
<img src="img/andre.jpeg" alt="Desenvolvedor 3">
<h2>Nome do Desenvolvedor 3</h2>
<p>
<a href="https://www.linkedin.com/in/dev3" target="_blank">LinkedIn</a> |
<a href="https://github.com/dev3" target="_blank">GitHub</a>
<h2>Andre Luis da Silva Fonseca</h2>
<p class="alinhar-icones">
<img src="img/linkedin.svg" class="icone-redes" alt=""><a href="https://www.linkedin.com/in/dev3"
target="_blank">LinkedIn</a> |
<img src="img/github.svg" class="icone-redes" alt=""><a href="https://github.com/dev3"
target="_blank">GitHub</a>
</p>
</div>

<div class="developer">
<img src="img/reginaldo.jpeg" alt="Desenvolvedor 4">
<h2>Nome do Desenvolvedor 4</h2>
<p>
<a href="https://www.linkedin.com/in/dev4" target="_blank">LinkedIn</a> |
<a href="https://github.com/dev4" target="_blank">GitHub</a>
<h2>Reginaldo Antonelli</h2>
<p class="alinhar-icones">
<img src="img/linkedin.svg" class="icone-redes" alt=""><a href="https://www.linkedin.com/in/dev4"
target="_blank">LinkedIn</a> |
<img src="img/github.svg" class="icone-redes" alt=""><a href="https://github.com/dev4"
target="_blank">GitHub</a>
</p>
</div>
</div>
Expand Down
Binary file removed img/fatec.png
Binary file not shown.
1 change: 1 addition & 0 deletions img/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions login/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ <h1>Login</h1>
<label for="senha">Senha: </label>
<input type="password" name="senha" id="senha" required>
</div>
<div class="conteudo_verificacao">
<a href="#" class="recuperar_senha">Esqueceu a senha?</a>
</div>


</div>
<div class="button">
Expand Down

0 comments on commit acb0171

Please sign in to comment.