Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement of navbar in "Find a doctor" page and "News" page #1131

Merged
merged 4 commits into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
@@ -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;
20 changes: 6 additions & 14 deletions news.html
Original file line number Diff line number Diff line change
@@ -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">
@@ -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>
@@ -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">
@@ -1080,11 +1077,6 @@ <h4>RAPIDOC Newsletter</h4><br>
});
});
});





</script>
</body>

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