واتساب
رسالة نصية
البريد الإلكتروني

Arabic&Quran Academy

🎓 Certificate of Completion

bash python3 << 'PYEOF' import base64 with open("/mnt/user-data/uploads/Logo22.png","rb") as f: raw = f.read() logo_b64 = base64.b64encode(raw).decode() LOGO_SRC = "data:image/jpeg;base64," + logo_b64 # Strategy: put logo in a hidden in HTML (not in JS) # JS just does: var LOGO = document.getElementById('logo-src').src; # This keeps the ''' # Logo stored in hidden img tag in HTML — NOT in JS variable LOGO_TAG = '\n' CORNER = '''''' PART_BODY = '''

IMAM ACADEMY

نظام إصدار الشهادات

اضغط لرفع صورة برواز
يرجى ملء اسم الطالب والمعلم والتاريخ.
''' + CORNER + '''
''' + CORNER + '''
''' + CORNER + '''
''' + CORNER + '''
بِسْمِ اللَّهِ الرَّحْمَنِ الرَّحِيمِ
أكاديمية الإمام لتعليم القرآن الكريم واللغة العربية
IMAM ACADEMY FOR QURAN AND ARABIC
CERTIFICATE OF COMPLETION
شهادة إتمام الكورس
This is to proudly certify that
نشهد بكل فخر أن الطالب / ة
has successfully completed the under the supervision of
Arabic Letters
Short Vowels
Long Vowels
Quran Reading
Tajweed Rules
Mastery Test
Course Instructor — المعلم
📗
IMAM ACADEMY
CERTIFIED ✦
Verify Certificate
إدارة الأكاديمية
Academy Administration
imam-quran.com
«خَيْرُكُمْ مَنْ تَعَلَّمَ الْقُرْآنَ وَعَلَّمَهُ»
''' # JS — completely clean, no base64, no large strings JS = ''' ''' final = PART_HEAD + LOGO_TAG + PART_BODY + JS with open("/mnt/user-data/outputs/imam-cert-v4.html","w",encoding="utf-8") as f: f.write(final) # Verify import re body_rules = re.findall(r'(?
Scroll to Top