-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (54 loc) · 3.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!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>زبان برنامه نویسی سیلک</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 {
direction: ltr;
margin-top: 20px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
.translation h3 {
color: #007BFF;
}
</style>
</head>
<body>
<div class="container">
<h1>زبان سیلک</h1>
<p>
سیلک یک زبان برنامهنویسی جدید برای دانشآموزان و کودکان است. همه میتوانند برنامهنویسی یاد بگیرند و کد بنویسند.
</p>
<h2>زبان سیلک: زبان برنامهنویسی سیلک</h2>
<p>
زبان سیلک، که از ریشههای فارسی و عربی کلمه سیلک به معنای صلح الهام گرفته شده، زبان برنامهنویسی است که برای سادگی و دسترسیپذیری در جوامع ایرانی، فارسیزبان و عربیزبان طراحی شده است. به عنوان اولین زبان برنامهنویسی فارسی و عربی، زبان سیلک برای ارائه تجربهای بصری و کاربرپسند، بهویژه برای کاربرانی که با فارسی یا عربی آشنا هستند، طراحی شده است. با در آغوش گرفتن ثروت فرهنگی و زبانی منطقه، زبان سیلک هدف دارد تا دامنه گستردهای از افراد را توانمند سازد، برنامهنویسی را قابل دسترستر کند و احساس راحتی و همکاری در جامعه محلی کدنویسی را تقویت کند.
</p>
<div class="translation">
<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>
</div>
</body>
</html>