Skip to content

Commit

Permalink
FIX home link
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea committed Jun 21, 2018
1 parent 2fb177a commit 9d35315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<body>
<header id="top">
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand font-krona" href="/home.html" style="margin-left: 10%">
<a class="navbar-brand font-krona" href="/" style="margin-left: 10%">
<img style="background-size: auto; width: 95px; height: 55px; background-repeat: no-repeat;" src="/etero/img/logo_ALIR_piccolo.png"
alt="ALIR">
</a>
Expand All @@ -36,7 +36,7 @@
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex " style="margin-right: 7%">
<li class="nav-item active">
<a class="nav-link hvr-underline-from-left" href="https://www.alir.eu/">HOME</a>
<a class="nav-link hvr-underline-from-left" href="/">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-left" href="/forums/">FORUM</a>
Expand Down

0 comments on commit 9d35315

Please sign in to comment.