add icons to links
This commit is contained in:
parent
ba6f115b8e
commit
ab97e4c701
7 changed files with 46 additions and 15 deletions
29
index.html
29
index.html
|
@ -34,10 +34,29 @@
|
|||
|
||||
<nav id=links>
|
||||
<ul>
|
||||
<li><a href=https://gallery.niss.website>gallery</a>
|
||||
<li><a href=https://git.rhiannon.website/rhi>code</a>
|
||||
<li><a href=https://lang.niss.website>conlangs</a>
|
||||
<li><a href=where.html>contact</a>
|
||||
<li>
|
||||
<a href=//gallery.niss.website>
|
||||
<img class=icon src=media/art.svg>
|
||||
art
|
||||
</a>
|
||||
|
||||
<li>
|
||||
<a href=//git.rhiannon.website/rhi>
|
||||
<img class=icon src=media/code.svg>
|
||||
code
|
||||
</a>
|
||||
|
||||
<li>
|
||||
<a href=//lang.niss.website>
|
||||
<img class=icon src=media/speech.svg>
|
||||
conlangs
|
||||
</a>
|
||||
|
||||
<li>
|
||||
<a href=where.html>
|
||||
<img class=icon src=media/contact.svg>
|
||||
contact
|
||||
</a>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
@ -77,7 +96,7 @@ window.addEventListener('DOMContentLoaded', () => {
|
|||
</script>
|
||||
|
||||
<!--
|
||||
- mutant standard emoji by dzuk: 👉 https://mutant.tech 👈
|
||||
- mutant standard emoji by @Dzuque: 👉 https://mutant.tech 👈
|
||||
(licensed cc-by-nc-sa 4.0)
|
||||
- miku recorded by @derFisch
|
||||
-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue