-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
860 lines (836 loc) · 72.2 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
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
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
<!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="siema">
<div class="slider-section h-siema w-full bg-no-repeat h-full justify-center" 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">
<center>
<div class="tag-red mb-3 mt-24 lg:mt-48 tag bg-red-600 text-white inline-block px-6 py-1 rounded-t-full rounded-l-full mx-auto font-araby-regular">
مراجعة
</div>
<div class="text-white lg:text-5xl text-4xl font-araby-bold mb-3 lg:px-0 px-4 leading-tight">
<a href="#">
Mortal Kombat 11: Aftermath
</a>
</div>
<div class="text-gray-400 lg:text-2xl text-xl font-araby-bold mb-3 lg:px-0 px-4 leading-tight">
تاريخ Mortal Kombat لا زال في خطر!
</div>
<div class="post-info-items">
<div class="post-info-item inline-block 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 مايو 2020</span>
</div>
<div class="post-info-item inline-block 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 class="disqus-comment-count">27</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">120 مشاهدة</span>
</div>
</div>
</center>
</div>
</div>
<div class="slider-section h-siema w-full bg-no-repeat h-full justify-center" 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">
<center>
<div class="mb-3 mt-24 lg:mt-48 tag bg-red-600 text-white inline-block px-6 py-1 rounded-t-full rounded-l-full mx-auto">
مراجعة
</div>
<div class="text-white lg:text-5xl text-4xl font-araby-bold mb-3 lg:px-0 px-4 leading-tight">
<a href="#">
Mortal Kombat 11: Aftermath
</a>
</div>
<div class="text-gray-400 lg:text-2xl text-xl font-araby-bold mb-3 lg:px-0 px-4 leading-tight">
تاريخ Mortal Kombat لا زال في خطر!
</div>
<div class="post-info-items">
<div class="post-info-item inline-block 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 مايو 2020</span>
</div>
<div class="post-info-item inline-block 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 class="disqus-comment-count">27</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">120 مشاهدة</span>
</div>
</div>
</center>
</div>
</div>
</div>
<span class="prev btn-red btn-change hidden md:block lg:block border-r-0 text-white px-10 py-2 rounded-tl-lg border-2 border-white items-center absolute right-0"><i class="fas fa-long-arrow-alt-right"></i></span>
<span class="next btn-red btn-change hidden md:block lg:block border-l-0 text-white px-10 py-2 rounded-tr-lg border-2 border-white items-center absolute left-0"><i class="fas fa-long-arrow-alt-left"></i></span>
</div>
</div>
<!-- Begin Latest News Section-->
<div class="wrapper-section">
<div class="fixed lg:hidden block z-40">
<input id="switch" type="checkbox" name="theme" class="hidden">
<label class="text-center mx-auto night-mobile" for="switch"></label>
</div>
<div class="lg:flex block container mx-auto ">
<div class="content-side lg:w-contentSide w-full ">
<div class="container px-5 pt-24 mx-auto ">
<div class="flex items-center justify-between relative mb-4 ">
<div class="line-border flex-shrink-0 tag-red bg-red-600 text-white border-2 px-6 py-1 rounded-t-full rounded-l-full font-araby-regular ">
أحدث الأخبار </div>
<div class="line-border tag-red border-b-2 borderN absolute bottom-0 " style="left: 25px; right: 17px; "></div>
</div>
<section class="text-gray-700 body-font overflow-hidden ">
<div class="articles-container block md:flex lg:block md:flex-wrap justify-between ">
<div class="article-single color-headings-hover w-full md:w-1/2 lg:w-full lg:max-w-full lg:flex block border-b-2 border-gray-500 lg:pb-4 pb-0 pt-4 relative bgcustom ">
<div class="lg:h-auto lg:w-64 h-64 lg:flex-none block rounded-t lg:rounded-card text-center relative lg:mb-0 mb-2 " style="background: center / cover url(https://www.true-gaming.net/home/wp-content/uploads/2019/02/الملخص-الأسبوعي.jpg); ">
</div>
<div class="md:flex-grow px-4 lg:text-right md:text-right text-center ">
<h2 class="text-2xl font-medium text-gray-900 title-font mb-2 font-araby-bold ">نقاش الأسبوع: هل تعجّلت Sony بقرار السماح لألعابها بالصدور على الحاسب الشخصي؟</h2>
<p class="hidden md:block text-base font-araby-regular color-description ">لاحظ اللاعبون سماح سوني بنقل ألعاب الطرف الأوّل منها إلى منصّة الحاسب الشخصي بنظام الويندوز، الأمر اقتصر في بداية الأمر على الألعاب التي تعاونت فيها سوني مع الطرف الثالث، ثم امتدّ ليشمل ألعابًا تملك س…</p>
<div class="lg:flex justify-between flex-wrap font-araby-bold ">
<div class="mb-2 lg:mb-0 ">
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-clock align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">05/6/2020</span>
</div>
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-comment align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">170</span>
</div>
<div class="inline-block ">
<i class="text-gray-500 far fa-eye align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">76</span>
</div>
</div>
<a href="# " class="hidden lg:block flex-shrink-0 tag-gray bg-transparent border-2 border-gray-500 inline-block px-6 py-1 rounded-t-full rounded-r-full text-gray-500 ">
اقرأ أكثر
</a>
</div>
</div>
</div>
</div>
<div class="articles-container block md:flex lg:block md:flex-wrap justify-between ">
<div class="article-single color-headings-hover w-full md:w-1/2 lg:w-full lg:max-w-full lg:flex block border-b-2 border-gray-500 lg:pb-4 pb-0 pt-4 relative bgcustom ">
<div class="lg:h-auto lg:w-64 h-64 lg:flex-none block rounded-t lg:rounded-card text-center relative lg:mb-0 mb-2 " style="background: center / cover url(https://www.true-gaming.net/home/wp-content/uploads/2019/02/الملخص-الأسبوعي.jpg); ">
</div>
<div class="md:flex-grow px-4 lg:text-right md:text-right text-center ">
<h2 class="text-2xl font-medium text-gray-900 title-font mb-2 font-araby-bold ">نقاش الأسبوع: هل تعجّلت Sony بقرار السماح لألعابها بالصدور على الحاسب الشخصي؟</h2>
<p class="hidden md:block text-base font-araby-regular color-description ">لاحظ اللاعبون سماح سوني بنقل ألعاب الطرف الأوّل منها إلى منصّة الحاسب الشخصي بنظام الويندوز، الأمر اقتصر في بداية الأمر على الألعاب التي تعاونت فيها سوني مع الطرف الثالث، ثم امتدّ ليشمل ألعابًا تملك س…</p>
<div class="lg:flex justify-between flex-wrap font-araby-bold ">
<div class="mb-2 lg:mb-0 ">
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-clock align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">05/6/2020</span>
</div>
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-comment align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">170</span>
</div>
<div class="inline-block ">
<i class="text-gray-500 far fa-eye align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">76</span>
</div>
</div>
<a href="# " class="hidden lg:block flex-shrink-0 tag-gray bg-transparent border-2 border-gray-500 inline-block px-6 py-1 rounded-t-full rounded-r-full text-gray-500 ">
اقرأ أكثر
</a>
</div>
</div>
</div>
</div>
<div class="articles-container block md:flex lg:block md:flex-wrap justify-between ">
<div class="article-single color-headings-hover w-full md:w-1/2 lg:w-full lg:max-w-full lg:flex block border-b-2 border-gray-500 lg:pb-4 pb-0 pt-4 relative bgcustom ">
<div class="lg:h-auto lg:w-64 h-64 lg:flex-none block rounded-t lg:rounded-card text-center relative lg:mb-0 mb-2 " style="background: center / cover url(https://www.true-gaming.net/home/wp-content/uploads/2019/02/الملخص-الأسبوعي.jpg); ">
</div>
<div class="md:flex-grow px-4 lg:text-right md:text-right text-center ">
<h2 class="text-2xl font-medium text-gray-900 title-font mb-2 font-araby-bold ">نقاش الأسبوع: هل تعجّلت Sony بقرار السماح لألعابها بالصدور على الحاسب الشخصي؟</h2>
<p class="hidden md:block text-base font-araby-regular color-description ">لاحظ اللاعبون سماح سوني بنقل ألعاب الطرف الأوّل منها إلى منصّة الحاسب الشخصي بنظام الويندوز، الأمر اقتصر في بداية الأمر على الألعاب التي تعاونت فيها سوني مع الطرف الثالث، ثم امتدّ ليشمل ألعابًا تملك س…</p>
<div class="lg:flex justify-between flex-wrap font-araby-bold ">
<div class="mb-2 lg:mb-0 ">
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-clock align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">05/6/2020</span>
</div>
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-comment align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">170</span>
</div>
<div class="inline-block ">
<i class="text-gray-500 far fa-eye align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">76</span>
</div>
</div>
<a href="# " class="hidden lg:block flex-shrink-0 tag-gray bg-transparent border-2 border-gray-500 inline-block px-6 py-1 rounded-t-full rounded-r-full text-gray-500 ">
اقرأ أكثر
</a>
</div>
</div>
</div>
</div>
<div class="articles-container block md:flex lg:block md:flex-wrap justify-between ">
<div class="article-single color-headings-hover w-full md:w-1/2 lg:w-full lg:max-w-full lg:flex block border-b-2 border-gray-500 lg:pb-4 pb-0 pt-4 relative bgcustom ">
<div class="lg:h-auto lg:w-64 h-64 lg:flex-none block rounded-t lg:rounded-card text-center relative lg:mb-0 mb-2 " style="background: center / cover url(https://www.true-gaming.net/home/wp-content/uploads/2019/02/الملخص-الأسبوعي.jpg); ">
</div>
<div class="md:flex-grow px-4 lg:text-right md:text-right text-center ">
<h2 class="text-2xl font-medium text-gray-900 title-font mb-2 font-araby-bold ">نقاش الأسبوع: هل تعجّلت Sony بقرار السماح لألعابها بالصدور على الحاسب الشخصي؟</h2>
<p class="hidden md:block text-base font-araby-regular color-description ">لاحظ اللاعبون سماح سوني بنقل ألعاب الطرف الأوّل منها إلى منصّة الحاسب الشخصي بنظام الويندوز، الأمر اقتصر في بداية الأمر على الألعاب التي تعاونت فيها سوني مع الطرف الثالث، ثم امتدّ ليشمل ألعابًا تملك س…</p>
<div class="lg:flex justify-between flex-wrap font-araby-bold ">
<div class="mb-2 lg:mb-0 ">
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-clock align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">05/6/2020</span>
</div>
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-comment align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">170</span>
</div>
<div class="inline-block ">
<i class="text-gray-500 far fa-eye align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">76</span>
</div>
</div>
<a href="# " class="hidden lg:block flex-shrink-0 tag-gray bg-transparent border-2 border-gray-500 inline-block px-6 py-1 rounded-t-full rounded-r-full text-gray-500 ">
اقرأ أكثر
</a>
</div>
</div>
</div>
</div>
<div class="articles-container block md:flex lg:block md:flex-wrap justify-between ">
<div class="article-single color-headings-hover w-full md:w-1/2 lg:w-full lg:max-w-full lg:flex block border-b-2 border-gray-500 lg:pb-4 pb-0 pt-4 relative bgcustom ">
<div class="lg:h-auto lg:w-64 h-64 lg:flex-none block rounded-t lg:rounded-card text-center relative lg:mb-0 mb-2 " style="background: center / cover url(https://www.true-gaming.net/home/wp-content/uploads/2019/02/الملخص-الأسبوعي.jpg); ">
</div>
<div class="md:flex-grow px-4 lg:text-right md:text-right text-center ">
<h2 class="text-2xl font-medium text-gray-900 title-font mb-2 font-araby-bold ">نقاش الأسبوع: هل تعجّلت Sony بقرار السماح لألعابها بالصدور على الحاسب الشخصي؟</h2>
<p class="hidden md:block text-base font-araby-regular color-description ">لاحظ اللاعبون سماح سوني بنقل ألعاب الطرف الأوّل منها إلى منصّة الحاسب الشخصي بنظام الويندوز، الأمر اقتصر في بداية الأمر على الألعاب التي تعاونت فيها سوني مع الطرف الثالث، ثم امتدّ ليشمل ألعابًا تملك س…</p>
<div class="lg:flex justify-between flex-wrap font-araby-bold ">
<div class="mb-2 lg:mb-0 ">
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-clock align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">05/6/2020</span>
</div>
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-comment align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">170</span>
</div>
<div class="inline-block ">
<i class="text-gray-500 far fa-eye align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">76</span>
</div>
</div>
<a href="# " class="hidden lg:block flex-shrink-0 tag-gray bg-transparent border-2 border-gray-500 inline-block px-6 py-1 rounded-t-full rounded-r-full text-gray-500 ">
اقرأ أكثر
</a>
</div>
</div>
</div>
</div>
<div class="articles-container block md:flex lg:block md:flex-wrap justify-between ">
<div class="article-single color-headings-hover w-full md:w-1/2 lg:w-full lg:max-w-full lg:flex block border-b-2 border-gray-500 lg:pb-4 pb-0 pt-4 relative bgcustom ">
<div class="lg:h-auto lg:w-64 h-64 lg:flex-none block rounded-t lg:rounded-card text-center relative lg:mb-0 mb-2 " style="background: center / cover url(https://www.true-gaming.net/home/wp-content/uploads/2019/02/الملخص-الأسبوعي.jpg); ">
</div>
<div class="md:flex-grow px-4 lg:text-right md:text-right text-center ">
<h2 class="text-2xl font-medium text-gray-900 title-font mb-2 font-araby-bold ">نقاش الأسبوع: هل تعجّلت Sony بقرار السماح لألعابها بالصدور على الحاسب الشخصي؟</h2>
<p class="hidden md:block text-base font-araby-regular color-description ">لاحظ اللاعبون سماح سوني بنقل ألعاب الطرف الأوّل منها إلى منصّة الحاسب الشخصي بنظام الويندوز، الأمر اقتصر في بداية الأمر على الألعاب التي تعاونت فيها سوني مع الطرف الثالث، ثم امتدّ ليشمل ألعابًا تملك س…</p>
<div class="lg:flex justify-between flex-wrap font-araby-bold ">
<div class="mb-2 lg:mb-0 ">
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-clock align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">05/6/2020</span>
</div>
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-comment align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">170</span>
</div>
<div class="inline-block ">
<i class="text-gray-500 far fa-eye align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">76</span>
</div>
</div>
<a href="# " class="hidden lg:block flex-shrink-0 tag-gray bg-transparent border-2 border-gray-500 inline-block px-6 py-1 rounded-t-full rounded-r-full text-gray-500 ">
اقرأ أكثر
</a>
</div>
</div>
</div>
</div>
<span class="a lg:flex block items-center text-center border-b-2 border-t-2 border-gray-500 py-1 justify-center mb-4 font-araby-regular ">عرض المزيد</span>
</section>
</div>
</div>
<div class="sidebar-side lg:w-sidebarSide w-full px-4 lg:px-0 pb-4 ">
<div class="sidebar-widget bg-black bg-no-repeat bg-center mb-6 bg-cover rounded-lg p-6 text-white lg:mt-24 " 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 border-2 rounded-t-full rounded-l-full px-3 py-1 font-araby-regular ">
مدونة الأعضاء
</div>
<a href="# " class="sidebar-widget-header-left bg-transparent border-gray-400 text-gray-400 border-2 rounded-t-full rounded-r-full px-3 py-1 font-araby-regular ">عرض
الكل
</a>
</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>
<div class="sidebar-widget bg-black bg-no-repeat bg-center bg-cover rounded-lg p-6 text-white font-araby-regular " style="background: center / cover url( 'css/img/sidebar.jpg'); ">
<div class="sidebar-widget-header flex items-center justify-between mb-6 ">
<div class="sidebar-widget-header-right tag-red line-border border-2 rounded-t-full rounded-l-full px-3 py-1 font-araby-regular ">
الأكثر شعبية
</div>
<a href="# " class="sidebar-widget-header-left bg-transparent border-gray-400 text-gray-400 border-2 rounded-t-full rounded-r-full px-3 py-1 font-araby-regular ">عرض
الكل
</a>
</div>
<div class="flex items-center justify-between my-4 ">
<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 ">
<a href="# " class="text-white text-base leading-none ">Shinji Mikami: مشروع لعبة Ghostwire: Tokyo هو أطول فترة قضيتها بتطوير لعبة!</a>
</div>
<div class="px-4 review-circle-widget border-4 color-border line-border rounded-full border-red-600 align-middle text-center text-2xl " style="line-height: 2.5rem ">
1
</div>
</div>
<div class="flex items-center justify-between my-4 ">
<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 ">
<a href="# " class="text-white text-base leading-none ">Shinji Mikami: مشروع لعبة Ghostwire: Tokyo هو أطول فترة قضيتها بتطوير لعبة!</a>
</div>
<div class="px-4 review-circle-widget border-4 color-border line-border rounded-full border-red-600 align-middle text-center text-2xl " style="line-height: 2.5rem ">
2
</div>
</div>
<div class="flex items-center justify-between my-4 ">
<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 ">
<a href="# " class="text-white text-base leading-none ">Shinji Mikami: مشروع لعبة Ghostwire: Tokyo هو أطول فترة قضيتها بتطوير لعبة!</a>
</div>
<div class="px-4 review-circle-widget border-4 color-border line-border rounded-full border-red-600 align-middle text-center text-2xl " style="line-height: 2.5rem ">
3
</div>
</div>
<div class="flex items-center justify-between my-4 ">
<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 ">
<a href="# " class="text-white text-base leading-none ">Shinji Mikami: مشروع لعبة Ghostwire: Tokyo هو أطول فترة قضيتها بتطوير لعبة!</a>
</div>
<div class="px-4 review-circle-widget border-4 color-border line-border rounded-full border-red-600 align-middle text-center text-2xl " style="line-height: 2.5rem ">
4
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Latest News Section-->
<!-- Begin Reviews Section-->
<div class="wrapper-section reviews-section ">
<section class="text-gray-700 body-font ">
<div class="container px-5 py-10 mx-auto ">
<div class="flex items-center justify-between relative mb-4 ">
<div class="line-border flex-shrink-0 tag-red 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="line-border border-b-2 tag-red border-red-600 absolute bottom-0 " style="left: 25px; right: 17px; "></div>
<div class="flex-shrink-0 bg-transparent color-border line-border show-more text-red-600 border-2 border-red-600 px-6 py-1 rounded-t-full rounded-l-full font-araby-regular ">
<a href=" ">عرض الكل</a>
</div>
</div>
<div class="flex flex-wrap -m-4 ">
<div class="xl:w-1/4 md:w-1/2 p-4 font-araby-regular ">
<a href="# ">
<div class="pt-24 w-full h-64 bg-cover bg-no-repeat bg-center relative rounded-card " style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 100)), center / cover url(
'css/img/mortal-kombat-11-aftermath.jpg') ">
<div class="w-16 h-16 mx-auto review-circle-widget line-border color-border border-4 rounded-full border-red-600 align-middle text-center text-white " style=" background: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,.5)); ">
<span style="line-height: 3.4rem; " class="text-2xl font-bold w-full block text-center ">7.0</span>
</div>
<div class="w-full post-info-items absolute bottom-0 px-2 py-8 text-center ">
<div class="mb-2 lg:mb-0 text-center ">
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-clock align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">05/6/2020</span>
</div>
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-comment align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">170</span>
</div>
<div class="inline-block ">
<i class="text-gray-500 far fa-eye align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">76</span>
</div>
</div>
</div>
</div>
</a>
<div class="py-4 ">
<h1>
<a href="# " class="title-review text-xl text-gray-900 font-medium title-font mb-4 font-araby-bold hover:text-red-600 ">Mortal Kombat 11: Aftermath</a>
</h1>
<p class="leading-relaxed text-xs font-araby-regular ">العام الماضي حصلنا على الجزء الحادي عشر من سلسلة ألعاب القتال الشهيرة Mortal Kombat 11 والذي قدّم تجربة مميّزة موجّهة لمحترفي ألعاب القتال مع التركيز …</p>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4 font-araby-regular ">
<a href="# ">
<div class="pt-24 w-full h-64 bg-cover bg-no-repeat bg-center relative rounded-card " style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 100)), center / cover url(
'css/img/mortal-kombat-11-aftermath.jpg') ">
<div class="w-16 h-16 mx-auto review-circle-widget color-border line-border border-4 rounded-full border-red-600 align-middle text-center text-white " style=" background: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,.5)); ">
<span style="line-height: 3.4rem; " class="text-2xl font-bold w-full block text-center ">7.0</span>
</div>
<div class="w-full post-info-items absolute bottom-0 px-2 py-8 text-center ">
<div class="mb-2 lg:mb-0 text-center ">
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-clock align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">05/6/2020</span>
</div>
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-comment align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">170</span>
</div>
<div class="inline-block ">
<i class="text-gray-500 far fa-eye align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">76</span>
</div>
</div>
</div>
</div>
</a>
<div class="py-4 ">
<h1>
<a href="# " class="title-review text-xl text-gray-900 font-medium title-font mb-4 font-araby-bold hover:text-red-600 ">Mortal Kombat 11: Aftermath</a>
</h1>
<p class="leading-relaxed text-xs font-araby-regular ">العام الماضي حصلنا على الجزء الحادي عشر من سلسلة ألعاب القتال الشهيرة Mortal Kombat 11 والذي قدّم تجربة مميّزة موجّهة لمحترفي ألعاب القتال مع التركيز …</p>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4 font-araby-regular ">
<a href="# ">
<div class="pt-24 w-full h-64 bg-cover bg-no-repeat bg-center relative rounded-card " style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 100)), center / cover url(
'css/img/mortal-kombat-11-aftermath.jpg') ">
<div class="w-16 h-16 mx-auto review-circle-widget color-border color-border line-border border-4 rounded-full border-red-600 align-middle text-center text-white " style=" background: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,.5)); ">
<span style="line-height: 3.4rem; " class="text-2xl font-bold w-full block text-center ">7.0</span>
</div>
<div class="w-full post-info-items absolute bottom-0 px-2 py-8 text-center ">
<div class="mb-2 lg:mb-0 text-center ">
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-clock align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">05/6/2020</span>
</div>
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-comment align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">170</span>
</div>
<div class="inline-block ">
<i class="text-gray-500 far fa-eye align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">76</span>
</div>
</div>
</div>
</div>
</a>
<div class="py-4 ">
<h1>
<a href="# " class="title-review text-xl text-gray-900 font-medium title-font mb-4 font-araby-bold hover:text-red-600 ">Mortal Kombat 11: Aftermath</a>
</h1>
<p class="leading-relaxed text-xs font-araby-regular ">العام الماضي حصلنا على الجزء الحادي عشر من سلسلة ألعاب القتال الشهيرة Mortal Kombat 11 والذي قدّم تجربة مميّزة موجّهة لمحترفي ألعاب القتال مع التركيز …</p>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4 font-araby-regular ">
<a href="# ">
<div class="pt-24 w-full h-64 bg-cover bg-no-repeat bg-center relative rounded-card " style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 100)), center / cover url(
'css/img/mortal-kombat-11-aftermath.jpg') ">
<div class="w-16 h-16 mx-auto review-circle-widget color-border line-border border-4 rounded-full border-red-600 align-middle text-center text-white " style=" background: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,.5)); ">
<span style="line-height: 3.4rem; " class="text-2xl font-bold w-full block text-center ">7.0</span>
</div>
<div class="w-full post-info-items absolute bottom-0 px-2 py-8 text-center ">
<div class="mb-2 lg:mb-0 text-center ">
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-clock align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">05/6/2020</span>
</div>
<div class="inline-block ml-2 ">
<i class="text-gray-500 far fa-comment align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">170</span>
</div>
<div class="inline-block ">
<i class="text-gray-500 far fa-eye align-middle "></i>
<span class="text-gray-500 align-middle mr-1 ">76</span>
</div>
</div>
</div>
</div>
</a>
<div class="py-4 ">
<h1>
<a href="# " class="title-review text-xl text-gray-900 font-medium title-font mb-4 font-araby-bold hover:text-red-600 ">Mortal Kombat 11: Aftermath</a>
</h1>
<p class="leading-relaxed text-xs font-araby-regular ">العام الماضي حصلنا على الجزء الحادي عشر من سلسلة ألعاب القتال الشهيرة Mortal Kombat 11 والذي قدّم تجربة مميّزة موجّهة لمحترفي ألعاب القتال مع التركيز …</p>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- End Reviews Section-->
<!-- Begin Videos Section-->
<div class="wrapper-section videos-section ">
<div class="lg:flex block container mx-auto px-4 lg:px-0 ">
<div class="content-side lg:w-contentSide w-full ">
<div class="container px-5 py-10 mx-auto ">
<div class="flex items-center justify-between relative mb-4 ">
<div class="line-border flex-shrink-0 tag-red 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="line-border border-b-2 tag-red border-red-600 absolute bottom-0 " style="left: 25px; right: 17px; "></div>
<div class="line-border show-more flex-shrink-0 bg-transparent color-border text-red-600 border-2 border-red-600 px-6 py-1 rounded-t-full rounded-l-full font-araby-regular ">
<a href=" ">عرض الكل</a>
</div>
</div>
<div class="flex flex-wrap ">
<div class="xl:w-1/3 md:w-1/2 w-full ">
<a href="# ">
<div class="relative block h-48 bg-center bg-cover bg-no-repeat mx-2 mb-2 " style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 100)), center / cover url( 'css/img/QSscreenshot2.jpg') ">
<i class="fas fa-play-circle text-white text-4xl text-center w-full mt-20 "></i>
</div>
</a>
<a href="# ">
<h2 class="text-xl text-gray-900 font-medium title-font mb-4 mx-2 font-araby-bold ">الرواية المرئية Quantum Suicide قادمة إلى Switch أيضًا</h2>
</a>
</div>
<div class="xl:w-1/3 md:w-1/2 w-full ">
<a href="# ">
<div class="relative block h-48 bg-center bg-cover bg-no-repeat mx-2 mb-2 " style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 100)), center / cover url( 'css/img/QSscreenshot2.jpg') ">
<i class="fas fa-play-circle text-white text-4xl text-center w-full mt-20 "></i>
</div>
</a>
<a href="# ">
<h2 class="text-xl text-gray-900 font-medium title-font mb-4 mx-2 font-araby-bold ">الرواية المرئية Quantum Suicide قادمة إلى Switch أيضًا</h2>
</a>
</div>
<div class="xl:w-1/3 md:w-1/2 w-full ">
<a href="# ">
<div class="relative block h-48 bg-center bg-cover bg-no-repeat mx-2 mb-2 " style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 100)), center / cover url( 'css/img/QSscreenshot2.jpg') ">
<i class="fas fa-play-circle text-white text-4xl text-center w-full mt-20 "></i>
</div>
</a>
<a href="# ">
<h2 class="text-xl text-gray-900 font-medium title-font mb-4 mx-2 font-araby-bold ">الرواية المرئية Quantum Suicide قادمة إلى Switch أيضًا</h2>
</a>
</div>
<div class="xl:w-1/3 md:w-1/2 w-full ">
<a href="# ">
<div class="relative block h-48 bg-center bg-cover bg-no-repeat mx-2 mb-2 " style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 100)), center / cover url( 'css/img/QSscreenshot2.jpg') ">
<i class="fas fa-play-circle text-white text-4xl text-center w-full mt-20 "></i>
</div>
</a>
<a href="# ">
<h2 class="text-xl text-gray-900 font-medium title-font mb-4 mx-2 font-araby-bold ">الرواية المرئية Quantum Suicide قادمة إلى Switch أيضًا</h2>
</a>
</div>
<div class="xl:w-1/3 md:w-1/2 w-full ">
<a href="# ">
<div class="relative block h-48 bg-center bg-cover bg-no-repeat mx-2 mb-2 " style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 100)), center / cover url( 'css/img/QSscreenshot2.jpg') ">
<i class="fas fa-play-circle text-white text-4xl text-center w-full mt-20 "></i>
</div>
</a>
<a href="# ">
<h2 class="text-xl text-gray-900 font-medium title-font mb-4 mx-2 font-araby-bold ">الرواية المرئية Quantum Suicide قادمة إلى Switch أيضًا</h2>
</a>
</div>
<div class="xl:w-1/3 md:w-1/2 w-full ">
<a href="# ">
<div class="relative block h-48 bg-center bg-cover bg-no-repeat mx-2 mb-2 " style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 100)), center / cover url( 'css/img/QSscreenshot2.jpg') ">
<i class="fas fa-play-circle text-white text-4xl text-center w-full mt-20 "></i>
</div>
</a>
<a href="# ">
<h2 class="text-xl text-gray-900 font-medium title-font mb-4 mx-2 font-araby-bold ">الرواية المرئية Quantum Suicide قادمة إلى Switch أيضًا</h2>
</a>
</div>
</div>
</div>
</div>
<div class="sidebar-side lg:w-sidebarSide w-full px-4 lg:px-0 pb-4 ">
<div class="sidebar-widget bg-black bg-no-repeat bg-center mb-2 bg-cover rounded-lg p-6 text-white lg:mt-10 " 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 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>
</div>
</div>
<!-- End Videos Section-->
<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>