Skip to content

Commit

Permalink
Globe icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hash3liZer committed Oct 18, 2024
1 parent d74d0ff commit ff2db8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions layouts/partials/custom-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
line-height: 1.4em;
background-color: #141414;
}
@media screen and (max-width: 650px) {
.snip1344 {
max-width: 400px;
}
}
.snip1344 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
Expand Down
4 changes: 3 additions & 1 deletion layouts/shortcodes/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<figcaption>
<h3>TheFlash2k<span>Pwn / Rev / Misc</span></h3>
<div class="icons">
<a href="#"><i class="ion-globe-outline"></i></a>
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" 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"></i></a>
</div>
</figcaption>
Expand Down

0 comments on commit ff2db8f

Please sign in to comment.