-
Notifications
You must be signed in to change notification settings - Fork 1
/
article.html
358 lines (345 loc) · 28.1 KB
/
article.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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!DOCTYPE html>
<html lang="en" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/all.min.css">
<title>TrueGaming V3</title>
</head>
<body>
<div class="fold relative">
<header class="bg-menu text-gray-700 body-font absolute py-1 left-0 right-0 z-20" style="top:30px;">
<div class="container mx-auto flex flex-wrap">
<a href="#" class="flex title-font font-medium items-center md:mb-0 lg:ml-6 mx-auto">
<img class="h-10 mr-2 lg:mr-0 mt-1 lg:mt-0" src="css/img/tg_logo_big.png" alt="">
</a>
<div class="block lg:hidden">
<button onclick="toggleMenu()" class="flex items-center px-3 py-2 border rounded text-white border-white hover:text-white hover:border-white mt-2 ml-2">
<svg class="fill-current h-3 w-3" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<title>Menu</title>
<path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z" />
</svg>
</button>
</div>
<div class="w-full flex-grow lg:flex lg:items-center lg:w-auto show-menu lg:bg-transparent bg-gray-800 hidden lg:visible lg:px-0 px-4 lg:text-right text-center ">
<nav class="lg:flex-grow lg:flex block">
<ul class="lg:flex-grow lg:flex block">
<li>
<a class="block font-araby-bold text-base leading-3 lg:mt-0 text-white hover:text-white h-12 border-b-4 border-transparent hover:border-red-600 px-2 trans"><i class="fas fa-home"></i></a>
</li>
<li>
<a class="block font-araby-bold text-base leading-3 lg:mt-0 text-white hover:text-white h-12 border-b-4 border-transparent hover:border-red-600 px-2 trans">أخبار</a>
</li>
<li class="menu-element" style="position: relative">
<a class="block font-araby-bold text-base leading-3 lg:mt-0 text-white hover:text-white h-12 border-b-4 border-transparent hover:border-red-600 px-2 trans">مراجعات</a>
<ul class="top-0 submenu-element sub-menu relative lg:absolute text-white bg-red-600 p-6 text-lg flex flex-wrap w-full lg:w-64 justify-between items-center top-0" style="right: 0; left: auto;">
<li style="position: relative" class="w-1/2 text-center menu-element"><a href="#" class="w-full block font-araby-bold text-base leading-snug lg:mt-0 text-white rounded rounded-b hover:text-white hover:bg-red-700 h-12 border-transparent hover:border-red-600 px-2">جميع المراجعات</a></li>
<li style="position: relative" class="w-1/2 text-center menu-element"><a href="#" class="w-full block font-araby-bold text-base leading-snug lg:mt-0 text-white rounded rounded-b hover:text-white hover:bg-red-700 h-12 border-transparent hover:border-red-600 px-2">PC</a></li>
<li style="position: relative" class="w-1/2 text-center menu-element"><a href="#" class="w-full block font-araby-bold text-base leading-snug lg:mt-0 text-white rounded rounded-b hover:text-white hover:bg-red-700 h-12 border-transparent hover:border-red-600 px-2">PlayStation 4</a></li>
<li style="position: relative" class="w-1/2 text-center menu-element"><a href="#" class="w-full block font-araby-bold text-base leading-snug lg:mt-0 text-white rounded rounded-b hover:text-white hover:bg-red-700 h-12 border-transparent hover:border-red-600 px-2">Switch</a></li>
<li style="position: relative" class="w-1/2 text-center menu-element"><a href="#" class="w-full block font-araby-bold text-base leading-snug lg:mt-0 text-white rounded rounded-b hover:text-white hover:bg-red-700 h-12 border-transparent hover:border-red-600 px-2">Xbox One</a></li>
<li style="position: relative" class="w-1/2 text-center menu-element"><a href="#" class="w-full block font-araby-bold text-base leading-snug lg:mt-0 text-white rounded rounded-b hover:text-white hover:bg-red-700 h-12 border-transparent hover:border-red-600 px-2">هواتف</a></li>
</ul>
</li>
<li>
<a class="block font-araby-bold text-base leading-3 lg:mt-0 text-white hover:text-white h-12 border-b-4 border-transparent hover:border-red-600 px-2 trans">فيديو</a>
</li>
<li>
<a class="block font-araby-bold text-base leading-3 lg:mt-0 text-white hover:text-white h-12 border-b-4 border-transparent hover:border-red-600 px-2 trans">تقارير</a>
</li>
<li>
<a class="block font-araby-bold text-base leading-3 lg:mt-0 text-white hover:text-white h-12 border-b-4 border-transparent hover:border-red-600 px-2 trans">منتديات</a>
</li>
<li>
<a class="block font-araby-bold text-base leading-3 lg:mt-0 text-white hover:text-white h-12 border-b-4 border-transparent hover:border-red-600 px-2 trans">مواعيد الإصدار</a>
</li>
</ul>
</nav>
<div class="relative text-white ml-4">
<form id="searchform" method="get" action="#">
<input type="search" name="s" placeholder="ابحث في الموقع" class="w-40 bg-transparent h-8 pr-10 rounded-full focus:outline-none font-araby-bold" value="">
<button type="submit" class="custom-color absolute right-0 top-0 mt-2 mr-4 text-red-600">
<i class="fas fa-search"></i>
</button>
</form>
</div>
<div class="social-media-section text-gray-700 py-2 pr-2">
<a href="#" class="" target="_blank"><i class="fab fa-instagram icons-social-media flex-shrink-0 bg-gray-300 rounded-full"></i></a>
<a href="#" class="" target="_blank"><i class="fab fa-twitter icons-social-media flex-shrink-0 bg-gray-300 rounded-full"></i></a>
<a href="#" class="" target="_blank"><i class="fab fa-youtube icons-social-media flex-shrink-0 bg-gray-300 rounded-full"></i></a>
</div>
<div class="mr-2 lg:mt-0 lg:mb-0 mt-2 mb-2 text-center mx-auto">
<input id="switch" type="checkbox" name="theme" class="hidden">
<label class="text-center mx-auto" for="switch"></label>
</div>
</div>
</div>
</header>
<div class="relative">
<div class="slider-section w-full bg-no-repeat pt-40 pb-4" style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), center / cover url( https://cdn.jsdelivr.net/gh/truegaming/pubic_site_content@prod26feb19b/img/Article-Header.jpg )">
<div class="breadcrumbs container mx-auto flex flex-wrap lg:flex md:flex inline-block items-center px-4 text-white">
<div class="text-white font-araby-bold ml-4">
<a class="" href="#">
<span>الرئيسية</span>
</a>
</div>
<div class="text-white font-araby-bold ml-4">
<span class="align-middle">
<i class="fas fa-chevron-left"></i>
</span>
</div>
<div class="text-white font-araby-bold ml-4">أخبار ألعاب الفيديو</div>
<div class="text-white font-araby-bold ml-4">
<span class="align-middle">
<i class="fas fa-chevron-left"></i>
</span>
</div>
<div class="text-white font-araby-bold ml-4">Microsoft تنفي صحة التقارير حول تأجيل إستعراض الـXbox Series X القادم لشهر أغسطس</div>
</div>
</div>
</div>
</div>
<section class="wrapper-section text-gray-700 body-font bg-sectiongray">
<div class="container mx-auto flex py-10 flex-col px-4 lg:px-0">
<div class="text-right w-full">
<h1 class="post-title text-black lg:text-6xl leading-tight text-3xl font-araby-bold mb-6">Microsoft تنفي صحة التقارير حول تأجيل إستعراض الـXbox Series X القادم لشهر أغسطس</h1>
</div>
<div class="lg:w-4/6 w-full flex flex-shrink-0 flex-wrap lg:justify-start justify-center border-b-2 border-gray-500 pb-4">
<div class="post-info-item ml-4">
<i class="text-gray-500 far fa-clock align-middle text-base"></i>
<span class="text-gray-500 align-middle mr-1 font-araby-bold text-base">
09/06/2020</span>
</div>
<div class="post-info-item ml-4">
<i class="text-gray-500 far fa-comment align-middle text-base"></i>
<span class="text-gray-500 align-middle mr-1 font-araby-bold text-base">
التعليقات: <span>33</span>
</span>
</div>
<div class="post-info-item">
<i class="text-gray-500 far fa-eye align-middle ltext-base"></i>
<span class="text-gray-500 align-middle mr-1 font-araby-bold text-base">
1339 مشاهدة
</span>
</div>
</div>
</div>
</section>
<div class="wrapper-section bg-sectiongray">
<div class="lg:flex block container mx-auto px-4 lg:px-0">
<div class="content-side lg:w-contentSide w-ful lg:pl-4 md:pl-4 pb-2l">
<!-- Begin Article Section-->
<div>
<img class="w-full mb-10 object-cover " alt="hero " src="https://dummyimage.com/720x600 ">
<div class="text-right w-full font-araby-regular ">
<p class="mb-4 leading-relaxed text-justify ">مع معرفتنا أن سوني تنوي تقديم حدث آخر بشهر أغسطس القادم لإستعراض جهاز البلايستيشن5 أكد الإعلامي Jeff Grubb بأن مايكروسوفت قامت بتأجيل حدثها المخصص لشهر يونيو حتى شهر أغسطس القادم.</p>
<p class="mb-4 leading-relaxed text-justify ">هذا الحدث لم يعلن بشكل رسمي بالأصل وكان من المفترض أن يكون مخصصا لإستعراض الجهاز نفسه، Aaron Greenberg من قسم التسويق للاكس بوكس أكد بأن الشركة لم تؤجل أي شيئ وانها مازالت على خطتها الأصلية بحدث قادم بشهر يوليو:</p>
</div>
</div>
<!-- Begin Article Section-->
<div class="border border-gray-500 mt-6 mb-6 "></div>
<!-- Begin Tags Section-->
<div class="flex flex-wrap mb-6 font-araby-regular ">
<div class="mb-1 mt-3 tag-red line-border bg-red-600 text-white border-red-600 border-2 px-6 py-1 rounded-t-full rounded-l-full ml-4 ">
الوسوم</div>
<a href="# " title=" " class="mb-1 mt-3 tag bg-transparent text-gray-700 border-gray-700 border-2 px-6 py-1 rounded-t-full rounded-l-full ml-4 flex-shrink-0 ">Xbox Series X</a>
<a href="# " title=" " class="mb-1 mt-3 tag bg-transparent text-gray-700 border-gray-700 border-2 px-6 py-1 rounded-t-full rounded-l-full ml-4 flex-shrink-0 ">Xbox</a>
<a href="# " title=" " class="mb-1 mt-3 tag bg-transparent text-gray-700 border-gray-700 border-2 px-6 py-1 rounded-t-full rounded-l-full ml-4 flex-shrink-0 ">Microsoft</a>
<a href="# " title=" " class="mb-1 mt-3 tag bg-transparent text-gray-700 border-gray-700 border-2 px-6 py-1 rounded-t-full rounded-l-full ml-4 flex-shrink-0 ">Aaron</a>
<a href="# " title=" " class="mb-1 mt-3 tag bg-transparent text-gray-700 border-gray-700 border-2 px-6 py-1 rounded-t-full rounded-l-full ml-4 flex-shrink-0 ">Jeff Grubb</a>
</div>
<!-- End Tags Section-->
<!-- Begin Author Section-->
<div class="flex flex-wrap mb-6">
<div class="author p-2 w-full">
<div class="h-full flex items-center p-4 rounded-lg">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 ml-4" src="https://dummyimage.com/80x80">
<div class="flex-grow font-araby-regular">
<h2 class="text-gray-900 title-font text-lg font-araby-bold">عمر العمودي</h2>
<p class="text-sm text-gray-600">مدير التحرير و المنتديات بشبكة تروجيمنج . يعلم الجميع أن عمر هو خبير الأسواق اليابانية في الموقع. يستخدم الإسم المستعار ننتيندو و اشتهر به دائما و السبب بكل تأكيد عشقه الكبير لألعاب هذه الشركة العريقة. لعبته المفضلة دائما
و أبدا هي ماريو كارت.</p>
</div>
</div>
</div>
</div>
<!-- End Author Section-->
<!-- Begin Comments Section-->
<div class="flex items-center justify-between relative ">
<div class="flex-shrink-0 tag-red line-border bg-red-600 text-white border-2 border-red-600 px-6 py-1 rounded-t-full rounded-l-full font-araby-regular ">
أحدث التعليقات </div>
<div class="border-b-2 line-border tag-red border-red-600 absolute bottom-0 " style="left: 25px; right: 17px; "></div>
<div class="custom-color flex-shrink-0 color-border line-border bg-transparent text-red-600 border-2 border-red-600 px-6 py-1 rounded-t-full rounded-l-full font-araby-regular ">
<a href=" ">55</a>
</div>
</div>
<div class="bg-white w-full h-64 mb-6 ">
</div>
<!-- End Comments Section-->
</div>
<!-- Begin Sidebar Section-->
<div class="sidebar-side lg:w-sidebarSide w-full pb-4">
<div class="sidebar-widget bg-black bg-no-repeat bg-center mb-2 bg-cover rounded-lg p-6 text-white " style="background: center / cover url( 'css/img/sidebar.jpg'); ">
<div class="sidebar-widget-header flex items-center justify-between mb-6 font-araby-regular ">
<div class="sidebar-widget-header-right tag-red line-border bg-red-600 border-red-600 border-2 rounded-t-full rounded-l-full px-3 py-1 font-araby-regular ">
تعليقات
</div>
</div>
<div class="flex items-center my-4 ">
<a href="# " class="flex-grow-0 flex-shrink-0 w-12 h-12 bg-no-repeat bg-center bg-cover rounded-full " style="background: center / cover url(https://disqus.com/api/users/avatars/disqus_ncvUejvwdZ.jpg); ">
</a>
<div class="text-sm px-2 flex-grow-0 ">
<a href="# " class="block text-gray-400 text-xs font-bold ">Sinshi Uzumaki</a>
<a href="# " class="block text-xs text-white font-bold "></a>
<p><a href="# " class="block text-xs text-white font-bold ">اي. الأفضل بالتسلسل. لأن هي الأفلام مبنية على روايات زمنية و ليس قص</a>
<a href="# " class="block text-gray-400 text-xs font-bold ">منذ 4 دق</a>
</p>
</div>
</div>
<div class="flex items-center my-4 ">
<a href="# " class="flex-grow-0 flex-shrink-0 w-12 h-12 bg-no-repeat bg-center bg-cover rounded-full " style="background: center / cover url(https://disqus.com/api/users/avatars/disqus_ncvUejvwdZ.jpg); ">
</a>
<div class="text-sm px-2 flex-grow-0 ">
<a href="# " class="block text-gray-400 text-xs font-bold ">Sinshi Uzumaki</a>
<a href="# " class="block text-xs text-white font-bold "></a>
<p><a href="# " class="block text-xs text-white font-bold ">اي. الأفضل بالتسلسل. لأن هي الأفلام مبنية على روايات زمنية و ليس قص</a>
<a href="# " class="block text-gray-400 text-xs font-bold ">منذ 4 دق</a>
</p>
</div>
</div>
<div class="flex items-center my-4 ">
<a href="# " class="flex-grow-0 flex-shrink-0 w-12 h-12 bg-no-repeat bg-center bg-cover rounded-full " style="background: center / cover url(https://disqus.com/api/users/avatars/disqus_ncvUejvwdZ.jpg); ">
</a>
<div class="text-sm px-2 flex-grow-0 ">
<a href="# " class="block text-gray-400 text-xs font-bold ">Sinshi Uzumaki</a>
<a href="# " class="block text-xs text-white font-bold "></a>
<p><a href="# " class="block text-xs text-white font-bold ">اي. الأفضل بالتسلسل. لأن هي الأفلام مبنية على روايات زمنية و ليس قص</a>
<a href="# " class="block text-gray-400 text-xs font-bold ">منذ 4 دق</a>
</p>
</div>
</div>
<div class="flex items-center my-4 ">
<a href="# " class="flex-grow-0 flex-shrink-0 w-12 h-12 bg-no-repeat bg-center bg-cover rounded-full " style="background: center / cover url(https://disqus.com/api/users/avatars/disqus_ncvUejvwdZ.jpg); ">
</a>
<div class="text-sm px-2 flex-grow-0 ">
<a href="# " class="block text-gray-400 text-xs font-bold ">Sinshi Uzumaki</a>
<a href="# " class="block text-xs text-white font-bold "></a>
<p><a href="# " class="block text-xs text-white font-bold ">اي. الأفضل بالتسلسل. لأن هي الأفلام مبنية على روايات زمنية و ليس قص</a>
<a href="# " class="block text-gray-400 text-xs font-bold ">منذ 4 دق</a>
</p>
</div>
</div>
<div class="flex items-center my-4 ">
<a href="# " class="flex-grow-0 flex-shrink-0 w-12 h-12 bg-no-repeat bg-center bg-cover rounded-full " style="background: center / cover url(https://disqus.com/api/users/avatars/disqus_ncvUejvwdZ.jpg); ">
</a>
<div class="text-sm px-2 flex-grow-0 ">
<a href="# " class="block text-gray-400 text-xs font-bold ">Sinshi Uzumaki</a>
<a href="# " class="block text-xs text-white font-bold "></a>
<p><a href="# " class="block text-xs text-white font-bold ">اي. الأفضل بالتسلسل. لأن هي الأفلام مبنية على روايات زمنية و ليس قص</a>
<a href="# " class="block text-gray-400 text-xs font-bold ">منذ 4 دق</a>
</p>
</div>
</div>
</div>
</div>
<!-- End Sidebar Section-->
</div>
</div>
<footer class="text-gray-700 body-font" style="background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.4)),center / cover url('https://www.true-gaming.net/home/wp-content/themes/TrueGamingEvolution/style/img/footer_HQ_PNG.png');">
<div class="container px-5 lg:py-24 pt-10 mx-auto">
<div class="flex flex-wrap md:text-right text-center order-first ">
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<img class="h-10 mb-2 lg:mt-0 lg:mr-0 md:mr-0 mx-auto" src="css/img/tg_logo_big.png" alt="">
<p class="text-gray-400 font-araby-bold text-lg">أخبار ألعاب الفيديو، مراجعات ألعاب الفيديو</p>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4 font-araby-regular">
<nav class="list-none mb-10 ">
<li>
<a href="#" class="text-white hover:text-white">الرئيسية</a>
</li>
<li>
<a href="#" class="text-white hover:text-white">الاعلان</a>
</li>
<li>
<a href="#" class="text-white hover:text-white">الاتصال بنا</a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4 font-araby-regular">
<nav class="list-none mb-10 ">
<li>
<a href="#" class="text-gray-400 hover:text-gray-400 ">Home</a>
</li>
<li>
<a href="#" class="text-gray-400 hover:text-gray-400 ">Advertise</a>
</li>
<li>
<a href="#" class="text-gray-400 hover:text-gray-400 ">Contact Us</a>
</li>
<li>
<a href="#" class="text-gray-400 hover:text-gray-400 ">Fourth Link</a>
</li>
<li>
<a href="#" class="text-gray-400 hover:text-gray-400 ">Privacy Statement</a>
</li>
<li>
<a href="#" class="text-gray-400 hover:text-gray-400 ">Terms of Use</a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4 flex-no-wrap items-center justify-between font-araby-regular">
<div class="title-font text-gray-400 mb-3 text-2xl">تابعنا أينما كنت</div>
<p class="text-gray-300 mt-2 md:text-right text-center mb-4 font-araby-bold">تابع أخبار تروجيمج على تطبيقات
<br class="lg:block hidden">الهواتف الذكية والتابلت
</p>
<div class="lg:flex block lg:flex-row md:flex-col">
<button class="flex-shrink-0 bg-gray-200 inline-flex py-3 px-4 rounded-lg items-center hover:bg-gray-300 focus:outline-none lg:ml-2 lg:mb-0 mb-4 ">
<span class="ml-4 flex items-start flex-col leading-none ">
<span class="text-xs text-gray-600 mb-1 ">أحصل على تطبيق</span>
<span class="title-font font-medium ">Google Play</span>
</span>
<svg xmlns="http://www.w3.org/2000/svg " fill="currentColor " class="w-6 h-6 " viewBox="0 0 512 512 ">
<path d="M99.617 8.057a50.191 50.191 0 00-38.815-6.713l230.932 230.933 74.846-74.846L99.617 8.057zM32.139 20.116c-6.441 8.563-10.148 19.077-10.148 30.199v411.358c0 11.123 3.708 21.636 10.148 30.199l235.877-235.877L32.139
20.116zM464.261 212.087l-67.266-37.637-81.544 81.544 81.548 81.548 67.273-37.64c16.117-9.03 25.738-25.442 25.738-43.908s-9.621-34.877-25.749-43.907zM291.733 279.711L60.815 510.629c3.786.891 7.639 1.371 11.492 1.371a50.275 50.275 0 0027.31-8.07l266.965-149.372-74.849-74.847z "></path>
</svg>
</button>
<button class="flex-shrink-0 bg-gray-200 inline-flex py-3 px-4 rounded-lg items-center hover:bg-gray-300 focus:outline-none ">
<span class="ml-4 flex items-start flex-col leading-none ">
<span class="text-xs text-gray-600 mb-1 ">أحصل على تطبيق</span>
<span class="title-font font-medium ">App Store</span>
</span>
<svg xmlns="http://www.w3.org/2000/svg " fill="currentColor " class="w-6 h-6 " viewBox="0 0 305 305 ">
<path d="M40.74 112.12c-25.79 44.74-9.4 112.65 19.12 153.82C74.09 286.52 88.5 305 108.24 305c.37 0 .74 0 1.13-.02 9.27-.37 15.97-3.23 22.45-5.99 7.27-3.1 14.8-6.3 26.6-6.3 11.22 0 18.39 3.1 25.31 6.1 6.83 2.95 13.87 6 24.26
5.81 22.23-.41 35.88-20.35 47.92-37.94a168.18 168.18 0 0021-43l.09-.28a2.5 2.5 0 00-1.33-3.06l-.18-.08c-3.92-1.6-38.26-16.84-38.62-58.36-.34-33.74 25.76-51.6 31-54.84l.24-.15a2.5 2.5 0 00.7-3.51c-18-26.37-45.62-30.34-56.73-30.82a50.04
50.04 0 00-4.95-.24c-13.06 0-25.56 4.93-35.61 8.9-6.94 2.73-12.93 5.09-17.06 5.09-4.64 0-10.67-2.4-17.65-5.16-9.33-3.7-19.9-7.9-31.1-7.9l-.79.01c-26.03.38-50.62 15.27-64.18 38.86z "></path>
<path d="M212.1 0c-15.76.64-34.67 10.35-45.97 23.58-9.6 11.13-19 29.68-16.52 48.38a2.5 2.5 0 002.29 2.17c1.06.08 2.15.12 3.23.12 15.41 0 32.04-8.52 43.4-22.25 11.94-14.5 17.99-33.1 16.16-49.77A2.52 2.52 0 00212.1 0z "></path>
</svg>
</button>
</div>
</div>
</div>
</div>
<div class="bg-black">
<div class="container mx-auto px-5 py-6 mx-auto items-center text-center">
<div class="custom-color block text-red-600 sm:mr-6 sm:mt-0 mt-4 font-araby-regular ml-2 text-center mb-2"> © 2020 - ترو جيمنج | جميع الحقوق محفوظة
</div>
<div class="block text-red-600 font-araby-regular text-center">
<a href="https://itqan.do/" target="_blank" class="flex-shrink-0 bg-gray-200 inline-flex py-3 px-4 rounded-lg items-center hover:bg-gray-300 focus:outline-none mb-2">
<span class="ml-4 flex items-start flex-col leading-none ">
<span class="text-xs text-gray-600 mb-1 ">الموقع من تطوير</span>
<span class="title-font font-medium text-gray-700">شركة ITQAN</span>
</span>
<img class="w-6 h-6" src="css/img/coding.svg" />
</a>
<p class="custom-color">
التطبيق من تطوير <a class="custom-color text-red-600" href="https://ar.karizma.io/" target="_blank">Karizma</a>
</p>
</div>
</div>
</div>
</footer>
<script src="js/jquery-2.2.4.min.js "></script>
<script src="js/main.js "></script>
<script src="js/siema.js "></script>
</body>
</html>