Skip to content

Commit

Permalink
Merge pull request #111 from Arquisoft/logo-design
Browse files Browse the repository at this point in the history
Added favicon and home icon
  • Loading branch information
Pelayori authored Mar 4, 2024
2 parents 84e6dfa + 972bbb5 commit f8e2673
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file added src/main/resources/static/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/main/resources/templates/fragments/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<title>Wikigame</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!-- Favicon -->
<link rel="icon" href="/images/logo.png" type="image/x-icon">
<!-- Bootstrap CSS -->
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/templates/fragments/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<ul class="navbar-nav mr-auto">
<li class="nav-item ">
<a class="nav-link" href="/">
<i class='fas fa-user' style='font-size:16px'></i>
<img src="/images/logo.png" width="30" height="30" class="d-inline-block align-top" alt=""
loading="lazy">
<span th:text="#{navbar.home}"></span>
</a>
</li>
Expand Down

0 comments on commit f8e2673

Please sign in to comment.