From 2e9d852452b9b3f0404122121d6d048713c6ea7f Mon Sep 17 00:00:00 2001
From: Marwan Ansari <8071158+marwan@users.noreply.github.com>
Date: Mon, 25 Nov 2024 04:12:02 +0530
Subject: [PATCH] updated credits
---
src/routes/about/+page.svelte | 26 +++++++++++++++++++++-----
static/css/global.css | 8 ++++----
2 files changed, 25 insertions(+), 9 deletions(-)
diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte
index cb44f75a..a0df0336 100644
--- a/src/routes/about/+page.svelte
+++ b/src/routes/about/+page.svelte
@@ -36,13 +36,13 @@
Dr. Shehnaz Shaikh, Ms. Kausar Khatri for their English and Dr. Farhat Hashmi for her Urdu word by word compilation.
Quran.com for their API.
ReciteQuran.com for their word by word audio files.
- King Fahd Glorious Quran Printing Complex for their Quran text.
+ King Fahd Glorious Quran Printing Complex for their Quran text*.
Tanzil.net for their collection of Quranic resources.
EveryAyah.com, QuranCentral.com and QuranicAudio.com for their collection of Quranic audios.
Ayman Siddiqui for all the help including providing various website data and fonts & website testing.
Collin Fair for his word timestamps for Quranic audios.
Usman Pervez (IslamOne android app) for various data like Urdu WBW and Tafhim-ul-Quran.
- Greentech Apps (Al Quran Tafsir & by Word app) for their English, Indonesian, Bangla, Chinese, Malayalam and Divehi words database and corpus data.
+ Greentech Apps (Al Quran Tafsir & by Word app) for their English, Indonesian, Bangla, Chinese**, Malayalam*** and Divehi words database and corpus data.
Dr. Kais Dukes for his morphological description of the Quranic words.
Ata Rafi for sharing the IndoPak text originally by InPageâ„¢.
Azrul Azwar (Quran WbW iOS app) for the words databases in many different languages.
@@ -57,14 +57,30 @@
Quran Pro for their pictures of different recitors.
- The Mushaf fonts are developed by and are a property of King Fahad Glorious Quran Printing Complex based in Madinah, Saudi Arabia. Tajweed Colors are based on
+ All data used on this website belongs to their respective owners and authors. Permission must be obtained from them before copying any content.
+
+
+
+ *The Mushaf fonts are developed by and are a property of King Fahad Glorious Quran Printing Complex based in Madinah, Saudi Arabia. Tajweed Colors are based on
Tajweed Quran (Easy Quran) Mushaf by Dar-Al-Marifa developed by Dr. Eng. Taha Subhi, Damascus - Syria. Tajweed Color Font Features on King Fahad Glorious Quran Printing Complex V4 Mushaf fonts invented and developed by
Ayman Siddiqui
and co-developed by team : Rania, Amena, Naveed Ahmed, Mohammed Zahid, Tooba and Anza for Sadaqa-e-jaria (non-commercial) purposes only. Permitted to develop with prior permissions secured from King Fahad Glorious Quran Printing Complex and Dar-Al-Marifa by Quran.com (Quran Foundation) team.
- All data used on this website belongs to their respective owners and authors. Permission must be obtained from them before copying any content.
+
+ **We express our heartfelt gratitude to everyone who contributed to the Chinese word-by-word Quran translation, particularly Brother Ma Zhiren for his meticulous translation work completed in 2014, Brother Adam Voo from Malaysia and Brother Usama Nonnenmacher for digitalizing the data, and Brothers Max Ma from Canada and Suleyman Abdullah from China for their collaboration. May Allah
+ reward them all abundantly in this world and the hereafter. We pray that Allah blesses our Chinese brothers and sisters through the Quran app.
+
+
+ ***Original sources for the Malayalam translations are
+ Amani Thafseer
+ and
+ Lalithasaram
+ For the Amani Thafseer translation, Brother Usama Nonnenmacher assisted in formatting the data and adjusting word splitting where knowledge of Malayalam was not required. Brother Ameen Abdussalam, whom he collaborated with via the Amani Thafseer team, provided crucial support for cases needing Malayalam expertise. Regarding the Lalithasaram translation, minimal adjustments were necessary
+ beyond converting the format from an SQL file to a standard database file.
diff --git a/static/css/global.css b/static/css/global.css
index 3ac9d536..a2d6da40 100644
--- a/static/css/global.css
+++ b/static/css/global.css
@@ -1406,6 +1406,10 @@ input[type="range"].range-lg::-moz-range-thumb {
height: 2.25rem;
}
+.h-\[-webkit-fill-available\] {
+ height: -webkit-fill-available;
+}
+
.h-\[10px\] {
height: 10px;
}
@@ -1439,10 +1443,6 @@ input[type="range"].range-lg::-moz-range-thumb {
height: 100vh;
}
-.h-\[-webkit-fill-available\] {
- height: -webkit-fill-available;
-}
-
.max-h-52 {
max-height: 13rem;
}