Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added profile #680

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
30 changes: 30 additions & 0 deletions templates/users/thiago_loures.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<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/176070690?v=4">
</div>
<div class="card-content activator" style="cursor:pointer">
<!-- Card Title -->
<span class="card-title grey-text text-darken-4">Thiago Loures</span>
</div>
<div class="card-reveal">
<!-- Card Reveal Content -->
<span class="card-title grey-text text-darken-4">Thiago Loures<i class="material-icons right">close</i></span>

<p>
Aluno do curso git 2024
</p>

<p class="center">
<!-- Sample Button -->
<a href="#" class="yellow darken-4 waves-effect waves-light btn"><i class="fa fa-cloud left"></i>Button</a>
<br><br>
Colors from:<br>
<a class="orange-text text-darken-2" href="http://materializecss.com/color.html">http://materializecss.com/color.html</a><br><br>
Icons from:<br>
<a class="orange-text text-darken-2" href="http://fortawesome.github.io/Font-Awesome/icons/">http://fortawesome.github.io/Font-Awesome/icons/</a><br>
<i class="fa fa-music" style="font-size:50pt"></i>
</p>

</div>
</div>