• Overview
  • About Seller
  • Review

I convert Figma designs into clean and responsive websites.

Choose the plan that fits your needs:

  • Basic: Convert your single-page Figma design with up to 3 sections.
  • Standard: 3-page Figma design with up to 3 sections per page.
  • Premium: 4-page Figma design with up to 3 sections per page.


Example Website: 


Catering Service Website
Catering Service Website using HTML, CSS, JavaScript & Bootstrap.
Live Website Link: https://catering-service-eight.vercel.app
This website is Multiple Page Website.

  • From Bangladesh
  • Seller Since 2025

Web Designer and Developer @ Freelancing | HTML5, CSS3, JavaScript, Bootstrap5, Git, GitHub and Vercel.

  • Package
  • ৳1,000.00
  • Delivery Days: 3
  • Revisions: 1
  • 1 page
  • Responsive design
  • Slider/scroller
  • Browser compatibility

Login to Chat

$(document).on('submit','.service_review_form',function(e){ e.preventDefault(); let service_id = $('#service_id').val(); let seller_id = $('#seller_id').val(); let rating = $('#rating').val(); let name = $('#name').val(); let email = $('#email').val(); let message = $('#message').val(); $.ajax({ url:"https://troubleshoot.com.bd/service-list/service-review-add", method:"post", data:{ service_id:service_id, seller_id:seller_id, rating:rating, name:name, email:email, message:message, }, success:function(res){ if (res.status == 'success') { toastr.options = { "closeButton": true, "debug": false, "newestOnTop": false, "progressBar": true, "preventDuplicates": true, "onclick": null, "showDuration": "100", "hideDuration": "1000", "timeOut": "5000", "extendedTimeOut": "1000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "show", "hideMethod": "hide" }; toastr.success(res.message); }else if(res.status == 'danger'){ toastr.options = { "closeButton": true, "debug": false, "newestOnTop": false, "progressBar": true, "preventDuplicates": true, "onclick": null, "showDuration": "100", "hideDuration": "1000", "timeOut": "5000", "extendedTimeOut": "1000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "show", "hideMethod": "hide" }; toastr.warning(res.message); } $('.service_review_form')[0].reset(); } }); }) }); })(jQuery);