Skip to content

Commit

Permalink
Adicionando meu user ao board de alunos (#22)
Browse files Browse the repository at this point in the history
* add: new user to the users board

Valeu Caio!
  • Loading branch information
Caio Calderari authored and BrOrlandi committed Oct 10, 2017
1 parent 4c7d5d6 commit 5a8ff5d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
env/
.project
.pydevproject
*.pyc
*.pyc
.DS_Store
._.DS_Store
24 changes: 24 additions & 0 deletions templates/users/caiocalderari.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<div class="card hoverable">
<div class="card-image waves-effect waves-block waves-light">
<!-- Card Image -->
<img class="activator" src="https://avatars0.githubusercontent.com/u/542722?v=4&s=460">
</div>
<div class="card-content activator" style="cursor:pointer">
<!-- Card Title -->
<span class="card-title grey-text text-darken-4">Caio Calderari</span>
</div>
<div class="card-reveal">
<!-- Card Reveal Content -->
<span class="card-title grey-text text-darken-4">Caio Calderari<i class="material-icons right">close</i></span>

<p>
Designer
</p>

<p class="center">
<!-- Sample Button -->
<a href="https://github.com/caiocall" class="grey lighten-2 black-text waves-effect waves-light btn"><i class="fa fa-github-alt left"></i>GitHub Profile</a>
</p>

</div>
</div>

0 comments on commit 5a8ff5d

Please sign in to comment.