Help
RSS
API
Feed
Maltego
Contact
Domain > coderholics.co.uk
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-11-24
162.0.229.51
(
ClassC
)
2025-10-23
198.54.114.161
(
ClassC
)
Port 80
HTTP/1.1 301 Moved Permanentlykeep-alive: timeout5, max100content-type: text/htmlcontent-length: 795date: Thu, 23 Oct 2025 02:31:27 GMTserver: LiteSpeedlocation: https://coderholics.co.uk/x-turbo-charged-by: LiteSpeed !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKkeep-alive: timeout5, max100x-powered-by: PHP/8.1.33content-type: text/html; charsetUTF-8cache-control: no-cache, privateset-cookie: XSRF-TOKENeyJpdiI6Ik5pWEs4VXdvTmo4V1pZTEJFbEl0aXc9PSIsInZhbHVlIjoiL3hVd09VeHJBUER3dTZHMVlKa3h0TXdzczBMeExOMk5KNWtWZ3dvRTMyRXdZeGk0MHJsT090UlZmbmJXWHJXWWhGd0hHOGl1a00xanZHTGFraUtoT1lHK1JsdkRTZUR6YzBXR2QzRENmQWZUbUs1alpZTGswOW5ZbzhEdGwxeHUiLCJtYWMiOiJiYzc3OGJlYTZjMTg1YTc0NWVlNDY0NDc2NTNkODdjYjhhNWIxZTAwNzlmZTAxYTM4YzRjMzk1OGE4OGY4YmY2IiwidGFnIjoiIn0%3D; expiresThu, 23 Oct 2025 04:31:27 GMT; Max-Age7200; path/; secure; samesitelaxset-cookie: coderholics_sessioneyJpdiI6Ik50UVBETm96aDdkK2VTa1MzcEZnaXc9PSIsInZhbHVlIjoiQzcwaHBadW9VMzhNbm9iQTczYWZqUmI0dTdTUUd1ZG8zS0ZoUkw1SzRLZE1hb1VwSWlzVTFCd241RW5vYzlYOWFFSlhxeFk5SDVzbTM4OXVtVHNTTG9tUmFLT0lhZUNlUDFKUGZrbWQrZGlDR2dkOExWYWtDb0ZpVjFnN3FOeDgiLCJtYWMiOiJiMWNkYzc4ZTY1ZWE4Yzg1OTZmNzFjMTMxY2ZiYjBhMmIwZmEwMzA2OTcyZmRjNDEzNzkxY2VhMzgwMDM3MzZlIiwidGFnIjoiIn0%3D; path/; httponly; samesitelax; securecontent-length: 91686date: Thu, 23 Oct 2025 02:31:27 GMTserver: LiteSpeedx-turbo-charged-by: LiteSpeed script srchttps://code.jquery.com/jquery-3.6.0.min.js>/script> script srchttps://cdn.jsdelivr.net/npm/sweetalert2@11>/script> script>$(document).ready(function () { $(#business-support-form).on(submit, function (e) { e.preventDefault(); // Prevent default form submission var form $(this); var formData form.serialize(); // Serialize form data var spinner $(.spinner); // Spinner element // Show the spinner spinner.show(); $.ajax({ url: form.attr(action), type: POST, data: formData, dataType: json, success: function (response) { Swal.fire({ icon: success, title: Success!, text: Your request has been submitted successfully., confirmButtonText: OK }).then((result) > { if (result.isConfirmed) { form0.reset(); // Clear the form fields } }); }, error: function (xhr) { var errorMessages Something went wrong. Please try again later.; if (xhr.responseJSON && xhr.responseJSON.errors) { errorMessages Object.values(xhr.responseJSON.errors).map(error > error0).join(\n); } Swal.fire({ icon: error, title: Oops..., text: errorMessages, confirmButtonText: OK }); }, complete: function () { // Hide the spinner after request completion spinner.hide(); } }); }); }); $(document).ready(function() { $(#contact-form4).on(submit, function(e) { e.preventDefault(); // Prevent the default form submission var form $(this); var formData form.serialize(); // Serialize the form data var spinner $(.spinner); // Spinner element // Show the spinner spinner.show(); $.ajax({ url: form.attr(action), type: POST, data: formData, success: function(response) { Swal.fire({ icon: success, title: Success!, text: Thank you for subscribing! Check your email for confirmation., confirmButtonText: OK }).then((result) > { if (result.isConfirmed) { form0.reset(); // Clear the form fields } }); }, error: function(xhr) { var errors xhr.responseJSON.errors; var errorMessages ; $.each(errors, function(key, value) { errorMessages + value0 + \n; }); Swal.fire({ icon: error, title: Oops..., text: errorMessages, confirmButtonText: OK }); }, complete: function() { // Hide the spinner after the request is complete spinner.hide(); } }); }); }); /script>script> $(document).ready(function() { $(#contact-form).on(submit, function(e) { e.preventDefault(); // Prevent the default form submission var form $(this); var formData form.serialize(); // Serialize the form data var spinner $(.spinner); // Spinner element // Show the spinner spinner.show(); $.ajax({ url: form.attr(action), type: POST, data: formData, success: function(response) { Swal.fire({ icon: success, title: Success!, text: Your message has been sent successfully., confirmButtonText: OK }).then((result) > { if (result.isConfirmed) { form0.reset(); // Clear the form fields $(#contactModal).modal(hide); // Hide the modal } }); }, error: function(xhr) { var errorMessages Something went wrong. Please try again later.; if (xhr.responseJSON && xhr.responseJSON.error) { errorMessages xhr.responseJSON.error; } Swal.fire({ icon: error, title: Oops..., text: errorMessages, confirmButtonText: OK }); }, complete: function() { // Hide the spinner after the request is complete spinner.hide(); } }); }); });/script>!doctype html>html classno-js langzxx>head> meta charsetutf-8> meta http-equivx-ua-compatible contentieedge> title>Coderholics/title> meta namedescription content> meta nameviewport contentwidthdevice-width, initial-scale1> link relshortcut icon typeimage/x-icon hrefhttps://coderholics.co.uk/front/images/coderholics_favicon.png> !-- Place favicon.ico in the root directory --> !-- CSS here --> link relstylesheet hrefhttps://coderholics.co.uk/front/css/bootstrap.min.css> link relstylesheet hrefhttps://coderholics.co.uk/front/css/animate.min.css> link relstylesheet hrefhttps://coderholics.co.uk/front/css/magnific-popup.css> link relstylesheet hrefhttps://coderholics.co.uk/front/fontawesome/css/all.min.css> link relstylesheet hrefhttps://coderholics.co.uk/front/css/dripicons.css> link relstylesheet hrefhttps://coderholics.co.uk/front/css/slick.css> link relstylesheet hrefhttps://coderholics.co.uk/front/css/default.css> link relstylesheet hrefhttps://coderholics.co.uk/front/css/swiper.css> link relstylesheet hrefhttps://coderholics.co.uk/front/css/style.css> link relstylesheet hrefhttps://coderholics.co.uk/front/css/responsive.css> link relstylesheet hrefhttps://cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.css> !-- Livewire Styles -->style >wire\:loadingwire\:loading, wire\:loading\.delaywire\:loading\.delay, wire\:loading\.inline-blockwire\:loading\.inline-block, wire\:loading\.inlinewire\:loading\.inline, wire\:loading\.blockwire\:loading\.block, wire\:loading\.flexwire\:loading\.flex, wire\:loading\.tablewire\:loading\.table, wire\:loading\.gridwire\:loading\.grid, wire\:loading\.inline-flexwire\:loading\.inline-flex {display: none;}wire\:loading\.delay\.nonewire\:loading\.delay\.none, wire\:loading\.delay\.shortestwire\:loading\.delay\.shortest, wire\:loading\.delay\.shorterwire\:loading\.delay\.shorter, wire\:loading\.delay\.shortwire\:loading\.delay\.short, wire\:loading\.delay\.defaultwire\:loading\.delay\.default, wire\:loading\.delay\.longwire\:loading\.delay\.long, wire\:loading\.delay\.longerwire\:loading\.delay\.longer, wire\:loading\.delay\.longestwire\:loading\.delay\.longest {display: none;}wire\:offlinewire\:offline {display: none;}wire\:dirty:not(textarea):not(input):not(select) {display: none;}:root {--livewire-progress-bar-color: #2299dd;}x-cloak {display: none !important;}wire\:cloak {display: none !important;}/style>script typetext/javascript classflasher-js>(function() { var rootScript https://cdn.jsdelivr.net/npm/@flasher/flasher@1.3.2/dist/flasher.min.js; var FLASHER_FLASH_BAG_PLACE_HOLDER {}; var options mergeOptions(, FLASHER_FLASH_BAG_PLACE_HOLDER); function mergeOptions(first, second) { return { context: merge(first.context || {}, second.context || {}), envelopes: merge(first.envelopes || , second.envelopes || ), options: merge(first.options || {}, second.options || {}), scripts: merge(first.scripts || , second.scripts || ), styles: merge(first.styles || , second.styles || ), }; } function merge(first, second) { if (Array.isArray(first) && Array.isArray(second)) { return first.concat(second).filter(function(item, index, array) { return array.indexOf(item) index; }); } return Object.assign({}, first, second); } function renderOptions(options) { if(!window.hasOwnProperty(flasher)) { console.error(Flasher is not loaded); return; } requestAnimationFrame(function () { window.flasher.render(options); }); } function render(options) { if (loading ! document.readyState) { renderOptions(options); return; } document.addEventListener(DOMContentLoaded, function() { renderOptions(options); }); } if (1 document.querySelectorAll(script.flasher-js).length) { document.addEventListener(flasher:render, function (event) { render(event.detail); }); document.addEventListener(livewire:navigating, function () { var elements document.querySelectorAll(.fl-no-cache); for (var i 0; i elements.length; i++) { elementsi.remove(); }}); } if (window.hasOwnProperty(flasher) || !rootScript || document.querySelector(scriptsrc + rootScript + )) { render(options); } else { var tag document.createElement(script); tag.setAttribute(src, rootScript); tag.setAttribute(type, text/javascript); tag.onload function () { render(options); }; document.head.appendChild(tag); }})();/script>/head>style>.cart-panel { position: fixed; top: 140px !important; left: -300px; /* Hidden initially */ width: 300px; height: 100%; background: #fff; box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2); transition: left 0.3s ease-in-out; z-index: 1050; overflow-y: auto; } .cart-header { padding: 15px; display: flex; justify-content: space-between; background: #050505; color: white; } .cart-body { padding: 15px; } .cart-footer { padding: 15px; border-top: 1px solid #ddd; } .cart-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: none; z-index: 1040; } .spinner { border: 4px solid rgba(0, 0, 0, 0.1); /* Light grey */ border-left: 4px solid #3498db; /* Blue */ border-radius: 50%; width: 30px; height: 30px; animation: spin 1s linear infinite; display: none; /* Hidden by default */ } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .spinner-container { position: relative; } .spinner-container .spinner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } @media (max-width: 768px) { body { } #mobile{ display: none !important; } .cart-toggle{ display: block !important; } .cart-link{ position: relative; left: -200px !important; display: block !important; top: 21px; } @media (max-width: 360px) { /* CSS styles for small phones */ body { } .logo img { width: 90px !important;} .cart-toggle{ display: block !important; position: relative !important; left: 70px !important; } /* Add other styles as needed */} .fa-shopping-cart { color: rgb(90, 88, 88) !important; display: block !important; position: absolute !important; /* Use absolute positioning */ right: 10px; /* Adjust this value as needed */ bottom: 40px; /* Maintain bottom offset if needed */} #logo{ top: -10px; }}/style>body> !-- header --> header classheader-area> div idheader-sticky classmenu-area> div classcontainer> div classsecond-menu> div classrow align-items-center> div classcol-xl-1 col-lg-1 idlogo> div classlogo> a hrefhttps://coderholics.co.uk>img stylewidth: 100px; srchttps://coderholics.co.uk/front/images/coderholics_logo.png altlogo>/a> /div> /div> div classcol-xl-9 col-lg-10> li classcart-toggle styledisplay: none;> a hrefjavascript:void(0); classcart-link stylecolor: #e83e8c !important;> i stylecolor: rgb(209, 78, 211) !important; classfa fa-shopping-cart>/i> span classcart-count badge badge-danger styleposition: absolute; border-radius: 2px 2px !important; top: -60px; right: -12px; background: red; color: #f5f1f1; padding: 4px 4px; font-size: 18px;>0/span> /a> /li> div classresponsive > li> /li> i classicon dripicons-align-right stylecolor: rgb(209, 78, 211) !important;>/i> /div> div classmain-menu text-right text-xl-right> nav idmobile-menu> ul stylemargin-left: 4px !important;> li classhas-sub> a stylecolor: #e83e8c !important; href#parallax>Home/a> /li> li>a stylecolor: #e83e8c !important; href#support>IT Support/a>/li> li>a stylecolor: #e83e8c !important; href#clients>Clients/a>/li> li >a stylecolor: #e83e8c !important; href#partnership>Partnership/a>/li> li>a stylecolor: #e83e8c !important; hrefhttps://coderholics.co.uk/services>Services/a>/li> li>a stylecolor: #e83e8c !important; href#about>About Us/a>/li> li>a stylecolor: #e83e8c !important; href#contact>Contact Us/a>/li> !-- Cart Icon with Count --> li idmobile classcart-toggle stylefont-size:20px; position: relative; left: 23%;> a classnav-link cart-toggle hrefjavascript:void(0); stylecolor: rgb(209, 98, 194) !important;> i classfas fa-shopping-cart>/i> span stylefont-size:20px; border-radius:4px 4px; !important classcart-count badge badge-danger idcart-count>0/span> /a> /li> button classbtn> a hrefhttps://coderholics.co.uk/user/login>Login/a> /button> /ul> /nav> /div> /div> div classcol-xl-2 text-right d-none d-xl-block> div classheader-btn second-header-btn styleposition: relative !important; left:-210px;> /div> /div> /div> /div> div idcart-panel classcart-panel > div classcart-header > h5 classtext-white >List Of Services/h5> button classclose-cart btn btn-primary>×/button> /div> div classcart-body> ul idcart-items classlist-group>/ul> /div> div classcart-footer> div classtext-center mt-4> button typebutton classbtn btn-primary data-bs-togglemodal data-bs-target#loginModal onclickopenLoginModal()> Proceed to Checkout /button> /div> /div>/div>!-- Overlay Background -->div idcart-overlay classcart-overlay>/div> /ul> /div> /div> /div>/header> !-- header-end --> !-- main-area --> main> !-- slider-area -->section idparallax classslider-area slider-bg2 second-slider-bg d-flex fix > div classslider-shape ss-one layer data-depth0.10>img srchttps://coderholics.co.uk/front/img/shape/header-sape.png altshape>/div> div classslider-shape ss-eight layer data-depth0.50>/div> div classcontainer> div classrow> div classcol-lg-6> div classslider-content second-slider-content left-center> ul classsmall-title mb-30> li>Support Services/li> li>Web And Mobile App/li> /ul> h2 data-animationfadeInUp data-delay.4s>Coderholics span>/span>/h2> p data-animationfadeInUp data-delay.6s>Get a tech team to build and manage your everyday tech solutions at a very affordable monthly subscription.br>br>strong> Web | Mobile | Support/strong>/p> div classslider-btn mt-30 mb-30> a href#contact classbtn ss-btn data-animationfadeInUp data-delay.8s>Free Consultation/a> /div> /div> /div> div classcol-lg-6> img srchttps://coderholics.co.uk/front/img/bg/mobile.png altshape classs-img> /div> /div> /div>/section>!-- slider-area-end -->!-- services-area -->section idabout classservices-area services-bg pt-25 pb-20 stylebackground-image: url(https://coderholics.co.uk/front/img/shape/header-sape2.png); background-position: right top; background-size: auto;background-repeat: no-repeat;> div classcontainer> div classrow justify-content-center> div classcol-xl-7 col-lg-10> div classsection-title text-center pl-40 pr-40 mb-45> h2>Our Offer/h2> p>We build and manage your web application for your startup or business./p> /div> /div> /div> div classrow> div classcol-lg-4 col-md-12 mb-30> div classs-single-services active text-center> div classservices-icon> img srchttps://coderholics.co.uk/front/img/icon/f-icon1.png alticon /> /div> div classsecond-services-content> h5>Build/h5> p>A dedicated team assigned to build your application with timeline and deliveriables./p> a href#>span>1/span>/a> /div> /div> /div> div classcol-lg-4 col-md-12 mb-30> div classs-single-services text-center> div classservices-icon> img srchttps://coderholics.co.uk/front/img/icon/f-icon3.png alticon3 /> /div> div classsecond-services-content> h5>Deploy/h5> p>Deployment of your applications to cloud, infrastructure setup and monitoring./p> a href#>span>2/span>/a> /div> /div> /div> div classcol-lg-4 col-md-12 mb-30> div classs-single-services text-center> div classservices-icon> img srchttps://coderholics.co.uk/front/img/icon/f-icon2.png alticon3 /> /div> div classsecond-services-content> h5>Maintenance/h5> p>Web and mobile application management and maintainance with access to hotline./p> a href#>span>3/span>/a> /div> /div> /div> /div> /div>/section>!-- services-area-end -->!-- choose-area -->section classchoose-area pt-100 pb-60 p-relative stylebackground-image: url(https://coderholics.co.uk/front/img/shape/header-sape3.png); background-position: right center; background-size: auto;background-repeat: no-repeat;> div classchosse-img stylebackground-image:url(https://coderholics.co.uk/front/img/bg/easy-m-bg.png)>/div> div classchosse-img2>img srchttps://coderholics.co.uk/front/img/bg/mobile2.png altmobile />/div> div classcontainer> div classrow> div classcol-xl-5> /div> div classcol-xl-7> div classchoose-wrap> div classsection-title w-title left-align mb-25> h2>Dont hire tech talents!/h2> /div> div classchoose-content> p>Companies burn a lot of funds on hiring tech talents in-house and retaining them, when they can get the best hands from a pool of developers for more than 60% less the amount./p> p>This means reduction in hiring time, reduction in amount spent on salaries, but with higher delivery quality and faster time to market./p> p>Join companies benefitting from our talent-as-a-service offering to get personalised tech support, while they concentrate on growing their company/p> div classchoose-btn mt-30> a classdisabled-btn> span classicon>/span> span classtext> We Build on strong>APP STORE/strong>/span> /a> a classdisabled-btn g-btn> span classicon>/span> span classtext> We Build on strong>GOOGLE PLAY/strong>/span> /a> /div> /div> /div> /div> /div> /div>/section>!-- pricing-area -->section idpricing classpricing-area stylebackground-image: url(https://coderholics.co.uk/front/img/shape/header-sape7.png); background-position: right center; background-size: auto;background-repeat: no-repeat;> div classcontainer> div classcontainer mt-4> div classtext-center mt-4> button typebutton classbtn btn-primary m-2 data-togglemodal data-target#paymentModal> Our Tech Support Services /button> /div> div classrow> div classcol-md-4> div classcard mb-3 shadow-sm> div classcard-body> h2 classcard-text>£2.00/h2> h5 classcard-title>Basic Troubleshooting/h5> p classcard-text> Diagnose and resolve common software issues such as slow performance, app crashe... span classbtn p-0 data-bs-togglemodal data-bs-target#descriptionModal data-titleBasic Troubleshooting data-descriptionDiagnose and resolve common software issues such as slow performance, app crashes and software installation.> Read More /span> /p> !-- Read More Button --> p classcard-text>strong>/strong> Quick fixes for everyday problems./p> div classm-4> button typebutton classbtn btn-primary add-to-cart col-12 data-service-id1 data-titleBasic Troubleshooting data-price2.00> span classspinner-border spinner-border-sm d-none rolestatus aria-hiddentrue>/span> Add to Cart /button> /div> /div> /div> /div> div classcol-md-4> div classcard mb-3 shadow-sm> div classcard-body> h2 classcard-text>£29.00/h2> h5 classcard-title>Password Reset Assistance/h5> p classcard-text> Help users reset passwords for email accounts, social media, or other online ser... span classbtn p-0 data-bs-togglemodal data-bs-target#descriptionModal data-titlePassword Reset Assistance data-descriptionHelp users reset passwords for email accounts, social media, or other online services.> Read More /span> /p> !-- Read More Button --> p classcard-text>strong>/strong> Save time and avoid account lockouts./p> div classm-4> button typebutton classbtn btn-primary add-to-cart col-12 data-service-id2 data-titlePassword Reset Assistance data-price29.00> span classspinner-border spinner-border-sm d-none rolestatus aria-hiddentrue>/span> Add to Cart /button> /div> /div> /div> /div> div classcol-md-4> div classcard mb-3 shadow-sm> div classcard-body> h2 classcard-text>£19.00/h2> h5 classcard-title>Email Setup (1 Off)/h5> p classcard-text> Configure professional webmail accounts for your business on various devices (sm... span classbtn p-0 data-bs-togglemodal data-bs-target#descriptionModal data-titleEmail Setup (1 Off) data-descriptionConfigure professional webmail accounts for your business on various devices (smartphones, tablets, laptops).> Read More /span> /p> !-- Read More Button --> p classcard-text>strong>/strong> Ensure seamless communication./p> div classm-4> button typebutton classbtn btn-primary add-to-cart col-12 data-service-id3 data-titleEmail Setup (1 Off) data-price19.00> span classspinner-border spinner-border-sm d-none rolestatus aria-hiddentrue>/span> Add to Cart /button> /div> /div> /div> /div> div classcol-md-4> div classcard mb-3 shadow-sm> div classcard-body> h2 classcard-text>£30.00/h2> h5 classcard-title>Software Installation/h5> p classcard-text> Install and configure essential software (e.g., antivirus, office suites). span classbtn p-0 data-bs-togglemodal data-bs-target#descriptionModal data-titleSoftware Installation data-descriptionInstall and configure essential software (e.g., antivirus, office suites).> Read More /span> /p> !-- Read More Button --> p classcard-text>strong>/strong> Get necessary tools up and running quickly./p> div classm-4> button typebutton classbtn btn-primary add-to-cart col-12 data-service-id4 data-titleSoftware Installation data-price30.00> span classspinner-border spinner-border-sm d-none rolestatus aria-hiddentrue>/span> Add to Cart /button> /div> /div> /div> /div> div classcol-md-4> div classcard mb-3 shadow-sm> div classcard-body> h2 classcard-text>£200.00/h2> h5 classcard-title>File Recovery/h5> p classcard-text> Attempt to recover accidentally deleted files from computers or external drives. span classbtn p-0 data-bs-togglemodal data-bs-target#descriptionModal data-titleFile Recovery data-descriptionAttempt to recover accidentally deleted files from computers or external drives.> Read More /span> /p> !-- Read More Button --> p classcard-text>strong>/strong> Prevent data loss./p> div classm-4> button typebutton classbtn btn-primary add-to-cart col-12 data-service-id5 data-titleFile Recovery data-price200.00> span classspinner-border spinner-border-sm d-none rolestatus aria-hiddentrue>/span> Add to Cart /button> /div> /div> /div> /div> div classcol-md-4> div classcard mb-3 shadow-sm> div classcard-body> h2 classcard-text>£35.00/h2> h5 classcard-title>Basic Virus Scan & Removal/h5> p classcard-text> Run a basic virus scan and remove detected threats. span classbtn p-0 data-bs-togglemodal data-bs-target#descriptionModal data-titleBasic Virus Scan & Removal data-descriptionRun a basic virus scan and remove detected threats.> Read More /span> /p> !-- Read More Button --> p classcard-text>strong>/strong> Protect devices from malware./p> div classm-4> button typebutton classbtn btn-primary add-to-cart col-12 data-service-id6 data-titleBasic Virus Scan & Removal data-price35.00> span classspinner-border spinner-border-sm d-none rolestatus aria-hiddentrue>/span> Add to Cart /button> /div> /div> /div> /div> /div>!-- Read More Modal -->div classmodal fade mt-4 iddescriptionModal tabindex-1 aria-labelledbydescriptionModalLabel aria-hiddentrue stylemargin-top: 50px !important; > div classmodal-dialog mt-4> div classmodal-content mt-4> div classmodal-header> h5 classmodal-title iddescriptionModalLabel>/h5> button typebutton classbtn-close data-bs-dismissmodal aria-labelClose>/button> /div> div classmodal-body idmodalDescription>/div> /div> /div>/div>!-- JavaScript to Handle Modal Content -->script> document.addEventListener(DOMContentLoaded, function () { var descriptionModal document.getElementById(descriptionModal); descriptionModal.addEventListener(show.bs.modal, function (event) { var button event.relatedTarget; var title button.getAttribute(data-title); var description button.getAttribute(data-description); document.getElementById(descriptionModalLabel).textContent title; document.getElementById(modalDescription).textContent description; }); });/script>script srchttps://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js>/script>script srchttps://code.jquery.com/jquery-3.6.0.min.js>/script>script srchttps://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js>/script>script> $(document).ready(function(){ $(#loginForm).submit(function(e) { e.preventDefault(); // Prevent default form submission // Show spinner and disable the submit button $(#loginSpinner).removeClass(d-none); $(this).find(buttontypesubmit).prop(disabled, true); // Serialize form data let formData $(this).serialize(); $.ajax({ url: $(this).attr(action), method: POST, data: formData, dataType: json, success: function(response) { // Hide spinner and re-enable the submit button $(#loginSpinner).addClass(d-none); $(#loginForm buttontypesubmit).prop(disabled, false); if(response.success) { // Redirect to checkout.process route if login is successful window.location.href https://coderholics.co.uk/checkout; } else { // Display error message if credentials are invalid toastr.error(response.message); } }, error: function(xhr, status, error) { // Hide spinner and re-enable the submit button $(#loginSpinner).addClass(d-none); $(#loginForm buttontypesubmit).prop(disabled, false); toastr.error(An error occurred. Please try again.); } }); });});/script> div classtext-center m-4 stylemargin: 100px !important;> button classbtn btn-primary text-center m-4> a classnav-link hrefhttps://coderholics.co.uk/services> More /a> /button> /div> !-- Button to trigger the modal --> /div> div classrow justify-content-center> div classcol-xl-7 col-lg-8> div classsection-title text-center mb-50> h1>Software Development Plans/h1> p>We offer different pricing plans to suit your needs. /p> /div> nav classpricing-tab mb-60> span classmonthly_tab_title> Monthly /span> span classpricing-tab-switcher>/span> span classannual_tab_title> Annual /span> /nav> /div> /div> div classrow> div classcol-lg-4 col-md-4> div classpricing-box active text-center mb-60> div classpricing-head> h4>Startup/h4> div classpricing-amount> div classannual_price> sup>span classcurrency>£/span>/sup> span classprice> 2000 /span> span classsubscription> / Annual /span> /div> div classmonthly_price> sup>span classcurrency>£/span>/sup> span classprice> 200 /span> span classsubscription> / Month /span> /div> /div> /div> div classpricing-body mb-40 text-left> ul> li>60 Days Money Back Guarantee/li> li>1 project/li> li>1 stack/li> li>Delivery : ~2/month/li> li>CI/CD/li> li>Weekly support/li> li>Hosting not included/li> /ul> /div> div classpricing-btn> a hrefhttps://coderholics.co.uk/user/login classbtn>Start Now/a> /div> /div> /div> div classcol-lg-4 col-md-4> div classpricing-box active text-center mb-60> div classpoppuler> span classbtn>Popular/span> /div> div classpricing-head> h4>Business/h4> div classpricing-amount> div classannual_price> sup>span classcurrency>£/span>/sup> span classprice> 10,000 /span> span classsubscription> / Annual/span> /div> div classmonthly_price> sup>span classcurrency>£/span>/sup> span classprice> 1,000 /span> span classsubscription> / Month /span> /div> /div> /div> div classpricing-body mb-40 text-left> ul> li>60 Days Money Back Guarantee/li> li>2 projects/li> li>1 stack/li> li>Delivery : ~8/month/li> li>CI/CD/li> li>Cybersecurity/li> li>Dedicated staff/li> li>Daily support/li> li>Hosting not included/li> /ul> /div> div classpricing-btn> a hrefhttps://coderholics.co.uk/user/login classbtn>Start Now/a> /div> /div> /div> div classcol-lg-4 col-md-4> div classpricing-box active text-center mb-60> div classpricing-head> h4>Enterprise/h4> div classpricing-amount> div classannual_price> sup>span classcurrency>£/span>/sup> span classprice> 50,000 /span> span classsubscription> / Annual/span> /div> div classmonthly_price> sup>span classcurrency>£/span>/sup> span classprice> 5,000 /span> span classsubscription> / Month /span> /div> /div> /div> div classpricing-body mb-40 text-left> ul> li>60 Days Money Back Guarantee/li> li>5 Projects (max)/li> li>3 stacks/li> li>Delivery : ~30/month/li> li>CI/CD/li> li>Cybersecurity/li> li>Dedicated staff/li> li>Free staff change/li> li>2 standups/month/li> li>Daily support/li> li>Hosting not included/li> /ul> /div> div classpricing-btn> a hrefhttps://coderholics.co.uk/user/login classbtn>Start Now/a> /div> /div> /div> /div> !-- Button to trigger the modal --> /div>/section>!-- pricing-area-end -->!-- choose-area-end -->!-- how-app-work -->section idfeatures classapp-work pt-70 pb-100 p-relative stylebackground-image: background-position: right center; background-size: auto;background-repeat: no-repeat;> div classcontainer> div classrow align-items-center > div classcol-xl-6> div classchoose-wrap> div classsection-title w-title left-align mb-15> h2>How Coderholics work?/h2> /div> div classapp-work-content mt-20> ul> li> div classicon>img srchttps://coderholics.co.uk/front/img/icon/apw-Icon1.png alticon4>/div> div classtext> h4>Create An Account/h4> p>Create an account and sign up to a subscription plan that suits your need./p> /div> /li> li> div classicon>img srchttps://coderholics.co.uk/front/img/icon/apw-Icon2.png altsicon3>/div> div classtext> h4>Daily Programming Request/h4> p>Make requests of new updates for your website, web application or mobile via your dedicated dashboard./p> /div> /li> li> div classicon>img srchttps://coderholics.co.uk/front/img/icon/apw-Icon3.png alticon4>/div> div classtext> h4>Scale/h4> p>Scale quicker when you are focused on your companys growth and can carter to the needs of your users at record time./p> /div> /li> /ul> /div> /div> /div> div classcol-xl-6> /div> /div> /div>/section>!-- how-app-work -->!-- video-area -->section classvideo-area pt-100 pb-100 p-relative> div classvideo-img2> img srchttps://coderholics.co.uk/front/img/bg/video-img.png altmobile /> a href#nogo classpopup-video>img srchttps://coderholics.co.uk/front/img/bg/play-btn.png altplay-btn.png>/a> /div> div classvideo-img3> img srchttps://coderholics.co.uk/front/img/shape/header-sape5.png altheader-sape4> /div> div classcontainer> div classrow> div classcol-xl-6> /div> div classcol-xl-6> div classvideo-wrap> div classsection-title w-title left-align mb-25> h2>Lets collaborate!/h2> /div> div classvideo-content> p>Do you have other ways you think you might want to collaborate with us? Reach out to our sales team and we will be in discussion in no time./p> ul> li> div classicon>img srchttps://coderholics.co.uk/front/img/icon/vs-icon.png altvs-icon>/div> div classtext>Tech Training /div> /li> li> div classicon>img srchttps://coderholics.co.uk/front/img/icon/vs-icon.png altvsicon>/div> div classtext>Tech partnership for Equity /div> /li> li> div classicon>img srchttps://coderholics.co.uk/front/img/icon/vs-icon.png alticon>/div> div classtext>Event Partnership /div> /li> /ul> /div> /div> /div> /div> /div>/section>section idsupport classblog-area p-relative pt-92 mt-4 stylebackground-image: background-position: right center; background-size: auto;background-repeat: no-repeat;> div classcontainer mt-4> div classrow justify-content-center mt-4> div classcol-xl-7 col-lg-10> div classsection-title text-center mb-50> div classsecond-services-content> h2> Free Monthly IT Support for SMEs/h2> p>At Coderholics, we understand the challenges small and medium-sized enterprises (SMEs) face when it comes to managing their IT infrastructure. Thats why were excited to offer FREE monthly IT support to SMEs, giving you access to expert assistance once a month — at no cost!/p> h5>Interested in Free IT Support? Fill the form Below/h5> div classmt-4> form idbusiness-support-form actionhttps://coderholics.co.uk/business-support/store methodpost> input typehidden name_token valueX6vVZjDhMZ5CTUW6RRAktKe0KHq5sYxJvxW26kra autocompleteoff> div classform-group> input typetext classform-control namename idname placeholderName required> /div> div classform-group> input typeemail classform-control nameemail idemail placeholderEmail required> /div> div classform-group> input typetext classform-control namephone idphone placeholderPhone required> /div> div classform-group> input typetext classform-control namebusinesname idbusinesname placeholderBusiness/Company Name required> /div> div classform-group> input typetext classform-control namebusinessaddress idbusinessaddress placeholderBusiness/Company Address required> /div> div classform-group> textarea classform-control nametypeofbusiness idtypeofbusiness rows4 placeholderType of business and the type of support you need in detail required>/textarea> /div> div classform-group> script srchttps://www.google.com/recaptcha/api.js? async defer>/script> div data-sitekey6Lcy4a4qAAAAAKkbNKt4oLQUTk_s-PTujp1oIdpS classg-recaptcha>/div> /div> button typesubmit classbtn btn-primary>Send Request/button> div classspinner>/div> /form> div idresponse-message classmt-3>/div> /div> /div> /div> /div> /div> /div>/section>!-- video-area-end -->!-- screen-area -->!-- screen-area-end -->!-- faq-area -->section classfaq-area pb-101 stylebackground-image: url(https://coderholics.co.uk/front/img/shape/header-sape6.png); background-position: right center; background-size: auto;background-repeat: no-repeat;> div classcontainer> div classrow align-items-end> div classcol-lg-12> div classsection-title left-align mb-50> h2>FAQs/h2> p>/p> /div> div classfaq-wrap> div classaccordion idaccordionExample> div classcard> div classcard-header idheadingThree> h2 classmb-0> button classfaq-btn typebutton data-togglecollapse data-target#collapseThree aria-expandedtrue aria-controlscollapseThree> How many updates can i request per week? /button> /h2> /div> div idcollapseThree classcollapse show aria-labelledbyheadingThree data-parent#accordionExample> div classcard-body> Depending on your plan, you can make request for different parts of your website or app and get it done in a week and pushed to live server in a week. /div> /div> /div> div classcard> div classcard-header idheadingFour> h2 classmb-0> button classfaq-btn collapsed typebutton data-togglecollapse data-target#collapseFour aria-expandedfalse aria-controlscollapseFour> What happens if i decide not to continue after 1 month? /button> /h2> /div> div idcollapseFour classcollapse aria-labelledbyheadingFour data-parent#accordionExample> div classcard-body> That is possible, we can have that special arrangement. Shoot us an email on support@coderholics.co.uk /div> /div> /div> div classcard> div classcard-header idheadingOne> h2 classmb-0> button classfaq-btn collapsed typebutton data-togglecollapse data-target#collapseOne aria-expandedfalse aria-controlscollapseOne> What if i dont want subscription, but just want to build my app and pay you off? /button> /h2> /div> div idcollapseOne classcollapse aria-labelledbyheadingOne data-parent#accordionExample> div classcard-body> That is possible, we can have that special arrangement. Shoot us an email on support@coderholics.co.uk /div> /div> /div> div classcard> div classcard-header idheadingTwo> h2 classmb-0> button classfaq-btn collapsed typebutton data-togglecollapse data-target#collapseTwo aria-expandedfalse aria-controlscollapseTwo> Can i cancel any time? /button> /h2> /div> div idcollapseTwo classcollapse aria-labelledbyheadingTwo data-parent#accordionExample> div classcard-body> Yes, you can cancel any time. Terms and Conditions apply. /div> /div> /div> /div> /div> /div> /div> /div>/section>!-- faq-aread-end -->section idpartnership classpricing-area pt-100 pb-50 stylebackground-image: url(https://coderholics.co.uk/front/img/shape/header-sape.png); background-position: right center; background-size: auto;background-repeat: no-repeat;> div classcontainer> div classrow justify-content-center> div classcol-xl-7 col-lg-8> div classsection-title text-center mb-50> h2>Startup Partnerhip/h2> p>We offer an exciting opportunity to partner with qualifying startups to build their technology in exchange for equity. This partnership includes a one-time payment of £1,000./p> /div> /div> /div> /div>/section>!-- testimonial-area -->section idtestimonios classtestimonial-area testimonial-p pt-100 pb-70 stylebackground-image:url(https://coderholics.co.uk/front/img/bg/client-bg.png); background-repeat: no-repeat; background-position: right center;> div classcontainer> div classrow> div classcol-lg-6> div classsection-title center-align> h2>What Our Clients Say/h2> /div> /div> div classcol-lg-12> div classtestimonial-active> div classcol-xl-4> div classsingle-testimonial> div classtesti-author text-left m-3> img srchttps://coderholics.co.uk/front/img/testimonial/test1-Photoroom.jpg classmt-1 altAuthor Image width25% !important; height10% !important; style border-radius: 50% !important;> div classta-info > h6>Drew/h6> span>CEO, HibretOne CIC, UK/span> /div> /div> div classqutation >img srchttps://coderholics.co.uk/front/img/bg/qutation.png altQuotation>/div> p classm-1>Having an IT support staff expert in the main business software systems & how they all connect, allows us to focus completely on growing a successful company/p> /div> /div> div classcol-xl-4> div classsingle-testimonial> div classtesti-author text-left m-3> img srchttps://coderholics.co.uk/front/img/testimonial/test3-Photoroom1.jpg classmt-1 altAuthor Image width25% !important; height10% !important; style border-radius: 50% !important;> div classta-info> h6>Sidi Izyk/h6> span>COO, Atom Works, Nigeria/span> /div> /div> div classqutation>img srchttps://coderholics.co.uk/front/img/bg/qutation.png altQuotation>/div> p classm-1>Working with coderholics has been a truly rewarding experience. Their team of IT experts is skilled, effective, and reliable, ensuring our company’s success/p> /div> /div> div classcol-xl-4> div classsingle-testimonial> div classtesti-author text-left m-3> img srchttps://coderholics.co.uk/front/img/testimonial/test2-Photoroom.jpg classmt-1 altAuthor Image width25% !important; height10% !important; style border-radius: 50% !important;> div classta-info> h6>Promise Nwafor/h6> span>Founder, Simplebiz, Malta/span> /div> /div> div classqutation>img srchttps://coderholics.co.uk/front/img/bg/qutation.png altQuotation>/div> p classm-1>Coderholics made my app idea a reality with professionalism and skill. Their team delivered a solution suited to my needs, making the proces smooth and efficient /p> /div> /div> div classcol-xl-4> div classsingle-testimonial> div classtesti-author text-left m-3> img srchttps://coderholics.co.uk/front/img/testimonial/uche.jpg classmt-1 altAuthor Image width25% !important; height10% !important; style border-radius: 50% !important;> div classta-info> h6>Uche-Blinks O. /h6> span>Founder, Apple Bus Stop, Nigeria/span> /div> /div> div classqutation>img srchttps://coderholics.co.uk/front/img/bg/qutation.png altQuotation>/div> p classm-1>Working with this firm has completely transformed our business. Their creative solutions and dependable help have improved our efficiency and streamlined our workflows./p> /div> /div> div classcol-xl-4> div classsingle-testimonial> div classtesti-author text-left m-3 > img srchttps://coderholics.co.uk/front/img/testimonial/test5-Photoroom2.jpg classmt-1 altAuthor Image width25% !important; height10% !important; style border-radius: 50% !important;> div classta-info> h6>Onyinye Ikunga/h6> span>Founder, O’yixxies Chow, Germany/span> /div> /div> div classqutation>img srchttps://coderholics.co.uk/front/img/bg/qutation.png altQuotation>/div> p classm-1>Working with Coderholics has truly transformed our business. Their innovative solutions and reliable support have boosted our efficiency and streamlined our operations/p> /div> /div> /div> /div> /div> /div>/section>!-- testimonial-area-end -->section idclients classblog-area p-relative pt-70 stylebackground-image: background-position: right center; background-size: auto;background-repeat: no-repeat;> div classcontainer mt-4> div classrow justify-content-center> div classcol-xl-7 col-lg-10> div classsection-title text-center mb-50> h2>Clients/h2> /div> /div> /div> div classrow> div classcol-lg-3 col-md-12> div classsingle-post mb-30> div classblog-thumb> a href#>img srchttps://coderholics.co.uk/front/img/gallery/atomsloans.jpg altimg>/a> /div> /div> /div> div classcol-lg-3 col-md-12> div classsingle-post mb-30> div classblog-thumb> a href#>img srchttps://coderholics.co.uk/front/img/gallery/xloner.jpg altxloner>/a> /div> /div> /div> div classcol-lg-3 col-md-12> div classsingle-post mb-30> div classblog-thumb> a href#>img srchttps://coderholics.co.uk/front/img/gallery/onyechow.jpg altimg>/a> /div> /div> /div> div classcol-lg-3 col-md-12> div classsingle-post mb-30> div classblog-thumb styleborder: #086ad8 2px solid;> a href#>img srchttps://coderholics.co.uk/front/img/gallery/gloriacrypt.jpg altimg>/a> /div> /div> /div> div classcol-lg-3 col-md-12> div classsingle-post mb-30> div classblog-thumb> a href#>img srchttps://coderholics.co.uk/front/img/gallery/hibertone-Photoroom.jpg altimg>/a> /div> /div> /div> div classcol-lg-3 col-md-12> div classsingle-post styleheight: 60% !importnat; > div classblog-thumb > a href#>img srchttps://coderholics.co.uk/front/img/gallery/applebusstop.jpg altimg height90%;>/a> /div> /div> /div> /div> /div>/section>section id classservices-area services-bg pt-25 pb-20 stylebackground-image: url(https://coderholics.co.uk/front/img/shape/header-sape2.png); background-position: right top; background-size: auto;background-repeat: no-repeat;> div classcontainer> div classrow justify-content-center> h2>Technologies/h2> div classcol-lg-12> div classtestimonial-active> div classcol-xl-4> div classsingle-testimonial > div stylealign-content: center;> img srchttps://coderholics.co.uk/front/img/icon/HTML.jpg althtmlimage stylewidth:220px; /> /div> /div> /div> div classcol-xl-4> div classsingle-testimonial mt-4> div stylealign-content: center; classmt-4> img srchttps://coderholics.co.uk/front/img/icon/css.png stylewidth:290px; classmt-4 altcssimage /> /div> /div> /div> div classcol-xl-4> div classsingle-testimonial> div classtesti-author text-left m-4> img srchttps://coderholics.co.uk/front/img/icon/js.png altjsimage stylewidth:270px; classmt-4 /> /div> /div> /div> div classcol-xl-4> div classsingle-testimonial> div classtesti-author text-left m-4> img srchttps://coderholics.co.uk/front/img/icon/fluter.png stylewidth:200px; altflutter classmt-4 /> /div> /div> /div> div classcol-xl-4> div classsingle-testimonial> div classtesti-author text-left m-3> img srchttps://coderholics.co.uk/front/img/icon/react.jpg altreact stylewidth:240px; classmt-4 /> /div> /div> /div> div classcol-xl-4> div classsingle-testimonial> div classtesti-author text-left m-3> img srchttps://coderholics.co.uk/front/img/icon/laravel.jpg altlaravel stylewidth:250px; classmt-4 /> /div> /div> /div> div classcol-xl-4> div classsingle-testimonial> div classtesti-author text-left m-4> img srchttps://coderholics.co.uk/front/img/icon/aws.png altaws stylewidth:150px; classmt-4 /> /div> /div> /div> div classcol-xl-4> div classsingle-testimonial> div classtesti-author text-left m-4> img srchttps://coderholics.co.uk/front/img/icon/wp.png altwp stylewidth:150px; classmt-4 /> /div> /div> /div> div classcol-xl-4> div classsingle-testimonial> div classtesti-author text-left m-4> img srchttps://coderholics.co.uk/front/img/icon/figma.png altfigma stylewidth:100; classmt-4 /> /div> /div> /div> div classcol-xl-4> div classsingle-testimonial> div stylealign-content: center;> img srchttps://coderholics.co.uk/front/img/icon/cp.png altcp stylewidth:200; classmt-4 /> /div> /div> /div> div classcol-xl-4> div classsingle-testimonial> div stylealign-content: center;> img srchttps://coderholics.co.uk/front/img/icon/git.png altgit stylewidth:200; classmt-4 /> /div> /div> /div> /div> /div> /div> /div>/section>!-- contact-area -->section idcontact classcontact-area contact-bg pt-50 pb-100 p-relative fix stylebackground-image: background-position: right center; background-size: auto;background-repeat: no-repeat;> div classcontainer mt-4> div classrow> div classcol-lg-6> div classcontact-img2> img srchttps://coderholics.co.uk/front/img/bg/illustration.png alttest> /div> /div> div classcol-lg-6 mt-3> div classsection-title mb-41> div classf-contact mt-4> h2>Get In Touch/h2> ul> li> i classfal fa-phone-alt>/i> span classpt-1 stylecolor:#FF3494 >+44 7769 767 611br>/span> /li> li> i classfal fa-envelope>/i> span >a stylecolor: #FF3494 ; text-transform: none; hrefmailto:support@coderholics.co.uk>support@coderholics.co.uk/a>/span> /li> /ul> /div> /div> form idcontact-form actionhttps://coderholics.co.uk/contact/send methodpost> input typehidden name_token valueX6vVZjDhMZ5CTUW6RRAktKe0KHq5sYxJvxW26kra autocompleteoff> div classform-group> label forname>Name/label> input typetext classform-control idname namename placeholderName required> /div> div classform-group> label foremail>Email/label> input typeemail classform-control idemail nameemail placeholderEmail required> /div> div classform-group> label forphone>Phone/label> input typetext classform-control idphone namephone placeholderPhone required> /div> div classform-group> label formessage>Message/label> textarea classform-control idmessage namemessage rows4 placeholderWrite your message required>/textarea> /div> button typesubmit classbtn btn-primary>Send Message/button> div classspinner>/div> !-- Spinner element --> /form> /div> /div> /div>/section>!-- contact-area-end -->!-- newslater-area -->section classnewslater-area pt-90 pb-100 stylebackground-image: url(https://coderholics.co.uk/front/img/bg/subscribe-bg.png);background-size: cover;> div classcontainer> div classrow justify-content-center> div classcol-xl-8 col-lg-10> div classsection-title text-center pl-40 pr-40 mb-50> h2>Subscribe to Newsletter/h2> p>Signup to get information about changing tech trends and how we can help your business./p> /div> /div> /div> div classrow justify-content-center> div classcol-xl-6 col-lg-10> form nameajax-form idcontact-form4 actionhttps://coderholics.co.uk/newsletter/subscribe methodpost classcontact-form newslater> input typehidden name_token valueX6vVZjDhMZ5CTUW6RRAktKe0KHq5sYxJvxW26kra autocompleteoff> div classform-group> input classform-control nameemail idemail typeemail placeholderEmail Address... required> button typesubmit classbtn btn-custom idsend2>Subscribe Now/button> /div> /form> div classspinner>/div> !-- Spinner element --> /div> /div> /div>/section>!-- newslater-aread-end --> /main> !-- main-area-end --> !-- footer --> footer classfooter-bg footer-p pt-60 stylebackground-image: url(https://coderholics.co.uk/front/img/bg/f-bg.png); background-position: center top; background-size: auto;background-repeat: no-repeat;> div classfooter-top> div classcontainer> div classrow justify-content-between> div classcol-xl-3 col-lg-3 col-sm-6> div classfooter-widget > div classlogo mt-1 mb-1> a hrefhttps://coderholics.co.uk>img stylewidth: 80%; srchttps://coderholics.co.uk/front/images/coderholics_logo.png altlogo>/a> /div> div classfooter-text mb-0> p>Coderholics is a talent service platform that helps small and medium-scale businesses, access professional tech talent services without facing the difficulties that arise from recruiting and maintaining in-house tech talent./p> /div> /div> /div> div classcol-xl-2 col-lg-3 col-sm-6 mt-4> div classfooter-widget > div classf-widget-title> h5>More/h5> /div> div classfooter-link> ul> li>a hrefhttps://coderholics.co.uk/services>Services/a>/li> li>a href#about>About Us/a>/li> li>a href#contact>Contact Us/a>/li> /ul> /div> /div> /div> div classcol-xl-2 col-lg-3 col-sm-6 mt-4> div classfooter-widget mb-30> div classf-widget-title> h5>Useful Links/h5> /div> div classfooter-link> ul> li>a href#support>IT Support/a>/li> li>a href#clients>Clients/a>/li> li >a href#partnership>Partnership/a>/li> /ul> /div> /div> /div> div classcol-xl-3 col-lg-3 col-sm-6 mt-4> div classfooter-widget mb-30> div classf-widget-title> h5>Contact Us/h5> /div> div classfooter-link> div classf-contact> ul> li> i classfal fa-phone-alt>/i> span>+44 7769 767 611/span> /li> li> i classfal fa-envelope>/i> span>a hrefmailto:hello@coderholics.co.uk>hello@coderholics.co.uk/a>br>a hrefmailto:support@coderholics.co.uk>support@coderholics.co.uk/a>/span> /li> li> i classfal fa-map-marker-alt>/i> span>Coventrybr>United Kingdom/span> /li> /ul> /div> /div> /div> /div> /div> /div> /div> div classcopyright-wrap text-center> div classcontainer> div classrow> div classcol-12> div classcopyright-text> p>© 2025 @ Coderholics LTD./p> /div> /div> /div> /div> /div> /footer> !-- footer-end --> !-- Livewire Scripts -->script > console.warn(Livewire: The published Livewire assets are out of date\n See: https://livewire.laravel.com/docs/installation#publishing-livewires-frontend-assets)/script>script srchttps://coderholics.co.uk/vendor/livewire/livewire.js?id239a5c52 data-csrfX6vVZjDhMZ5CTUW6RRAktKe0KHq5sYxJvxW26kra data-update-uri/livewire/update data-navigate-oncetrue>/script> !-- JS here --> script srchttps://coderholics.co.uk/front/js/vendor/modernizr-3.5.0.min.js>/script> script srchttps://coderholics.co.uk/front/js/vendor/jquery-1.12.4.min.js>/script> script srchttps://coderholics.co.uk/front/js/popper.min.js>/script> script srchttps://coderholics.co.uk/front/js/bootstrap.min.js>/script> script srchttps://coderholics.co.uk/front/js/one-page-nav-min.js>/script> script srchttps://coderholics.co.uk/front/js/slick.min.js>/script> script srchttps://coderholics.co.uk/front/js/ajax-form.js>/script> script srchttps://coderholics.co.uk/front/js/paroller.js>/script> script srchttps://coderholics.co.uk/front/js/wow.min.js>/script> script srchttps://coderholics.co.uk/front/js/js_isotope.pkgd.min.js>/script> script srchttps://coderholics.co.uk/front/js/imagesloaded.min.js>/script> script srchttps://coderholics.co.uk/front/js/parallax.min.js>/script> script srchttps://coderholics.co.uk/front/js/jquery.waypoints.min.js>/script> script srchttps://coderholics.co.uk/front/js/jquery.counterup.min.js>/script> script srchttps://coderholics.co.uk/front/js/jquery.scrollUp.min.js>/script> script srchttps://coderholics.co.uk/front/js/typed.js>/script> script srchttps://coderholics.co.uk/front/js/parallax-scroll.js>/script> script srchttps://coderholics.co.uk/front/js/jquery.magnific-popup.min.js>/script> script srchttps://coderholics.co.uk/front/js/element-in-view.js>/script> script srchttps://coderholics.co.uk/front/js/swiper.min.js>/script> script srchttps://coderholics.co.uk/front/js/main.js>/script> script srchttps://cdnjs.cloudflare.com/ajax/libs/js-cookie/3.0.1/js.cookie.min.js>/script> script>$(document).ready(function () { /* Cart Count Update & Fetch (async/await) */ function updateCartCountDisplay(count) { $(#cart-count).text(count); } async function fetchCartCount() { try { // Include credentials to send cookies (e.g., guest_id) with the request. const response await fetch(https://coderholics.co.uk/cart/count, { credentials: same-origin }); const data await response.json(); let count data.count || 0; updateCartCountDisplay(count); } catch (error) { console.error(Error fetching cart count:, error); } } // Fetch initial cart count on page load fetchCartCount(); /* Add to Cart (using Laravel Storage) */ $(.add-to-cart).click(function () { let button $(this); let spinner button.find(span.spinner-border); spinner.removeClass(d-none); // Show spinner // Get data from the buttons data attributes let productName button.data(title); let price button.data(price); // Generate a service_id from the product name using full base64 encoding. // For example, adain becomes YWRhaW4. let serviceId btoa(productName); $.post(/cart/add, { service_id: serviceId, service_title: productName, price: price, _token: X6vVZjDhMZ5CTUW6RRAktKe0KHq5sYxJvxW26kra }, function (response) { // Refresh the cart count after successful addition. fetchCartCount(); toastr.success(response.message); }).fail(function(jqXHR) { // If the item already exists, display a warning message. if (jqXHR.responseJSON && jqXHR.responseJSON.message) { toastr.warning(jqXHR.responseJSON.message); } }).always(function() { spinner.addClass(d-none); // Hide spinner });}); function fetchCartItems() { $.get(https://coderholics.co.uk/cart/items, function(data) { let cartList $(#cart-items); // Selects the ul> element with idcart-items cartList.empty(); // Clears previous content if (data.items.length > 0) { let totalPrice 0; $.each(data.items, function(index, item) { // Parse price and quantity. Default quantity to 1 if not set. let itemPrice parseFloat(item.price); let itemQuantity parseInt(item.quantity) || 1; totalPrice + itemPrice * itemQuantity; cartList.append(` li classlist-group-item d-flex justify-content-between align-items-center> span>${item.service_title} (x${itemQuantity})/span> strong>£${(itemPrice * itemQuantity).toFixed(2)}/strong> i classfas fa-trash text-danger remove-item data-id${item.service_id} stylecursor: pointer; margin:7px;>/i> /li> `); }); // Append the total line at the bottom. cartList.append(` li classlist-group-item d-flex justify-content-between font-weight-bold> span>Total:/span> strong>£${totalPrice.toFixed(2)}/strong> /li> `); } else { cartList.append(li classlist-group-item text-center>Cart is empty/li>); } }); } function fetchCartItems() { $.get(https://coderholics.co.uk/cart/items, function(data) { let cartList $(#cart-items); // Selects the ul> element with idcart-items cartList.empty(); // Clears previous content if (data.items.length > 0) { let totalPrice 0; $.each(data.items, function(index, item) { // Parse price and quantity (default quantity to 1 if not set) let itemPrice parseFloat(item.price); let itemQuantity parseInt(item.quantity) || 1; totalPrice + itemPrice * itemQuantity; cartList.append(` li classlist-group-item d-flex justify-content-between align-items-center> span>${item.service_title}/span> strong>£${(itemPrice * itemQuantity).toFixed(2)}/strong> i classfas fa-trash text-danger remove-item data-id${item.service_id} stylecursor: pointer; margin:7px;>/i> /li> `); }); // Append the total price line at the bottom. cartList.append(` li classlist-group-item d-flex justify-content-between font-weight-bold> span>Total:/span> strong>£${totalPrice.toFixed(2)}/strong> /li> `); } else { cartList.append(li classlist-group-item text-center>Cart is empty/li>); } }); } // Removal functionality: when the trash icon is clicked, remove the item. $(document).on(click, .remove-item, function() { let serviceId $(this).data(id); Swal.fire({ title: Are you sure?, text: Do you want to remove this item from the cart?, icon: warning, showCancelButton: true, confirmButtonText: Yes, remove it!, cancelButtonText: Cancel }).then((result) > { if (result.isConfirmed) { $.post(/cart/remove, { service_id: serviceId, _token: X6vVZjDhMZ5CTUW6RRAktKe0KHq5sYxJvxW26kra }, function(response) { toastr.success(response.message); // Refresh the cart items and count after removal. fetchCartItems(); fetchCartCount(); }).fail(function(jqXHR) { toastr.error(Error removing item from cart); }); } }); }); /* Cart Panel Toggle & Item Fetch/Remove */ $(.cart-toggle).click(function () { $(#cart-panel).css(left, 0); $(#cart-overlay).fadeIn(); fetchCartItems(); }); $(.close-cart, #cart-overlay).click(function () { $(#cart-panel).css(left, -300px); $(#cart-overlay).fadeOut(); }); // Expose login modal function globally if needed window.openLoginModal function () { $(#loginModal).modal(show); }; }); /script>/script>!-- Include Toastr for better alerts -->link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css>script srchttps://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js>/script>!-- Toast Notification -->div aria-livepolite aria-atomictrue styleposition: fixed; top: 20px; right: 20px; z-index: 1050;>div classtoast idcartToast rolealert aria-liveassertive aria-atomictrue data-delay3000> div classtoast-header> strong classmr-auto>Cart Notification/strong> button typebutton classml-2 mb-1 close data-dismisstoast aria-labelClose> span aria-hiddentrue>×/span> /button> /div> div classtoast-body> Item added to cart successfully! /div>/div>/div>script> !-- Include Toastr for better alerts --> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]