use the beautiful Sahel font for persian text
[~bandali/bndl.org] / fa / index.html
... / ...
CommitLineData
1<!doctype html>
2<html lang="fa" dir="rtl">
3<head>
4<meta charset="utf-8" />
5<meta name="author" content="بندعلی" />
6<meta name="viewport" content="width=device-width, initial-scale=1" />
7<title>سایت شخصی بندعلی</title>
8<link rel="canonical" href="https://bndl.org/fa/" />
9<link rel="alternate" href="bandali.txt" title="plain text" type="text/plain" />
10<link rel="alternate" href="../" hreflang="en" title="english" />
11<style>
12@font-face {
13 font-family: sahel; font-weight: normal;
14 src: local('Sahel WOL'), local('Sahel'),
15 url('sahel.woff2') format('woff2');
16}
17@font-face {
18 font-family: sahel; font-weight: bold;
19 src: local('Sahel WOL'), local('Sahel'),
20 url('sahelb.woff2') format('woff2');
21}
22body {
23 font-family: sahel, sans-serif;
24 line-height: 1.8;
25 max-width: 37.5em;
26 margin: 0 auto;
27 padding: 0 1em;
28}
29a { text-decoration: none; }
30a:hover, a:focus { text-decoration: underline; }
31details { margin: 1em 0; }
32details summary { cursor: pointer; }
33#copy { font-size: 0.84em; line-height: normal; }
34#copy p { padding: 0 2em; }
35ul { list-style-type: none; padding: 0; }
36ul li { margin: 0.25em 0; }
37@media (prefers-color-scheme: dark) {
38 body { background: #1c1c1c; color: white; }
39 a:link { color: #acdeff; }
40 a:visited { color: #f8f; }
41 a:active { color: #e00; }
42}
43</style>
44</head>
45<body>
46<h1>سایت شخصی بندعلی</h1>
47<nav>
48<a href="projects.html">پروژه‌ها</a>
49| <a href="../cv.html">رزومه</a> (انگلیسی)
50| <a href="contact.html">تماس</a>
51| <a href="bandali.fa.txt">متن ساده</a>
52| <a href="../" hreflang="en" title="English">english</a>
53</nav>
54
55<p>من یک
56فعال <a href="https://www.gnu.org/philosophy/free-sw.fa.html">نرم‌افزار
57آزاد</a> و <a href="../mmath.html">کارشناس ارشد علوم رایانه</a> هستم.
58به عنوان یک عضو پروژهٔ گنو، سرپرستی
59نرم‌افزارهای <a href="https://jami.net">جمی</a>
60و <a href="https://www.gnu.org/software/gnuzilla/">گنو آیس‌کت</a> را بر
61عهده دارم و همچنین در توسعهٔ تعداد دیگری از برنامه‌ها و بخش‌های گنو
62مثل <a href="https://www.gnu.org/software/emacs/">ایمکس</a>
63و <a href="https://savannah.gnu.org">ساوانا</a> مشارکت می‌کنم.</p>
64
65<h2 id="notes">نوشته‌ها</h2>
66<p>در اینجا می‌توانید برخی یادداشت‌ها و نوشته‌هایم در رابطه با موضوعات
67مورد علاقه‌م یا مسائلی که برایم مهم هستند را بخوانید. این نوشته‌ها
68همچنین از طریق خوراک‌های <a href="notes.atom">اتم</a>
69و <a href="notes.rss">آراس‌اس</a> در دسترس هستند.</p>
70
71<ul>
72<li><a href="../libreplanet-2021.html" hreflang="en">LibrePlanet 2021:
73جمی و اینکه چگونه به کاربران قدرت می‌بخشد</a> <small>(انگلیسی)
74(۲۰ مارس ۲۰۲۱)</small></li>
75<li><a href="fsf-internship-beyond.html">کارآموزی من با تیم فنی بنیاد
76نرم‌افزار آزاد و فراتر از آن</a>
77<small>(۱۸ دسامبر ۲۰۲۰)</small></li>
78<li><a href="fsf-internship-intro.html">کارآموزی با تیم فنی بنیاد
79نرم‌افزار آزاد</a> <small>(۲۹ مه ۲۰۲۰)</small></li>
80<li><a href="computing.html">چگونه از رایانه استفاده
81می‌کنم</a> <small>(۱۴ سپتامبر ۲۰۱۹)</small></li>
82</ul>
83
84<hr />
85<details id="copy">
86<summary dir="ltr">Copyright &copy; 2012&ndash;2021 bandali</summary>
87<p dir="ltr">Copying and distribution of this file, with or without
88modification, are permitted in any medium without royalty provided the
89copyright notice and this notice are preserved. This file is offered
90as-is, without any warranty.</p>
91
92<p>رونوشت و توزیع این پرونده، با یا بدون تغییر، در سراسر دنیا بدون حق
93امتیاز و در هر رسانه‌ای مجاز است، به شرطی که این اعلان و اعلان حق تکثیر
94حفظ شود. این پرونده به صورت موجود و بدون هیچ گونه ضمانت ارائه
95می‌شود.</p>
96</details>
97</body>
98</html>