Skip to content

Commit

Permalink
Update navbar menu
Browse files Browse the repository at this point in the history
  • Loading branch information
luigicapogrosso committed May 14, 2024
1 parent e9c387a commit dd0a02b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>
<div class="navbar-menu">
<div class="navbar-start" style="flex-grow: 1; justify-content: center;">
<a class="navbar-item" href="https://capogrosso.eu">
<a class="navbar-item" target="_blank" href="https://capogrosso.eu">
<span class="icon">
<i class="fas fa-home"></i>
</span>
Expand All @@ -49,8 +49,11 @@
More Research
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://intelligolabs.net/intelligo-ml-lab/">
Intelligo ML lab
<a class="navbar-item" target="_blank" href="https://luigicapogrosso.github.io/split_et_impera/">
Split-Et-Impera
</a>
<a class="navbar-item" target="_blank" href="https://intelligolabs.github.io/MTL-Split/">
MTL-Split
</a>
</div>
</div>
Expand Down

0 comments on commit dd0a02b

Please sign in to comment.