-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcommunity.php
98 lines (86 loc) · 3.37 KB
/
community.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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" />
<title>مجتمع لغة ألف</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w=="
crossorigin="anonymous" />
<style>
.card {
margin-top: 50px;
direction: rtl;
width: 30%;
margin: 100px auto;
}
.card img {
width: 55%;
height: 180px;
margin: auto;
}
.card p {
text-align: center;
padding-top: 10px;
font-size: 20px;
}
.card .button {
width: 50%;
margin: auto;
margin-bottom: 10px;
}
@media screen and (max-width: 925px) {
.card {
margin-top: 50px;
direction: rtl;
width: 95%;
margin: 100px auto;
}
.card img {
width: 55%;
height: 180px;
margin: auto;
}
.card p {
text-align: center;
padding-top: 10px;
font-size: 18px;
}
.card .button {
width: 50%;
margin: auto;
margin-bottom: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="card">
<img src="./images/alif-group.jpg" alt="" srcset="">
<p>
عذرا سيتم إقفال مجتمع ألف مؤقتا بسبب مشاكل تقنية
<br>
وسيتم الأكتفاء حاليا بي مجموعتنا على التلغرام
</p>
<a href="https://t.me/aliflang" class="btn btn-primary btn-lg button" role="button" aria-disabled="true">
رابط المجموعة
<i class="fab fa-telegram-plane" style="margin-right: 5px;"></i>
</a>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/js/all.min.js"
integrity="sha512-UwcC/iaz5ziHX7V6LjSKaXgCuRRqbTp1QHpbOJ4l1nw2/boCfZ2KlFIqBUA/uRVF0onbREnY9do8rM/uT/ilqw=="
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW"
crossorigin="anonymous"></script>
</body>
</html>