html
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><موقع كرة القدم التفاعلي/title>
<link rel="stylesheet" href="[Link]
awesome/6.4.0/css/[Link]">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background-color: #f0f2f5;
color: #333;
}
header {
background: linear-gradient(to right, #0066aa, #003366);
color: white;
padding: 15px 5%;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.logo {
display: flex;
align-items: center;
}
.logo img {
width: 50px;
height: 50px;
margin-left: 10px;
}
.logo h1 {
font-size: 24px;
}
nav ul {
display: flex;
list-style: none;
}
nav ul li {
margin: 0 15px;
}
nav ul li a {
color: white;
text-decoration: none;
font-weight: 500;
transition: color 0.3s;
}
nav ul li a:hover {
color: #ffcc00;
}
.auth-buttons {
display: flex;
gap: 10px;
}
.btn {
padding: 8px 15px;
border-radius: 4px;
border: none;
cursor: pointer;
font-weight: 600;
transition: all 0.3s;
}
.login-btn {
background-color: white;
color: #0066aa;
}
.login-btn:hover {
background-color: #f0f0f0;
}
.register-btn {
background-color: #ffcc00;
color: #333;
}
.register-btn:hover {
background-color: #e6b800;
}
.hero {
background: url('[Link]
aadea25e6e68?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80') no-repeat center
center/cover;
height: 500px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: white;
padding: 0 20px;
position: relative;
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
}
.hero-content {
position: relative;
z-index: 1;
max-width: 800px;
}
.hero h2 {
font-size: 48px;
margin-bottom: 20px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.hero p {
font-size: 20px;
margin-bottom: 30px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.cta-btn {
background-color: #ffcc00;
color: #333;
padding: 12px 30px;
font-size: 18px;
border-radius: 30px;
text-decoration: none;
font-weight: bold;
transition: all 0.3s;
}
.cta-btn:hover {
background-color: #e6b800;
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.features {
padding: 60px 5%;
text-align: center;
}
.section-title {
font-size: 36px;
margin-bottom: 40px;
color: #0066aa;
position: relative;
display: inline-block;
}
.section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background-color: #ffcc00;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 40px;
}
.feature-card {
background-color: white;
border-radius: 10px;
padding: 30px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
cursor: pointer;
}
.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.feature-card i {
font-size: 48px;
color: #0066aa;
margin-bottom: 20px;
}
.feature-card h3 {
font-size: 24px;
margin-bottom: 15px;
color: #333;
}
.feature-card p {
color: #666;
line-height: 1.6;
}
.feature-details {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease;
text-align: right;
}
.[Link] {
max-height: 500px;
}
.feature-details-content {
padding: 20px 0;
}
.feature-details iframe {
width: 100%;
height: 250px;
border-radius: 8px;
margin: 15px 0;
}
.feature-details img {
width: 100%;
border-radius: 8px;
margin: 15px 0;
}
.login-section {
background-color: #0066aa;
padding: 80px 5%;
text-align: center;
color: white;
}
.login-container {
max-width: 500px;
margin: 0 auto;
background-color: white;
padding: 40px;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.login-container h3 {
color: #0066aa;
margin-bottom: 30px;
font-size: 28px;
}
.form-group {
margin-bottom: 20px;
text-align: right;
}
.form-group label {
display: block;
margin-bottom: 8px;
color: #333;
font-weight: 500;
}
.form-group input {
width: 100%;
padding: 12px 15px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 16px;
}
.login-form-btn {
background-color: #ffcc00;
color: #333;
width: 100%;
padding: 12px;
font-size: 18px;
font-weight: bold;
margin-top: 10px;
}
.login-form-btn:hover {
background-color: #e6b800;
}
.whatsapp-section {
background-color: #25D366;
padding: 40px 5%;
text-align: center;
color: white;
}
.whatsapp-container {
max-width: 600px;
margin: 0 auto;
}
.whatsapp-btn {
display: inline-block;
background-color: white;
color: #25D366;
padding: 15px 30px;
border-radius: 30px;
text-decoration: none;
font-weight: bold;
font-size: 20px;
margin-top: 20px;
transition: all 0.3s;
}
.whatsapp-btn:hover {
transform: scale(1.05);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
footer {
background-color: #003366;
color: white;
padding: 40px 5%;
text-align: center;
}
.footer-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
text-align: right;
}
.footer-section h3 {
margin-bottom: 20px;
font-size: 20px;
color: #ffcc00;
}
.footer-section p {
line-height: 1.6;
margin-bottom: 10px;
}
.social-icons {
display: flex;
justify-content: center;
gap: 15px;
margin-top: 20px;
}
.social-icons a {
color: white;
font-size: 24px;
transition: color 0.3s;
}
.social-icons a:hover {
color: #ffcc00;
}
.copyright {
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
header {
flex-direction: column;
padding: 15px;
}
nav ul {
margin-top: 15px;
flex-wrap: wrap;
justify-content: center;
}
nav ul li {
margin: 5px 10px;
}
.auth-buttons {
margin-top: 15px;
}
.hero h2 {
font-size: 32px;
}
.hero p {
font-size: 18px;
}
}
</style>
</head>
<body>
<!-- Header -->
<header>
<div class="logo">
<img
src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmci
IHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjU2IDhDMTE5IDggOCAxMTk
gOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMCA0NDhjLTExMC
41IDAtMjAwLTg5LjUtMjAwLTIwMFMxNDUuNSA1NiAyNTYgNTZzMjAwIDg5LjUgMjAwIDIwMC04OS41IDIwM
C0yMDAgMjAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNzIgMTM2aC0zMmMtNC40IDAtOCAzLjYtOCA4
djM1MmMwIDQuNCAzLjYgOCA4IDhoMzJjNC40IDAgOC0zLjYgOC04VjE0NGMwLTQuNC0zLjYtOC04LTh6TTM
4MCAzNjhoLTFjLTQuNCAwLTggMy42LTggOHYzMmMwIDQuNCAzLjYgOCA4IDhoMWM0LjQgMCA4LTMuNiA4LT
h2LTMyYzAtNC40LTMuNi04LTgtOHoiLz48L3N2Zz4=" alt=">"كرة القدم
<h1><كرة القدم العربية/h1>
</div>
<nav>
<ul>
<li><a href="#"><الرئيسية/a></li>
<li><a href="#"><الأخبار/a></li>
<li><a href="#"><البطوالت/a></li>
<li><a href="#"><الفيديوهات/a></li>
<li><a href="#"><الفرق/a></li>
<li><a href="#"><االتصال/a></li>
</ul>
</nav>
<div class="auth-buttons">
<button class="btn login-btn"><تسجيل الدخول/button>
<button class="btn register-btn"><إنشاء حساب/button>
</div>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h2><مرحبًا بك في عالم كرة القدم/h2>
<p> والتحليالت لأهم البطوالت العربية، الأهداف،استمتع بأحدث الأخبار
<والعالمية/p>
<a href="#" class="cta-btn"><اكتشف المزيد/a>
</div>
</section>
<!-- Features Section -->
<section class="features">
<h2 class="section-title"><أقسام الموقع/h2>
<div class="features-grid">
<div class="feature-card" onclick="toggleDetails('details1')">
<i class="fas fa-newspaper"></i>
<h3><أحدث الأخبار/h3>
<p><تابع آخر أخبار كرة القدم المحلية والعالمية/p>
<div id="details1" class="feature-details">
<div class="feature-details-content">
<p> ،هنا تجد آخر الأخبار والتحليالت حول أهم الأحداث الكروية
وتطورات البطوالت،انتقاالت الالعبين.</p>
<img src="[Link]
85d870a2d7ab?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80" alt=">"أخبار كرة القدم
<p> تابع كل جديد في عالم الساحرة المستديرة مع فريقنا من
المحللين والخبراء.</p>
</div>
</div>
</div>
<div class="feature-card" onclick="toggleDetails('details2')">
<i class="fas fa-trophy"></i>
<h3><البطوالت/h3>
<p><تعرف على جميع البطوالت العربية والعالمية/p>
<div id="details2" class="feature-details">
<div class="feature-details-content">
<p> دليل شامل لكل البطوالت المحلية والعربية والعالمية مع
أحدث النتائج والترتيب.</p>
<img src="[Link]
e4ec1d736c8a?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80" alt=">"البطوالت
<p> وبطوالت، كأس العالم، دوري أبطال أوروبا،دوري أبطال العرب
الدوري المحلية.</p>
</div>
</div>
</div>
<div class="feature-card" onclick="toggleDetails('details3')">
<i class="fas fa-video"></i>
<h3><أفضل الأهداف/h3>
<p><شاهد أجمل الأهداف واللحظات التاريخية/p>
<div id="details3" class="feature-details">
<div class="feature-details-content">
<p> شاهد أفضل الأهداف واللحظات المميزة في تاريخ كرة
القدم.</p>
<iframe src="[Link]
title=" "أهداف مميزةframeborder="0" allow="accelerometer; autoplay; clipboard-
write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p> أرشيف كامل لأجمل الأهداف واللحظات التي غيرت تاريخ
المباريات.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Login Section -->
<section class="login-section">
<h2 class="section-title" style="color: white;"><تسجيل الدخول/h2>
<div class="login-container">
<h3><ادخل إلى حسابك/h3>
<form>
<div class="form-group">
<label for="email"><البريد الإلكتروني/label>
<input type="email" id="email" placeholder=" ادخل بريدك
>"الإلكتروني
</div>
<div class="form-group">
<label for="password"><كلمة المرور/label>
<input type="password" id="password" placeholder=" ادخل كلمة
>"المرور
</div>
<button type="submit" class="btn login-form-btn"> تسجيل
<الدخول/button>
</form>
</div>
</section>
<!-- WhatsApp Section -->
<section class="whatsapp-section">
<div class="whatsapp-container">
<h2><تواصل معنا عبر واتساب/h2>
<p> ال تتردد في التواصل معنا،<لالستفسارات أو المشاركات أو الدعم الفني/p>
<a href="[Link] class="whatsapp-btn">
<i class="fab fa-whatsapp"></i> 0964564850
</a>
</div>
</section>
<!-- Footer -->
<footer>
<div class="footer-content">
<div class="footer-section">
<h3><عن الموقع/h3>
<p> موقع كرة القدم العربي هو وجهتك الأولى لكل ما يتعلق بكرة القدم
العربية والعالمية.</p>
</div>
<div class="footer-section">
<h3><روابط سريعة/h3>
<p><a href="#" style="color: white;"><الأخبار/a></p>
<p><a href="#" style="color: white;"><الفرق/a></p>
<p><a href="#" style="color: white;"><البطوالت/a></p>
<p><a href="#" style="color: white;"><اتصل بنا/a></p>
</div>
<div class="footer-section">
<h3><تابعنا على/h3>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="copyright">
<p>© 2023 جميع الحقوق محفوظة.موقع كرة القدم العربي.</p>
</div>
</footer>
<script>
// إخفاء التفاصيل/دالة لإظهار
function toggleDetails(id) {
const element = [Link](id);
[Link]('active');
}
// إضافة تأثير للبطاقات عند التمرير
[Link]('scroll', function() {
const cards = [Link]('.feature-card');
[Link](card => {
const cardPosition = [Link]().top;
const screenPosition = [Link] / 1.3;
if (cardPosition < screenPosition) {
[Link] = 1;
[Link] = 'translateY(0)';
}
});
});
// تهيئة البطاقات للتحريك
[Link]('.feature-card').forEach(card => {
[Link] = 'opacity 0.5s ease, transform 0.5s ease';
[Link] = 0;
[Link] = 'translateY(20px)';
});
// تشغيل التحريك بعد تحميل الصفحة
[Link]('load', function() {
const cards = [Link]('.feature-card');
let delay = 0;
[Link](card => {
setTimeout(() => {
[Link] = 1;
[Link] = 'translateY(0)';
}, delay);
delay += 200;
});
});
</script>
</body>
</html>