Skip to content

Commit

Permalink
Merge pull request #1167 from aditya-bhaumik/portal2
Browse files Browse the repository at this point in the history
removed the patient portal and linked it to the navbar
  • Loading branch information
varshith257 authored Aug 9, 2024
2 parents 99630b8 + 74a6330 commit 9f62757
Showing 1 changed file with 2 additions and 45 deletions.
47 changes: 2 additions & 45 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<li><a href="#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="portal.html"><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>
Expand Down Expand Up @@ -341,50 +341,7 @@ <h4><a href="https://www.medicalnewstoday.com/">Health Post</a></h4>
</section>
</center>
<!-- End Services Section -->

<!-- Patient Portal Section -->
<section id="patient-portal" class="patient-portal">
<div class="container-patientportal">
<div class="section-title section-black-text" id="section-patientportal">
<h2>Patient Portal</h2>
<p>Access your medical records, lab results, and prescription history securely.</p>
</div>
<div class="container">

<!-- Add Login Form for Patient Portal -->
<div class="login-box">
<div class="avatar">
<img src="img/avatar.png" height="220px" width="263px" alt="Avatar">
</div>
<form id="loginForm">
<div class="textbox">
<i class="fas fa-user"></i>
<input type="text" placeholder="Username" name="username" required>
</div>
<br>
<div class="textbox">
<i class="fas fa-lock"></i>
<input type="password" placeholder="Password" name="password" required>
</div>
<br>
<input type="submit" class="btn" value="SUBMIT">
<div class="register-link">
<p style="font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 16px;">
Not registered yet?
<a href="./log/login.html" style="font-family: Verdana, Geneva, Tahoma, sans-serif;">Register Here</a>
</p>
</div>
<div class="forgot-password" id="forgot-password-patient-portal">
<a href="forgot-password.php">Forgot Your Password?</a>
</div>
</form>
<div id="loginMessage" class="popup-message"></div>
</div>

</div>
</div>
</section>


<!-- ################# Doctors Section ################# -->
<section id="doctors" class="doctors">
<div class="section-title">
Expand Down

0 comments on commit 9f62757

Please sign in to comment.