-
Notifications
You must be signed in to change notification settings - Fork 3
/
book.php
123 lines (92 loc) · 3.59 KB
/
book.php
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?php
header("Location: https://www.aliflang.org/learn");
die;
require_once "m.php";
?><!DOCTYPE HTML>
<!--
لغة البرمجة العربية ألف
The Alif Arabic Programming Language
(C)2020 DRAGA Hassan.
(C)2020 مجتمع ألف - Alif Community
Template : https://templated.co/
Released for free under the Creative Commons
Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>تعليم - لغة البرمجة العربية ألف - Arabic Programming Language</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<meta name="keywords" content="ألف, لغة, البرمجة, عربية, مجتمع, مطوري, تحميل, مترجم, ستوديو, alif, programming, language, arabic">
<meta name="description" content="لغة البرمجة العربية ألف - The Alif Arabic Programming Language">
<meta name="author" content="مجتمع ألف - Alif Community">
<link rel="icon" type="image/png" href="images/favicon.png" />
<!-- G -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-165053294-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-165053294-1');
</script>
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="/" class="logo">ألف 2</a>
<nav id="nav">
<a href="download">تحميل</a>
<a href="learn" style="background: #5C8BC5; border-bottom: 2px solid #8AACD5;">تعليم</a>
<a href="news">الأخبار</a>
<a href="./community.php" target="_blank">المجتمع</a>
<a href="about">حول</a>
<a href="donations">ساهم </a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Three -->
<section id="three" class="wrapper">
<div class="inner">
<div class="row">
<div class="4u 12u$(medium)">
<a href="learn" class="button alt fit">تطبيقات بلغة ألف</a>
</div>
<div class="4u 12u$(medium)">
<a href="examples" class="button alt fit">أمثلة بسيطة</a>
</div>
<div class="4u$ 12u$(medium)">
<a href="book" class="button special fit">كتاب لغة ألف</a>
</div>
</div>
<div class="box" style="color: #333">
<h3 style="text-align: center; color: #B15C3D; font-size: 26px; direction: rtl">تحت التأليف ..</h3>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
©2020 <a href="https://twitter.com/dragahassan" target="_blank">DRAGA Hassan</a>, Canada.<br />
©2020 <a href="https://www.aliflang.org/community">مجتمع ألف</a>
</div>
<ul class="icons">
<!-- <li><a href="https://twitter.com/dragahassan" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a></li> -->
<li>
<a href="https://www.jetbrains.com/" target="_blank"><img src="images/IntelliJ_IDEA_JetBrains_64.svg" alt="JetBrains" /></a>
</li>
</ul>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>