forked from behzadnm99/ehsaanf.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (45 loc) · 2.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE HTML>
<html>
<head>
<title>Ehsaan's GitHub Index – مخزن گیتهاب احسان</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0">
<link rel="stylesheet" href="assets/style.css">
<meta property="og:title" content="Ehsaan's GitHub Index">
<meta property="og:type" content="website">
<meta property="og:image" content="http://www.gravatar.com/avatar/71f75d18c2f9cd2560e4564eba625cd0?s=125">
<meta property="og:url" content="https://ehsaanf.github.io">
<meta property="og:description" content="See Ehsaan's open-source repositories and articles.">
</head>
<body>
<header>
<div class="cell">
<h1>فهرست پروژهها و مقالههای من</h1>
<span class="info">برای مشاهدهی بقیهی پروژهها، نمونهکارها و راههای تماس به <a href="http://ehsaan.me">وبسایت شخصی من</a> مراجعه کنید.</p>
</div>
<div class="cell aligner">
<img id="listIcon" src="assets/list.png" alt="List Icon">
</div>
</header>
<main>
<h3>• آخرین پروژههای متنباز</h3>
<ul id="projectsList" style="list-style:none;">
<li><a href="https://github.com/EhsaanF/tg-wrapper">tg-wrapper</a> – یک Wrapper مدرن برای تعامل با کلاینت تلگرام.</li>
<li><a href="https://github.com/EhsaanF/mailtodisk">mailtodisk</a> – اسکریپت ساده برای هندل ایمیلهای ارسالشده با تابع <code>mail</code> زبان PHP.</li>
<li><a href="https://github.com/EhsaanF/tg-hyperlink">tg-hyperlink</a> – ربات تلگرام برای ایجاد هایپرلینک با قابلیت آمارگیری.</li>
<li><a href="https://github.com/EhsaanF/download-engine">download-engine</a> – اسکریپت سادهی NodeJS برای دانلود از طریق چند کانکشن.</li>
<li><a href="https://github.com/EhsaanF?tab=repositories">مشاهدهی بقیه پروژههای متنباز...</a></li>
</ul>
<br>
<hr>
<br>
<h3>• مقالهها و آموزشها</h3>
<ul id="articlesList" style="list-style:none;">
<li><a href="https://ehsaanf.github.io/articles/nodejs-starter.html">شروع Node.JS</a> – معرفی کوتاه از NodeJS و معرفی منابع آموزشی.</li>
</ul>
</main>
<footer class="aligner">
<p>Licensed under Apache 2.0 – Fork it at <a href="https://github.com/EhsaanF/ehsaanf.github.io">GitHub</a> – Made with ♥ by Ehsaan</p>
</footer>
</body>
</html>