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

Applied Color Grading and Adde Patient Testimonial Text #876

Merged
merged 6 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
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
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