Skip to content

Commit

Permalink
Assets: update logo and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
SotosTsepe committed May 13, 2024
1 parent 7a09081 commit 89501d8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
Binary file added assets/damap_favicon_32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/damap_favicon_48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/favicon.ico
Binary file not shown.
Binary file added assets/img/logos/damap_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="author" content="TU Wien" />
<title>Damap Website</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<link rel="icon" href="assets/damap_favicon_32x32.png" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google reCAPTCHA-->
Expand All @@ -20,7 +20,9 @@
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">

<a class="navbar-brand" title="Damap" id="damap-logo" href="#page-top">DAMAP</a>
<a class="navbar-brand" title="Damap" id="damap-logo" href="#page-top">
<img src="assets/img/logos/damap_logo.png"></img>
</a>

<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
Expand Down

0 comments on commit 89501d8

Please sign in to comment.