-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc4100e
commit bd42df0
Showing
1 changed file
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<!DOCTYPE HTML> | ||
<html dir="rtl" lang="fa"> | ||
<head> | ||
<title>خبرنامه نرمافزاری SoftwareTalks</title> | ||
<meta charset="utf-8" /> | ||
<style> | ||
@font-face { | ||
font-family: 'Samim'; | ||
src: url('https://cdn.fontcdn.ir/Font/Persian/Samim/Samim.eot'); | ||
src: url('https://cdn.fontcdn.ir/Font/Persian/Samim/Samim.eot?#iefix') format('embedded-opentype'), | ||
url('https://cdn.fontcdn.ir/Font/Persian/Samim/Samim.woff') format('woff'), | ||
url('https://cdn.fontcdn.ir/Font/Persian/Samim/Samim.ttf') format('truetype'); | ||
font-weight: normal; | ||
} | ||
@font-face { | ||
font-family: 'Samim'; | ||
src: url('https://cdn.fontcdn.ir/Font/Persian/Samim/Samim-Bold.eot'); | ||
src: url('https://cdn.fontcdn.ir/Font/Persian/Samim/Samim-Bold.eot?#iefix') format('embedded-opentype'), | ||
url('https://cdn.fontcdn.ir/Font/Persian/Samim/Samim-Bold.woff') format('woff'), | ||
url('https://cdn.fontcdn.ir/Font/Persian/Samim/Samim-Bold.ttf') format('truetype'); | ||
font-weight: bold; | ||
} | ||
ul { | ||
padding: 0 0; | ||
list-style-type: none; | ||
} | ||
ul li:first-of-type { | ||
padding-top: 10px; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body style="background-color: #000;"> | ||
<div style="max-width: 680px; margin: 0 auto;color: #fff;"> | ||
<br /><br /> | ||
<img | ||
src="https://newsletter.softwaretalks.ir/favicons/apple-touch-icon.png" | ||
alt="Softwaretalks Logo" | ||
style="margin: 2.1em auto; display: block; width: 130px; border-radius: 5px;" | ||
> | ||
<h1 style="font-size: 25px; text-align: center; font-family: 'Samim', sans-serif; direction: rtl; font-weight: bold; color: red;">خبرنامهٔ Softwaretalks</h1> | ||
<h3 style="font-size: 18px; text-align: center; font-family: 'Samim', sans-serif; direction: rtl; color: red;"> | ||
شمارهٔ ۷۲ - پنجشنبه، ۱۲ آبان ۱۴۰۱ | ||
</h3> | ||
<div> <p style="text-align: center; color: red;font-family: 'Samim', sans-serif;"><small>این شماره از خبرنامه به احترام عزیزانی که جان خود را در راه آزادی از دست دادهاند، سیاهپوش شدهاست</small><br/>#مهسا_امینی</p> </div> | ||
<hr /> | ||
<ul style="text-align: right; font-family: 'Samim', sans-serif; direction: rtl;"> | ||
<li style="font-size: 18px; margin-top: 30px;"> | ||
<a style="color: red;" href="https://jadi.net/"><b>یک ماه بدون جادی و دوستانمون</b></a><br/>یک ماه از بازداشت جادی و دوستانمون میگذره. همچنان لازمه علیرغم همه محدودیتها و فشارها به یاد «کیبرد آزاد» باشیم. | ||
</li> | ||
<li style="font-size: 18px; margin-top: 30px;"> | ||
<a style="color: red;" href="https://medium.com/awesome-agile/7-estimation-anti-patterns-448cc81f7301"><b>ضدالگوهای تخمین</b></a><br/>شرکتهای مختلف، روشهای اشتباه مختلفی برای تخمین زدن در تیمهای نرمافزاری دارند. در این نوشته به ۷ ضدالگو در تخمین و روش حل مشکل پرداخته شده است. | ||
</li> | ||
<li style="font-size: 18px; margin-top: 30px;"> | ||
<a style="color: red;" href="https://blog.antosubash.com/posts/automatic-version-and-release"><b>نسخهبندی و عرضه خودکار نرمافزارهای داتنتی</b></a><br/>این مطلب به معرفی کتابخانهها و روشی برای نسخهبندی مبتنی بر SemVer در برنامههای .NET میپردازد | ||
</li> | ||
</ul> | ||
<hr /> | ||
<p style="font-size: 13px; font-family: 'Samim', sans-serif; direction: rtl; text-align: right;"> | ||
تأمینکنندگانِ محتوا در این شماره: | ||
|
||
<b>حامد سعیدی.</b> | ||
|
||
شما نیز میتوانید <a style="color: red" href="https://newsletter.softwaretalks.ir/#contribute">مشارکت کنید</a>. | ||
</p> | ||
<br /> | ||
</div> | ||
</body> | ||
</html> |