44 lines
2.5 KiB
HTML
44 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fa" dir="rtl">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>بالینیار — مستندات فارسی</title>
|
|
<style>
|
|
:root { --teal:#1d4a40; --terracotta:#d98c6a; --bg:#faf9f5; --surface:#fff; --border:#e4ddd2; --text:#23211c; --soft:#5d574c; }
|
|
* { box-sizing:border-box; }
|
|
body { margin:0; background:var(--bg); color:var(--text); font-family:Tahoma,"Segoe UI",sans-serif; line-height:1.8; }
|
|
.wrap { max-width:760px; margin:0 auto; padding:48px 22px 80px; }
|
|
.brand { display:flex; align-items:center; gap:10px; font-size:1.5rem; font-weight:700; color:var(--teal); }
|
|
.brand .dot { width:13px; height:13px; border-radius:50%; background:var(--terracotta); }
|
|
.lead { color:var(--soft); margin:8px 0 30px; }
|
|
.card { display:block; background:var(--surface); border:1px solid var(--border); border-radius:12px;
|
|
padding:18px 20px; margin:14px 0; text-decoration:none; color:inherit; box-shadow:0 1px 3px rgba(0,0,0,.06); }
|
|
.card:hover { border-color:var(--teal); }
|
|
.card h2 { margin:0 0 6px; font-size:1.12rem; color:var(--teal); }
|
|
.card p { margin:0; color:var(--soft); font-size:.92rem; }
|
|
.back { display:inline-block; margin-top:28px; color:var(--teal); text-decoration:none; font-size:.92rem; }
|
|
hr { border:none; border-top:1px solid var(--border); margin:28px 0; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="wrap">
|
|
<div class="brand"><span class="dot"></span> بالینیار</div>
|
|
<p class="lead">مستندات فارسی — بازارگاه پرستاری در منزل مبتنی بر اعتماد. نسخهٔ مرجع (انگلیسی) بهصورت موازی نگهداری میشود.</p>
|
|
|
|
<a class="card" href="platform-report.fa.html">
|
|
<h2>گزارش پلتفرم پرستاری در منزل — ایران</h2>
|
|
<p>تحلیل بازار و رقبا، مشکلات و ریسکها، احراز هویت و صلاحیت پرستار، چارچوب حقوقی، و توصیههای ورود به بازار.</p>
|
|
</a>
|
|
|
|
<a class="card" href="nurse-verification-flow.fa.html">
|
|
<h2>فلوی احراز هویت و صلاحیت پرستار — راهنمای پیادهسازی</h2>
|
|
<p>اصول طراحی، دادههای ورودی، نقشهٔ فلو، ماتریس تطبیق متقابل ضدِ تقلب، و نکات حقوقی و حریم خصوصی.</p>
|
|
</a>
|
|
|
|
<hr>
|
|
<a class="back" href="../index.html">← بازگشت به مستندات اصلی (انگلیسی)</a>
|
|
</div>
|
|
</body>
|
|
</html>
|