Initial AI-generated site
This commit is contained in:
+562
@@ -0,0 +1,562 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="he" dir="rtl">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title>eazy English – אנגלית לאמירנט. בלי פחד. עם תוצאות.</title>
|
||||||
|
<meta name="description" content="מאז 1998 עזרנו ל-120,000 תלמידים להגיע לאקדמיה. קורס עם מדריך בזמן אמת, או ערכת תרגול עצמאית. מתחילים בחינם.">
|
||||||
|
<meta property="og:title" content="eazy English – אנגלית לאמירנט">
|
||||||
|
<meta property="og:description" content="בלי פחד. עם תוצאות. קורסי אנגלית לאמירנט מאז 1998.">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%23F37327'/><text x='50' y='66' text-anchor='middle' font-family='Arial' font-weight='bold' font-size='44' fill='white'>ez</text></svg>">
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&family=Rubik:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
|
||||||
|
<script src="https://unpkg.com/@phosphor-icons/web"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="page-wrapper">
|
||||||
|
|
||||||
|
<!-- Floating WhatsApp -->
|
||||||
|
<a href="#contact" class="floating-whatsapp" aria-label="וואטסאפ">
|
||||||
|
<i class="ph ph-whatsapp-logo"></i>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<!-- Header -->
|
||||||
|
<header class="site-header">
|
||||||
|
<div class="header-logo">
|
||||||
|
<div class="logo-mark">
|
||||||
|
<svg viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect width="54" height="54" rx="12" fill="#F37327"/>
|
||||||
|
<text x="27" y="36" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="24" fill="white">ez</text>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<span class="logo-divider"></span>
|
||||||
|
<span class="logo-text">English</span>
|
||||||
|
</div>
|
||||||
|
<nav class="main-nav">
|
||||||
|
<a href="amirnet.html">אמירנט</a>
|
||||||
|
<a href="compare.html">הקורסים</a>
|
||||||
|
<a href="free.html">מתחילים בחינם</a>
|
||||||
|
<a href="learn.html">ללמוד אנגלית</a>
|
||||||
|
<a href="technion.html">מחשבון פטור מאנגלית</a>
|
||||||
|
<a href="about.html">עלינו</a>
|
||||||
|
</nav>
|
||||||
|
<div class="header-cta">
|
||||||
|
<span class="phone-number" dir="ltr">1-700-70-70-07</span>
|
||||||
|
<a href="#contact" class="cta-link">שיחת ייעוץ ←</a>
|
||||||
|
</div>
|
||||||
|
<button class="mobile-menu-btn" aria-label="תפריט">
|
||||||
|
<i class="ph ph-list"></i>
|
||||||
|
</button>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<!-- Mobile Menu -->
|
||||||
|
<div class="mobile-menu">
|
||||||
|
<div class="mobile-menu-header">
|
||||||
|
<div class="logo-mark">
|
||||||
|
<svg viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect width="54" height="54" rx="12" fill="#F37327"/>
|
||||||
|
<text x="27" y="36" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="24" fill="white">ez</text>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<button class="mobile-menu-close" aria-label="סגור">
|
||||||
|
<i class="ph ph-x"></i>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<nav class="mobile-nav">
|
||||||
|
<a href="amirnet.html">אמירנט</a>
|
||||||
|
<a href="compare.html">הקורסים</a>
|
||||||
|
<a href="free.html">מתחילים בחינם</a>
|
||||||
|
<a href="learn.html">ללמוד אנגלית</a>
|
||||||
|
<a href="technion.html">מחשבון פטור מאנגלית</a>
|
||||||
|
<a href="about.html">עלינו</a>
|
||||||
|
</nav>
|
||||||
|
<div class="mobile-menu-footer">
|
||||||
|
<span class="phone-number" dir="ltr">1-700-70-70-07</span>
|
||||||
|
<a href="#contact" class="btn btn-primary">שיחת ייעוץ</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="mobile-menu-overlay"></div>
|
||||||
|
|
||||||
|
<!-- Hero Section -->
|
||||||
|
<section class="hero">
|
||||||
|
<div class="hero-bg" aria-hidden="true">
|
||||||
|
<div class="hero-bg-letter">E</div>
|
||||||
|
</div>
|
||||||
|
<div class="container">
|
||||||
|
<div class="hero-grid">
|
||||||
|
<div class="hero-content">
|
||||||
|
<h1>אנגלית לאמירנט.<br><span class="hero-subtitle">בלי פחד. עם תוצאות.</span></h1>
|
||||||
|
<p class="hero-text">מאז 1998 עזרנו ל-120,000 תלמידים להגיע לאקדמיה – כולל כאלה שהיו בטוחים שאנגלית זה לא בשבילם.<br>קורס עם מדריך בזמן אמת, או ערכת תרגול עצמאית. בכל מקרה, מתחילים בחינם.</p>
|
||||||
|
<div class="hero-actions">
|
||||||
|
<a href="level-test.html" class="btn btn-primary btn-lg">בדקו את הרמה שלכם – 10 דקות</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="hero-image">
|
||||||
|
<div class="hero-photo-placeholder">
|
||||||
|
<svg viewBox="0 0 400 420" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<ellipse cx="200" cy="400" rx="120" ry="20" fill="#E8E6F3" opacity="0.5"/>
|
||||||
|
<rect x="120" y="280" width="160" height="100" rx="8" fill="#A9A4EC"/>
|
||||||
|
<rect x="130" y="290" width="140" height="70" rx="4" fill="#E8E6F3"/>
|
||||||
|
<circle cx="200" cy="180" r="80" fill="#F37327"/>
|
||||||
|
<circle cx="200" cy="160" r="50" fill="#FFE4D4"/>
|
||||||
|
<rect x="150" y="220" width="100" height="80" rx="4" fill="#FFE4D4"/>
|
||||||
|
<path d="M160 200 Q200 240 240 200" stroke="#3F4197" stroke-width="3" fill="none"/>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- University Logos -->
|
||||||
|
<div class="uni-section">
|
||||||
|
<div class="uni-header">
|
||||||
|
<span class="uni-title">המוסדות הכי נחשבים בארץ ממליצים על הקורסים שלנו עוד מאז שאנגלית הייתה חלק מהפסיכומטרי.</span>
|
||||||
|
<span class="uni-hint">לחצו על לוגו כדי לקרוא למה הם שמחים לפרגן</span>
|
||||||
|
</div>
|
||||||
|
<div class="uni-logos">
|
||||||
|
<button class="uni-logo-card" data-uni="technion" title="הטכניון">
|
||||||
|
<svg viewBox="0 0 80 40" fill="none"><text x="40" y="25" text-anchor="middle" font-size="10" fill="#666">טכניון</text></svg>
|
||||||
|
</button>
|
||||||
|
<button class="uni-logo-card" data-uni="tau" title="אוניברסיטת תל אביב">
|
||||||
|
<svg viewBox="0 0 80 40" fill="none"><text x="40" y="25" text-anchor="middle" font-size="10" fill="#666">תל אביב</text></svg>
|
||||||
|
</button>
|
||||||
|
<button class="uni-logo-card" data-uni="huji" title="האוניברסיטה העברית">
|
||||||
|
<svg viewBox="0 0 80 40" fill="none"><text x="40" y="25" text-anchor="middle" font-size="10" fill="#666">עברית</text></svg>
|
||||||
|
</button>
|
||||||
|
<button class="uni-logo-card" data-uni="bgu" title="אוניברסיטת בן גוריון">
|
||||||
|
<svg viewBox="0 0 80 40" fill="none"><text x="40" y="25" text-anchor="middle" font-size="10" fill="#666">בן גוריון</text></svg>
|
||||||
|
</button>
|
||||||
|
<button class="uni-logo-card" data-uni="biu" title="אוניברסיטת בר אילן">
|
||||||
|
<svg viewBox="0 0 80 40" fill="none"><text x="40" y="25" text-anchor="middle" font-size="10" fill="#666">בר אילן</text></svg>
|
||||||
|
</button>
|
||||||
|
<button class="uni-logo-card" data-uni="haifa" title="אוניברסיטת חיפה">
|
||||||
|
<svg viewBox="0 0 80 40" fill="none"><text x="40" y="25" text-anchor="middle" font-size="10" fill="#666">חיפה</text></svg>
|
||||||
|
</button>
|
||||||
|
<button class="uni-logo-card" data-uni="ariel" title="אוניברסיטת אריאל">
|
||||||
|
<svg viewBox="0 0 80 40" fill="none"><text x="40" y="25" text-anchor="middle" font-size="10" fill="#666">אריאל</text></svg>
|
||||||
|
</button>
|
||||||
|
<button class="uni-logo-card" data-uni="openu" title="האוניברסיטה הפתוחה">
|
||||||
|
<svg viewBox="0 0 80 40" fill="none"><text x="40" y="25" text-anchor="middle" font-size="10" fill="#666">פתוחה</text></svg>
|
||||||
|
</button>
|
||||||
|
<button class="uni-logo-card" data-uni="idc" title="הרצליה">
|
||||||
|
<svg viewBox="0 0 80 40" fill="none"><text x="40" y="25" text-anchor="middle" font-size="10" fill="#666">הרצליה</text></svg>
|
||||||
|
</button>
|
||||||
|
<button class="uni-logo-card" data-uni="colman" title="קולמן">
|
||||||
|
<svg viewBox="0 0 80 40" fill="none"><text x="40" y="25" text-anchor="middle" font-size="10" fill="#666">קולמן</text></svg>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Where Are You Section -->
|
||||||
|
<section class="where-section">
|
||||||
|
<div class="container">
|
||||||
|
<h2>מה המצב שלך באנגלית?</h2>
|
||||||
|
<p class="section-subtitle">לחצו על המשפט שהכי מתאר אתכם – ותקבלו עמוד עם תשובות ומסלול בדיוק בשבילכם.</p>
|
||||||
|
<div class="situation-cards">
|
||||||
|
<a href="soldiers.html" class="situation-card">
|
||||||
|
<span class="situation-num">01</span>
|
||||||
|
<span class="situation-title">"בדרך לתואר, רוצה לסגור את האנגלית מראש"</span>
|
||||||
|
<span class="situation-desc">להגיע עם פטור ולחסוך שנה של קורסים.</span>
|
||||||
|
<span class="situation-cta">זה אני ←</span>
|
||||||
|
</a>
|
||||||
|
<a href="improve-score.html" class="situation-card">
|
||||||
|
<span class="situation-num situation-num-green">02</span>
|
||||||
|
<span class="situation-title">"קיבלתי ציון, רוצה להעלות אותו"</span>
|
||||||
|
<span class="situation-desc">35 יום עד המבחן הבא. אפשר לנצל אותם.</span>
|
||||||
|
<span class="situation-cta">זה אני ←</span>
|
||||||
|
</a>
|
||||||
|
<a href="english-is-hard.html" class="situation-card">
|
||||||
|
<span class="situation-num situation-num-orange">03</span>
|
||||||
|
<span class="situation-title">"אנגלית תמיד הייתה סיוט בשבילי"</span>
|
||||||
|
<span class="situation-desc">כאן זה עובד אחרת. באמת. שווה לבדוק.</span>
|
||||||
|
<span class="situation-cta">זה אני ←</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Free Game Taste -->
|
||||||
|
<section class="game-section">
|
||||||
|
<div class="container">
|
||||||
|
<div class="game-card">
|
||||||
|
<div class="game-content">
|
||||||
|
<span class="game-badge">בלי הרשמה</span>
|
||||||
|
<h2>עד 90 שניות טעימה של תותח מילים – בלי הרשמה.</h2>
|
||||||
|
<p>תראו למה התלמידים שלנו לא נרדמים על אוצר מילים.</p>
|
||||||
|
<a href="free.html" class="game-link">משחקים עכשיו ←</a>
|
||||||
|
</div>
|
||||||
|
<div class="game-image">
|
||||||
|
<div class="game-placeholder">
|
||||||
|
<svg viewBox="0 0 300 180" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect width="300" height="180" rx="8" fill="#3F4197"/>
|
||||||
|
<rect x="20" y="20" width="260" height="100" rx="4" fill="#fff"/>
|
||||||
|
<text x="150" y="75" text-anchor="middle" font-size="16" fill="#3F4197" font-weight="bold">תותח מילים</text>
|
||||||
|
<rect x="100" y="140" width="100" height="24" rx="12" fill="#F37327"/>
|
||||||
|
<text x="150" y="156" text-anchor="middle" font-size="10" fill="#fff">התחל</text>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Products Section -->
|
||||||
|
<section class="products-section">
|
||||||
|
<div class="container">
|
||||||
|
<h2 class="products-title">שתי דרכים להגיע <span class="highlight-orange">ליעד</span></h2>
|
||||||
|
<div class="products-grid">
|
||||||
|
<div class="product-col">
|
||||||
|
<div class="product-name">עצמאית, עם יוזר אמירנט אישי</div>
|
||||||
|
<p class="product-desc">לומדים לבד, בקצב שלכם. סימולציות, שיעורים מוקלטים, משחקים, מילון לפי רמה.</p>
|
||||||
|
<div class="product-price">עד 600 ₪</div>
|
||||||
|
<div class="product-actions">
|
||||||
|
<a href="user.html" class="btn btn-dark">לרכישה</a>
|
||||||
|
<a href="user.html" class="product-link">פרטים ←</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="products-divider"></div>
|
||||||
|
<div class="product-col">
|
||||||
|
<div class="product-name">ביחד, בכיתה אונליין / פרונטלית</div>
|
||||||
|
<p class="product-desc">מדריך בזמן אמת, קבוצה קטנה, מישהו שאכפת לו אם הגעתם.</p>
|
||||||
|
<div class="product-price">מ-1,500 ₪</div>
|
||||||
|
<div class="product-actions">
|
||||||
|
<a href="course.html" class="btn btn-primary">שיחת ייעוץ</a>
|
||||||
|
<a href="course.html" class="product-link">פרטים ←</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<p class="products-note">לא בטוחים? <a href="compare.html">איזה מתאים לי</a> או פשוט תכתבו לנו <a href="#contact">בוואטסאפ</a>.</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Method Section -->
|
||||||
|
<section class="method-section">
|
||||||
|
<div class="container">
|
||||||
|
<h2>איפה האתגרים ואיך מתגברים עליהם</h2>
|
||||||
|
<div class="challenges-grid">
|
||||||
|
<div class="challenge-item">
|
||||||
|
<div class="challenge-bullet">
|
||||||
|
<svg viewBox="0 0 14 14" fill="none"><path d="M5 7L7 9L12 4" stroke="#F37327" stroke-width="2" stroke-linecap="round"/></svg>
|
||||||
|
</div>
|
||||||
|
<div class="challenge-content">
|
||||||
|
<div class="challenge-title">אוצר מילים לא נכנס לראש</div>
|
||||||
|
<p>משחקים ממכרים ומילונים לפי רמות.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="challenge-item">
|
||||||
|
<div class="challenge-bullet">
|
||||||
|
<svg viewBox="0 0 14 14" fill="none"><path d="M5 7L7 9L12 4" stroke="#F37327" stroke-width="2" stroke-linecap="round"/></svg>
|
||||||
|
</div>
|
||||||
|
<div class="challenge-content">
|
||||||
|
<div class="challenge-title">לא מבינים את סוגי השאלות</div>
|
||||||
|
<p>שיעורים ממוקדים, תרגולים ו-VOD.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="challenge-item">
|
||||||
|
<div class="challenge-bullet">
|
||||||
|
<svg viewBox="0 0 14 14" fill="none"><path d="M5 7L7 9L12 4" stroke="#F37327" stroke-width="2" stroke-linecap="round"/></svg>
|
||||||
|
</div>
|
||||||
|
<div class="challenge-content">
|
||||||
|
<div class="challenge-title">קשה להתמיד לבד</div>
|
||||||
|
<p>מדריך בזמן אמת + ליווי + תוכנית לימוד מסודרת.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="challenge-item">
|
||||||
|
<div class="challenge-bullet">
|
||||||
|
<svg viewBox="0 0 14 14" fill="none"><path d="M5 7L7 9L12 4" stroke="#F37327" stroke-width="2" stroke-linecap="round"/></svg>
|
||||||
|
</div>
|
||||||
|
<div class="challenge-content">
|
||||||
|
<div class="challenge-title challenge-title-orange">אנגלית מלחיצה אתכם מגיל 12</div>
|
||||||
|
<p>שיטה חווייתית שמורידה את הרתיעה.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="challenge-item">
|
||||||
|
<div class="challenge-bullet">
|
||||||
|
<svg viewBox="0 0 14 14" fill="none"><path d="M5 7L7 9L12 4" stroke="#F37327" stroke-width="2" stroke-linecap="round"/></svg>
|
||||||
|
</div>
|
||||||
|
<div class="challenge-content">
|
||||||
|
<div class="challenge-title">לקות למידה / הזמן הורג אתכם</div>
|
||||||
|
<p>ניסיון של שנים עם התאמות.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="method-quote">
|
||||||
|
<p>רוב הקורסים מלמדים את המבחן. אנחנו מלמדים גם את האדם שנבחן. 28 שנים של עבודה עם חיילים, סטודנטים, לקויי למידה ומי שפשוט התייאש – לימדו אותנו שהמפתח הוא לא עוד תרגול, אלא ללמוד בלי לחץ, בשיטה חווייתית שגורמת לך לרצות לחזור.</p>
|
||||||
|
<a href="about.html">איך השיטה עובדת ←</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Stories Section -->
|
||||||
|
<section class="stories-section">
|
||||||
|
<div class="container">
|
||||||
|
<h2>בוגרים משתפים</h2>
|
||||||
|
<div class="stories-grid">
|
||||||
|
<div class="story-card">
|
||||||
|
<span class="story-quote" aria-hidden="true">"</span>
|
||||||
|
<div class="story-name">ירדן, אחרי צבא</div>
|
||||||
|
<div class="story-score">מ-92 ל-136 ב-7 שבועות</div>
|
||||||
|
<p>הייתי בטוחה שאנגלית זה לא בשבילי. המשחקים גרמו לי לחזור כל יום בלי להרגיש שאני לומדת.</p>
|
||||||
|
</div>
|
||||||
|
<div class="story-card">
|
||||||
|
<span class="story-quote" aria-hidden="true">"</span>
|
||||||
|
<div class="story-name">עומר, סטודנט בטכניון</div>
|
||||||
|
<div class="story-score">134 לפטור מלא</div>
|
||||||
|
<p>סגרתי את הפטור לפני שהתואר התחיל. המדריך ידע בדיוק איפה אני נתקע בכל פרק.</p>
|
||||||
|
</div>
|
||||||
|
<div class="story-card">
|
||||||
|
<span class="story-quote" aria-hidden="true">"</span>
|
||||||
|
<div class="story-name">נועה, לקות למידה</div>
|
||||||
|
<div class="story-score">פטור אחרי 3 ניסיונות לבד</div>
|
||||||
|
<p>אחרי שנים של תסכול, מישהו סוף סוף התאים לי את הדרך במקום לדחוף עוד תרגולים.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="stories-footer">
|
||||||
|
<span>מומלץ ע"י הטכניון · אונ' תל אביב · העברית · בן גוריון · בר אילן · חיפה · אריאל</span>
|
||||||
|
<a href="story-itay.html">כל הסיפורים ←</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Mentors Section -->
|
||||||
|
<section class="mentors-section">
|
||||||
|
<div class="container">
|
||||||
|
<div class="mentors-grid">
|
||||||
|
<div class="mentors-content">
|
||||||
|
<h2>המדריכים שלנו</h2>
|
||||||
|
<p>אנשים אמיתיים שמלמדים בזמן אמת, עונים בוואטסאפ, ויודעים בדיוק מתי לעצור ולהסביר שוב. רובם עברו את הדרך הזאת בעצמם.</p>
|
||||||
|
<a href="about.html">להכיר את כולם ←</a>
|
||||||
|
</div>
|
||||||
|
<div class="mentors-avatars">
|
||||||
|
<div class="mentor-avatar">
|
||||||
|
<div class="avatar avatar-lavender">
|
||||||
|
<svg viewBox="0 0 132 132" fill="none"><circle cx="66" cy="66" r="63" fill="#E8E6F3"/><circle cx="66" cy="50" r="25" fill="#A9A4EC"/><ellipse cx="66" cy="110" rx="40" ry="30" fill="#A9A4EC"/></svg>
|
||||||
|
</div>
|
||||||
|
<div class="mentor-info">
|
||||||
|
<div class="mentor-name">נעה</div>
|
||||||
|
<div class="mentor-role">אנגלית לאמירנט · 12 שנים</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="mentor-avatar">
|
||||||
|
<div class="avatar avatar-orange">
|
||||||
|
<svg viewBox="0 0 132 132" fill="none"><circle cx="66" cy="66" r="63" fill="#FFE4D4"/><circle cx="66" cy="50" r="25" fill="#F37327"/><ellipse cx="66" cy="110" rx="40" ry="30" fill="#F37327"/></svg>
|
||||||
|
</div>
|
||||||
|
<div class="mentor-info">
|
||||||
|
<div class="mentor-name">אלון</div>
|
||||||
|
<div class="mentor-role">מוביל הקורס האונליין</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="mentor-avatar">
|
||||||
|
<div class="avatar avatar-lavender">
|
||||||
|
<svg viewBox="0 0 132 132" fill="none"><circle cx="66" cy="66" r="63" fill="#E8E6F3"/><circle cx="66" cy="50" r="25" fill="#A9A4EC"/><ellipse cx="66" cy="110" rx="40" ry="30" fill="#A9A4EC"/></svg>
|
||||||
|
</div>
|
||||||
|
<div class="mentor-info">
|
||||||
|
<div class="mentor-name">יובל</div>
|
||||||
|
<div class="mentor-role">מתמחה בלקויות למידה</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Amirnet Guide Section -->
|
||||||
|
<section class="guide-section">
|
||||||
|
<div class="container">
|
||||||
|
<h2>מדריך אמירנט</h2>
|
||||||
|
<div class="guide-links">
|
||||||
|
<a href="amirnet.html" class="guide-link">מה זה אמירנט<span>←</span></a>
|
||||||
|
<a href="amirnet.html" class="guide-link">כמה צריך לפטור<span>←</span></a>
|
||||||
|
<a href="amirnet.html" class="guide-link">מבנה הבחינה<span>←</span></a>
|
||||||
|
<a href="amirnet.html" class="guide-link">הרשמה ומועדים<span>←</span></a>
|
||||||
|
<a href="amirnet.html" class="guide-link">אמיר"ם מול אמירנט<span>←</span></a>
|
||||||
|
<a href="amirnet.html" class="guide-link">מבחן לדוגמה<span>←</span></a>
|
||||||
|
</div>
|
||||||
|
<a href="amirnet.html" class="section-link">למדריך המלא ←</a>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Learn English Section -->
|
||||||
|
<section class="learn-section">
|
||||||
|
<div class="container">
|
||||||
|
<h2>ללמוד אנגלית, בכיף</h2>
|
||||||
|
<div class="videos-grid">
|
||||||
|
<a href="vocabulary.html" class="video-card">
|
||||||
|
<div class="video-thumb">
|
||||||
|
<div class="video-placeholder">
|
||||||
|
<svg viewBox="0 0 280 175" fill="none"><rect width="280" height="175" rx="8" fill="#E8E6F3"/><circle cx="140" cy="87" r="26" fill="#F37327"/><path d="M133 77L153 87L133 97V77Z" fill="#fff"/></svg>
|
||||||
|
</div>
|
||||||
|
<span class="play-btn"><i class="ph-fill ph-play"></i></span>
|
||||||
|
</div>
|
||||||
|
<div class="video-title">איך משננים אוצר מילים באמת</div>
|
||||||
|
</a>
|
||||||
|
<a href="learn.html" class="video-card">
|
||||||
|
<div class="video-thumb">
|
||||||
|
<div class="video-placeholder">
|
||||||
|
<svg viewBox="0 0 280 175" fill="none"><rect width="280" height="175" rx="8" fill="#E8E6F3"/><circle cx="140" cy="87" r="26" fill="#F37327"/><path d="M133 77L153 87L133 97V77Z" fill="#fff"/></svg>
|
||||||
|
</div>
|
||||||
|
<span class="play-btn"><i class="ph-fill ph-play"></i></span>
|
||||||
|
</div>
|
||||||
|
<div class="video-title">ללמוד אנגלית מסרטים וסדרות</div>
|
||||||
|
</a>
|
||||||
|
<a href="learn.html" class="video-card">
|
||||||
|
<div class="video-thumb">
|
||||||
|
<div class="video-placeholder">
|
||||||
|
<svg viewBox="0 0 280 175" fill="none"><rect width="280" height="175" rx="8" fill="#E8E6F3"/><circle cx="140" cy="87" r="26" fill="#F37327"/><path d="M133 77L153 87L133 97V77Z" fill="#fff"/></svg>
|
||||||
|
</div>
|
||||||
|
<span class="play-btn"><i class="ph-fill ph-play"></i></span>
|
||||||
|
</div>
|
||||||
|
<div class="video-title">טיקטוק ורילס כמורה לאנגלית</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<a href="learn.html" class="section-link">לכל הטיפים ←</a>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- About Section -->
|
||||||
|
<section class="about-section">
|
||||||
|
<div class="container">
|
||||||
|
<div class="about-strip">
|
||||||
|
<div class="about-image">
|
||||||
|
<svg viewBox="0 0 120 180" fill="none"><ellipse cx="60" cy="170" rx="50" ry="10" fill="#E8E6F3" opacity="0.5"/><rect x="30" y="100" width="60" height="80" rx="4" fill="#A9A4EC"/><circle cx="60" cy="60" r="40" fill="#F37327"/><circle cx="60" cy="50" r="25" fill="#FFE4D4"/></svg>
|
||||||
|
</div>
|
||||||
|
<div class="about-content">
|
||||||
|
<h2>מ-1998, מהטכניון ועד בן גוריון</h2>
|
||||||
|
<p>התחלנו כשהאנגלית עוד הייתה חלק מהפסיכומטרי, והקורסים שלנו הומלצו ע"י האוניברסיטאות המובילות. היום אנחנו עושים את אותו הדבר לאמירנט.</p>
|
||||||
|
</div>
|
||||||
|
<a href="about.html" class="about-link">הסיפור שלנו ←</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Contact Section -->
|
||||||
|
<section id="contact" class="contact-section">
|
||||||
|
<div class="container">
|
||||||
|
<div class="contact-grid">
|
||||||
|
<div class="contact-form-wrap">
|
||||||
|
<h2>אני רוצה להתקדם באנגלית</h2>
|
||||||
|
<form class="contact-form" id="leadForm">
|
||||||
|
<input type="text" name="name" placeholder="שם" required>
|
||||||
|
<input type="tel" name="phone" placeholder="טלפון" dir="ltr" required>
|
||||||
|
<button type="submit" class="btn btn-primary btn-lg">דברו איתי</button>
|
||||||
|
<label class="consent-label">
|
||||||
|
<span class="checkbox-mark"><i class="ph-bold ph-check"></i></span>
|
||||||
|
<span>אני מאשר/ת פנייה חוזרת ושמירת הפרטים לצורך כך בלבד, בהתאם ל<a href="privacy.html">מדיניות הפרטיות</a>.</span>
|
||||||
|
</label>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
<div class="contact-info">
|
||||||
|
<div class="contact-item">
|
||||||
|
<i class="ph ph-phone"></i>
|
||||||
|
<span dir="ltr">1-700-70-70-07</span>
|
||||||
|
</div>
|
||||||
|
<div class="contact-item contact-item-whatsapp">
|
||||||
|
<i class="ph ph-whatsapp-logo"></i>
|
||||||
|
<span>וואטסאפ</span>
|
||||||
|
</div>
|
||||||
|
<div class="contact-item">
|
||||||
|
<i class="ph ph-clock"></i>
|
||||||
|
<span>ימים א'–ה' 9:00–19:00, ו' 9:00–13:00</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- University Modal -->
|
||||||
|
<div class="modal-overlay" id="uniModal">
|
||||||
|
<div class="modal-content">
|
||||||
|
<button class="modal-close" aria-label="סגירה"><i class="ph ph-x"></i></button>
|
||||||
|
<span class="modal-label">למה הם שמחים לפרגן</span>
|
||||||
|
<h3 class="modal-title" id="modalTitle">הטכניון</h3>
|
||||||
|
<div class="modal-body" id="modalBody">
|
||||||
|
<div class="letter-placeholder">
|
||||||
|
<svg viewBox="0 0 600 800" fill="none"><rect width="600" height="800" fill="#f5f5f5"/><rect x="50" y="50" width="500" height="60" rx="4" fill="#e0e0e0"/><rect x="50" y="140" width="500" height="20" rx="4" fill="#e0e0e0"/><rect x="50" y="180" width="400" height="20" rx="4" fill="#e0e0e0"/><rect x="50" y="220" width="450" height="20" rx="4" fill="#e0e0e0"/><rect x="50" y="260" width="480" height="20" rx="4" fill="#e0e0e0"/><rect x="50" y="300" width="420" height="20" rx="4" fill="#e0e0e0"/><text x="300" y="450" text-anchor="middle" font-size="24" fill="#999">מכתב המלצה</text></svg>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer class="site-footer">
|
||||||
|
<div class="container">
|
||||||
|
<div class="footer-grid">
|
||||||
|
<div class="footer-brand">
|
||||||
|
<div class="logo-mark">
|
||||||
|
<svg viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect width="58" height="58" rx="13" fill="#F37327"/>
|
||||||
|
<text x="29" y="38" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="26" fill="white">ez</text>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<span class="footer-tagline">פשוט תצליחו.</span>
|
||||||
|
</div>
|
||||||
|
<div class="footer-col">
|
||||||
|
<span class="footer-col-title">אמירנט</span>
|
||||||
|
<a href="amirnet.html">המדריך המלא</a>
|
||||||
|
<a href="amirnet.html">ציונים ורמות</a>
|
||||||
|
<a href="amirnet.html">הרשמה ומועדים</a>
|
||||||
|
</div>
|
||||||
|
<div class="footer-col">
|
||||||
|
<span class="footer-col-title">התנסות אמירנט בחינם</span>
|
||||||
|
<a href="free.html">מבחן רמה</a>
|
||||||
|
<a href="free.html">תותח מילים</a>
|
||||||
|
<a href="free.html">מחשבון פטור</a>
|
||||||
|
</div>
|
||||||
|
<div class="footer-col">
|
||||||
|
<span class="footer-col-title">הקורסים</span>
|
||||||
|
<a href="course.html">קורס אמירנט אונליין</a>
|
||||||
|
<a href="user.html">יוזר אמירנט</a>
|
||||||
|
<a href="contact.html">למוסדות</a>
|
||||||
|
</div>
|
||||||
|
<div class="footer-col">
|
||||||
|
<span class="footer-col-title">eazy</span>
|
||||||
|
<a href="about.html">עלינו</a>
|
||||||
|
<a href="about.html">המדריכים</a>
|
||||||
|
<a href="#contact">יצירת קשר</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-divider"></div>
|
||||||
|
<div class="footer-bottom">
|
||||||
|
<div class="footer-contact">
|
||||||
|
<i class="ph ph-whatsapp-logo"></i>
|
||||||
|
<span>דברו איתנו</span>
|
||||||
|
<span class="footer-sep">|</span>
|
||||||
|
<span dir="ltr">1-700-70-70-07</span>
|
||||||
|
</div>
|
||||||
|
<div class="footer-social">
|
||||||
|
<i class="ph ph-youtube-logo"></i>
|
||||||
|
<i class="ph ph-facebook-logo"></i>
|
||||||
|
<i class="ph ph-instagram-logo"></i>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-legal">
|
||||||
|
<span>© eazy English 2024</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Mobile Action Bar -->
|
||||||
|
<div class="mobile-action-bar">
|
||||||
|
<a href="tel:1700707007" class="action-btn">
|
||||||
|
<i class="ph ph-phone"></i>
|
||||||
|
<span>חייגו</span>
|
||||||
|
</a>
|
||||||
|
<a href="#contact" class="action-btn action-btn-primary">
|
||||||
|
<i class="ph ph-whatsapp-logo"></i>
|
||||||
|
<span>וואטסאפ</span>
|
||||||
|
</a>
|
||||||
|
<a href="level-test.html" class="action-btn">
|
||||||
|
<i class="ph ph-exam"></i>
|
||||||
|
<span>מבחן רמה</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script src="script.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user