Skip to content

Instantly share code, notes, and snippets.

@ShilpaLalwani
Last active April 27, 2020 14:56
Show Gist options
  • Save ShilpaLalwani/aa0427506ca449b10e5208fac10154e0 to your computer and use it in GitHub Desktop.
Save ShilpaLalwani/aa0427506ca449b10e5208fac10154e0 to your computer and use it in GitHub Desktop.
<section class="card p-3 mt-5">
<figure class="text-center">
<img src="assets/profile.jpg" />
</figure>
<div class="card-body">
<h2 class="card-title" >Lorem ipsum</h2>
<p class="card-subtitle" >
Bacon ipsum dolor amet pork belly tri-tip turducken, pancetta bresaola pork chicken meatloaf. Flank sirloin strip steak prosciutto kevin turducken.
</p>
<div class="mt-2 text-center">
<button class="btn btn-danger"(click)="logout()">Logout</button>
</div>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment