File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<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; " >
5
5
GoodFood
6
6
</a >
7
7
</nav >
Original file line number Diff line number Diff line change 2
2
<?php include ("fragments/notifications- " .$ _SESSION ['user_type ' ].".php " ); ?>
3
3
<div class="sticky-top">
4
4
<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; ">
7
7
GoodFood
8
8
</a>
9
9
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
You can’t perform that action at this time.
0 commit comments