Skip to content

Commit

Permalink
updated testimonials
Browse files Browse the repository at this point in the history
  • Loading branch information
usman-khan-01 committed Dec 11, 2023
1 parent cdd1558 commit b18b148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions assets/data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,35 +231,30 @@
"testimonials": [
{
"name": "Ashpaddon",
"link": "https://www.fiverr.com/ashpaddon",
"imageUrl": "assets/images/profile/f-placeholder-400x400.jpg",
"country": "Australia",
"review": "The seller was very easy to work with and prompt with all requests. He went beyond what was asked of him. Thanks again. Look forward to working with you in the future."
},
{
"name": "Netexchange",
"link": "https://www.fiverr.com/netexchange",
"imageUrl": "https://fiverr-res.cloudinary.com/t_profile_original,q_auto,f_auto/profile/photos/2562967/original/Netexchange.jpg",
"country": "Singapore",
"review": "Seller was very responsible and completed his task within the timeline given. Would highly recommend the Seller for a good WordPress development project."
},
{
"name": "Netexchange",
"link": "https://www.fiverr.com/netexchange",
"imageUrl": "https://fiverr-res.cloudinary.com/t_profile_original,q_auto,f_auto/profile/photos/2562967/original/Netexchange.jpg",
"country": "Singapore",
"review": "Seller was polite, did more than required and has a lot of passion in what he does. This is the 2nd time I have engaged his Services."
},
{
"name": "Nestorm750",
"link": "https://www.fiverr.com/nestorm750",
"imageUrl": "https://fiverr-res.cloudinary.com/t_profile_original,q_auto,f_auto/attachments/profile/photo/e40438712b13d0c6b0667ab913e65fad-913270731599112437022/JPEG_20200903_015356_3958061439173598869.jpg",
"country": "United States",
"review": "excellent, fast, very competent and knowledgeable, very polite - highly recommended."
},
{
"name": "Alberts167",
"link": "https://www.fiverr.com/alberts167",
"imageUrl": "assets/images/profile/m-placeholder-400x400.gif",
"country": "Peru",
"review": "Awesome to work with. Great responsiveness and understanding of what was required. He provided me the best solutions and recommendations for my project."
Expand Down
4 changes: 2 additions & 2 deletions assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ getPlatformName = (s) => console.log(s[0].link);
$(".carousel-inner").append(`<div class="carousel-item active">
<div class="row testimonial">
<div class="col-lg-2 col-md-3 cc-reference-header">
<a href="${testimonial.link}" target="_blank">
<a target="_blank">
<img src="${testimonial.imageUrl}" alt="${testimonial.name}'s Image" />
</a>
<div class="h5 pt-2">${testimonial.name}</div> <p class="category">${testimonial.country}</p> </div>
Expand All @@ -166,7 +166,7 @@ getPlatformName = (s) => console.log(s[0].link);
$(".carousel-inner").append(`<div class="carousel-item">
<div class="row testimonial">
<div class="col-lg-2 col-md-3 cc-reference-header">
<a href="${testimonial.link}" target="_blank">
<a target="_blank">
<img src="${testimonial.imageUrl}" alt="${testimonial.name}'s Image" />
</a>
<div class="h5 pt-2">${testimonial.name}</div> <p class="category">${testimonial.country}</p> </div>
Expand Down

0 comments on commit b18b148

Please sign in to comment.