Share

Brosur PPDB SD Islam Alanshar

by harisisme@gmail.com · 11 November 2025
PPDB SD Islam Al Anshar 2026/2027 – Kelas Unggulan TECC /* — CSS Global — */ body { font-family: ‘Poppins’, Arial, sans-serif; margin: 0; padding: 0; background-color: #f8f9fa; /* Latar belakang netral */ color: #343a40; line-height: 1.7; } .container { max-width: 960px; margin: 20px auto; background-color: #ffffff; border-radius: 12px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); overflow: hidden; /* Untuk menjaga border-radius */ } /* — Header — */ .header { padding: 40px 30px; background-color: #004a99; /* Biru tua dari logo */ color: #ffffff; text-align: center; } .header img.logo { max-width: 150px; margin-bottom: 10px; } .header .badge { display: inline-block; background-color: #ffc107; /* Kuning */ color: #333; font-weight: 700; padding: 5px 15px; border-radius: 20px; font-size: 1.1em; margin-bottom: 15px; } .header h1 { font-family: ‘Merriweather’, serif; font-size: 2.8em; margin: 10px 0; line-height: 1.2; } .header h2 { font-size: 1.5em; font-weight: 400; opacity: 0.9; margin: 0; } /* — Konten Utama — */ .content { padding: 30px; } section { margin-bottom: 40px; } h3.section-title { font-family: ‘Merriweather’, serif; font-size: 2em; color: #A03C3B; /* Merah maroon dari brosur */ text-align: center; margin-bottom: 25px; border-bottom: 3px solid #f0e0e0; padding-bottom: 10px; } /* — Program Unggulan (TECC) — */ .tecc-section { background-color: #e6f7ff; /* Latar biru muda */ padding: 30px; border-radius: 10px; text-align: center; border: 1px solid #bde0ff; } .tecc-section h3 { color: #004a99; font-size: 1.8em; margin-top: 0; } .tecc-section p.description { font-size: 1.1em; max-width: 700px; margin: 15px auto 25px auto; } .target-list { list-style: none; padding: 0; margin: 0 auto; max-width: 600px; text-align: left; } .target-list li { background-color: #fff; margin-bottom: 10px; padding: 12px 20px; border-radius: 8px; font-weight: 600; box-shadow: 0 2px 4px rgba(0,0,0,0.05); display: flex; align-items: center; } .target-list li::before { content: ‘✔’; color: #28a745; /* Hijau */ font-size: 1.5em; font-weight: 700; margin-right: 15px; } /* — Kolom Ganda (Fasilitas, Ekstrakurikuler) — */ .grid-container { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; } .grid-box ul { list-style: none; padding: 0; margin: 0; } .grid-box li { position: relative; padding-left: 30px; margin-bottom: 12px; font-size: 1.05em; } .grid-box li::before { content: ‘✓’; /* Tanda centang */ position: absolute; left: 0; top: 0; color: #28a745; /* Hijau */ font-weight: 700; font-size: 1.3em; line-height: 1; } /* — Prestasi & Visi Misi — */ .list-box ul { padding-left: 20px; } .list-box li { margin-bottom: 10px; } /* — Tabel Biaya — */ .biaya-table { width: 100%; border-collapse: collapse; margin-top: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); } .biaya-table th, .biaya-table td { border: 1px solid #ddd; padding: 12px 15px; text-align: left; } .biaya-table th { background-color: #A03C3B; /* Merah maroon */ color: white; font-weight: 700; } .biaya-table tr:nth-child(even) { background-color: #f9f9f9; } .biaya-table td:last-child { font-weight: 600; color: #333; } .biaya-table tr.total-row { background-color: #fffde7; /* Kuning muda */ font-size: 1.1em; } .biaya-table tr.total-row td { font-weight: 700; color: #A03C3B; } /* === [BARU] CSS untuk Galeri Brosur === */ .brosur-section { background-color: #f4f4f4; padding: 30px; border-radius: 10px; margin: 40px 0; } .brosur-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .brosur-grid img { width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); border: 3px solid #fff; transition: transform 0.3s ease, box-shadow 0.3s ease; } .brosur-grid img:hover { transform: scale(1.03); box-shadow: 0 6px 16px rgba(0,0,0,0.15); } /* === [AKHIR BARU] === */ /* — CTA (Call to Action) — */ .cta-section { text-align: center; padding: 30px; background-color: #e6f7ee; /* Latar hijau muda */ border-radius: 10px; } .cta-section h3 { font-size: 1.8em; color: #155724; /* Hijau tua */ margin-top: 0; } .cta-button { display: inline-block; background-color: #28a745; /* Hijau */ color: #ffffff; padding: 15px 40px; font-size: 1.3em; font-weight: 700; text-decoration: none; border-radius: 8px; transition: background-color 0.3s ease, transform 0.3s ease; margin-top: 15px; } .cta-button:hover { background-color: #218838; transform: scale(1.05); } .qr-code-box { margin-top: 25px; } .qr-code-box img { width: 160px; height: 160px; border: 6px solid #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } /* — Footer Kontak — */ .contact-footer { background-color: #A03C3B; /* Merah maroon */ color: white; padding: 30px; text-align: center; } .contact-footer h3 { margin-top: 0; font-size: 1.6em; } .contact-numbers { list-style: none; padding: 0; margin: 20px 0 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; } .contact-numbers li { background-color: rgba(255, 255, 255, 0.1); padding: 10px 20px; border-radius: 20px; font-weight: 600; font-size: 1.1em; border: 1px solid rgba(255, 255, 255, 0.3); } /* — Media Query untuk Mobile — */ @media (max-width: 768px) { .header h1 { font-size: 2.2em; } .header h2 { font-size: 1.2em; } .content { padding: 20px; } .grid-container { grid-template-columns: 1fr; /* Stack di mobile */ gap: 0; } .grid-box { margin-bottom: 20px; } .contact-numbers { flex-direction: column; gap: 10px; } .biaya-table th, .biaya-table td { padding: 10px; font-size: 0.9em; } /* [BARU] Media Query untuk Brosur */ .brosur-grid { grid-template-columns: 1fr; } }
⭐ Terakreditasi A ⭐

Penerimaan Peserta Didik Baru

SD ISLAM AL ANSHAR 2026/2027

Program Unggulan: KELAS TECC

Tahfidz & English Curriculum Class (TECC) adalah sebuah program pembelajaran kelas yang berfokus kepada pengembangan Tahfidz dan Tahsin serta kemampuan berbahasa Inggris dan bahasa Arab untuk anak-anak.

  • Target Hafalan 5 Juz
  • Native Speaker Bhs. Inggris dan Arab
  • Kompetensi pada Bahasa Inggris & Arab
  • Kajian rutin untuk anak dan orang tua
  • Field Trip dan Outdoor Camping

Fasilitas Al Anshar

  • Ruang kelas full AC
  • Pembelajaran dengan multimedia
  • Lokasi sekolah strategis
  • 1 kelas maksimal 20 siswa
  • Aula Luas dan UKS
  • Perpustakaan
  • Lapangan Olahraga
  • Kantin dan Koperasi Sekolah

Ekstrakurikuler

  • Komputer
  • Pramuka
  • Arabic
  • Karate
  • Futsal
  • Tahfidz
  • Panahan
  • Calistung
  • Renang
  • English
  • Robotik
  • Tennis

Biaya Masuk Al Anshar

Keterangan Biaya
Formulir Pendaftaran Rp. 300.000
Uang Pangkal Rp. 23.310.000
Kegiatan Rp. 1.600.000
SPP Rp. 1.200.000
Total Biaya Rp. 26.410.000

Prestasi Al Anshar

  • Juara 1 MHQ, Juara 1 Story Telling
    (Lomba TCO SMP Al Azhar 9)
  • Juara 1 PILDACIL
    (Lomba Pertamina Festival)
  • Juara 1 MHQ
    (Pekan Keterampilan PAI Bekasi Selatan)
  • Juara 2 Murrotal
    (Pekan Keterampilan PAI Bekasi Selatan)

Visi Misi Al Anshar

  • Mewujudkan Aqidah Ahlak yang kuat berdasarkan Al Qur’an dan As sunnah.
  • Meningkatkan pembelajaran agama bagi peserta didik dan stakeholder.
  • Melaksanakan pembelajaran berkarakter melalui pembiasaan.
  • Melaksanakan pembelajaran keterampilan guna mendorong kemandirian.
  • Melaksanakan pembelajaran yang efektif, menyenangkan, dan terpadu.

Lihat Brosur Resmi Kami

Brosur PPDB SD Al Anshar - Halaman 1 Brosur PPDB SD Al Anshar - Halaman 2

Siap Menjadi Bagian dari Keluarga Besar Al Anshar?

Segera daftarkan putra-putri Anda. Klik tombol di bawah ini atau pindai QR Code untuk memulai.

DAFTAR SEKARANG

SCAN QR BERIKUT UNTUK DAFTAR!

QR Code Pendaftaran PPDB Al Anshar

Hubungi Tim PPDB Kami

  • 📞 0878-8442-4050
  • 📞 0813-1696-3302
  • 📞 0899-0006-112

toto togel situs toto situs toto situs gacor toto togel slot gacor hari ini idibabel.org idimalut.org idimusi.org idilombok.org idisingkang.org idiluwu.org

toto togel

situs togel

monperatoto

slot gacor

monperatoto

monperatoto

situs togel terpercaya

situs gacor

situs gacor

monperatoto

monperatoto

toto togel

situs togel

situs togel

situs togel terpercaya

toto togel

situs togel

monperatoto

toto slot

slot gacor

monperatoto

monperatoto

slot online

link slot

link slot

situs slot

situs bola

situs togel

link slot

link slot

toto slot

situs toto

situs slot

situs slot

situs slot gacor

slot

slot gacor hari ini

situs slot

kampungbet

situs toto

kampungbet

kampungbet

situs slot

situs toto

situs slot

slot gacor hari ini

situs toto slot

situs gacor

toto slot gacor

toto togel

toto slot

slot gacor hari ini

slot gacor hari ini

toto slot

slot gacor

https://pgrijambi.org/

https://pgrilampung.org/

https://pgrimadiun.org/

https://pgrijabar.org/

https://pgribali.org/

slot gacor

monperatoto

situs gacor

slot gacor slot gacor situs gacor situs slot gacor situs hk situs slot gacor slot gacor kampungbet link gacor link gacor kampungbet kampungbet link gacor kampungbet kampungbet kampungbet kampungbet slot gacor situs slot gacor kampungbet kampungbet kampungbet kampungbet kampungbet kampungbet kotabet kotabet kampungbet kampungbet kampungbet kampungbet

You may also like