Skip to content

Commit

Permalink
Updating profile card
Browse files Browse the repository at this point in the history
  • Loading branch information
hash3liZer committed Oct 18, 2024
1 parent 84dc564 commit cafaf90
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions layouts/shortcodes/profile.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{{ if .IsNamedParams }}
<div class="width: 50%; display: flex; align-items: center; justify-content: center;">
<div style="width: 50%; display: flex; align-items: center; justify-content: center;">
<figure class="snip1344"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/331810/profile-sample1.jpg" alt="profile-sample1" class="background"/><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/331810/profile-sample1.jpg" alt="profile-sample1" class="profile"/>
<figcaption>
<h3>Ursula Gurnmeister<span>Engineer</span></h3>
<div class="icons"><a href="#"><i class="ion-social-reddit-outline"></i></a><a href="#"> <i class="ion-social-twitter-outline"></i></a><a href="#"> <i class="ion-social-vimeo-outline"></i></a></div>
<h3>TheFlash2k<span>Pwn / Rev / Misc</span></h3>
<div class="icons">
<a href="#"><i class="globe-outline"></i></a>
<a href="#"> <i class="logo-github"></i></a>
</div>
</figcaption>
</figure>
</div>
Expand Down

0 comments on commit cafaf90

Please sign in to comment.