-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
55 additions
and
11 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 |
---|---|---|
@@ -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> |