Update index.html
هذا الالتزام موجود في:
50
index.html
50
index.html
@@ -1,38 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ar" dir="rtl">
|
||||
<html lang='ar' dir='rtl'>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Arabic UI Kit | مكتبة الواجهات العربية</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta charset='UTF-8'>
|
||||
<meta name='viewport' content='width=device-width,initial-scale=1.0'>
|
||||
<title>Arabic UI Kit</title>
|
||||
<link rel='stylesheet' href='style.css'>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header">
|
||||
<h1>🎨 Arabic UI Kit</h1>
|
||||
<nav>
|
||||
<a href="#buttons">أزرار</a>
|
||||
<a href="#forms">نماذج</a>
|
||||
<a href="#cards">بطاقات</a>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
<section id="buttons">
|
||||
<h2>الأزرار</h2>
|
||||
<button class="btn btn-primary">زر أساسي</button>
|
||||
<button class="btn btn-secondary">زر ثانوي</button>
|
||||
<button class="btn btn-success">زر نجاح</button>
|
||||
<button class="btn btn-danger">زر خطر</button>
|
||||
</section>
|
||||
<section id="cards">
|
||||
<h2>البطاقات</h2>
|
||||
<div class="card">
|
||||
<h3>عنوان البطاقة</h3>
|
||||
<p>هذا نص تجريبي داخل بطاقة عربية.</p>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<p>صنع في GitPasha 🚀</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<header class='hdr'><h1>Arabic UI Kit</h1><nav><a href='#'>Home</a><a href='#'>Components</a></nav></header>
|
||||
<main>
|
||||
<section><h2>Buttons</h2>
|
||||
<button class='btn btn-primary'>Primary</button>
|
||||
<button class='btn btn-success'>Success</button>
|
||||
<button class='btn btn-danger'>Danger</button></section>
|
||||
<section><h2>Card</h2>
|
||||
<div class='card'><h3>Title</h3><p>Arabic RTL card content.</p></div></section>
|
||||
</main>
|
||||
<footer>Built on GitPasha</footer>
|
||||
</body></html>
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم