Skip to content

Commit 05fee2c

Browse files
committed
Update logo
1 parent 720609f commit 05fee2c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

fragments/navbar-empty.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="sticky-top">
2-
<nav class="navbar navbar-dark bg-dark">
3-
<a class="navbar-brand" href="login.php">
4-
<img src="res/logo.png" width="30" height="30" class="d-inline-block align-top" alt="">
2+
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
3+
<a class="navbar-brand align-bottom" href="login.php">
4+
<img src="res/logo.png" width="50" height="50" class="d-inline-block" alt="" style="background-color: #ff2e17;">
55
GoodFood
66
</a>
77
</nav>

fragments/navbar.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<?php include("fragments/notifications-".$_SESSION['user_type'].".php"); ?>
33
<div class="sticky-top">
44
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
5-
<a class="navbar-brand" <?php echo ($_SESSION['user_type'] === 'client') ? 'href="home_clients.php"' : 'href="home_providers.php"'; ?>>
6-
<img src="res/logo.png" width="30" height="30" class="d-inline-block align-top" alt="Go to homepage">
5+
<a class="navbar-brand align-bottom" <?php echo ($_SESSION['user_type'] === 'client') ? 'href="home_clients.php"' : 'href="home_providers.php"'; ?>>
6+
<img src="res/logo.png" width="50" height="50" class="d-inline-block" alt="Go to homepage" style="background-color: #ff2e17;">
77
GoodFood
88
</a>
99
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">

res/logo.png

31.2 KB
Loading

0 commit comments

Comments
 (0)