Log in / Sign Up
  • Home
  • Courses

    Popular Categories

    • Quranic Education
    • Development
    • Marketing
    • IT & Software
    • Sales Marketing
    • Data Science Course

    Dashboard Pages

    • My Wishlist
    • Returns Policy
    • Term Conditions

    Join a community of

    professionals

    worldwide

    Start learning now
  • Blog
  • About
  • Donate to Al Burhan Academy

WhatsApp us

(+92) 349 777 2773

Islamabad, Parveen Shakir Road 1-A, Str. 25 F-7/2.
contact@alburhanacademy.com
Al Burhan Academy
https://alburhanacademy.com/lp-profile-2/
Explore
  • Quranic Education
  • Art & Humanities
  • Digtal Marketing
  • Finance & Accounting
  • Graphic Design
  • IT and Software
  • Personal Development
  • Photohraphy
  • Sales Marketing
  • Social Sciences
  • Web Development
  • Home
  • Courses

    Popular Categories

    • Quranic Education
    • Development
    • Marketing
    • IT & Software
    • Sales Marketing
    • Data Science Course

    Dashboard Pages

    • My Wishlist
    • Returns Policy
    • Term Conditions

    Join a community of

    professionals

    worldwide

    Start learning now
  • Blog
  • About
  • Donate to Al Burhan Academy
  1. Home
  2. Donor Dashboard
Close

Recent Posts

  • Data Science Career Trends: The Future of AI & Analytics

Recent Comments

  1. grammerp295 on 40-Day Aqaaid-e-Islam Course: Strengthen Your Islamic Faith
  2. abbassi on 40-Day Aqaaid-e-Islam Course: Strengthen Your Islamic Faith
  3. grammerp295 on Complete Online Namaz Course: Learn Salah Step-by-Step
  4. grammerp295 on Online Arabic Course: Master Quranic and Modern Arabic
  5. grammerp295 on Professional Video Editing Course: Master Premiere Pro & CapCut

WhatsApp us

// Wait for the DOM to be ready document.addEventListener('DOMContentLoaded', function() { // Get all "Start Now" buttons var enrollButtons = document.querySelectorAll('.lp-button.button-enroll-course');// Loop through each button enrollButtons.forEach(function(button) { // Change button text to "WhatsApp Now" button.textContent = 'WhatsApp Now';// Apply initial styling to match WhatsApp theme button.style.backgroundColor = '#25D366'; // WhatsApp green button.style.color = '#fff'; // White text button.style.padding = '10px 20px'; // Padding button.style.border = 'none'; // No border button.style.borderRadius = '4px'; // Border radius button.style.fontFamily = 'Arial, sans-serif'; // Font button.style.cursor = 'pointer'; // Pointer cursor button.style.animation = 'blinkEffect 1s infinite'; // Apply blinking animation// Add click event listener button.addEventListener('click', function(event) { // Prevent default button behavior event.preventDefault();// Open WhatsApp chat with the specified number window.open('https://wa.me/923497772773', '_blank'); }); });// Add the blinking animation to the document var style = document.createElement('style'); style.innerHTML = ` @keyframes blinkEffect { 0% { background-color: #25D366; color: #fff; } 50% { background-color: black; color: #fff; } 100% { background-color: #25D366; color: #fff; } } `; document.head.appendChild(style); });