Skip to content

Commit

Permalink
fix: update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmnyberg committed Nov 7, 2024
1 parent e892223 commit cc7d305
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 76 deletions.
Binary file added static/img/PbHiT_Logo_SH_TKJ.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 static/img/gwcdt.png
Binary file not shown.
71 changes: 0 additions & 71 deletions static/img/gwcdt.svg

This file was deleted.

12 changes: 7 additions & 5 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
<body>
<div class="content-main">
<div class="container-fluid page-content px-lg-5">
<div class="row">
<div class="col-5 col-md-2 col-lg-1 p-3">
<img src="/static/img/gwcdt.png" width="100%" height="auto">
<div class="row g-0">
<div class="col-6 col-md-3 col-lg-2 p-3">
<div class="col-11 col-md-8 col-lg-6">
<img src="/static/img/PbHiT_Logo_SH_TKJ.png" width="100%" height="auto">
</div>
</div>
<div class="col-2 col-md-8 col-lg-10"></div>
<div class="col-1 col-md-7 col-lg-9"></div>
<div class="col-5 col-md-2 col-lg-1 p-3">
<img src="/static/img/umea_university.png" width="100%" height="auto">
<img src="/static/img/umea_university.png" width="90%" height="auto">
</div>
</div>
<nav class="navbar navbar-expand-lg navbar-light px-3" style="background-color: #f0f0f0">
Expand Down

0 comments on commit cc7d305

Please sign in to comment.