Skip to content

Commit

Permalink
Update index.html with font awesome and additional
Browse files Browse the repository at this point in the history
information
  • Loading branch information
ghodsizadeh committed Nov 23, 2023
1 parent f796a1c commit d1b01ff
Showing 1 changed file with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,37 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>بودجه خانوار به فرمت sqlite</title>
<!-- <link href="https://raw.githubusercontent.com/ghodsizadeh/Household-Survey-Data-Iran/main/https://cdn.jsdelivr.net/npm/[email protected]/dist/full.min.css" rel="stylesheet" type="text/css" /> -->
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/gh/rastikerdar/[email protected]/Vazirmatn-font-face.css" rel="stylesheet" type="text/css" />
</head>
<!-- add font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" /></head>


<body class="bg-gray-100" style="font-family: Vazir;" dir="rtl">
<header class="bg-blue-800 py-4">
<div class="container mx-auto px-4">
<h1 class="text-white text-2xl font-bold">بودجه خانوار ۱۳۷۵-۱۴۰۱</h1>
<h1 class="text-white text-2xl font-bold">بودجه خانوار ۱۳۷۵-۱۴۰۱ با فرمت sqlite3</h1>
</div>
</header>

<main class="container mx-auto px-4 py-8">
<div class="bg-white p-3 my-3 rounded-md shadow ">
<p>
در این صفحه می‌توانید اطلاعات مربوط پرشبه داده‌های خام طرح هزینه و درامد دسترسی داشته باشید.
<br/>
با کمک این فرمت می‌توانید به راحتی با همه سرویس‌های که به دیتابیس‌های رایج متصل می‌شوند در تمامی سیستم‌عامل‌ها و حتی در سرویس‌های آنلاین مثل
Google Colab از این داده‌ها استفاده کنید.
</p>
<p>
برای دسترسی به پرسشنامه‌ها می توانید به
<a href="https://www.amar.org.ir/%D8%AF%D8%A7%D8%AF%D9%87%D9%87%D8%A7-%D9%88-%D8%A7%D8%B7%D9%84%D8%A7%D8%B9%D8%A7%D8%AA-%D8%A2%D9%85%D8%A7%D8%B1%DB%8C/%D9%87%D8%B2%DB%8C%D9%86%D9%87-%D9%88-%D8%AF%D8%B1%D8%A7%D9%85%D8%AF-%D8%AE%D8%A7%D9%86%D9%88%D8%A7%D8%B1/%D9%87%D8%B2%DB%8C%D9%86%D9%87-%D9%88-%D8%AF%D8%B1%D8%A7%D9%85%D8%AF-%DA%A9%D9%84-%DA%A9%D8%B4%D9%88%D8%B1#103181018---"
class="text-blue-900 hover:text-blue-500"
>
سایت سازمان آمار ایران
</a>
مراجعه کنید.
</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
<a href="https://raw.githubusercontent.com/ghodsizadeh/Household-Survey-Data-Iran/main/75.sqlite3.zip" class="bg-white hover:bg-gray-100 p-4 rounded-md shadow"> بودجه سال ۱۳۷۵</a>
<a href="https://raw.githubusercontent.com/ghodsizadeh/Household-Survey-Data-Iran/main/76.sqlite3.zip" class="bg-white hover:bg-gray-100 p-4 rounded-md shadow"> بودجه سال ۱۳۷۶</a>
Expand Down Expand Up @@ -52,17 +69,19 @@ <h1 class="text-white text-2xl font-bold">بودجه خانوار ۱۳۷۵-۱۴

<footer class="bg-gray-200 py-4">
<div class="container mx-auto px-4">
<p class="text-white text-center">
توسعه با افتخار توسط <a class="text-blue-900 hover:text-blue-500"
<p class="text-gray-900 text-center">
گردآوری با افتخار توسط <a class="text-blue-900 hover:text-blue-500"
href="https://github.com/ghodsizadeh">مهدی قدسی‌زاده</a>
<a href="https://x.com/mghodsizadeh" class="text-blue-900 hover:text-blue-500">
<i class="fa fab fa-twitter"></i>
</a>
</p>
<p class="text-white text-center">
<p class="text-gray-900 text-center">
<a class="text-blue-900 hover:text-blue-500"
href="https://github.com/ghodsizadeh/Household-Survey-Data-Iran"
target="_blank"
rel="noopener noreferrer">
مخزن گیت‌هاب
<i class="fab fa-github"></i>
<i class="fa fab fa-github"></i>
</a>

</div>
Expand Down

0 comments on commit d1b01ff

Please sign in to comment.