mirror of
https://github.com/Extroonie/extroonie.com.git
synced 2026-07-07 07:06:42 -07:00
feat: consistent link titles
This commit is contained in:
parent
09997f333f
commit
6c77bfe4de
1 changed files with 7 additions and 2 deletions
|
|
@ -46,7 +46,7 @@
|
||||||
/> </a
|
/> </a
|
||||||
><br />
|
><br />
|
||||||
<strong>Find me:</strong>
|
<strong>Find me:</strong>
|
||||||
<a href="https://github.com/Extroonie" rel="noopener noreferrer" target="_blank" title="GitHub">
|
<a href="https://github.com/Extroonie" rel="noopener noreferrer" target="_blank" title="GitHub: Extroonie">
|
||||||
<img
|
<img
|
||||||
src="/images/icons/github.svg"
|
src="/images/icons/github.svg"
|
||||||
alt="GitHub"
|
alt="GitHub"
|
||||||
|
|
@ -56,7 +56,12 @@
|
||||||
class="icon"
|
class="icon"
|
||||||
/> </a
|
/> </a
|
||||||
>
|
>
|
||||||
<a href="https://twitter.com/Extroonie" rel="noopener noreferrer" target="_blank" title="Twitter">
|
<a
|
||||||
|
href="https://twitter.com/Extroonie"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
target="_blank"
|
||||||
|
title="Twitter: Extroonie"
|
||||||
|
>
|
||||||
<img
|
<img
|
||||||
src="/images/icons/twitter.svg"
|
src="/images/icons/twitter.svg"
|
||||||
alt="Twitter"
|
alt="Twitter"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue