Add bluesky social link
This commit is contained in:
parent
d60f2e9402
commit
81a9ff10ce
@ -123,6 +123,7 @@
|
||||
<li><a rel="external" title="@AllAroundHere" href="https://www.instagram.com/allaroundhere/"><span class="hb hb-xs hb-instagram"><i class="fab fa-instagram"></i></span></a></li>
|
||||
<li><a rel="external" title="in/enpaul" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin"><i class="fab fa-linkedin"></i></span></a></li>
|
||||
<li><a rel="external" title="github/enpaul" href="https://github.com/enpaul/"><span class="hb hb-xs hb-github"><i class="fab fa-github"></i></span></a></li>
|
||||
<li><a rel="external" title="@enpaul.net" href="https://bsky.app/profile/enpaul.net"><span class="hb hb-xs hb-bluesky"><i class="fa-brands fa-bluesky"></i></span></a></li>
|
||||
<li><a rel="external" title="me@enp.one" href="mailto:me@enp.one"><span class="hb hb-xs hb-email"><i class="fas fa-envelope"></i></span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -968,6 +968,24 @@ body.mobile-nav-active #mobile-nav-toggle {
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.hb-bluesky, .hb-bluesky:after, .hb-bluesky:before {
|
||||
background:#0085ff;
|
||||
border-color:#0085ff;
|
||||
color:#fff
|
||||
}
|
||||
|
||||
.hb-bluesky-inv, .hb-bluesky-inv:after, .hb-bluesky-inv:before, .hb-bluesky:hover, .hb-bluesky:hover:after, .hb-bluesky:hover:before {
|
||||
background:0 0;
|
||||
border-color:#0085ff;
|
||||
color:#0085ff;
|
||||
}
|
||||
|
||||
.hb-bluesky-inv:hover, .hb-bluesky-inv:hover:after, .hb-bluesky-inv:hover:before {
|
||||
background:#0085ff;
|
||||
border-color:#0085ff;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.support-banner {
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
|
@ -75,6 +75,7 @@
|
||||
<li><a rel="external" title="@AllAroundHere" href="https://www.instagram.com/allaroundhere/"><span class="hb hb-xs hb-instagram"><i class="fab fa-instagram"></i></span></a></li>
|
||||
<li><a rel="external" title="in/enpaul" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin"><i class="fab fa-linkedin"></i></span></a></li>
|
||||
<li><a rel="external" title="github/enpaul" href="https://github.com/enpaul/"><span class="hb hb-xs hb-github"><i class="fab fa-github"></i></span></a></li>
|
||||
<li><a rel="external" title="@enpaul.net" href="https://bsky.app/profile/enpaul.net"><span class="hb hb-xs hb-bluesky"><i class="fa-brands fa-bluesky"></i></span></a></li>
|
||||
<li><a rel="external" title="me@enp.one" href="mailto:me@enp.one"><span class="hb hb-xs hb-email"><i class="fas fa-envelope"></i></span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -156,6 +156,7 @@
|
||||
<li><a rel="external" title="@AllAroundHere" href="https://www.instagram.com/allaroundhere/"><span class="hb hb-xs hb-instagram"><i class="fab fa-instagram"></i></span></a></li>
|
||||
<li><a rel="external" title="in/enpaul" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin"><i class="fab fa-linkedin"></i></span></a></li>
|
||||
<li><a rel="external" title="github/enpaul" href="https://github.com/enpaul/"><span class="hb hb-xs hb-github"><i class="fab fa-github"></i></span></a></li>
|
||||
<li><a rel="external" title="@enpaul.net" href="https://bsky.app/profile/enpaul.net"><span class="hb hb-xs hb-bluesky"><i class="fa-brands fa-bluesky"></i></span></a></li>
|
||||
<li><a rel="external" title="me@enp.one" href="mailto:me@enp.one"><span class="hb hb-xs hb-email"><i class="fas fa-envelope"></i></span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user