Skip to content

Commit

Permalink
Profile links
Browse files Browse the repository at this point in the history
  • Loading branch information
hash3liZer committed Oct 18, 2024
1 parent cafaf90 commit c435cfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/shortcodes/profile.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{{ if .IsNamedParams }}
<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"/>
<figure class="snip1344"><img src="https://avatars.githubusercontent.com/u/19727349?v=4" alt="profile-sample1" class="background"/><img src="https://avatars.githubusercontent.com/u/19727349?v=4" alt="profile-sample1" class="profile"/>
<figcaption>
<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>
<a href="#"><i class="ion-social-globe-outline"></i></a>
<a href="#"> <i class="ion-social-github-outline"></i></a>
</div>
</figcaption>
</figure>
Expand Down

0 comments on commit c435cfe

Please sign in to comment.