"ברוכים הבאים ל-YedroTV – שימור תרבות, הי
<!DOCTYPE html>
<html lang="he">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ברוכים הבאים ל־YedroTV</title>
<style>
body {
margin: 0;
font-family: 'Arial', sans-serif;
direction: rtl;
background-color: #fff;
color: #333;
}
.hero {
background-image: url('https://images.unsplash.com/photo-1579546929518-9e396f3cc809?auto=format&fit=crop&w=1500&q=80');
background-size: cover;
background-position: center;
color: white;
text-align: center;
padding: 100px 20px;
}
.hero h1 {
font-size: 48px;
margin-bottom: 10px;
text-shadow: 2px 2px 4px #000;
}
.hero p {
font-size: 20px;
max-width: 600px;
margin: 10px auto;
text-shadow: 1px 1px 3px #000;
}
.button {
background-color: #f57c00;
color: white;
padding: 14px 28px;
margin-top: 20px;
text-decoration: none;
border-radius: 8px;
font-size: 18px;
display: inline-block;
transition: background-color 0.3s;
}
.button:hover {
background-color: #ef6c00;
}
.section {
padding: 60px 20px;
max-width: 900px;
margin: auto;
text-align: center;
}
.section h2 {
color: #f57c00;
font-size: 32px;
margin-bottom: 20px;
}
.section p {
font-size: 18px;
line-height: 1.7;
}
ul {
text-align: right;
max-width: 700px;
margin: 20px auto;
font-size: 18px;
}
ul li {
margin-bottom: 10px;
}
.footer {
background-color: #333;
color: #fff;
padding: 30px 10px;
text-align: center;
font-size: 14px;
}
@media (max-width: 600px) {
.hero h1 {
font-size: 32px;
}
.hero p {
font-size: 16px;
}
}
</style>
</head>
<body>
<div class="hero">
<h1>YedroTV – הקול של התרבות האתיופית</h1>
<p>פלטפורמה חיה לכתבות, מוזיקה, ראיונות, והנצחת דמויות משמעותיות מקהילת יהדות אתיופיה</p>
<a href="https://www.yedrotv.com" class="button">בקרו באתר</a>
</div>
<div class="section">
<h2>מי אנחנו?</h2>
<p>
YedroTV הוא בלוג קהילתי הפועל לשימור, הפצה והעצמה של התרבות, ההיסטוריה והמסורת של יהדות אתיופיה. אנחנו מעלים תכנים מרגשים, כתבות זיכרון, ראיונות עם מנהיגים ואמנים, ומוזיקה אותנטית מהלב.
</p>
</div>
<div class="section">
<h2>מה תמצאו אצלנו?</h2>
<ul>
<li>🎙️ סרטונים קצרים עם ראיונות אותנטיים</li>
<li>🎼 מוזיקה ישנה ומקורית באמהרית</li>
<li>📚 סיפורים היסטוריים על הקהילה</li>
<li>✡️ תכנים תורניים בשפה האמהרית</li>
<li>📺 שידורים חיים ותחנת מוזיקה מקוונת</li>
</ul>
</div>
<div class="section">
<h2>הצטרפו למשפחת YedroTV</h2>
<p>
אם אתם רוצים להיות חלק ממיזם תרבותי נדיר ומרגש – זה המקום. אנו מזמינים אתכם לשלוח תכנים, לשתף רעיונות ולתמוך בקהילה.
</p>
<a href="https://www.yedrotv.com/p/contact.html" class="button">צור קשר</a>
</div>
<div class="footer">
© 2025 YedroTV – כל הזכויות שמורות | עיצוב ופיתוח: yedrotv.com
</div>
</body>
</html>







