-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff4b125
commit 0cef796
Showing
57 changed files
with
496 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
/venv | ||
/build | ||
*.swp | ||
/docs/_site | ||
/fonts/*.woff2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
version: "3.00" # Increment only when tagging release, download link uses it. | ||
name: Qahiri | ||
title: قاهري | ||
description: خط كوفي مصحفي |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
en-US: | ||
foundry: Alif Type | ||
foundry-description: <em>Alif Type</em> is a virtual type foundry specialized in Arabic and mathematical libre fonts. | ||
contact: Contact | ||
contact-detail: Do you have questions or suggestions about our typefaces? Reach out! | ||
facebook: Facebook | ||
instagram: Instagram | ||
google-fonts: Google Fonts | ||
sitedesigner: Website design by Abdo Mohamed | ||
github: Project page on GitHub | ||
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. | ||
|
||
ar: | ||
foundry: حروف ألف | ||
foundry-description: «مسبك حروف ألف» هو مسبك حروف رقمی متخصص فی الخطوط العربیة والریاضیاتیة. | ||
contact: تواصل معنا | ||
contact-detail: هل لديك أي أسئلة أو اقتراحات عن خطوطنا؟ يمكن التواصل معنا عبر | ||
facebook: فيسبوك | ||
instagram: إنستاجرام | ||
google-fonts: خطوط جوجل | ||
sitedesigner: الموقع من تصميم عبد الرحمن محمد | ||
download: نزِّل الخط | ||
app: اذهب إلى التطبيق | ||
github: صفحة المشروع على جت‌هب | ||
description: «رَقّ» هو خط حاسوبي كوفي مصحفي، يهدف إلى إحياء الخط الكوفي الذي كتبت به المصاحف المبكرة، وتحديدا مصاحف القرن الثالث الهجري، عبر رقمنته رقمنة دقيقة قدر الإمكان. الرَقّ هو الجلد الذي كتبت عليه المصاحف المبكرة. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{% assign messages = site.data.messages[page.language] %} | ||
<!DOCTYPE html> | ||
<html lang="{{ page.language }}" dir="{{ page.direction | default: rtl }}"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="shortcut icon" href="./assets/images/favicon.svg"/> | ||
|
||
<title>{{ page.title | default: site.title }} | {{ page.description | default: site.description }}</title> | ||
<meta property="og:locale" content="{{ page.language }}" /> | ||
<meta name="description" content="{{ messages.description }}" /> | ||
<meta property="og:description" content="{{ messages.description }}" /> | ||
<link rel="canonical" href="{{ site.url }}/{{ site.github.repository_name }}{{ page.url }}" /> | ||
<meta property="og:url" content="{{ site.url }}/{{ site.github.repository_name }}{{ page.url }}" /> | ||
<meta property="og:site_name" content="{{ site.title }}" /> | ||
<meta property="og:image" content="{{ "/assets/images/card.png" | relative_url }}" /> | ||
|
||
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}"> | ||
</head> | ||
<body> | ||
<header> | ||
<p id="logo">أ</p> | ||
<h1>{{ messages.foundry }}</h1> | ||
<p class="lang-switcher-side"> | ||
{% if page.language == "ar" %} | ||
عربي | <a lang="en-US" href="./" hreflang="en-US">English</a> | ||
{% else %} | ||
English | <a lang=ar" href="./arabic" hreflang="ar">عربي</a> | ||
{% endif %} | ||
</p> | ||
<p>{{ messages.foundry-description }}</p> | ||
<h2>{{ messages.contact }}</h2> | ||
<p>{{ messages.contact-detail }} <a href="mailto:[email protected]"><code>[email protected]</code></a></p> | ||
<p> | ||
<a href="https://www.facebook.com/AlifTypeFoundry">{{ messages.facebook }}</a></br> | ||
<a href="https://www.instagram.com/khaledhosny.type">{{ messages.instagram }}</a></br> | ||
<a href="https://fonts.google.com/?subset=arabic&query=Khaled+Hosny">{{ messages.google-fonts }}</a></br> | ||
</p> | ||
<p id="sitedesigner"><a href="https://abdomohamed.com">{{ messages.sitedesigner }}</a></p> | ||
</header> | ||
|
||
<p class="lang-switcher-top"> | ||
{% if page.language == "ar" %} | ||
عربي | <a lang="en-US" href="./english" hreflang="en-US">English</a> | ||
{% else %} | ||
English | <a lang=ar" href="./" hreflang="ar">عربي</a> | ||
{% endif %} | ||
</p> | ||
<h1 dir="rtl" id="title">{{ site.title }}—{{ site.description }}</h1> | ||
<section> | ||
{% if page.title and page.description %} | ||
<h1>{{ page.title }} — {{ page.description }}</h1> | ||
{% endif %} | ||
{{ content }} | ||
</section> | ||
|
||
<footer> | ||
<p class="downloads"><a href="{{ site.github.repository_url }}/releases/download/v{{ site.version }}/{{ site.name }}-{{ site.version }}.zip">{{ messages.download }}</a></p> | ||
<p class="downloads"><a href="./app">{{ messages.app }}</a></p> | ||
<p>{{ messages.github }} </br><a href="{{ site.github.repository_url }}"><code>{{ site.github.repository_nwo }}</code></a></p> | ||
</footer> | ||
</body> | ||
</html> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.