-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreview-mkk21wsxq0mbu6.html
More file actions
60 lines (57 loc) · 2.75 KB
/
preview-mkk21wsxq0mbu6.html
File metadata and controls
60 lines (57 loc) · 2.75 KB
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
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>موقع مولّد - Shadi Builder</title>
<style>
:root{--p:#4f46e5;--bg:#0f1220;--card:#ffffff;--mut:#6b7280}
body{margin:0;font-family:Tahoma,Arial;background:#f3f4f6;color:#111827}
header{background:linear-gradient(135deg,#0f1220,#4f46e5);color:#fff;padding:56px 20px;text-align:center}
header h1{margin:0 0 10px;font-size:42px}
header p{margin:0 auto;max-width:900px;font-size:18px;opacity:.95}
.wrap{max-width:1100px;margin:-30px auto 60px;padding:0 16px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.card{background:#fff;border-radius:16px;padding:18px;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.card h3{margin:0 0 8px}
.muted{color:var(--mut);line-height:1.6}
.cta{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.btn{background:var(--p);color:#fff;border:none;border-radius:12px;padding:12px 16px;font-size:16px;cursor:pointer}
.btn.out{background:#111827}
.section{margin-top:14px}
footer{padding:20px;text-align:center;color:#6b7280}
@media (max-width:900px){.grid{grid-template-columns:1fr}}
</style>
</head>
<body>
<header>
<h1>موقع مبني بالذكاء الاصطناعي</h1>
<p>موقع مطعم إيطالي في تل أبيب، منيو أونلاين، صور أكلات، طلب عبر واتساب، ألوان داكنة، تصميم عصري</p>
<div class="cta">
<button class="btn" onclick="alert('تم استلام طلبك ✅')">اطلب الآن</button>
<button class="btn out" onclick="window.scrollTo({top:document.body.scrollHeight,behavior:'smooth'})">تواصل معنا</button>
</div>
</header>
<div class="wrap">
<div class="grid section">
<div class="card">
<h3>الخدمات</h3>
<div class="muted">وصف سريع للخدمات حسب فكرتك: توصيل / متجر / SaaS / شركة…</div>
</div>
<div class="card">
<h3>المميزات</h3>
<div class="muted">تصميم عصري • سرعة • أقسام جاهزة • زر واتساب • صفحة تواصل</div>
</div>
<div class="card">
<h3>من نحن</h3>
<div class="muted">نكتب تعريف بسيط احترافي عن المشروع وتاريخه ورؤيته.</div>
</div>
</div>
<div class="card section">
<h3>تواصل معنا</h3>
<div class="muted">واتساب: 05XXXXXXXX • إيميل: hello@example.com • العنوان: فلسطين/إسرائيل</div>
</div>
</div>
<footer>Generated by Shadi Builder • HTML Preview</footer>
</body>
</html>