-
Notifications
You must be signed in to change notification settings - Fork 138
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
Update homepage testimonial section #1578
Conversation
Note -
WDYT?? @anjula-sack |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gajindubandara this should be the preview link right?
Can you change it?
Done! |
index.html
Outdated
<div class="row testimonialBox shadow"> | ||
<div class="col-md-12"> | ||
<div class="row"> | ||
<div class="col-md-3"> | ||
<div class="mentee col"> | ||
<div class="row authorDetails"> | ||
<div class="authorImg"> | ||
<img class="img" src="https://res.cloudinary.com/dsxobn1ln/image/upload/v1627106046/Homepage-Testimonial/sanmugathasan_dvkoxy.jpg"> | ||
</div> | ||
<h5 class="name">Sanmugathasan Prasanthan</h5> | ||
<p class="details">CEO/ Founder, IT Signature</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-9"> | ||
<div class="highlight">"Unleashing Potential: The Transformative Power of Motivational | ||
Testimonials in Empowering Aspiring Entrepreneurs to Overcome Challenges, Pursue | ||
Their Dreams, and Foster a Supportive Community." | ||
</div> | ||
</div> | ||
</div> | ||
<p class="paragraph text-justify"> | ||
It's great to work with your team and I wish you good luck. It's a great opportunity for me to | ||
share my stories with upcoming entrepreneurs and I believe you will keep your great service | ||
to motivate the rest. | ||
</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove Sanmugathasan Prasanthan from here @gajindubandara
assets/css/global-custom.css
Outdated
border-radius: 50%; | ||
border: 5px solid #EAECEE; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this line also required? @gajindubandara
If not needed,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry @gajindubandara we need that line. That is the end of the line, please add it again, sorry for the inconvenience
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See below I have suggested the changes. Commit them @gajindubandara
Purpose
The purpose of this PR is to fix #1577
Goals
To update the home page testimonial section
Approach
Updated the home page testimonials & card styles
Screenshots
Preview Link
https://pr-1578-sef-site.surge.sh/
Checklist