Ishidres' personal homepage, giving more information about her and what she creates, located at ishidres.eu.
- well coded
- offers mobile version
- easy to edit and adjuste
- NoScript-friendly
- good performance
Navigation Bar:
<div class="nav-bar">
<img src="heading.png" width="150px" height="auto">
<a href="twitter/" target="_blank">Twitter</a>
<a class="active" href="#">Home</a>
...
</div>
Content:
<div class="content">
<div class="heading">Heading</div>
<p class="tracking-in-expand-delay">Description</p>
<div class="buttons">
<a href="github/" target="_blank">
<button class="button github-button">
<i class="fab fa-github"></i>
GitHub
</button>
</a>
...
</div>
</div>