Skip to content

Commit

Permalink
Adding first profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
hash3liZer committed Oct 18, 2024
1 parent 2f552b7 commit c4e84a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions content/members.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ author = "hash3liZer"
+++

{{< flex_beg >}}
{{< profile src="hello" >}}
{{< profile src="hello" >}}
{{< profile imgsrc="https://avatars.githubusercontent.com/u/19727349?v=4" name="TheFlash2k" tagline="Pwn / Rev / Misc" weblink="https://theflash2k.me" githublink="https://github.com/theflash2k" >}}
{{< profile imgsrc="https://avatars.githubusercontent.com/u/29171692?v=4" name="hash3liZer" tagline="Web / Web3" weblink="https://shameerkashif.me" githublink="https://github.com/hash3liZer" >}}
{{< flex_end >}}
12 changes: 6 additions & 6 deletions layouts/shortcodes/profile.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{{ if .IsNamedParams }}
<div class="subflexer">
<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"/>
<figure class="snip1344">
<img src="{{ .Get 'imgsrc' }}" alt="{{ .Get 'name' }}" class="background"/>
<img src="{{ .Get 'imgsrc' }}" alt="{{ .Get 'name' }}" class="profile"/>
<figcaption>
<h3>TheFlash2k<span>Pwn / Rev / Misc</span></h3>
<h3>{{ .Get 'name' }}<span>{{ .Get 'tagline' }}</span></h3>
<div class="icons">
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" style="width: 32px; height: 32px; color: #cecece" class="ionicon" viewBox="0 0 512 512"><path d="M256 48C141.13 48 48 141.13 48 256s93.13 208 208 208 208-93.13 208-208S370.87 48 256 48z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M256 48c-58.07 0-112.67 93.13-112.67 208S197.93 464 256 464s112.67-93.13 112.67-208S314.07 48 256 48z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M117.33 117.33c38.24 27.15 86.38 43.34 138.67 43.34s100.43-16.19 138.67-43.34M394.67 394.67c-38.24-27.15-86.38-43.34-138.67-43.34s-100.43 16.19-138.67 43.34" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M256 48v416M464 256H48"/></svg>
</a>
<a href="#"> <i class="ion-social-github-outline" style="width: 32px; height: 32px; color: #cecece"></i></a>
<a href="{{ .Get 'weblink' }}" target="_blank"> <i class="ion-social-chrome-outline" ></i></a>
<a href="{{ .Get 'githublink' }}" target="_blank"> <i class="ion-social-github-outline" ></i></a>
</div>
</figcaption>
</figure>
Expand Down

0 comments on commit c4e84a8

Please sign in to comment.