Skip to content

Commit

Permalink
add the button in nav bar in index page of bloodbank
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisek2004 committed Oct 22, 2024
1 parent 1511dc7 commit 250e753
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bloodbank.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<!-- Header -->
<header class="w3-container w3-red w3-center" style="padding:128px 16px">
<h1 class="w3-margin w3-jumbo">
The Online Blood Bank
Swasthya Point Blood Bank
<i class="w3-animate-fading fa fa-heartbeat" style="animation-duration: 1.8s;"></i>
</h1>
<h3> Govt of Delhi</h3>
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,9 @@
<a href="https://yourcompany.setmore.com">Schedule Appointment</a>
<a href="#setmore_widget"><span>Schedule And Reminder</span></a>
<a href="user_login.html">User Login</a>
<a href="#">Doctor Login</a>
<a href="#">Admin Login</a>
<a href="Doctor_login.html">Doctor Login</a>
<a href="Admin_login.html">Admin Login</a>
<a href="bloodbank.html">Blood Bank</a>
</nav>
</header>

Expand Down

0 comments on commit 250e753

Please sign in to comment.