From 6cfb9278c10f0fae4709930161f70f902cc1c17a Mon Sep 17 00:00:00 2001 From: altaf-creator <64111012+altaf-creator@users.noreply.github.com> Date: Tue, 9 May 2023 21:52:30 +0700 Subject: New sidebar, sura.html improvements --- src/attribution.html | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'src/attribution.html') diff --git a/src/attribution.html b/src/attribution.html index 7f7c45a..19493ea 100644 --- a/src/attribution.html +++ b/src/attribution.html @@ -27,15 +27,16 @@ try { process.versions['electron']; var windowBtns = document.getElementsByClassName('window-button-container'); - + for (var i = 0; i < windowBtns.length; i++) { windowBtns[i].style.display = 'grid'; } document.getElementById('openquran-link').href = 'index.html' + document.getElementById('openquran-home').href = 'index.html' } catch { var windowBtns = document.getElementsByClassName('window-button-container'); - + for (var i = 0; i < windowBtns.length; i++) { windowBtns[i].style.display = 'none'; } @@ -68,24 +69,36 @@
-
+
+ + + +
+

Credits & Attribution



- GitHub + GitHub

Quran Text, Metadata, & Translations

The Tanzil Project

Developer

altaf-creator +

Icons

+ Font Awesome - licensed under the CC + BY 4.0 license

More Information

  • Script Type: Uthmani
  • English Translation Author: Saheeh International
  • Indonesia Translation Author: Kementerian Agama Indonesia
- Licensed under the MIT License + Licensed under the MIT + License
-- cgit v1.2.3