-
-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Labels
Description
<title>[Enemba Brand] - قريبًا!</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-align: center;
background-color: #f5f9fc; /* لون خلفية ناعم */
color: #2c3e50; /* لون نص رئيسي */
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0;
padding: 20px;
background-image: url(' ); /* رابط صورة خلفية احترافية */
background-size: cover;
background-position: center;
}
.overlay {
background-color: rgba(255, 255, 255, 0.85); /* طبقة شفافة بيضاء فوق الخلفية */
padding: 40px;
border-radius: 10px;
max-width: 700px;
}
h1 {
font-size: 2.8rem;
margin-bottom: 20px;
color: #27ae60; /* لون أخضر (يمكن تغييره) */
}
p {
font-size: 1.3rem;
line-height: 1.7;
margin-bottom: 30px;
}
.logo {
max-width: 200px;
margin-bottom: 30px;
}
.email-form {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 30px;
}
.email-form input {
padding: 12px 15px;
border: 1px solid #ddd;
border-radius: 5px;
width: 250px;
font-size: 1rem;
}
.email-form button {
padding: 12px 25px;
background-color: #27ae60; /* نفس لون العنوان */
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 1rem;
font-weight: bold;
}
.social-links {
margin-top: 20px;
}
.social-links a {
color: #2c3e50;
margin: 0 10px;
font-size: 1.5rem;
text-decoration: none;
}
</style>
[Enemba] يُفتَح قريبًا!
نحن نعمل بكل حُبٍّ لإطلاق متجرنا الإلكتروني المتميز! كن أول من يعرف عند الافتتاح واحصل على عروض خاصة.
سجل بريدك الإلكتروني أدناه ليصلك كل جديد:
<div class="email-form">
<input type="email" placeholder="بريدك الإلكتروني" required>
<button type="submit">أخبرني!</button>
</div>
<!-- ملاحظة: هذا النموذج للعرض فقط. لجمع الإيميلات فعلياً، تحتاج خدمة خارجية مثل Mailchimp أو Formspree -->
<!-- <p><small>لن نشارك بريدك مع أحد. يمكنك إلغاء الاشتراك في أي وقت.</small></p> -->
<div class="social-links">
<!-- استبدل # بروابط حساباتك الفعلية وحذف المربعات [] -->
<a href="#" title="انستجرام">📱</a> <!-- رابط انستجرام -->
<a href="#" title="تيك توك">🎵</a> <!-- رابط تيك توك -->
<!-- أضف أيقونات أخرى حسب حاجتك -->
</div>
</div>