loading
TEAMPRO - IT
Job Applicant
  • Home
  • Services
    • ERP Implementation
    • Mobile Application
    • Website & E-Commerce
    • Web Application
    • Infrastructure Service
    • Knowledge Process
  • Credentials
    • Client
    • Certifications
    • Team
    • Vision Mission
  • Gallery
  • Contact Us
TEAMPRO - IT
  • Home
  • Services
    • ERP Implementation
    • Mobile Application
    • Website & E-Commerce
    • Web Application
    • Infrastructure Service
    • Knowledge Process
  • Credentials
    • Client
    • Certifications
    • Team
    • Vision Mission
  • Gallery
  • Contact Us
FacebookTwitterinstagram
Copyright © 2025

Vision Mission

Home Vision Mission
Logo
  • Home
  • About Us
  • Services
  • FAQ
  • Shop
  • Contact Us
Copyright 2025 by TEAMPRO All Right Reserved.
HomeAboutServicesContact
document.addEventListener('DOMContentLoaded', function() { var breadcrumbs = document.querySelector('.breadcrumbs'); if (!breadcrumbs) return; // Only on Biometric page if (window.location.pathname.includes('/biometric-access-control/')) { var homeB = breadcrumbs.querySelector('b:first-child'); // Create separator var separator = document.createElement('i'); separator.className = 'fa fa-angle-right'; separator.setAttribute('aria-hidden', 'true'); separator.style.margin = '0 6px'; // Create Infra breadcrumb var infraB = document.createElement('b'); infraB.className = 'inactive_l'; var infraLink = document.createElement('a'); infraLink.href = '/infrastructure-service'; infraLink.textContent = 'Infra'; infraLink.style.textDecoration = 'none'; infraLink.style.color = '#333'; infraB.appendChild(infraLink); // Insert after Home homeB.parentNode.insertBefore(separator, homeB.nextSibling); homeB.parentNode.insertBefore(infraB, separator.nextSibling); } });