Skip to content

Commit

Permalink
Merge pull request #876 from RadhikaMalpani1702/feature/color
Browse files Browse the repository at this point in the history
Applied Color Grading and Adde Patient Testimonial Text
  • Loading branch information
varshith257 authored Jul 18, 2024
2 parents 163c834 + 930077e commit 3f2d66c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 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
22 changes: 12 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,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 @@ -773,8 +774,9 @@ <h3 class="name">Virat Kohli</h3>
<span class="job">Delhi</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 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>
Expand All @@ -791,8 +793,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 @@ -809,8 +811,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 @@ -828,8 +830,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

0 comments on commit 3f2d66c

Please sign in to comment.