Commented out links in nav and updated alumni link on index

closebracket-solution
456477617264 2021-08-21 01:10:02 +01:00
parent 8692550a05
commit e792ffa2d2
2 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
<nav id="nav" class="nav" aria-label="Primary">
<a href="/"><img src="/assets/img/logo.png" class="logo float-left w-64">
<ul class="float-right flex space-x-3 m-6">
<li><a class="link hover:text-yellow-600" href="/about">about</a></li>
<!-- <li><a class="link hover:text-yellow-600" href="/about">about</a></li>
<li><a class="link hover:text-yellow-600" href="/history">history</a></li>
<li><a class="link hover:text-yellow-600" href="/alumni">alumni</a></li>
<li><a class="link hover:text-yellow-600" href="/alumni">alumni</a></li> -->
<li><button class="link link-button ring-1 ring-black bg-primary box-block color-primary hover:text-white text-400 weight-bold pl-500 pr-500 "><a href="https://profiles.freeside.co.uk/join"> create account </a></li>
<li><button class="link link-button ring-1 ring-black bg-gray-400 box-block color-primary hover:text-white text-400 weight-bold pl-500 pr-500 "><a href="http://profiles.freeside.co.uk/login"> login </a></button></li>
</ul>

View File

@ -46,7 +46,7 @@ title: Freeside
<br>
<nav class="nav box-hidden mobileXL:box-block">
<button class="link link-calltoaction ring-2 ring-black bg-primary color-primary hover:text-white text-400 weight-bold pl-900 pr-900 "><a href="/alumnus"> View Alumni </a></button>
<button class="link link-calltoaction ring-2 ring-black bg-primary color-primary hover:text-white text-400 weight-bold pl-900 pr-900 "><a href="/alumnni"> View Alumni </a></button>
</nav>
</div>
</div>