Hi, sorry as this template is designed to be a single page landing page, there isn’t any available styles for top menu links. However you can insert your links just before the title like this;
<!-- CONTENT -->
<div class="content">
<p>
<a class="link-1 light" href="https://twitter.com/pixelwarsdesign" target="_blank">About Me</a>
<a class="link-1 light" href="https://www.instagram.com/pixelwarsdesign/" target="_blank">Contact</a>
</p>
<!-- TITLE -->
<h1>
Hi, I am Adam
</h1>
<!-- TITLE -->
</div>
<!-- CONTENT -->