fix: swap buttons
This commit is contained in:
parent
2109e8028c
commit
e87932e375
2 changed files with 4 additions and 4 deletions
|
@ -12,8 +12,8 @@
|
|||
<span class="right" style="font-size: .4em;">Website heavily inspired from <a href="https://suckless.org" target="_blank" rel="noreferrer noopener">suckless.org</a></span>
|
||||
</div>
|
||||
<div id="menu">
|
||||
<a href="/">contact</a>
|
||||
<a href="/resume.html"><b>resume</b></a>
|
||||
<a href="/"><b>contact</b></a>
|
||||
<a href="/resume.html">resume</a>
|
||||
<!--
|
||||
<a href="/about.html">about me</a>
|
||||
-->
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
<span class="right" style="font-size: .4em;">Website heavily inspired from <a href="https://suckless.org" target="_blank" rel="noreferrer noopener">suckless.org</a></span>
|
||||
</div>
|
||||
<div id="menu">
|
||||
<a href="/"><b>contact</b></a>
|
||||
<a href="/resume.html">resume</a>
|
||||
<a href="/">contact</a>
|
||||
<a href="/resume.html"><b>resume</b></a>
|
||||
<!--
|
||||
<a href="/about.html">about me</a>
|
||||
-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue