-
Notifications
You must be signed in to change notification settings - Fork 1
/
review.html
521 lines (500 loc) · 42.3 KB
/
review.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
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
<!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 lg:py-0 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-text 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">
<!-- Begin Review Header Section -->
<div class="slider-section w-full bg-no-repeat bg-cover bg-center pb-8" style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), center / cover url('css/img/mortal-kombat-11-aftermath.jpg')">
<div class="container mx-auto lg:justify-between lg:flex">
<div class="block lg:flex md:flex pt-24 md:pt-56 lg:pt-56 text-center lg:text-right md:text-right">
<div class="ml-4 items-center">
<img class="w-32 h-auto rounded-t-lg rounded-bl-lg" style="margin-left: auto; margin-right:auto" src="css/img/cover.png" alt="cover">
</div>
<div>
<div class="text-white text-3xl font-araby-bold">
</div>
<div class="lg:flex md:flex block items-center justify-between font-araby-bold">
<div class="lg:ml-4">
<span class="text-white">تاريخ الإصدار:</span>
<span class="text-gray-300">2020-05-26</span>
</div>
<div class="lg:ml-4">
<span class="text-white">طورت بواسطة:</span>
<span class="text-gray-300">NetherRealm Studios </span>
</div>
<div>
<span class="text-white">الناشر:</span>
<span class="text-gray-300">Warner Bros. Games</span>
</div>
</div>
<div class="lg:flex md:flex inline-block flex-wrap mb-3 font-araby-regular">
<div class="tag-red line-border mb-1 mt-3 tag bg-red-600 text-white border-red-600 border-2 px-6 py-1 rounded-t-full rounded-l-full ml-4">
مراجعة
</div>
<div class="tag-red line-border mb-1 mt-3 tag bg-red-600 text-white border-red-600 border-2 px-6 py-1 rounded-t-full rounded-l-full ml-4">
Xbox
</div>
<div class="tag-red line-border mb-1 mt-3 tag bg-red-600 text-white border-red-600 border-2 px-6 py-1 rounded-t-full rounded-l-full ml-4">
PC
</div>
<div class="tag-red line-border mb-1 mt-3 tag bg-red-600 text-white border-red-600 border-2 px-6 py-1 rounded-t-full rounded-l-full ml-4">
Switch
</div>
</div>
<div class="lpost-info-items justify-center mx-2">
<div class="post-info-item inline-block lg: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">
30/05/2020
</span>
</div>
<div class="post-info-item inline-block lg: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>35</span>
</span>
</div>
<div class="post-info-item inline-block">
<i class="text-gray-500 far fa-eye align-middle text-base"></i>
<span class="text-gray-500 align-middle mr-1 font-araby-bold text-base">
150
مشاهدة
</span>
</div>
</div>
</div>
</div>
<div class="rating-header lg:pt-56 pt-8 pb-2 text-center font-araby-regular">
<div class="line-border w-24 h-24 mx-auto mb-3 review-circle-widget border-4 rounded-full border-red-600 align-middle text-center text-5xl text-white" style="line-height: 5.5rem" style="background-color: rgba(45, 45, 45, 1);">
7.0
</div>
<div class="text-red-600 font-araby-bold text-lg custom-color-text">تقييم تروجيمنج</div>
</div>
</div>
</div>
</div>
<!-- End Review Header Section -->
</div>
<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-full pt-24 lg:pl-4 md:pl-4 pb-2">
<!-- Begin Article Section-->
<div class="lg:pl-4 md:pl-4 pb-2">
<div class="text-right w-full font-araby-regular">
<p class="mb-4 leading-relaxed text-justify">العام الماضي حصلنا على الجزء الحادي عشر من سلسلة ألعاب القتال الشهيرة Mortal Kombat 11 والذي قدّم تجربة مميّزة موجّهة لمحترفي ألعاب القتال مع التركيز على البعد الإستراتيجي للتجربة بالإضافة إلى تقديم طور قصّة يُعد من الأفضل على
مستوى ألعاب القتال، فريق التطوير NetherRealm Studios لم ينتهي من دعم اللعبة بعد وها هو يقدّم لنا توسعة جديدة لطور القصّة بعنوان Aftermath وفي هذه المراجعة سنركّز على التوسعة وما تقدّمه من محتوى وفي حال رغبتم في أخذ فكرة عن
التجربة الأصليّة</p>
<p class="mb-4 leading-relaxed text-justify">قصّة التوسعة تبدأ مباشرةً بعد هزيمة Kronika على يدي Liu Kang الذي يهم بسرعة لمحاولة إعادة كتابة الزمن وإبطال الحقبة الجديدة التي كانت تهدف Kronika إلى بنائها ولكن قبل أن يتمكّن من إعادة كتابة الزمن يظهر Shang Tsung برفقة كل من
Fujin و Nightwolf والذين يحذّرون Liu Kang من إمكانيّة تدميره لمجرى الزمن في حال حاول إعادة كتابة التاريخ دون تاج Kronika والذي تحطّم أثناء القتال، Shang Tsung يقترح إرساله إلى الماضي لكي يتمكّن من سرقة التاج قبل حصول Kronika
عليه مؤكّداً بأنّها الوسيلة الوحيدة لإبطال مخطّطات Kronika بالكامل وهنا يوافق Liu Kang على إرسال Shang Tsung إلى الماضي برفقة Fujin و Nightwolf اللذان سيراقبان الساحر الخبيث للتأكّد من عدم تنفيذه لأي مخطّطات مريبة خلال هذه
المهمّة.
</p>
</div>
<img class="w-full mb-10 object-cover" alt="hero" src="https://dummyimage.com/720x600">
</div>
<!-- End Article Section-->
<div class="border border-gray-500 mt-6 mb-6"></div>
<!-- Begin Review Card Section-->
<div class="review-card rounded-lg mb-6 font-araby-regular">
<div style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9)), center / cover url('css/img/mortal-kombat-11-aftermath.jpg');" class="rounded-t-lg px-8 py-4">
<div class="text-white text-3xl font-araby-bold mb-4">Mortal Kombat 11: Aftermath</div>
<div class="flex items-center mb-4">
<span class="ml-2 align-middle"><i class="fa fa-plus fa-lg text-positiveIcon"></i></span>
<span class="text-white align-middle">تكملة القصّة تقدّم نفس المستوى الإخراجي الممتاز وتشوّق لما ستتجّه له السلسلة مستقبلا - شخصيّات Fujin و Sheeva تعود مجدّداً مع أسلوب قتال مميّز وشرس.</span>
</div>
<div class="flex items-center mb-4">
<span class="ml-2 align-middle"><i class="fa fa-minus fa-lg text-negativeIcon"></i></span>
<span class="text-white align-middle"> قصر القصّة الجديدة ومحدوديّة محتويات التوسعة لا تبرّر السعر المرتفع.</span>
</div>
<div class="flex items-center mb-4">
<span class="ml-2 align-middle"><i class="fa fa-gavel fa-lg text-conclusionIcon"></i></span>
<span class="text-white align-middle">توسعة Aftermath ليست مغرية بما فيه الكفاية ليتم شراؤها بشكل منفصل ولكنّها صفقة رابحة لمن سيحصل على Mortal Kombat 11 للمرّة الأولى من خلال الحزمة الكاملة.</span>
</div>
</div>
<div class="bg-black lg:flex md:flex block items-center lg:text-right text-center justify-between px-8 py-4">
<div>
<span class="text-white font-araby-bold">تاريخ النشر:</span>
<span class="text-gray-300">2020-05-26</span>
</div>
<div>
<span class="text-white font-araby-bold">طورت بواسطة:</span>
<span class="text-gray-300">NetherRealm Studios</span>
</div>
<div>
<span class="text-white font-araby-bold">الناشر:</span>
<span class="text-gray-300">Warner Bros. Games</span>
</div>
</div>
</div>
<div id="game-review-mobile"></div>
<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 bg-white">
<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-->
<!-- End Review Card 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 border-red-600 absolute bottom-0 " style="left: 25px; right: 17px; "></div>
<div class="custom-color-text flex-shrink-0 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-content-side lg:w-sidebarSide w-full px-4 lg:px-0 pb-4 mt-24 lg:pl-4 md:pl-4 pb-2">
<!-- Begin Review Widget-->
<div class="sidebar-widget sidebar-widget-reviews bg-center bg-no-repeat mb-2 bg-cover rounded-lg lg:px-6 py-4 px-2 text-white font-araby-regular" style="background: center / cover url('css/img/sidebar.jpg');">
<div>
<div class="review-info flex justify-between">
<div>
<div class="text-white mb-4">
متوسط تقييم المستخدم
</div>
<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 text-center">
أكتب مراجعة
</div>
</div>
<div class="rating-header text-center">
<div class="sd-header-review-rate w-16 h-16 mx-auto mb-3 review-circle-widget border-4 rounded-full text-gray-400 align-middle text-center text-3xl text-white" style="line-height: 3.5rem">7.2
</div>
<div class="text-gray-400 font-araby-bold">
التقيمات:
<span id="total-vote-count">
44
</span>
</div>
</div>
</div>
<div class="review-action" style="width:285px">
<div class="rate-section bg-red-700 rounded-r-full rounded-t-full mt-4 flex justify-between">
<div class="tag-red bg-red-600 rounded-r-full rounded-l-full px-4 py-1">قيم</div>
<a href="#" class="rate-number rounded-r-full rounded-l-full px-2 py-1" data-post_rate="1" data-post_id="426883" id="rate_1">1</a>
<a href="#" class="rate-number rounded-r-full rounded-l-full px-2 py-1" data-post_rate="2" data-post_id="426883" id="rate_2">2</a>
<a href="#" class="rate-number rounded-r-full rounded-l-full px-2 py-1" data-post_rate="3" data-post_id="426883" id="rate_3">3</a>
<a href="#" class="rate-number rounded-r-full rounded-l-full px-2 py-1" data-post_rate="4" data-post_id="426883" id="rate_4">4</a>
<a href="#" class="rate-number rounded-r-full rounded-l-full px-2 py-1" data-post_rate="5" data-post_id="426883" id="rate_5">5</a>
<a href="#" class="rate-number rounded-r-full rounded-l-full px-2 py-1" data-post_rate="6" data-post_id="426883" id="rate_6">6</a>
<a href="#" class="rate-number rounded-r-full rounded-l-full px-2 py-1" data-post_rate="7" data-post_id="426883" id="rate_7">7</a>
<a href="#" class="rate-number rounded-r-full rounded-l-full px-2 py-1" data-post_rate="8" data-post_id="426883" id="rate_8">8</a>
<a href="#" class="rate-number rounded-r-full rounded-l-full px-2 py-1" data-post_rate="9" data-post_id="426883" id="rate_9">9</a>
<a href="#" class="rate-number rounded-r-full rounded-l-full px-2 pl-3 py-1" data-post_rate="10" data-post_id="426883" id="rate_10">10</a>
</div>
</div>
<div class="flex justify-between mt-4">
<div class="text-gray-400 text-xl">تقييمك</div>
<div class="sidebar-reviews-info-nrate text-red-600 text-xl custom-color-text ">?</div>
</div>
</div>
</div>
<!-- End Review Widget-->
<!-- Begin Latest Comments Widget-->
<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>
<!-- Begin Latest Comments Widget-->
<!-- Begin Similar games Widget-->
<div class="sidebar-widget bg-black bg-no-repeat bg-center mb-6 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 font-araby-regular">
<a href="#" class="flex-grow-0 flex-shrink-0 w-4/12 h-12 bg-no-repeat bg-center bg-cover rounded-card" style="background: center / cover url(https://www.mobygames.com/images/covers/l/441153-odin-sphere-leifthrasir-playstation-3-front-cover.jpg);">
</a>
<div class="text-sm px-2 flex-grow-0">
<a href="#" class="text-white text-lg leading-none">مراجعة Odin Sphere Leifthrasir</a>
</div>
</div>
<div class="flex items-center my-4 font-araby-regular">
<a href="#" class="flex-grow-0 flex-shrink-0 w-4/12 h-12 bg-no-repeat bg-center bg-cover rounded-card" style="background: center / cover url(https://www.mobygames.com/images/covers/l/441153-odin-sphere-leifthrasir-playstation-3-front-cover.jpg);">
</a>
<div class="text-sm px-2 flex-grow-0">
<a href="#" class="text-white text-lg leading-none">مراجعة Odin Sphere Leifthrasir</a>
</div>
</div>
<div class="flex items-center my-4 font-araby-regular">
<a href="#" class="flex-grow-0 flex-shrink-0 w-4/12 h-12 bg-no-repeat bg-center bg-cover rounded-card" style="background: center / cover url(https://www.mobygames.com/images/covers/l/441153-odin-sphere-leifthrasir-playstation-3-front-cover.jpg);">
</a>
<div class="text-sm px-2 flex-grow-0">
<a href="#" class="text-white text-lg leading-none">مراجعة Odin Sphere Leifthrasir</a>
</div>
</div>
<div class="flex items-center my-4 font-araby-regular">
<a href="#" class="flex-grow-0 flex-shrink-0 w-4/12 h-12 bg-no-repeat bg-center bg-cover rounded-card" style="background: center / cover url(https://www.mobygames.com/images/covers/l/441153-odin-sphere-leifthrasir-playstation-3-front-cover.jpg);">
</a>
<div class="text-sm px-2 flex-grow-0">
<a href="#" class="text-white text-lg leading-none">مراجعة Odin Sphere Leifthrasir</a>
</div>
</div>
<div class="flex items-center my-4 font-araby-regular">
<a href="#" class="flex-grow-0 flex-shrink-0 w-4/12 h-12 bg-no-repeat bg-center bg-cover rounded-card" style="background: center / cover url(https://www.mobygames.com/images/covers/l/441153-odin-sphere-leifthrasir-playstation-3-front-cover.jpg);">
</a>
<div class="text-sm px-2 flex-grow-0">
<a href="#" class="text-white text-lg leading-none">مراجعة Odin Sphere Leifthrasir</a>
</div>
</div>
</div>
<!-- End Similar games Widget-->
</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>