Skip to content

Commit

Permalink
mv neic logo to top right and make it clickable
Browse files Browse the repository at this point in the history
(this was a request from NeIC)
  • Loading branch information
bast committed Oct 16, 2024
1 parent a4128fe commit cc46a79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<div>
<div class="uk-margin-bottom">
{% set neic_logo = resize_image(path="about/funding/neic.png", width=80, op="fit_width") %}
<img src="{{ neic_logo.url }}"
alt="NeIC logo" class="mr-2"/>
<a href="https://neic.no/">
<img src="{{ neic_logo.url }}"
alt="NeIC logo" class="mr-2, uk-align-right"/>
</a>
</div>
<div>
{% set coderefinery = resize_image(path="logo/coderefinery.png", width=250, op="fit_width") %}
Expand Down

0 comments on commit cc46a79

Please sign in to comment.