Home

Awesome

<img src="Preview.png">

Editing Links

<a href="https://github.com" class="hex-icon" target="none">
  <i class="fa-brands fa-github"></i>
</a>
.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
}  

Credits

<a href="https://codepen.io/alexerlandsson/pen/ZvXVbB">Alexander Erlandsson</a> <br> <a href="https://www.youtube.com/watch?v=kySGqoU7X-s">Hyperplexed</a>