Skip to content

Commit

Permalink
Merge branch 'main' into Add/Day-Night-Toggle-button
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshsaini001 authored Jul 18, 2024
2 parents d392656 + 3ab4a3f commit fc4a76c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ body {
}

.section-black-text p, .section-black-text h2 {
color: #000;
color: white;
}

.enhanced-input,
Expand Down
32 changes: 23 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1954,8 +1954,9 @@ <h3 class="name">Dinesh Karthik</h3>
<span class="job">Bangalore</span>
</div>
</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod enim, architecto eum pariatur explicabo
aliquam incidunt provident vero nostrum quam!</p>
<p>Digital healthcare has provided me with quick and easy access to medical advice without
the long waits typically associated with in-person visits. My doctor can easily monitor
my condition remotely, and I feel more connected to my healthcare team than ever before. Highly recommend!</p>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
Expand All @@ -1973,7 +1974,20 @@ <h3 class="name">Virat Kohli</h3>
<span class="job">Delhi</span>

</div>

<div class="swiper-pagination js-testimonals-pagination"></div>

</div>
<p>Digital healthcare has been a game-changer for me. I love being able to consult with
specialists without leaving my home, especially since I live in a rural area with limited access to healthcare facilities.
The only downside is that sometimes the app can be a bit slow, but overall, the benefits far outweigh the minor inconveniences.</p>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>

</div>

</div>
Expand All @@ -1989,8 +2003,8 @@ <h3 class="name">Smrithi Mandanna</h3>
<span class="job">Mumbai</span>
</div>
</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod enim, architecto eum pariatur explicabo
aliquam incidunt provident vero nostrum quam!</p>
<p>I was initially skeptical about using digital healthcare services, but my experience has been nothing short of amazing.
My doctor can easily monitor my condition remotely, and I feel more connected to my healthcare team than ever before. Highly recommend!</p>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
Expand All @@ -2007,8 +2021,8 @@ <h3 class="name">John Doe</h3>
<span class="job">Chennai</span>
</div>
</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod enim, architecto eum pariatur explicabo
aliquam incidunt provident vero nostrum quam!</p>
<p>I've had mixed experiences with digital healthcare. On one hand, it's very convenient to schedule appointments and have virtual consultations.
On the other hand, I feel like some issues are harder to diagnose without a physical examination.</p>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
Expand All @@ -2026,8 +2040,8 @@ <h3 class="name">Shikha Pandey</h3>
<span class="job">Kolkata</span>
</div>
</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod enim, architecto eum pariatur explicabo
aliquam incidunt provident vero nostrum quam!</p>
<p>As someone with a chronic illness, digital healthcare has been a lifesaver. Regular monitoring and quick access to my healthcare team
through messaging and video calls have significantly improved my quality of life.</p>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
Expand Down Expand Up @@ -2171,7 +2185,7 @@ <h4>Explore</h4><br>
<ul class="links">
<li><a href="Html-Files/appointment.html">Appointment</a></li>
<li><a href="index.html#patient-portal">Patient Portal</a></li>
<li><a href="login.html">Login account</a></li>
<li><a href="log/login.html">Login account</a></li>
<li><a href="#">Helplines</a></li>
<li><a href="index.html#contact">Location</a></li>
</ul>
Expand Down

0 comments on commit fc4a76c

Please sign in to comment.