Commit | Line | Data |
---|---|---|
7b376474 | 1 | <!doctype html> |
fff36cd0 | 2 | <html lang="fa" dir="rtl"> |
7b376474 AB |
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>پروژهها — بندعلی</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> | |
fff36cd0 AB |
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; | |
bd5b7d91 | 18 | src: local('Sahel Bold WOL'), local('Sahel Bold'), |
fff36cd0 AB |
19 | url('sahelb.woff2') format('woff2'); |
20 | } | |
7b376474 | 21 | body { |
fff36cd0 | 22 | font-family: sahel, sans-serif; |
7b376474 AB |
23 | line-height: 1.8; |
24 | max-width: 37.5em; | |
25 | margin: 0 auto; | |
26 | padding: 0 1em; | |
27 | } | |
28 | a { text-decoration: none; } | |
29 | a: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> |