Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Sep 14, 2024
1 parent 316d687 commit 1305d09
Showing 1 changed file with 55 additions and 11 deletions.
66 changes: 55 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,56 @@
<title>Sialk Language</title>
<meta charset="utf-8">
<!DOCTYPE html>
<html lang="fa-IR" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sialk Language</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
}
h1, h2 {
color: #333;
}
.container {
max-width: 800px;
margin: auto;
}
.translation {
margin-top: 20px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
.translation h3 {
color: #007BFF;
}
</style>
</head>
<body>
<div class="container">
<h1>Sialk Language</h1>
<p>
Sialk is a new programming language for students and children. Everyone can learn programming and write code.
</p>

<h2>Sialk Language: The Sialk Programming Language</h2>
<p>
Sialk Language, inspired by the Persian and Arabic roots of the word sialk, which means peace, is a programming language crafted for simplicity and accessibility within the Iranian, Persian-speaking, and Arabic-speaking communities. Serving as the first Persian and Arabic programming language, Sialk Language is designed to provide an intuitive and user-friendly experience, specifically tailored for users, students, and developers familiar with Persian or Arabic. Embracing the cultural and linguistic richness of the region, Sialk Language aims to empower a diverse range of individuals, making programming more approachable and fostering a sense of ease and collaboration in the local coding community.
</p>

<h1>Sialk Language</h1>
<p>
Sialk is a new programming language for students and children. Everyone can learn programming and write code.
</p>

<h2>Sialk Language: The Sialk Programming Language</h2>
<p>
Sialk Language, inspired by the Persian and Arabic roots of the word sialk, which means peace, is a programming language crafted for simplicity and accessibility within the Iranian, Persian-speaking, and Arabic-speaking communities. Serving as the first Persian and Arabic programming language, Sialk Language is designed to provide an intuitive and user-friendly experience, specifically tailored for users, students, and developers familiar with Persian or Arabic. Embracing the cultural and linguistic richness of the region, Sialk Language aims to empower a diverse range of individuals, making programming more approachable and fostering a sense of ease and collaboration in the local coding community.
</p>
<div class="translation">
<h3>نسخه فارسی</h3>
<h1>زبان سیالک</h1>
<p>
سیالک یک زبان برنامه‌نویسی جدید برای دانش‌آموزان و کودکان است. همه می‌توانند برنامه‌نویسی یاد بگیرند و کد بنویسند.
</p>
<h2>زبان سیالک: زبان برنامه‌نویسی سیالک</h2>
<p>
زبان سیالک، که از ریشه‌های فارسی و عربی کلمه سیالک به معنای صلح الهام گرفته شده، زبان برنامه‌نویسی است که برای سادگی و دسترسی‌پذیری در جوامع ایرانی، فارسی‌زبان و عربی‌زبان طراحی شده است. به عنوان اولین زبان برنامه‌نویسی فارسی و عربی، زبان سیالک برای ارائه تجربه‌ای بصری و کاربرپسند، به‌ویژه برای کاربرانی که با فارسی یا عربی آشنا هستند، طراحی شده است. با در آغوش گرفتن ثروت فرهنگی و زبانی منطقه، زبان سیالک هدف دارد تا دامنه گسترده‌ای از افراد را توانمند سازد، برنامه‌نویسی را قابل دسترس‌تر کند و احساس راحتی و همکاری در جامعه محلی کدنویسی را تقویت کند.
</p>
</div>
</div>
</body>
</html>

0 comments on commit 1305d09

Please sign in to comment.