Skip to content

Commit

Permalink
fixed logo nav
Browse files Browse the repository at this point in the history
  • Loading branch information
airavatconsulting committed Feb 25, 2024
1 parent eb9d4f8 commit 912c341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
<body class="body-bg">

<nav class="navbar" style="background-color:#090a0fef;">
<div class="brand-logo "> <a href="./index.html"></a>
<img src="./images/companylogo.webp" width="100" alt="Airavat Consulting Group & Technology Services">
<div class="brand-logo "> <a href="./index.html">
<img src="./images/companylogo.webp" width="100" alt="Airavat Consulting Group & Technology Services"></a>
</div>
<ul class="navbar-links ">
<li><a href="./index.html#section1" class="navbar-link">Services</a></li>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
<body class="body-bg">

<nav class="navbar" style="background-color:#090a0fef;">
<div class="brand-logo "> <a href="./index.html"></a>
<img src="./images/companylogo.webp" width="100" alt="Airavat Consulting Group & Technology Services">
<div class="brand-logo "> <a href="./index.html">
<img src="./images/companylogo.webp" width="100" alt="Airavat Consulting Group & Technology Services"></a>
</div>
<ul class="navbar-links ">
<li><a href="#section1" class="navbar-link">Services</a></li>
Expand Down

0 comments on commit 912c341

Please sign in to comment.