diff --git a/docs/_data/messages.yml b/docs/_data/messages.yml index a1a12b6..4f671df 100644 --- a/docs/_data/messages.yml +++ b/docs/_data/messages.yml @@ -11,6 +11,7 @@ en-US: app: Go to app download: Download font description: Raqq (رَقّ) is a manuscript Kufic typeface, intends to revive (as faithfully as possible) the style of Kufic script used in writing the Qur’an in the third century AH. Raqq is Arabic for parchment, on which early Qur’ans were written. + artwork: Artwork ar: foundry: حروف ألف @@ -25,3 +26,4 @@ ar: app: اذهب إلى التطبيق github: صفحة المشروع على جت‌هب description: «رَقّ» هو خط حاسوبي كوفي مصحفي، يهدف إلى إحياء الخط الكوفي الذي كتبت به المصاحف المبكرة، وتحديدا مصاحف القرن الثالث الهجري، عبر رقمنته رقمنة دقيقة قدر الإمكان. الرَقّ هو الجلد الذي كتبت عليه المصاحف المبكرة. + artwork: أعمال فنية diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index b922c3f..3ca8b0a 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -4,7 +4,7 @@ - + {{ page.title | default: site.title }} | {{ page.description | default: site.description }} @@ -48,14 +48,19 @@

{{ messages.contact }}

{{ site.title }} ۝ {{ site.description }}

- {% if page.title and page.description %} -

{{ page.title }} — {{ page.description }}

+ {% if page.description %} +

{{ page.title | default: site.title }} — {{ page.description }}

{% endif %} {{ content }}
diff --git a/docs/artwork/english.md b/docs/artwork/english.md new file mode 100644 index 0000000..5b3f566 --- /dev/null +++ b/docs/artwork/english.md @@ -0,0 +1,24 @@ +--- +title: Raqq +description: Artwork +layout: default +language: en-US +direction: ltr +--- +These are some artwork that uses [_Raqq_](../english) typeface. + +## Last three _Suras_ of the _Quran_ +The pages are laid out following the layout of Kufi _Mushafs_: +- _Sura_ titles are written in gold and outlines with a darker color, dotless and without vowel marks, and with eliminated inter-letter space to the point of overlap at times +- _Sura_ body starts with _Basmala_ immediately followed by the text of the _Sura_ without a separator. +- Space between calligraphic syllables equal to the inter-word space +- Lines are broken between calligraphic syllables +- Red, rounded dots for vowel marks, and rectangular dots in the text color for diacritical dots +- Ornamental gold dots for _ayah_ mark, with each five _ayahs_ marked with a big ornamental circle with the word “خمس” (five) inside it written in a style similar to _Sura_ title +- Excessive elongation to justify the text line + +![Surat il-Ikhlas](../assets/images/sura-112-113-114-p1.jpg "Surat il-Ikhlas") +![Beginning of Surat al-Falaq](../assets/images/sura-112-113-114-p2.jpg "Beginning of Surat al-Falaq") +![End of Surat al-Falaq and beginning of Surat al-Nas](../assets/images/sura-112-113-114-p3.jpg "End of Surat al-Falaq and beginning of Surat al-Nas") +![End of Surat al-Nas](../assets/images/sura-112-113-114-p4.jpg "End of Surat al-Nas") +![The four pages combined](../assets/images/sura-combined.jpg "The four pages combined") diff --git a/docs/artwork/index.md b/docs/artwork/index.md new file mode 100644 index 0000000..00a520e --- /dev/null +++ b/docs/artwork/index.md @@ -0,0 +1,25 @@ +--- +description: أعمال فنية +layout: default +language: ar +direction: rtl +--- + +هذه بعض الأعمال الفنية المنفذة بخط [«رَقّ»](../). + +## سورة الإخلاص والمعوذتين +نسقت هذه الصفحات على نسق المصاحف الكوفية: +- حيث أسماء السور مكتوبة باللون الذهبي والكتابة محددة بلون أغمق، وخالية من نقاط الإعجام والإعراب، مع تضييق الفراغات بين الحروف لحد التداخل أحيانا +- متن السورة يبدأ بالبسملة ثم آيات السورة دون فاصل بين البسملة والآيات +- مسافة واسعة بين المقاطع مثلها مثل المسافة بين الكلمات +- قطع السطور بناء على المقاطع لا الكلمات +- نقاط إعراب مدورة باللون الأحمر، ونقاط إعجام مستطيلة بنفس مداد الكتابة +- نقاط ذهبية مزخرفة لعلامة الآية، مع استخدام دائرة محلاة كبيرة داخلها كلمة «خمس» عند كل خمس آيات مكتوبة بنفس أسلوب اسم السورة +- الإكثار من المشق لضبط طول السطر + +![سورة الإخلاص](../assets/images/sura-112-113-114-p1.jpg "سورة الإخلاص") +![أول سورة الفلق](../assets/images/sura-112-113-114-p2.jpg "أول سورة الفلق") +![آخر سورة الفلق وأول سورة الناس](../assets/images/sura-112-113-114-p3.jpg "آخر سورة الفلق وأول سورة الناس") +![آخر سورة الناس](../assets/images/sura-112-113-114-p4.jpg "آخر سورة الناس") +![الصفحات الأربع مجتمعين](../assets/images/sura-combined.jpg "الصفحات الأربع مجتمعين") + diff --git a/docs/assets/images/card.png b/docs/assets/images/card.png index 755bb02..d0da89e 100644 Binary files a/docs/assets/images/card.png and b/docs/assets/images/card.png differ diff --git a/docs/assets/images/sura-112-113-114-p1.jpg b/docs/assets/images/sura-112-113-114-p1.jpg new file mode 100644 index 0000000..f9382fe Binary files /dev/null and b/docs/assets/images/sura-112-113-114-p1.jpg differ diff --git a/docs/assets/images/sura-112-113-114-p2.jpg b/docs/assets/images/sura-112-113-114-p2.jpg new file mode 100644 index 0000000..0e9df9d Binary files /dev/null and b/docs/assets/images/sura-112-113-114-p2.jpg differ diff --git a/docs/assets/images/sura-112-113-114-p3.jpg b/docs/assets/images/sura-112-113-114-p3.jpg new file mode 100644 index 0000000..6edab1e Binary files /dev/null and b/docs/assets/images/sura-112-113-114-p3.jpg differ diff --git a/docs/assets/images/sura-112-113-114-p4.jpg b/docs/assets/images/sura-112-113-114-p4.jpg new file mode 100644 index 0000000..28f89bf Binary files /dev/null and b/docs/assets/images/sura-112-113-114-p4.jpg differ diff --git a/docs/assets/images/sura-combined.jpg b/docs/assets/images/sura-combined.jpg new file mode 100644 index 0000000..79bcab9 Binary files /dev/null and b/docs/assets/images/sura-combined.jpg differ