fix bold typeface names for sahel
[~bandali/bndl.org] / fa / projects.html
... / ...
CommitLineData
1<!doctype html>
2<html lang="fa" dir="rtl">
3<head>
4<meta charset="utf-8" />
5<meta name="author" content="bandali" />
6<meta name="viewport" content="width=device-width, initial-scale=1" />
7<title>پروژه‌ها &mdash; بندعلی</title>
8<link rel="canonical" href="https://bndl.org/fa/projects.html" />
9<link rel="alternate" href="bandali-projects.txt" title="plain text" type="text/plain" />
10<style>
11@font-face {
12 font-family: sahel; font-weight: normal;
13 src: local('Sahel WOL'), local('Sahel'),
14 url('sahel.woff2') format('woff2');
15}
16@font-face {
17 font-family: sahel; font-weight: bold;
18 src: local('Sahel Bold WOL'), local('Sahel Bold'),
19 url('sahelb.woff2') format('woff2');
20}
21body {
22 font-family: sahel, sans-serif;
23 line-height: 1.8;
24 max-width: 37.5em;
25 margin: 0 auto;
26 padding: 0 1em;
27}
28a { text-decoration: none; }
29a:hover, a:focus { text-decoration: underline; }
30@media (prefers-color-scheme: dark) {
31 body { background: #1c1c1c; color: white; }
32 a:link { color: #acdeff; }
33 a:visited { color: #f8f; }
34 a:active { color: #e00; }
35}
36</style>
37</head>
38<body>
39<h1>پروژه‌های <a href=".">بندعلی</a></h1>
40<p>در گذشته صفحهٔ پروژه‌هایم فهرستی از پروژه‌های نرم‌افزار آزادی که شروع
41کرده یا در آن‌ها مشارکت کرده‌بودم داشت، اما به مرور بروز نگهداری فهرست
42دشوارتر شد؛ لذا تصمیم به حذف آن گرفتم.</p>
43
44<p>برای دیدن برخی از پروژه‌های خودم و دیگر پروژه‌هایی که در آن‌ها مشارکت
45می‌کنم، به <a href="https://git.shemshak.org/~bandali">مخازن گیت من</a>
46و همچنین <a href="https://savannah.gnu.org/users/bandali">نمایهٔ
47ساوانای من</a> سری بزنید.</p>
48</body>
49</html>