mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2025-05-13 10:25:20 -04:00
16 lines
No EOL
550 B
HTML
16 lines
No EOL
550 B
HTML
<div class="menu">
|
|
<div>
|
|
<a class="item" href="index.html" title="home">
|
|
<img src="icons/home.svg" alt="home">
|
|
</a>
|
|
<a class="item" href="projects.html" title="projects">
|
|
<img src="icons/web_stories.svg" alt="projects">
|
|
</a>
|
|
<a class="item" href="thoughts.html" title="thoughts">
|
|
<img src="icons/rss_feed.svg" alt="thoughts">
|
|
</a>
|
|
<a class="item" href="guestbook.html" title="guestbook">
|
|
<img src="icons/developer_guide.svg" alt="guestbook">
|
|
</a>
|
|
</div>
|
|
</div> |