Skip to content

Commit

Permalink
logo updated
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Sep 20, 2023
1 parent ac1c3cc commit af7bce6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,22 @@
<header>
<nav class="min-w-full h-[88px] px-4 m37:px-8 text-white absolute flex items-center justify-between z-50">
<div class="flex justify-center items-center gap-x-2 sm:gap-x-4">
<div class="w-10 m37:w-12 sm:w-14">
<a href="#"><img src="./resources/Bwlogo.svg" alt="" /></a>
</div>
<h1 class="myfont font-bold text-xl lg:text-3xl uppercase">
<a href="#">MyriadFlow</a>
</h1>
<!-- <div class="w-1/4"> -->
<a href="#"><Image
src="./resources/Rectangle.png"
width="60"
height="60"
alt="logo"
/></a>
<!-- </div> -->
<!-- <h1 class="myfont font-bold text-xl lg:text-3xl uppercase"> -->
<a href="#"><Image
src="./resources/myriadflow.png"
width="250"
height="250"
alt="logo"
/></a>
<!-- </h1> -->
</div>
<button class="lg:hidden text-2xl" id="navbtn">
<i class="fa-solid fa-bars"></i>
Expand Down
Binary file added resources/Rectangle.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 resources/myriadflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit af7bce6

Please sign in to comment.