Skip to content

Commit

Permalink
Update website design
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Sep 8, 2023
1 parent ff4b125 commit db6a142
Show file tree
Hide file tree
Showing 57 changed files with 497 additions and 172 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/venv
/build
*.swp
/docs/_site
/fonts/*.woff2
14 changes: 12 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ NAME = Qahiri
MAKEFLAGS := -sr
SHELL = bash

CONFIG = _config.yml
CONFIG = docs/_config.yml
VERSION = $(shell grep "version:" $(CONFIG) | sed -e 's/.*.: "\(.*.\)".*/\1/')
DIST = $(NAME)-$(VERSION)

Expand All @@ -29,17 +29,27 @@ TESTDIR = tests
BUILDDIR = build

FONTS = $(FONTDIR)/$(NAME)-Regular.ttf
WOFF2 = $(FONTDIR)/$(NAME)-Regular.woff2

.SECONDARY:
.ONESHELL:
.PHONY: all dist

all: $(FONTS)
all: ttf web
ttf: $(FONTS)

web: $(WOFF2)
cp $(WOFF2) docs/assets/fonts/
cp $(FONTS) docs/app/assets/fonts/

%.ttf: $(SOURCEDIR)/$(NAME).glyphs $(CONFIG)
$(info   BUILD $(@F))
python $(SCRIPTDIR)/build.py $< $(VERSION) $@

%.woff2: %.ttf
$(info   WOFF2 $(@F))
python $(SCRIPTDIR)/buildwoff2.py $< $@

dist: all
$(info   DIST $(DIST).zip)
install -Dm644 -t $(DIST) $(FONTS)
Expand Down
7 changes: 0 additions & 7 deletions _config.yml

This file was deleted.

54 changes: 0 additions & 54 deletions _layouts/default.html

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/fonts/Qahiri-Regular.ttf

This file was deleted.

101 changes: 0 additions & 101 deletions assets/css/style.scss

This file was deleted.

4 changes: 0 additions & 4 deletions assets/images/favicon.svg

This file was deleted.

4 changes: 4 additions & 0 deletions docs/_config.yml
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: خط كوفي مصحفي
27 changes: 27 additions & 0 deletions docs/_data/messages.yml
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: صفحة المشروع على جت&zwnj;هب
description: «رَقّ» هو خط حاسوبي كوفي مصحفي، يهدف إلى إحياء الخط الكوفي الذي كتبت به المصاحف المبكرة، وتحديدا مصاحف القرن الثالث الهجري، عبر رقمنته رقمنة دقيقة قدر الإمكان. الرَقّ هو الجلد الذي كتبت عليه المصاحف المبكرة.
File renamed without changes.
63 changes: 63 additions & 0 deletions docs/_layouts/default.html
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:info@aliftype.com"><code>info@aliftype.com</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 }}&VeryThinSpace;—&VeryThinSpace;{{ 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 added docs/app/assets/fonts/Qahiri-Regular.ttf
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.
5 changes: 4 additions & 1 deletion arabic.md → docs/arabic.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
layout: arabic
title: قاهري
description: خط كوفي مصحفي
layout: default
language: ar
direction: rtl
---

«قاهري» هو خط حاسوبي [كوفي] مبني على القاعدة الحديثة لخط كوفي المصاحف التي
Expand Down
Loading

0 comments on commit db6a142

Please sign in to comment.