Skip to content

Commit

Permalink
Envio do projeto final
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasOliveira095 committed Jul 11, 2023
1 parent 07ef269 commit d7d4649
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 30 deletions.
30 changes: 0 additions & 30 deletions templates/template_new_user.html

This file was deleted.

28 changes: 28 additions & 0 deletions templates/users/lucasoliveira.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<div class="card hoverable">
<div class="card-image waves-effect waves-block waves-light">
<!-- Card Image -->
<img class="activator" src="https://avatars.githubusercontent.com/u/98958991?v=4">
</div>
<div class="card-content activator" style="cursor:pointer">
<!-- Card Title -->
<span class="card-title grey-text text-darken-4">Lucas Oliveira</span>
</div>
<div class="card-reveal">
<!-- Card Reveal Content -->
<span class="card-title grey-text text-darken-4">Lucas Oliveira<i class="material-icons right">close</i></span>

<p>
Analista de Sistemas Web e Aluno do Curso de Git
</p>

<p class="center">
<!-- Sample Button -->
<a href="https://github.com/LucasOliveira095" class="grey lighten-2 black-text waves-effect waves-light btn"><i class="fa fa-github-alt left"></i>GitHub Profile</a>
<br><br>
<a href="https://www.linkedin.com/in/lucas-oliveira-a45152219/" class="light-blue darken-4 white-text waves-effect waves-light btn"><i class="fa fa-linkedin-square" aria-hidden="true"></i> Linkedin Profile</a>
<br><br>
<i class="fa fa-code" style="font-size:50pt"></i>
</p>

</div>
</div>

0 comments on commit d7d4649

Please sign in to comment.