Commit ·
e0902ac
1
Parent(s): a879cdd
UI: swap nav order - pricing before editor (الأسعار then المحرر)
Browse files- src/index.html +2 -0
src/index.html
CHANGED
|
@@ -64,6 +64,7 @@
|
|
| 64 |
<div class="hidden md:flex items-center gap-8">
|
| 65 |
<button onclick="showPage('home')" class="nav-link active text-base font-medium" data-page="home">الرئيسية</button>
|
| 66 |
<button onclick="showPage('features')" class="nav-link text-base font-medium" data-page="features">الميزات</button>
|
|
|
|
| 67 |
<button onclick="showPage('editor')" class="nav-link text-base font-medium" data-page="editor">المحرر</button>
|
| 68 |
<a href="https://bayyinah-alpha.vercel.app/" class="nav-bayyinah-link" target="_blank" rel="noopener noreferrer" aria-label="بَيِّنَة — مساعد ذكي للإجابة عن أسئلة القرآن والحديث وقصص الأنبياء"><svg width="14" height="14" fill="none" stroke="currentColor" viewBox="0 0 24 24" style="flex-shrink:0;"><path d="M12 7v14"/><path d="M16 12h2"/><path d="M16 8h2"/><path d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"/><path d="M6 12h2"/><path d="M6 8h2"/></svg> بَيِّنَة <span class="nav-bayyinah-arrow">↗</span></a>
|
| 69 |
</div>
|
|
@@ -100,6 +101,7 @@
|
|
| 100 |
<button id="mobile-drawer-close" class="mobile-drawer-link" style="text-align:left" aria-label="إغلاق القائمة">✕ إغلاق</button>
|
| 101 |
<button class="mobile-drawer-link active" data-page="home">الرئيسية</button>
|
| 102 |
<button class="mobile-drawer-link" data-page="features">الميزات</button>
|
|
|
|
| 103 |
<button class="mobile-drawer-link" data-page="editor">المحرر</button>
|
| 104 |
<a href="https://bayyinah-alpha.vercel.app/" class="mobile-drawer-link mobile-drawer-link-external" target="_blank" rel="noopener noreferrer" aria-label="بَيِّنَة — مساعد ذكي للإجابة عن أسئلة القرآن والحديث وقصص الأنبياء">بَيِّنَة — القرآن والحديث والسيرة</a>
|
| 105 |
<div class="auth-drawer-section">
|
|
|
|
| 64 |
<div class="hidden md:flex items-center gap-8">
|
| 65 |
<button onclick="showPage('home')" class="nav-link active text-base font-medium" data-page="home">الرئيسية</button>
|
| 66 |
<button onclick="showPage('features')" class="nav-link text-base font-medium" data-page="features">الميزات</button>
|
| 67 |
+
<button onclick="showPage('pricing')" class="nav-link text-base font-medium" data-page="pricing">الأسعار</button>
|
| 68 |
<button onclick="showPage('editor')" class="nav-link text-base font-medium" data-page="editor">المحرر</button>
|
| 69 |
<a href="https://bayyinah-alpha.vercel.app/" class="nav-bayyinah-link" target="_blank" rel="noopener noreferrer" aria-label="بَيِّنَة — مساعد ذكي للإجابة عن أسئلة القرآن والحديث وقصص الأنبياء"><svg width="14" height="14" fill="none" stroke="currentColor" viewBox="0 0 24 24" style="flex-shrink:0;"><path d="M12 7v14"/><path d="M16 12h2"/><path d="M16 8h2"/><path d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"/><path d="M6 12h2"/><path d="M6 8h2"/></svg> بَيِّنَة <span class="nav-bayyinah-arrow">↗</span></a>
|
| 70 |
</div>
|
|
|
|
| 101 |
<button id="mobile-drawer-close" class="mobile-drawer-link" style="text-align:left" aria-label="إغلاق القائمة">✕ إغلاق</button>
|
| 102 |
<button class="mobile-drawer-link active" data-page="home">الرئيسية</button>
|
| 103 |
<button class="mobile-drawer-link" data-page="features">الميزات</button>
|
| 104 |
+
<button class="mobile-drawer-link" data-page="pricing">الأسعار</button>
|
| 105 |
<button class="mobile-drawer-link" data-page="editor">المحرر</button>
|
| 106 |
<a href="https://bayyinah-alpha.vercel.app/" class="mobile-drawer-link mobile-drawer-link-external" target="_blank" rel="noopener noreferrer" aria-label="بَيِّنَة — مساعد ذكي للإجابة عن أسئلة القرآن والحديث وقصص الأنبياء">بَيِّنَة — القرآن والحديث والسيرة</a>
|
| 107 |
<div class="auth-drawer-section">
|