Skip to content

Commit

Permalink
Merge pull request #1131 from Bhattu-Anitha-07/news
Browse files Browse the repository at this point in the history
Improvement of navbar in "Find a doctor" page and "News" page
  • Loading branch information
varshith257 authored Aug 8, 2024
2 parents 525d346 + b20a86f commit 1b95630
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ body {
position: relative;
background-color: #3fbcc0a6;
color: white;
border: 2px solid #000;
/* border: 2px solid #000; */
border-radius: 10px;
overflow: hidden;
transition: color 0.3s ease;
Expand Down
20 changes: 6 additions & 14 deletions news.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta content="width=device-width, initial-scale=1.0" name="viewport">

<link rel="icon" type="image/x-icon" href="../favicon.png">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
<link rel="stylesheet" href="googletranslate.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
Expand Down Expand Up @@ -545,16 +544,16 @@
<!-- <div class="mobile-logo-text">RAPIDOC</div> -->
<ul class="nav_link vis-h">
<li><a href="index.html"><i class="bi bi-house-door-fill"></i> Home</a></li>
<li><a href="#about"><i class="bi bi-info-circle-fill"></i> About</a></li>
<li><a href="index.html#about"><i class="bi bi-info-circle-fill"></i> About</a></li>
<li><a href="news.html"><i class="bi bi-newspaper"></i> News</a></li>
<li><a href="dex.html"><i class="bi bi-gear"></i> Service</a></li>
<li><a href="#patient-portal"><i class="bi bi-person"></i> Patient Portal</a></li>
<li><a href="index.html#patient-portal"><i class="bi bi-person"></i> Patient Portal</a></li>
<li><a href="Html-Files/appointment.html"><i class="bi bi-person"></i> Appointment</a></li>
<li><a href="#doctors"><i class="bi bi-person-circle"></i> Doctor</a></li>
<li><a href="#contact"><i class="bi bi-telephone"></i> Contact us</a></li>
<li><a href="#feedback"><i class="bi bi-star"></i> Rate Us</a></li>
<li><a href="index.html#doctors"><i class="bi bi-person-circle"></i> Doctor</a></li>
<li><a href="index.html#contact"><i class="bi bi-telephone"></i> Contact us</a></li>
<li><a href="index.html#feedback"><i class="bi bi-star"></i> Rate Us</a></li>
<li><a href="log/login.html"><i class="bi bi-box-arrow-right"></i> Sign in/Sign up</a></li>
<a href="Html-Files/Doctor-Experience.html"><button class="btn1">Find a Doctor</button></a>
<a href="Html-Files/Doctor Experience.html"><button style="background-color: #3fbcc0a6; border: none;" class="btn1">Find a Doctor</button></a>

</ul>
</nav>
Expand Down Expand Up @@ -753,8 +752,6 @@ <h3>RapiDoc's Research Team Publishes Groundbreaking Study on Preventive Healthc
</div>
</div>
<!-- End Home -->


<footer>
<div class="footer-wrapper">
<div class="footer-columns">
Expand Down Expand Up @@ -1080,11 +1077,6 @@ <h4>RAPIDOC Newsletter</h4><br>
});
});
});





</script>
</body>

Expand Down
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ body {
}
.btn1{
padding:10px;
border: none;
color: white;
border-radius: 10px;
}
a {
color: #ffffff;
Expand Down

0 comments on commit 1b95630

Please sign in to comment.