forked from BrOrlandi/GitTrainingWall
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request BrOrlandi#143 from Ruush/master
Adicionando aluno Gabriel Alves Ferreira
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<div class="card hoverable"> | ||
<div class="card-image waves-effect waves-block waves-light"> | ||
<img class="activator" | ||
src="https://avatars1.githubusercontent.com/u/48839815?s=460&v=4"> | ||
</div> | ||
<div class="card-content activator" style="cursor:pointer"> | ||
<span class="card-title grey-text text-darken-4">Gabriel Alves Ferreira<i class="fa fa-coffee right"></i></span> | ||
</div> | ||
<div class="card-reveal"> | ||
<span class="card-title grey-text text-darken-4">Gabriel Alves Ferreira<i class="material-icons right">close</i></span> | ||
<p> | ||
Bacharel em Sistemas de Informação - Analista de CPD/Desenvolvedor AdvPL e aluno do curso de Git | ||
</p> | ||
<p class="center"> | ||
<a href="https://github.com/Ruush" 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/gabriel-a-21694992/" | ||
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-linux" style="font-size:100pt"></i> | ||
</p> | ||
</div> | ||
</div> |