diff --git a/about.php b/about.php new file mode 100644 index 0000000..e48bf1f --- /dev/null +++ b/about.php @@ -0,0 +1,8 @@ + + +
+

عن اللعبة

+

تفاصيل حول قصة اللعبة ومميزاتها.

+
+ + \ No newline at end of file diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..6aa927f --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,47 @@ +:root { + --primary-accent: #D4A373; /* Sandy Brown */ + --background: #FDFCFB; /* Off-White */ + --text-color: #403D39; /* Dark Charcoal */ + --bs-font-sans-serif: 'Roboto', sans-serif; +} + +body { + background-color: var(--background); + color: var(--text-color); + font-family: 'Roboto', sans-serif; +} + +h1, h2, h3, h4, h5, h6, .display-5, .fs-4 { + font-family: 'Cairo', sans-serif; + font-weight: 700; +} + +.btn-primary { + background-color: var(--primary-accent); + border-color: var(--primary-accent); +} + +.btn-primary:hover { + background-color: #c8935a; + border-color: #c8935a; +} + +.hero-section { + background: linear-gradient(to bottom, #FDFCFB, #F5EFE6); +} + +.feature-icon { + width: 4rem; + height: 4rem; + border-radius: .75rem; +} + +.preview-3d { + background-color: #e9ecef; + border: 1px dashed #ced4da; + display: flex; + align-items: center; + justify-content: center; + min-height: 400px; + border-radius: 8px; +} \ No newline at end of file diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..829e39d --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1,10 @@ +// Smooth scrolling for anchor links +document.querySelectorAll('a[href^="#"]').forEach(anchor => { + anchor.addEventListener('click', function (e) { + e.preventDefault(); + + document.querySelector(this.getAttribute('href')).scrollIntoView({ + behavior: 'smooth' + }); + }); +}); diff --git a/contact.php b/contact.php new file mode 100644 index 0000000..49a7f1c --- /dev/null +++ b/contact.php @@ -0,0 +1,27 @@ + + +
+
+
+

تواصل معنا

+

لديك سؤال أو اقتراح؟ املأ النموذج أدناه.

+
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/download.php b/download.php new file mode 100644 index 0000000..2da30a0 --- /dev/null +++ b/download.php @@ -0,0 +1,8 @@ + + +
+

التحميل والشراء

+

روابط التحميل للعبة على مختلف المنصات.

+
+ + \ No newline at end of file diff --git a/includes/_footer.php b/includes/_footer.php new file mode 100644 index 0000000..d4d928f --- /dev/null +++ b/includes/_footer.php @@ -0,0 +1,35 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/includes/_header.php b/includes/_header.php new file mode 100644 index 0000000..e7514eb --- /dev/null +++ b/includes/_header.php @@ -0,0 +1,39 @@ + + + + + + <?php echo htmlspecialchars($_SERVER['PROJECT_NAME'] ?? 'محاكي شاحنات الميدام'); ?> + + + + + + + + + + + + + + + +
+
+ +
+
+ +
\ No newline at end of file diff --git a/index.php b/index.php index 7205f3d..1c8a7ec 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,61 @@ - -$phpVersion = PHP_VERSION; -$now = date('Y-m-d H:i:s'); -?> - - - - - - New Style - - - - - - - - - - - - - - - - - - - - - -
-
-

Analyzing your requirements and generating your website…

-
- Loading… + +
+
+
+
+

مشهد ثلاثي الأبعاد تفاعلي - قريبًا

+
+
+
+

محاكي شاحنات الميدام

+

انطلق في رحلة واقعية عبر طرقات اليمن الوعرة. اختبر مهاراتك في قيادة الشاحنات الثقيلة في قرية الميدام والمناطق المحيطة بها. هل أنت مستعد للتحدي؟

+
-

AI is collecting your requirements and applying the first changes.

-

This page will update automatically as the plan is implemented.

-

Runtime: PHP — UTC

-
- - - + + + + + + +
+

معرض الصور

+
+

صورة من اللعبة 1

+

صورة من اللعبة 2

+

صورة من اللعبة 3

+

صورة من اللعبة 4

+
+
+ + \ No newline at end of file