-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
172 lines (154 loc) · 6.44 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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>حسبي أني مُسلم</title>
<style>
@font-face {
font-family: 'Expo Arabic Light';
src: url('https://raw.githubusercontent.com/Ailuro-Poda/ExpoArabicLightFont/main/ExpoArabicLight.woff2') format('woff2'),
url('https://raw.githubusercontent.com/Ailuro-Poda/ExpoArabicLightFont/main/ExpoArabicLight.woff') format('woff'),
url('https://raw.githubusercontent.com/Ailuro-Poda/ExpoArabicLightFont/main/ExpoArabicLight.ttf') format('truetype'),
url('https://raw.githubusercontent.com/Ailuro-Poda/ExpoArabicLightFont/main/ExpoArabicLight.otf') format('opentype'),
url('https://raw.githubusercontent.com/Ailuro-Poda/ExpoArabicLightFont/main/ExpoArabicLight.eot') format('embedded-opentype'),
url('https://raw.githubusercontent.com/Ailuro-Poda/ExpoArabicLightFont/main/ExpoArabicLight.svg#ExpoArabicLight') format('svg');
}
body {
margin: 0;
padding: 0;
font-family: 'Expo Arabic Light';
background-color: #121212;
color: #ffffff;
display: block;
text-align: center;
padding: 20px;
box-sizing: border-box;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.title {
font-size: 2.4em;
font-weight: bold;
margin-bottom: 10px;
}
.button-en {
background-color: #00bfff;
color: #ffffff;
border: none;
padding: 10px 20px;
font-size: 1em;
font-weight: 900;
font-family: 'Expo Arabic Light';
cursor: pointer;
border-radius: 5px;
transition: background-color 0.3s ease;
flex: auto;
}
.button-en:hover {
background-color: #008ccc;
}
.author, .source {
font-size: 1.4em;
margin-bottom: 20px;
color: #bbbbbb;
}
.source a {
color: #00bfff;
text-decoration: none;
}
.source a:hover {
text-decoration: underline;
}
.poem {
max-width: 900px;
margin: auto;
padding: 20px 10px;
font-size: 1.8em;
text-align: center;
line-height: 2;
box-sizing: border-box;
}
.poem-line {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin: 15px 0;
}
.poem-half {
padding: 20px 10px;
box-sizing: border-box;
}
@media (max-width: 768px) {
.poem {
font-size: 1.4em;
}
}
@media (max-width: 480px) {
.poem {
font-size: 1.2em;
}
}
</style>
</head>
<body>
<header>
<button class="button-en" onclick="window.location.href='https://bit.ly/41mPfyc';">EN</button>
</header>
<div class="title">حسبي أني مُسلم</div>
<div class="author">تأليف: عبد الله الأخرس</div>
<div class="source">
<a href="https://bit.ly/3OIdkaX" target="_blank"> المصدر</a>
</div>
<div class="poem">
<div class="poem-line">
<div class="poem-half">سَيَرحَمُني رَبّي و إِنِّيَ واثِقٌ</div>
<div class="poem-half">بِرَحمَتِهِ لي فَالإِلهُ رَحيمُ</div>
</div>
<div class="poem-line">
<div class="poem-half">و هَهياتَ رَبِّي أَنْ يُعَذِّبَ عَبدَهُ</div>
<div class="poem-half">و يُسكِنَهُ في النّارِ و هْوَ كَريمُ</div>
</div>
<div class="poem-line">
<div class="poem-half">و يَعلَمُ رَبّي أَنَّني ما عَصَيتُهُ</div>
<div class="poem-half">بِمَعصِيَةٍ يَوماً و كُنتُ أَرومُ</div>
</div>
<div class="poem-line">
<div class="poem-half">و لكِنَّني عَبدٌ ضَعيفٌ و إِنَّ لي</div>
<div class="poem-half">لَنَفساً تَخوضُ الذَّنبَ و هْيَ تَلومُ</div>
</div>
<div class="poem-line">
<div class="poem-half">فَإِنْ هُوَ لمْ يَعِصِمْ مِنَ الذَّنبِ عَبدَهُ</div>
<div class="poem-half">فَسَوفَ لَعَمري في الذُّنوبِ يُقيمُ</div>
</div>
<div class="poem-line">
<div class="poem-half">و حَسبِيَ أَنّي مُسلِمٌ و ابنُ مُسلِمٍ</div>
<div class="poem-half">و عِندِيَ ربٌ واحِدٌ و عَظيمُ</div>
</div>
<div class="poem-line">
<div class="poem-half">و أَنِّيَ ما أَشرَكتُ بِاللهِ لَحظَةً</div>
<div class="poem-half">و سُبحانَهُ إِنّي إِذاً لَـظَلومُ</div>
</div>
<div class="poem-line">
<div class="poem-half">و لَستُ أَخافُ الغَيبَ والغَيبُ عِندَهُ</div>
<div class="poem-half">و لا سَطوَةَ الأَيّامِ و هْوَ حَكيمُ</div>
</div>
<div class="poem-line">
<div class="poem-half">و لا أَشتَكي إِلا إِليهِ مَصائِبي</div>
<div class="poem-half">فَليسَ سِواهُ بِالقُلوبِ عَليمُ</div>
</div>
<div class="poem-line">
<div class="poem-half">و إِنِّي إِذا يَوماً شَكَوتُ لِخَلقِهِ</div>
<div class="poem-half">سَتَدهَمُني فَوقَ الهُمومِ هُمومُ</div>
</div>
<div class="poem-line">
<div class="poem-half">و أَعلَمُ أَنَّ الحادِثاتِ سَتَنتَهي</div>
<div class="poem-half">و لا شَيءَ في هذا الزَّمانِ يَدومُ</div>
</div>
</div>
</body>
</html>