diff --git a/AI-DEPLOY-PROMPT.md b/AI-DEPLOY-PROMPT.md new file mode 100644 index 0000000..95c0d21 --- /dev/null +++ b/AI-DEPLOY-PROMPT.md @@ -0,0 +1,23 @@ +# DEPLOY THIS SITE AS-IS — DO NOT REDESIGN + +## What this is +A complete, finished, production-ready STATIC website (19 HTML pages, Hebrew RTL) for "eazy English" — Amirnet English exam prep. It requires NO build step, NO framework, NO server-side code. + +## Your only job +Host these files exactly as they are. Nothing else. + +## Hard rules +1. DO NOT regenerate, redesign, rewrite, "improve", or re-style any page. The design is final and approved. +2. DO NOT replace any image, font, or asset. All images (including scanned recommendation letters in `assets/letters/`, institution logos in `assets/logos/`, and photos) must be served byte-identical from this package. +3. DO NOT touch `support.js`, `assets/vendor/react.min.js`, `assets/vendor/react-dom.min.js`, `assets/mobile-chrome.js`, `assets/responsive.css`, or anything under `_ds/` — the pages depend on them at runtime. +4. DO NOT rename any file. Internal links reference these exact names (`index.html`, `user.html`, `course.html`, `compare.html`, `amirnet.html`, `technion.html`, `free.html`, `level-test.html`, `learn.html`, `vocabulary.html`, `soldiers.html`, `improve-score.html`, `english-is-hard.html`, `about.html`, `story-itay.html`, `contact.html`, `thank-you.html`, `404.html`, `privacy.html`). +5. Keep the directory structure intact: `assets/`, `assets/vendor/`, `assets/letters/`, `assets/logos/`, `_ds/` (including `_ds/**/fonts/*.woff` and `*.otf` font files — serve as binary). +6. Serve `index.html` as the site root. Map 404s to `404.html` if the host supports it. +7. Serve with UTF-8 encoding and correct MIME types (`.js` → application/javascript, `.css` → text/css, `.woff` → font/woff, `.otf` → font/otf, `.jpg/.png` → images). +8. The site is client-side rendered from templates in the HTML: on first load each page hydrates itself via `support.js`. Seeing `` tags or `{{ ... }}` in the source is EXPECTED and CORRECT — do not "fix" them. + +## Acceptance test (verify after deploy) +- Open `/index.html`: full homepage renders (orange eazy logo, hero with photo, track cards). No raw `{{ }}` visible. +- Click an institution logo (e.g. בר אילן): a popup shows a scanned letter image. +- Open `/level-test.html`, click "מתחילים": question 1 of 12 appears; answering advances to question 2. +- Open on a phone (or narrow window ≤820px): hamburger menu opens/closes, bottom action bar shows, compare page (`/compare.html`) shows stacked cards instead of a table. diff --git a/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/_adherence.oxlintrc.json b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/_adherence.oxlintrc.json new file mode 100644 index 0000000..7be4528 --- /dev/null +++ b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/_adherence.oxlintrc.json @@ -0,0 +1,219 @@ +{ + "plugins": [ + "react", + "import" + ], + "rules": { + "react/forbid-elements": [ + "warn", + { + "forbid": [] + } + ], + "no-restricted-imports": [ + "warn", + { + "patterns": [ + { + "group": [ + "components/EzButton/**", + "eazy-landing/**", + "exports/eazy-math-diagnostic/**", + "flashcards/**", + "quiz-game-export/**", + "quiz-game-server/**", + "quiz-game/**", + "quiz-game/dist/**", + "quiz/**", + "role-game/**", + "tetri-psychometry-export/**", + "tetri-psychometry/**", + "tetri-vocab/**", + "ui_kits/flyer/**", + "ui_kits/web/**", + "word-game/**", + "workshop-followup/**", + "workshop-followup/מקור-לעריכה/**" + ], + "message": "Import design-system components from 'index.js', not component internals." + } + ] + } + ], + "no-restricted-syntax": [ + "warn", + { + "selector": "Literal[value=/#[0-9a-fA-F]{3,8}\\b/]", + "message": "Raw hex color — use a design-system color token via var()." + }, + { + "selector": "Literal[value=/\\b\\d+px\\b/]", + "message": "Raw px value — use a design-system spacing token via var()." + }, + { + "selector": "Literal[value=/font-family\\s*:\\s*(?!['\\\"]?(?:Avigul|Avigul Shadow|Almoni Neue Tzar|FbTamlilCondensed|Geomanist))/i]", + "message": "Font not provided by the design system. Available: Avigul, Avigul Shadow, Almoni Neue Tzar, FbTamlilCondensed, Geomanist." + }, + { + "selector": "JSXOpeningElement[name.name='EzButton'] > JSXAttribute > JSXIdentifier[name!=/^(?:children|variant|type|disabled|onClick|key|ref|className|style|children)$/]", + "message": " doesn't accept that prop. Declared props: children, variant, type, disabled, onClick." + }, + { + "selector": "JSXOpeningElement[name.name='EzButton'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:primary|secondary|ghost|link)$/]", + "message": " variant must be one of 'primary' | 'secondary' | 'ghost' | 'link'." + }, + { + "selector": "JSXOpeningElement[name.name='EzButton'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:button|submit|reset)$/]", + "message": " type must be one of 'button' | 'submit' | 'reset'." + } + ] + }, + "overrides": [ + { + "files": [ + "**/index.js" + ], + "rules": { + "no-restricted-imports": "off" + } + } + ], + "x-omelette": { + "components": { + "EzButton": { + "replaces": [] + } + }, + "tokens": [ + "--ez-bg-1", + "--ez-bg-2", + "--ez-bg-3", + "--ez-bg-accent", + "--ez-bg-cta", + "--ez-danger", + "--ez-fg-1", + "--ez-fg-2", + "--ez-fg-3", + "--ez-fg-on-lavender", + "--ez-fg-on-orange", + "--ez-indigo", + "--ez-indigo-deep", + "--ez-ink", + "--ez-ink-mute", + "--ez-ink-soft", + "--ez-lavender", + "--ez-lavender-deep", + "--ez-lavender-soft", + "--ez-lavender-tint", + "--ez-line", + "--ez-link", + "--ez-link-hover", + "--ez-orange", + "--ez-orange-deep", + "--ez-orange-soft", + "--ez-orange-tint", + "--ez-paper", + "--ez-paper-cool", + "--ez-paper-warm", + "--ez-success", + "--ez-warning", + "--font-body", + "--font-display", + "--font-en-disp", + "--font-mono", + "--font-shadow", + "--leading-base", + "--leading-loose", + "--leading-snug", + "--leading-tight", + "--r-1", + "--r-2", + "--r-3", + "--r-4", + "--r-pill", + "--shadow-1", + "--shadow-2", + "--shadow-3", + "--sp-1", + "--sp-10", + "--sp-11", + "--sp-2", + "--sp-3", + "--sp-4", + "--sp-5", + "--sp-6", + "--sp-7", + "--sp-8", + "--sp-9" + ], + "tokenKinds": { + "--ez-orange": "color", + "--ez-orange-deep": "color", + "--ez-orange-soft": "color", + "--ez-orange-tint": "color", + "--ez-lavender": "color", + "--ez-lavender-deep": "color", + "--ez-lavender-soft": "color", + "--ez-lavender-tint": "color", + "--ez-indigo": "color", + "--ez-indigo-deep": "color", + "--ez-paper": "color", + "--ez-paper-warm": "color", + "--ez-paper-cool": "color", + "--ez-line": "color", + "--ez-ink": "color", + "--ez-ink-soft": "color", + "--ez-ink-mute": "color", + "--ez-fg-1": "color", + "--ez-fg-2": "color", + "--ez-fg-3": "color", + "--ez-fg-on-orange": "color", + "--ez-fg-on-lavender": "color", + "--ez-bg-1": "color", + "--ez-bg-2": "color", + "--ez-bg-3": "color", + "--ez-bg-accent": "color", + "--ez-bg-cta": "color", + "--ez-link": "color", + "--ez-link-hover": "color", + "--ez-success": "color", + "--ez-warning": "color", + "--ez-danger": "color", + "--sp-1": "spacing", + "--sp-2": "spacing", + "--sp-3": "spacing", + "--sp-4": "spacing", + "--sp-5": "spacing", + "--sp-6": "spacing", + "--sp-7": "spacing", + "--sp-8": "spacing", + "--sp-9": "spacing", + "--sp-10": "spacing", + "--sp-11": "spacing", + "--r-1": "spacing", + "--r-2": "spacing", + "--r-3": "spacing", + "--r-4": "spacing", + "--r-pill": "spacing", + "--shadow-1": "shadow", + "--shadow-2": "shadow", + "--shadow-3": "shadow", + "--font-display": "font", + "--font-body": "font", + "--font-mono": "font", + "--font-shadow": "shadow", + "--font-en-disp": "font", + "--leading-tight": "font", + "--leading-snug": "font", + "--leading-base": "font", + "--leading-loose": "font" + }, + "fontFamilies": [ + "Almoni Neue Tzar", + "Avigul", + "Avigul Shadow", + "FbTamlilCondensed", + "Geomanist" + ] + } +} \ No newline at end of file diff --git a/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/_ds_manifest.json b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/_ds_manifest.json new file mode 100644 index 0000000..4e04f71 --- /dev/null +++ b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/_ds_manifest.json @@ -0,0 +1 @@ +{"namespace":"EazyDesignSystem_019e08","components":[{"name":"EzButton","sourcePath":"components/EzButton/EzButton.jsx"}],"startingPoints":[],"cards":[{"path":"preview/bg-zoom.html","group":"Brand","subtitle":"Zoom-cropped 'E' mark as a watermark backdrop — 4 surface treatments","name":"Brand background · zoomed E"},{"path":"preview/brand-shapes.html","group":"Brand","viewport":"700x420","subtitle":"Bullets, dot cluster, Z motif, marks","name":"Brand shapes"},{"path":"preview/icon-language.html","group":"Brand","subtitle":"Solid two-tone (lavender + orange), flat, rounded corners","name":"Icon language"},{"path":"preview/logo-lockup.html","group":"Brand","viewport":"700x260","subtitle":"E mark + wordmark on paper / orange / lavender / ink","name":"Logo lockup"},{"path":"quiz-game/footer-sketches.html","group":"Brand","subtitle":"10 וריאציות לפוטר ולוגו","name":"משחק מילים — סקיצות לוגו ופוטר"},{"path":"quiz-game/index.standalone.html","group":"Brand","name":"Vocabulary game · MCQ shooter"},{"path":"quiz-game/intro-sketches.html","group":"Brand","subtitle":"5 כיוונים למסך פתיחה","name":"משחק מילים — סקיצות מסך פתיחה"},{"path":"quiz-game/rocket-sketches.html","group":"Brand","subtitle":"8 כיוונים לעיצוב הטיל/תשובה","name":"משחק מילים — סקיצות טילים"},{"path":"quiz/mobile.html","group":"Brand","subtitle":"3× iPhone 15 frames — start, mid-quiz, duel","name":"Vocabulary Quiz · Mobile"},{"path":"role-game/end-screen-sketches.html","group":"Brand","subtitle":"3 desktop variations: HUD with 'איפה טעיתי' button, side-by-side strong/weak zones, less scrolling","name":"End Screen Sketches"},{"path":"role-game/levelup-sketches.html","group":"Brand","subtitle":"6 concepts for big-deal level-up transitions + stage mapping","name":"levelup-sketches"},{"path":"role-game/mountain-bar-sketches.html","group":"Brand","subtitle":"4 desktop variations: doubled mountain bar with integrated action buttons on the right edge","name":"Tall Mountain Bar Sketches"},{"path":"role-game/progress-footer-sketches.html","group":"Brand","subtitle":"4 כיווני עיצוב לבר-התקדמות + לחצנים בפוטר","name":"progress-footer-sketches"},{"path":"role-game/question-space-sketches.html","group":"Brand","subtitle":"4 desktop layout variations giving more room to the question card","name":"Question Space Sketches"},{"path":"scraps/end-preview.html","group":"Brand","name":"Vocabulary game · iPhone preview"},{"path":"preview/colors-lavender.html","group":"Colors","viewport":"700x140","subtitle":"Lavender Z-block + indigo headline accent","name":"Colors · Lavender & Indigo"},{"path":"preview/colors-neutrals.html","group":"Colors","viewport":"700x140","subtitle":"Paper warm/cool, ink, ink-soft","name":"Colors · Neutrals"},{"path":"preview/colors-orange.html","group":"Colors","viewport":"700x140","subtitle":"Primary accent — CTAs, the E mark, the brand period","name":"Colors · Orange"},{"path":"components/EzButton/EzButton.html","group":"Components","viewport":"700x120","subtitle":"Brand button component — primary, secondary, ghost, link","name":"EzButton"},{"path":"flashcards/index.html","group":"Components","viewport":"760x900","subtitle":"Responsive flip/swipe/minimal cards · audio · association reveal · review-unknown flow","name":"Vocabulary flashcards"},{"path":"flashcards/mobile.html","group":"Components","viewport":"1100x1100","subtitle":"iPhone 15 frame — תצוגת הכרטיסיות במובייל","name":"Vocabulary flashcards · mobile"},{"path":"preview/badges.html","group":"Components","viewport":"700x110","subtitle":"Status, audience, course-tag, semantic","name":"Badges & pills"},{"path":"preview/bullets.html","group":"Components","viewport":"700x250","subtitle":"Chevron + target dart — only bullets the brand uses","name":"List bullets"},{"path":"preview/buttons.html","group":"Components","viewport":"700x110","subtitle":"Primary orange, secondary lavender, ghost, link","name":"Buttons"},{"path":"preview/cards.html","group":"Components","viewport":"700x230","subtitle":"Course / event card with eyebrow + meta row","name":"Cards"},{"path":"preview/forms.html","group":"Components","viewport":"700x260","subtitle":"Input, select, checkbox — orange focus ring","name":"Form fields"},{"path":"quiz/index.html","group":"Components","viewport":"760x900","subtitle":"מבחן אמריקאי עם 4 אפשרויות · מצב תרגול או דו-קרב חבר עם לינק","name":"Vocabulary quiz · MCQ + duel"},{"path":"preview/radii.html","group":"Spacing","viewport":"700x160","subtitle":"r-1 (4) → pill (999)","name":"Radii"},{"path":"preview/shadows.html","group":"Spacing","viewport":"700x150","subtitle":"Three elevation tiers — light, default, hover","name":"Shadows"},{"path":"preview/spacing.html","group":"Spacing","viewport":"700x150","subtitle":"4-based — sp-1 … sp-11","name":"Spacing scale"},{"path":"preview/type-families.html","group":"Type","viewport":"700x380","subtitle":"Avigul · Almoni · Avigul Shadow · FbTamlil · Geomanist","name":"Type · Families"},{"path":"preview/type-specimen.html","group":"Type","viewport":"700x340","subtitle":"H1 lavender / H2 ink / tagline orange / body","name":"Type · Specimen"},{"path":"ui_kits/flyer/index.html","group":"UI Kit — Flyer","viewport":"1500x700","subtitle":"Three flyer variants: headline+photo, FAQ portrait, event invite","name":"Flyer UI kit · social"},{"path":"ui_kits/web/index.html","group":"UI Kit — Web","viewport":"1280x1700","subtitle":"Hero → courses → includes → banner → footer + lead-form modal","name":"Web UI kit · ezway.co.il"}],"templates":[],"hasThumbnailHtml":false,"globalCssPaths":["colors_and_type.css","styles.css"],"tokens":[{"name":"--ez-orange","value":"#F37327","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-orange-deep","value":"#D55A12","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-orange-soft","value":"#FBD9C2","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-orange-tint","value":"#FFF1E7","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-lavender","value":"#A9A4EC","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-lavender-deep","value":"#6E68C9","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-lavender-soft","value":"#D9D6F4","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-lavender-tint","value":"#EFEDFB","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-indigo","value":"#3F4197","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-indigo-deep","value":"#292B6E","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-paper","value":"#FFFFFF","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-paper-warm","value":"#F4F2EE","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-paper-cool","value":"#EFEFF2","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-line","value":"#E2E2E6","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-ink","value":"#1A1A1A","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-ink-soft","value":"#4A4A4A","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-ink-mute","value":"#8A8A8A","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-fg-1","value":"var(--ez-ink)","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-fg-2","value":"var(--ez-ink-soft)","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-fg-3","value":"var(--ez-ink-mute)","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-fg-on-orange","value":"#FFFFFF","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-fg-on-lavender","value":"#1A1A1A","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-bg-1","value":"var(--ez-paper)","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-bg-2","value":"var(--ez-paper-warm)","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-bg-3","value":"var(--ez-paper-cool)","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-bg-accent","value":"var(--ez-lavender)","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-bg-cta","value":"var(--ez-orange)","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-link","value":"var(--ez-lavender-deep)","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-link-hover","value":"var(--ez-orange-deep)","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-success","value":"#2F8F5C","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-warning","value":"#E0A21A","kind":"color","definedIn":"colors_and_type.css"},{"name":"--ez-danger","value":"#C8362A","kind":"color","definedIn":"colors_and_type.css"},{"name":"--sp-1","value":"4px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--sp-2","value":"8px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--sp-3","value":"12px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--sp-4","value":"16px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--sp-5","value":"20px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--sp-6","value":"24px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--sp-7","value":"32px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--sp-8","value":"40px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--sp-9","value":"56px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--sp-10","value":"72px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--sp-11","value":"96px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--r-1","value":"4px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--r-2","value":"8px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--r-3","value":"12px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--r-4","value":"20px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--r-pill","value":"999px","kind":"spacing","definedIn":"colors_and_type.css"},{"name":"--shadow-1","value":"0 1px 2px rgba(20, 20, 35, 0.06)","kind":"shadow","definedIn":"colors_and_type.css"},{"name":"--shadow-2","value":"0 6px 20px rgba(40, 30, 80, 0.08)","kind":"shadow","definedIn":"colors_and_type.css"},{"name":"--shadow-3","value":"0 18px 48px rgba(40, 30, 80, 0.14)","kind":"shadow","definedIn":"colors_and_type.css"},{"name":"--font-display","value":"\"Avigul\", \"Almoni Neue Tzar\", \"Heebo\", \"Assistant\", system-ui, sans-serif","kind":"font","definedIn":"colors_and_type.css"},{"name":"--font-body","value":"\"Almoni Neue Tzar\", \"Avigul\", \"Heebo\", \"Assistant\", system-ui, sans-serif","kind":"font","definedIn":"colors_and_type.css"},{"name":"--font-mono","value":"\"Geomanist\", ui-monospace, \"SF Mono\", Menlo, monospace","kind":"font","definedIn":"colors_and_type.css"},{"name":"--font-shadow","value":"\"Avigul Shadow\", \"Avigul\", sans-serif","kind":"shadow","definedIn":"colors_and_type.css"},{"name":"--font-en-disp","value":"\"FbTamlilCondensed\", \"Avigul\", sans-serif","kind":"font","definedIn":"colors_and_type.css"},{"name":"--leading-tight","value":"1.05","kind":"font","definedIn":"colors_and_type.css"},{"name":"--leading-snug","value":"1.2","kind":"font","definedIn":"colors_and_type.css"},{"name":"--leading-base","value":"1.45","kind":"font","definedIn":"colors_and_type.css"},{"name":"--leading-loose","value":"1.7","kind":"font","definedIn":"colors_and_type.css"}],"themes":[],"fonts":[{"family":"Avigul","weight":"300","style":"normal","cssPath":"colors_and_type.css","files":["fonts/avigul-light-fm.otf"]},{"family":"Avigul","weight":"400","style":"normal","cssPath":"colors_and_type.css","files":["fonts/avigul-regular-fm.otf"]},{"family":"Avigul","weight":"700","style":"normal","cssPath":"colors_and_type.css","files":["fonts/avigul-bold-fm.otf"]},{"family":"Avigul Shadow","weight":"700","style":"normal","cssPath":"colors_and_type.css","files":["fonts/avigul-shadow-fm.otf"]},{"family":"Almoni Neue Tzar","weight":"300","style":"normal","cssPath":"colors_and_type.css","files":["fonts/almoni-neue-tzar-aaa-light.otf"]},{"family":"Almoni Neue Tzar","weight":"400","style":"normal","cssPath":"colors_and_type.css","files":["fonts/almoni-neue-tzar-aaa-regular.otf"]},{"family":"FbTamlilCondensed","weight":"900","style":"normal","cssPath":"colors_and_type.css","files":["fonts/FbTamlilCondensedEng-Black.otf"]},{"family":"Geomanist","weight":"400","style":"normal","cssPath":"colors_and_type.css","files":["fonts/Geomanist-Regular.otf"]}],"brandFonts":[{"family":"Avigul","status":"ok","tokens":["--font-display"],"path":"colors_and_type.css"},{"family":"Avigul Shadow","status":"unreferenced","tokens":[],"path":"colors_and_type.css"},{"family":"Almoni Neue Tzar","status":"ok","tokens":["--font-body"],"path":"colors_and_type.css"},{"family":"FbTamlilCondensed","status":"ok","tokens":["--font-en-disp"],"path":"colors_and_type.css"},{"family":"Geomanist","status":"ok","tokens":["--font-mono"],"path":"colors_and_type.css"}],"source":"spa"} \ No newline at end of file diff --git a/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/colors_and_type.css b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/colors_and_type.css new file mode 100644 index 0000000..0fb26b1 --- /dev/null +++ b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/colors_and_type.css @@ -0,0 +1,202 @@ +/* ========================================================================== + eazy — colors & type foundations + Hebrew-first, RTL. Brand built around the lowercase "eazy." wordmark + and the orange "E" mark. Imagery is black & white; chrome is lavender + orange. + ========================================================================== */ + +/* ---------- Web fonts -------------------------------------------------- */ +@font-face { + font-family: "Avigul"; + src: url("fonts/avigul-light-fm.otf") format("opentype"); + font-weight: 300; font-style: normal; font-display: swap; +} +@font-face { + font-family: "Avigul"; + src: url("fonts/avigul-regular-fm.otf") format("opentype"); + font-weight: 400; font-style: normal; font-display: swap; +} +@font-face { + font-family: "Avigul"; + src: url("fonts/avigul-bold.woff") format("woff"), url("fonts/avigul-bold-fm.otf") format("opentype"); + font-weight: 700; font-style: normal; font-display: swap; +} +@font-face { + font-family: "Avigul Shadow"; + src: url("fonts/avigul-shadow-fm.otf") format("opentype"); + font-weight: 700; font-style: normal; font-display: swap; +} +@font-face { + font-family: "Almoni Neue Tzar"; + src: url("fonts/almoni-light.woff") format("woff"), url("fonts/almoni-neue-tzar-aaa-light.otf") format("opentype"); + font-weight: 300; font-style: normal; font-display: swap; +} +@font-face { + font-family: "Almoni Neue Tzar"; + src: url("fonts/almoni-regular.woff") format("woff"), url("fonts/almoni-neue-tzar-aaa-regular.otf") format("opentype"); + font-weight: 400; font-style: normal; font-display: swap; +} +@font-face { + font-family: "FbTamlilCondensed"; + src: url("fonts/FbTamlilCondensedEng-Black.otf") format("opentype"); + font-weight: 900; font-style: normal; font-display: swap; +} +@font-face { + font-family: "Geomanist"; + src: url("fonts/geomanist-regular.woff") format("woff"), url("fonts/Geomanist-Regular.otf") format("opentype"); + font-weight: 400; font-style: normal; font-display: swap; +} + +/* ---------- Color tokens ---------------------------------------------- */ +:root { + /* Brand primaries */ + --ez-orange: #F37327; /* CTA, the "E" mark, brand highlight */ + --ez-orange-deep: #D55A12; /* hover / pressed orange */ + --ez-orange-soft: #FBD9C2; /* soft orange tint, decorative dots */ + --ez-orange-tint: #FFF1E7; /* page tint behind orange content */ + + /* Lavender — the "Z" pattern colour, large blocks behind imagery */ + --ez-lavender: #A9A4EC; /* hero shape, secondary CTAs */ + --ez-lavender-deep: #6E68C9; /* hover, link colour, headline accent */ + --ez-lavender-soft: #D9D6F4; /* softest hero block */ + --ez-lavender-tint: #EFEDFB; /* surface tint */ + + /* Indigo — heavy headlines (used on a few flyers) */ + --ez-indigo: #3F4197; + --ez-indigo-deep: #292B6E; + + /* Neutrals — paper, ink, dividers */ + --ez-paper: #FFFFFF; + --ez-paper-warm: #F4F2EE; /* off-white background of most flyers */ + --ez-paper-cool: #EFEFF2; /* slate-tinted off-white */ + --ez-line: #E2E2E6; /* hairline */ + --ez-ink: #1A1A1A; /* body text */ + --ez-ink-soft: #4A4A4A; /* secondary text */ + --ez-ink-mute: #8A8A8A; /* tertiary, captions */ + + /* Semantic */ + --ez-fg-1: var(--ez-ink); + --ez-fg-2: var(--ez-ink-soft); + --ez-fg-3: var(--ez-ink-mute); + --ez-fg-on-orange: #FFFFFF; + --ez-fg-on-lavender:#1A1A1A; + + --ez-bg-1: var(--ez-paper); + --ez-bg-2: var(--ez-paper-warm); + --ez-bg-3: var(--ez-paper-cool); + --ez-bg-accent: var(--ez-lavender); + --ez-bg-cta: var(--ez-orange); + + --ez-link: var(--ez-lavender-deep); + --ez-link-hover: var(--ez-orange-deep); + + --ez-success: #2F8F5C; + --ez-warning: #E0A21A; + --ez-danger: #C8362A; + + /* Spacing scale (4-based) */ + --sp-1: 4px; --sp-2: 8px; --sp-3: 12px; --sp-4: 16px; + --sp-5: 20px; --sp-6: 24px; --sp-7: 32px; --sp-8: 40px; + --sp-9: 56px; --sp-10: 72px; --sp-11: 96px; + + /* Radii — tight; eazy uses sharp corners with mild rounding on cards */ + --r-1: 4px; --r-2: 8px; --r-3: 12px; --r-4: 20px; --r-pill: 999px; + + /* Elevation */ + --shadow-1: 0 1px 2px rgba(20, 20, 35, 0.06); + --shadow-2: 0 6px 20px rgba(40, 30, 80, 0.08); + --shadow-3: 0 18px 48px rgba(40, 30, 80, 0.14); + + /* Type ramps */ + --font-display: "Avigul", "Almoni Neue Tzar", "Heebo", "Assistant", system-ui, sans-serif; + --font-body: "Almoni Neue Tzar", "Avigul", "Heebo", "Assistant", system-ui, sans-serif; + --font-mono: "Geomanist", ui-monospace, "SF Mono", Menlo, monospace; + --font-shadow: "Avigul Shadow", "Avigul", sans-serif; /* outlined display variant */ + --font-en-disp: "FbTamlilCondensed", "Avigul", sans-serif; /* condensed English headline */ + + --leading-tight: 1.05; + --leading-snug: 1.2; + --leading-base: 1.45; + --leading-loose: 1.7; +} + +/* ---------- Element-level type ---------------------------------------- */ +html { font-family: var(--font-body); color: var(--ez-fg-1); background: var(--ez-bg-2); } +body { direction: rtl; } /* Hebrew default */ + +h1, .ez-h1 { + font-family: var(--font-display); + font-weight: 700; + font-size: clamp(40px, 6vw, 88px); + line-height: var(--leading-tight); + letter-spacing: -0.01em; + color: var(--ez-lavender); /* signature lavender headline */ + margin: 0; +} +h2, .ez-h2 { + font-family: var(--font-display); + font-weight: 700; + font-size: clamp(28px, 3.6vw, 48px); + line-height: var(--leading-snug); + color: var(--ez-fg-1); + margin: 0; +} +h3, .ez-h3 { + font-family: var(--font-display); + font-weight: 700; + font-size: 24px; + line-height: 1.25; + color: var(--ez-fg-1); + margin: 0; +} +h4, .ez-h4 { + font-family: var(--font-display); + font-weight: 700; + font-size: 18px; + line-height: 1.3; + margin: 0; +} +p, .ez-body { + font-family: var(--font-body); + font-weight: 400; + font-size: 16px; + line-height: var(--leading-base); + color: var(--ez-fg-2); + margin: 0; + text-wrap: pretty; +} +.ez-eyebrow { + font-family: var(--font-display); + font-weight: 700; + font-size: 13px; + letter-spacing: 0.04em; + color: var(--ez-orange); + text-transform: none; /* Hebrew has no case */ +} +.ez-tagline { + /* "פשוט תצליחו." – the brand line. orange, bold, with the period. */ + font-family: var(--font-display); + font-weight: 700; + font-size: 28px; + color: var(--ez-orange); + letter-spacing: -0.005em; +} +.ez-caption { + font-family: var(--font-body); + font-size: 13px; + color: var(--ez-fg-3); +} +code, .ez-mono { + font-family: var(--font-mono); + font-size: 0.94em; +} + +a, .ez-link { + color: var(--ez-link); + text-decoration: none; + border-bottom: 1px solid transparent; + transition: color .15s ease, border-color .15s ease; +} +a:hover, .ez-link:hover { + color: var(--ez-link-hover); + border-bottom-color: currentColor; +} diff --git a/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/fonts/almoni-neue-tzar-aaa-light.otf b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/fonts/almoni-neue-tzar-aaa-light.otf new file mode 100644 index 0000000..d7e1061 Binary files /dev/null and b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/fonts/almoni-neue-tzar-aaa-light.otf differ diff --git a/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/fonts/almoni-regular.woff b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/fonts/almoni-regular.woff new file mode 100644 index 0000000..30dc6f1 Binary files /dev/null and b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/fonts/almoni-regular.woff differ diff --git a/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/fonts/avigul-bold-fm.otf b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/fonts/avigul-bold-fm.otf new file mode 100644 index 0000000..f773965 Binary files /dev/null and b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/fonts/avigul-bold-fm.otf differ diff --git a/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/fonts/avigul-shadow-fm.otf b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/fonts/avigul-shadow-fm.otf new file mode 100644 index 0000000..7a385fe Binary files /dev/null and b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/fonts/avigul-shadow-fm.otf differ diff --git a/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/styles.css b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/styles.css new file mode 100644 index 0000000..305cfdb --- /dev/null +++ b/_ds/eazy-design-system-019e085a-0638-7c53-ad03-c4d5f4423a34/styles.css @@ -0,0 +1,7 @@ +/* ========================================================================== + eazy Design System — global entry stylesheet + Consumers link THIS file. It pulls in the brand foundation (color tokens, + type scale, @font-face). Per-game stylesheets (quiz.css, game.css, …) stay + scoped to their own tools and are NOT global — link them only where used. + ========================================================================== */ +@import "colors_and_type.css"; diff --git a/assets/bg-e-watermark.jpg b/assets/bg-e-watermark.jpg new file mode 100644 index 0000000..4765157 Binary files /dev/null and b/assets/bg-e-watermark.jpg differ diff --git a/assets/bullet-chevron.png b/assets/bullet-chevron.png new file mode 100644 index 0000000..26d73ad Binary files /dev/null and b/assets/bullet-chevron.png differ diff --git a/assets/bullet-chevron.svg b/assets/bullet-chevron.svg new file mode 100644 index 0000000..168ae9f --- /dev/null +++ b/assets/bullet-chevron.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/assets/dot-cluster.png b/assets/dot-cluster.png new file mode 100644 index 0000000..c7270e0 Binary files /dev/null and b/assets/dot-cluster.png differ diff --git a/assets/dot-cluster.svg b/assets/dot-cluster.svg new file mode 100644 index 0000000..9aa8e6f --- /dev/null +++ b/assets/dot-cluster.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/assets/game-word-cannon.png b/assets/game-word-cannon.png new file mode 100644 index 0000000..a704540 Binary files /dev/null and b/assets/game-word-cannon.png differ diff --git a/assets/letters/bgu.jpg b/assets/letters/bgu.jpg new file mode 100644 index 0000000..e0ee03e Binary files /dev/null and b/assets/letters/bgu.jpg differ diff --git a/assets/letters/biu.jpg b/assets/letters/biu.jpg new file mode 100644 index 0000000..3fb42a1 Binary files /dev/null and b/assets/letters/biu.jpg differ diff --git a/assets/letters/haifa.jpg b/assets/letters/haifa.jpg new file mode 100644 index 0000000..ebcc40b Binary files /dev/null and b/assets/letters/haifa.jpg differ diff --git a/assets/letters/huji.jpg b/assets/letters/huji.jpg new file mode 100644 index 0000000..f810df8 Binary files /dev/null and b/assets/letters/huji.jpg differ diff --git a/assets/letters/technion.jpg b/assets/letters/technion.jpg new file mode 100644 index 0000000..6871740 Binary files /dev/null and b/assets/letters/technion.jpg differ diff --git a/assets/logo-mark-orange.png b/assets/logo-mark-orange.png new file mode 100644 index 0000000..702d9a6 Binary files /dev/null and b/assets/logo-mark-orange.png differ diff --git a/assets/logo-mark-orange.svg b/assets/logo-mark-orange.svg new file mode 100644 index 0000000..2f75d44 --- /dev/null +++ b/assets/logo-mark-orange.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/logo-white.svg b/assets/logo-white.svg new file mode 100644 index 0000000..bfe6a84 --- /dev/null +++ b/assets/logo-white.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/logos/01-fix.png b/assets/logos/01-fix.png new file mode 100644 index 0000000..6be05df Binary files /dev/null and b/assets/logos/01-fix.png differ diff --git a/assets/logos/01-fix3.png b/assets/logos/01-fix3.png new file mode 100644 index 0000000..58bbc3d Binary files /dev/null and b/assets/logos/01-fix3.png differ diff --git a/assets/logos/03-fix.png b/assets/logos/03-fix.png new file mode 100644 index 0000000..6be05df Binary files /dev/null and b/assets/logos/03-fix.png differ diff --git a/assets/logos/03-raw.png b/assets/logos/03-raw.png new file mode 100644 index 0000000..1431bf4 Binary files /dev/null and b/assets/logos/03-raw.png differ diff --git a/assets/logos/05-fix.png b/assets/logos/05-fix.png new file mode 100644 index 0000000..6be05df Binary files /dev/null and b/assets/logos/05-fix.png differ diff --git a/assets/logos/05-raw.png b/assets/logos/05-raw.png new file mode 100644 index 0000000..28f3f9d Binary files /dev/null and b/assets/logos/05-raw.png differ diff --git a/assets/logos/ariel.png b/assets/logos/ariel.png new file mode 100644 index 0000000..0738054 Binary files /dev/null and b/assets/logos/ariel.png differ diff --git a/assets/logos/bgu2.png b/assets/logos/bgu2.png new file mode 100644 index 0000000..26d9658 Binary files /dev/null and b/assets/logos/bgu2.png differ diff --git a/assets/logos/haifa.png b/assets/logos/haifa.png new file mode 100644 index 0000000..d66174f Binary files /dev/null and b/assets/logos/haifa.png differ diff --git a/assets/logos/huji2.png b/assets/logos/huji2.png new file mode 100644 index 0000000..4780ae5 Binary files /dev/null and b/assets/logos/huji2.png differ diff --git a/assets/logos/huji3.png b/assets/logos/huji3.png new file mode 100644 index 0000000..0fdaee3 Binary files /dev/null and b/assets/logos/huji3.png differ diff --git a/assets/logos/kibbutzim.png b/assets/logos/kibbutzim.png new file mode 100644 index 0000000..bb03151 Binary files /dev/null and b/assets/logos/kibbutzim.png differ diff --git a/assets/logos/levinsky.png b/assets/logos/levinsky.png new file mode 100644 index 0000000..10b6c55 Binary files /dev/null and b/assets/logos/levinsky.png differ diff --git a/assets/logos/sapir2.png b/assets/logos/sapir2.png new file mode 100644 index 0000000..a6ba354 Binary files /dev/null and b/assets/logos/sapir2.png differ diff --git a/assets/logos/tau2.png b/assets/logos/tau2.png new file mode 100644 index 0000000..4780ae5 Binary files /dev/null and b/assets/logos/tau2.png differ diff --git a/assets/logos/tau3.png b/assets/logos/tau3.png new file mode 100644 index 0000000..2fb85b2 Binary files /dev/null and b/assets/logos/tau3.png differ diff --git a/assets/logos/technion.png b/assets/logos/technion.png new file mode 100644 index 0000000..6d92414 Binary files /dev/null and b/assets/logos/technion.png differ diff --git a/assets/mentor-1.png b/assets/mentor-1.png new file mode 100644 index 0000000..00d03a3 Binary files /dev/null and b/assets/mentor-1.png differ diff --git a/assets/mentor-2.png b/assets/mentor-2.png new file mode 100644 index 0000000..96ddaba Binary files /dev/null and b/assets/mentor-2.png differ diff --git a/assets/mentor-3.png b/assets/mentor-3.png new file mode 100644 index 0000000..4155dbd Binary files /dev/null and b/assets/mentor-3.png differ diff --git a/assets/photo-walking-student.png b/assets/photo-walking-student.png new file mode 100644 index 0000000..011f2a3 Binary files /dev/null and b/assets/photo-walking-student.png differ diff --git a/assets/responsive.css b/assets/responsive.css new file mode 100644 index 0000000..b50faec --- /dev/null +++ b/assets/responsive.css @@ -0,0 +1,115 @@ +/* eazy – mobile adaptation (applies under 820px; desktop untouched) + NOTE: selectors appear twice — with and without a space after ':' — because + the DC runtime serializes inline styles with a space, while the static export keeps the authored form. */ +@media (max-width: 820px) { + header[data-screen-label="Header"] nav { display: none !important; } + header[data-screen-label="Header"] > div:last-of-type:not(:first-child) { display: none !important; } + header[data-screen-label="Header"] > span[dir="ltr"] { display: none !important; } + header[data-screen-label="Header"] { padding: 10px 16px !important; } + + section, footer, article { padding-left: 20px !important; padding-right: 20px !important; } + div[style*="padding:"][style*="64px"], + div[style*="padding: "][style*="64px"] { padding-left: 20px !important; padding-right: 20px !important; } + + h1 { font-size: 38px !important; line-height: 1.1 !important; } + h2 { font-size: 26px !important; } + h1, h2 { text-align: center !important; } + section > p { text-align: center !important; margin-left: auto !important; margin-right: auto !important; } + section[data-screen-label] { scroll-margin-top: 72px; } + + /* readable minimum: nothing under 20px on mobile */ + [style*="font-size:12"], + [style*="font-size: 12"], + [style*="font-size:13"], + [style*="font-size: 13"], + [style*="font-size:14"], + [style*="font-size: 14"], + [style*="font-size:15"], + [style*="font-size: 15"], + [style*="font-size:16"], + [style*="font-size: 16"], + [style*="font-size:17"], + [style*="font-size: 17"], + [style*="font-size:18"], + [style*="font-size: 18"], + [style*="font-size:19"], + [style*="font-size: 19"] { + font-size: 20px !important; line-height: 1.55 !important; + } + /* footer + privacy note: footer-heading size */ + footer span, footer a, footer [style] { font-size: 16px !important; } + label[style*="font-size:13px"], label[style*="font-size: 13px"], + label[style*="font-size:13px"] span, label[style*="font-size: 13px"] span, + label[style*="font-size:13px"] a, label[style*="font-size: 13px"] a { font-size: 16px !important; line-height: 1.5 !important; } + label[style*="font-size:13px"] i, label[style*="font-size: 13px"] i { font-size: 12px !important; } + + /* grids collapse to one column */ + [style*="grid-template-columns:repeat(3"], + [style*="grid-template-columns: repeat(3"], + [style*="grid-template-columns:repeat(6"], + [style*="grid-template-columns: repeat(6"], + [style*="grid-template-columns:1fr 1fr"], + [style*="grid-template-columns: 1fr 1fr"], + [style*="grid-template-columns:1fr 1px 1fr"], + [style*="grid-template-columns: 1fr 1px 1fr"], + [style*="grid-template-columns:1fr 260px"], + [style*="grid-template-columns: 1fr 260px"], + [style*="grid-template-columns:1.05fr"], + [style*="grid-template-columns: 1.05fr"], + [style*="grid-template-columns:1.1fr"], + [style*="grid-template-columns: 1.1fr"], + [style*="grid-template-columns:1.15fr"], + [style*="grid-template-columns: 1.15fr"], + [style*="grid-template-columns:1.2fr"], + [style*="grid-template-columns: 1.2fr"], + [style*="grid-template-columns:1.25fr"], + [style*="grid-template-columns: 1.25fr"], + [style*="grid-template-columns:.9fr 1.1fr"], + [style*="grid-template-columns: .9fr 1.1fr"], + [style*="grid-template-columns:0.9fr 1.1fr"], + [style*="grid-template-columns: 0.9fr 1.1fr"], + [style*="grid-template-columns:auto 1fr"], + [style*="grid-template-columns: auto 1fr"], + [style*="grid-template-columns:70px"], + [style*="grid-template-columns: 70px"] { grid-template-columns: 1fr !important; } + [style*="grid-template-columns:repeat(4"], + [style*="grid-template-columns: repeat(4"] { grid-template-columns: repeat(2, 1fr) !important; } + [style*="grid-template-columns:repeat(10"], + [style*="grid-template-columns: repeat(10"] { grid-template-columns: repeat(5, 1fr) !important; } + + img { max-width: 100%; height: auto; } + img[src*="dot-cluster"] { display: none !important; } + img[style*="height:360px"], img[style*="height: 360px"] { height: auto !important; width: 64vw !important; margin: 0 auto; } + img[style*="width:400px"], img[style*="width: 400px"] { width: 64vw !important; } + img[style*="width:340px"], img[style*="width: 340px"] { width: 58vw !important; } + [style*="min-height:360px"], + [style*="min-height: 360px"] { min-height: 0 !important; } + + section [style*="display:flex"], section [style*="display: flex"], + footer [style*="display:flex"], footer [style*="display: flex"] { flex-wrap: wrap; } + aside { display: none !important; } + + table { display: block; overflow-x: auto; white-space: nowrap; } + + a[aria-label="וואטסאפ"][style*="position:fixed"], a[aria-label="וואטסאפ"][style*="position: fixed"] { display: none !important; } + + /* product paths: separate cards on mobile */ + [style*="1fr 1px 1fr"] > div[style*="background:var(--ez-line)"], + [style*="1fr 1px 1fr"] > div[style*="background: var(--ez-line)"] { display: none !important; } + #products [style*="1fr 1px 1fr"] > div:first-child { border: 1px solid var(--ez-line); border-radius: 12px; padding: 22px; background: #fff; } + #products [style*="1fr 1px 1fr"] > div:last-child { border: 1px solid var(--ez-line); border-radius: 12px; padding: 22px; background: var(--ez-lavender-tint); } + + /* compare page: table becomes stacked cards on mobile */ + section[data-screen-label="השוואה"] div:has(> table) { display: none !important; } + [data-ez-mobile-compare] { display: grid !important; gap: 14px; } + + /* popups breathe on small screens */ + #ez-exit-popup { padding: 16px !important; } + #ez-exit-popup > div { padding: 26px 20px 22px !important; } + + html, body { overflow-x: hidden !important; } + body { padding-bottom: 78px; font-size: 20px; } + + /* footer link columns: two per row instead of five squeezed */ + footer [style*="grid-template-columns:auto 1fr 1fr"], footer [style*="grid-template-columns: auto 1fr 1fr"] { grid-template-columns: 1fr 1fr !important; } +} diff --git a/assets/screenshot-lesson.png b/assets/screenshot-lesson.png new file mode 100644 index 0000000..a95163d Binary files /dev/null and b/assets/screenshot-lesson.png differ diff --git a/assets/screenshot-wordgame.png b/assets/screenshot-wordgame.png new file mode 100644 index 0000000..dc210f8 Binary files /dev/null and b/assets/screenshot-wordgame.png differ diff --git a/assets/video-mentor.png b/assets/video-mentor.png new file mode 100644 index 0000000..c6f6c01 Binary files /dev/null and b/assets/video-mentor.png differ diff --git a/course.html b/course.html new file mode 100644 index 0000000..b6bfe48 --- /dev/null +++ b/course.html @@ -0,0 +1,317 @@ + + + +קורס אמירנט אונליין עם מדריך | eazy English + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + eazy + + English + + +
+ 1-700-70-70-07 + שיחת ייעוץ ← +
+
+ +
+
+ דף הבית/ + הקורסים/ + קורס אמירנט אונליין +
+
+
+ למידה מרחוק עם מדריך בזמן אמת +

קורס אמירנט אונליין.
מישהו שאכפת לו אם הגעתם.

+

קבוצה קטנה, מדריך חי על המסך, שיעורים של שעתיים אקדמיות – וכל מה שביוזר האישי כלול. בוחרים קצב: חודש וחצי ממוקד, או שלושה חודשים מקיפים.

+
+ + +
+ מ-1,500 ₪ · קבוצות קטנות · כל שיעור מוקלט למי שפספס +
+
+ שיעור חי בקורס האונליין + ככה נראה שיעור: מדריך/ה בזמן אמת, לא הקלטה. +
+
+
+ +
+
+

שני קצבים, אותו יעד

+

שני מפגשים בשבוע, שעתיים אקדמיות כל מפגש. ההבדל הוא כמה עומק וכמה ליווי.

+
+
+ +
קורס ממוקד · חודש וחצי
+

למי שיש בסיס ורוצה לסגור את הציון עד המועד הקרוב. כל פרקי המבחן, סימולציות ותרגול מונחה.

+
1,500 ₪
+
+
+ + המקיף +
קורס מקיף · 3 חודשים
+

למי שבונה רמה מהיסודות או רוצה קפיצה גדולה. אותו מבנה, כפול זמן להטמעה ותרגול.

+
2,500 ₪
+
+ בונוס למסלול המקיף + סדנת ניהול זמנים + סדנת אסטרטגיות זיכרון +
+
+
+ +
+
+
+
+
+ להוסיף 2 ספרי לימוד + ספרי התרגול המודפסים שלנו, כולל משלוח עד הבית +
+ + 170 ₪ +
+

מועדי פתיחה קרובים

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
מחזורמסלולימים ושעותמקומות
תחילת נובמבר – אמצע דצמברממוקד · חודש וחציא' + ד' · 19:00-20:30פתוחשריינו מקום ←
אמצע דצמבר – סוף ינוארממוקד · חודש וחציא' + ד' · 19:00-20:30פתוחשריינו מקום ←
נובמבר – סוף ינוארמקיף · 3 חודשים + סדנאותא' + ד' · 19:00-20:30נותרו בודדיםשריינו מקום ←
+
+ +
+
+ {{ summaryLine }} + הרשמה נסגרת בשיחת ייעוץ – בודקים התאמה לפני שמשלמים +
+
+ {{ totalText }} + +
+
+
+
+ +
+

מה מקבלים

+
+
+ +
2 מפגשים חיים בשבוע

שעתיים אקדמיות, קבוצה קטנה, שאלות בזמן אמת.

+
+
+ +
כל שיעור מוקלט

פספסתם? משלימים מתי שנוח.

+
+
+ +
יוזר אמירנט מלא כלול

סימולציות, משחקים ומילון – לכל אורך הקורס.

+
+
+ +
מעקב אישי של המדריך

מישהו ששם לב כשנעלמתם – ומחזיר אתכם.

+
+
+ +
ליווי בוואטסאפ

בין השיעורים – שאלות, חיזוקים, תזכורות.

+
+
+ +
במקיף: 2 סדנאות בונוס

ניהול זמנים במבחן + אסטרטגיות זיכרון.

+
+
+
+ +
+
+
+

מי מלמד אתכם

+

המדריכים שלנו מלמדים אמירנט שנים, ורובם עברו את הדרך הזאת בעצמם. בשיחת הייעוץ תדעו מי המדריך/ה של המחזור שלכם.

+
+
+
+ נעה +
נעה
אנגלית לאמירנט · 12 שנים
+
+
+ אלון +
אלון
מוביל הקורס האונליין
+
+
+ יובל +
יובל
מתמחה בלקויות למידה
+
+
+
+
+ +
+
+
+

למי הקורס מתאים

+

למי שקשה לו להתמיד לבד, למי שאנגלית מלחיצה אותו, ולמי שרוצה קפיצה רצינית עם מישהו שמוביל. אם נעלמתם – מתקשרים אליכם.

+
+
+
+

ולמי לא

+

אם יש לכם בסיס טוב, משמעת עצמית, וצריך בעיקר תרגול – היוזר העצמאי ייתן לכם את זה ברבע מהמחיר.

+
+
+
+ +
+

חשוב וכדאי לדעת מראש

+
+ +
+
+ {{ f.q }} + {{ f.mark }} +
+ +

{{ f.a }}

+
+
+
+
+
+ +
+
+
+

אני רוצה להתקדם באנגלית

+
+ + + + +
+
+
+ 1-700-70-70-07 + וואטסאפ + ימים א'-ה' 9:00-19:00, ו' 9:00-13:00 +
+
+
+ + +
+
+ + + diff --git a/english-is-hard.html b/english-is-hard.html new file mode 100644 index 0000000..3cf6fdb --- /dev/null +++ b/english-is-hard.html @@ -0,0 +1,224 @@ + + + +אנגלית תמיד הייתה קשה לכם? | eazy English + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + eazy + + English + + +
+ 1-700-70-70-07 + שיחת ייעוץ ← +
+
+ +
+
+ דף הבית/ + אנגלית קשה לי +
+
+
+ אנגלית תמיד הייתה הסיוט שלכם +

אתם לא "לא טובים באנגלית".
פשוט לימדו אתכם משעמם.

+

28 שנים אנחנו פוגשים "מקרים אבודים". הבעיה כמעט אף פעם לא הייתה יכולת – אלא שיטה.

+ +
+
+ + תלמיד שגילה שאנגלית זה לא סיוט +
+
+
+
+ +
+
+
+ 01 +
"אני קופא כשאני רואה טקסט באנגלית"
+

זה לחץ, לא יכולת. מתחילים ממשחקים קצרים בלי ציון ובלי שיפוט – עד שאנגלית מפסיקה להפחיד.

+
+
+ 02 +
"ניסיתי ללמוד ותמיד נשברתי"
+

כי דפי שינון משעממים. כשהלמידה עוברת דרך סדרות, שירים ומשחקים – פתאום לא צריך כוח רצון.

+
+
+ 03 +
"אין סיכוי שאני אדע את כל המילים"
+

גם לא צריך. מלמדים אתכם לפתור ולהרוויח נקודות גם כשחלק מהמילים לא מוכרות. זה חלק מהשיטה.

+
+
+
+ +
+
+

למה אצלנו זה עובד גם למי שכבר התייאש

+
+
+ +
מלמדים אנשים, לא סתם אנגלית

קודם גורמים לזה להיות מעניין. כשמעניין – הלחץ יורד, והראש נפתח.

+
+
+ +
לומדים ממה שמקיף אתכם ממילא

סדרות, סרטונים ושירים הם חלק מהשיעור – והלמידה נמשכת גם אחריו, בלי להרגיש.

+
+
+ +
מזנקים באוצר המילים

משחקי למידה והמגוון הגדול בארץ של כלי לימוד – מילים נדבקות בלי שינון עיוור.

+
+
+ +
פותרים גם בלי לדעת כל מילה

אסטרטגיות פתרון שמרוויחות נקודות גם כשהמשפט לא מוכר עד הסוף.

+
+
+ על השיטה שלנו ← +
+
+ +
+
+
+ ההמלצה שלנו למי שאנגלית קשה לו +

קורס אמירנט אונליין – עם מדריך שלא מוותר עליכם

+

כשאנגלית מלחיצה, ללמוד לבד זה מתכון לוויתור. בקבוצה קטנה עם מדריך בזמן אמת יש מי שרואה אתכם, מתאים את הקצב, ולא נותן לכם להיעלם. מ-1,500 ₪.

+ +
+ מדריך eazy בשיעור +
+
+ +
+
+ עומר +
+ +

בתיכון הייתי בטוח שאנגלית זה פשוט לא בשבילי. פה גיליתי שאפשר ללמוד מסדרות שאני ממילא רואה. היום אני סטודנט בטכניון – עם פטור מלא.

+
+ עומר, סטודנט בטכניון + 134 לפטור מלא +
+ עוד סיפורים כאלה ← +
+
+
+ +
+

שאלות ששואלים אותנו בלחש

+
+ +
+
+ {{ f.q }} + {{ f.mark }} +
+ +

{{ f.a }}

+
+
+
+
+
+ +
+
+
+

אני רוצה להתקדם באנגלית

+
+ + + + +
+
+
+ 1-700-70-70-07 + וואטסאפ + ימים א'-ה' 9:00-19:00, ו' 9:00-13:00 +
+
+
+ +
+
+
+
+ + eazy + + דברו איתנו|1-700-70-70-07 +
+
+
+
+
+ + + diff --git a/free.html b/free.html new file mode 100644 index 0000000..c229824 --- /dev/null +++ b/free.html @@ -0,0 +1,146 @@ + + + +מתחילים בחינם – משחק, מבחן רמה ומבחן מלא | eazy English + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + eazy + + English + + +
+ 1-700-70-70-07 + שיחת ייעוץ ← +
+
+ +
+
+ דף הבית/ + מתחילים בחינם +
+

מתחילים בחינם.
בלי הרשמה, בלי כרטיס אשראי.

+

שלושה שלבים לבדוק איפה אתם – מטעימה של דקה וחצי ועד מבחן אמירנט מלא. בוחרים כמה עמוק לצלול.

+
+ +
+ + 01 +
+
+ תותח מילים + עד 90 שניות +
+ טעימה קצרה של אוצר המילים במבחן – המשחק שהתלמידים שלנו מכורים אליו. +
+ יאללה, להפגיז +
+ + 02 +
+
+ מבחן רמה + 10 דקות +
+ 10 דקות שיעזרו לזהות את הרמה הנוכחית שלכם – ולהמליץ לכם על מסלול. +
+ למבחן הרמה +
+ + 03 +
+
+ מבחן אמירנט מלא + 49 דקות + החינמי היחיד בישראל +
+ 49 דקות של מבחן האמירנט המלא החינמי היחיד. ככה תכירו בדיוק מה מחכה לכם ביום המבחן – ואפילו תקבלו ציון מוערך וניתוח ראשוני של מצבכם. +
+ למבחן המלא +
+
+ + + +
+
+

קיבלתם תוצאה? עכשיו יש לכם כיוון.

+

כל שלב ממפה אתכם לרמת אמירנט משוערת. משם – או שממשיכים לבד עם היוזר, או שבונים תוכנית עם מדריך.

+ +
+
+ +
+
+
+

אני רוצה להתקדם באנגלית

+
+ + + + +
+
+
+ 1-700-70-70-07 + וואטסאפ + ימים א'-ה' 9:00-19:00, ו' 9:00-13:00 +
+
+
+ + +
+
+ + diff --git a/improve-score.html b/improve-score.html new file mode 100644 index 0000000..fd554b3 --- /dev/null +++ b/improve-score.html @@ -0,0 +1,224 @@ + + + +שיפור ציון אמירנט | eazy English + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + eazy + + English + + +
+ 1-700-70-70-07 + שיחת ייעוץ ← +
+
+ +
+
+ דף הבית/ + שיפור ציון +
+
+
+ יש לכם ציון, רוצים גבוה יותר +

הציון שקיבלתם
הוא לא הציון שלכם.

+

35 יום בין מבחן למבחן. עם תוכנית ממוקדת, זה בדיוק הזמן שצריך כדי לעלות רמה.

+ +
+
+ + תלמידה אחרי שיפור ציון +
+
+
+
+ +
+
+
+ 01 +
"נתקעתי כמה נקודות מתחת לפטור"
+

הפער הכי מתסכל הוא גם הכי קטן. ננתח מה בדיוק עצר אתכם – אוצר מילים, זמן, או לחץ – ונתקוף רק את זה.

+
+
+ 02 +
"למדתי לבד וזה לא זז"
+

עוד מאותו תרגול נותן עוד מאותו ציון. מה שמזיז ציון תקוע הוא שינוי שיטה – לא שינוי כמות.

+
+
+ 03 +
"אין לי כוח לקורס שלם מחדש"
+

לא צריך. מי שכבר נבחן מקבל תוכנית קצרה וממוקדת למועד הבא – בלי לחזור על מה שאתם כבר יודעים.

+
+
+
+ +
+
+

איך מרוויחים את הנקודות החסרות

+
+
+ +
מזנקים באוצר המילים

משחקי למידה והמגוון הגדול בארץ של כלי לימוד – מילים חדשות נכנסות ונשארות.

+
+
+ +
פותרים גם בלי לדעת כל מילה

אסטרטגיות שמרוויחות את הנקודות גם כשחלק מהמשפט לא מוכר – שם מסתתר רוב הפער.

+
+
+ +
לומדים ממה שמקיף אתכם

סדרות, סרטונים ושירים כחלק מהתוכנית – הלמידה ממשיכה גם אחרי השיעור.

+
+
+ +
תוכנית לפי הפער שלכם

מתחילים מניתוח הציון הקודם, לא מאפס. כל שבוע מכוון לנקודות שחסרות לכם.

+
+
+ על השיטה שלנו ← +
+
+ +
+
+
+ ההמלצה שלנו לשיפור ציון +

יוזר אמירנט – תרגול ממוקד בקצב שלכם

+

אתם כבר מכירים את המבחן. עכשיו צריך תרגול חכם: סימולציות מלאות, משחקי אוצר מילים, ומעקב שמראה בדיוק איפה הנקודות שלכם. מ-250 ₪.

+ +
+ משחק תותח מילים +
+
+ +
+
+ ירדן +
+ +

במבחן הראשון קיבלתי 92 ונשברתי. במקום ללמוד "עוד", למדתי אחרת – משחקי מילים בהפסקות ואסטרטגיות פתרון. 7 שבועות אחרי: 136.

+
+ ירדן, אחרי צבא + מ-92 ל-136 ב-7 שבועות +
+ עוד סיפורי שיפור ← +
+
+
+ +
+

שאלות של משפרי ציון

+
+ +
+
+ {{ f.q }} + {{ f.mark }} +
+ +

{{ f.a }}

+
+
+
+
+
+ +
+
+
+

אני רוצה להתקדם באנגלית

+
+ + + + +
+
+
+ 1-700-70-70-07 + וואטסאפ + ימים א'-ה' 9:00-19:00, ו' 9:00-13:00 +
+
+
+ +
+
+
+
+ + eazy + + דברו איתנו|1-700-70-70-07 +
+
+
+
+
+ + + diff --git a/learn.html b/learn.html new file mode 100644 index 0000000..e6ef239 --- /dev/null +++ b/learn.html @@ -0,0 +1,173 @@ + + + +ללמוד אנגלית בכיף – טיפים ומדריכים | eazy English + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + eazy + + English + + +
+ 1-700-70-70-07 + שיחת ייעוץ ← +
+
+ +
+
+ דף הבית/ + ללמוד אנגלית +
+

ללמוד אנגלית, בכיף.
טיפים שעובדים גם בלי מבחן באופק.

+

מדריכים קצרים מהמדריכים שלנו – איך ללמוד מסדרות, משירים, מטיקטוק, ואיך לגרום לאוצר מילים להישאר. כל מאמר עם סרטון של כמה דקות.

+
+ +
+ +
+ הכי נקרא + איך משננים אוצר מילים באמת (ולמה כרטיסיות לבד לא עובדות) + מרווחים, הקשר ושליפה – שלושת העקרונות שהמשחקים שלנו בנויים עליהם. + נעה · סרטון 4:20 · קריאה 4 דקות +
+
+ + +
+
+
+ + + ללמוד אנגלית מסרטים וסדרות + עם כתוביות או בלי? באיזה סדר? המדריך המלא. + + + + + ללמוד אנגלית משירים + 5 שירים לכל רמה – ומה לעשות איתם. + + + + + טיקטוק, יוטיוב ורילס כמורה לאנגלית + איך הופכים גלילה להתקדמות אמיתית. + + + + + מה לקרוא באנגלית כדי לקפוץ רמה + רשימת קריאה מדורגת לפי רמת אמירנט. + + + + + איך לגשת לטקסט אקדמי + בלי להיתקע במילה השלישית. + + + + + 15 דקות ביום: שגרה שמחזיקה + שגרת אנגלית קטנה שבאמת שורדת שבוע עמוס. + + + + + אנגלית ולקויות למידה + מה עובד אחרת, ואילו התאמות מגיעות לכם. + + + + + ומהטיפים לתרגול + תותח מילים, טטרי והמילון – בלי הרשמה. + לכלים החינמיים ← + +
+
+ +
+
+
+

רוצים תוכנית מסודרת, לא רק טיפים?

+ מבחן רמה של 5 דקות, או שיחה עם יועץ אנושי. +
+ +
+
+ +
+
+
+

אני רוצה להתקדם באנגלית

+
+ + + + +
+
+
+ 1-700-70-70-07 + וואטסאפ + ימים א'-ה' 9:00-19:00, ו' 9:00-13:00 +
+
+
+ + +
+
+ + diff --git a/level-test.html b/level-test.html new file mode 100644 index 0000000..950a14d --- /dev/null +++ b/level-test.html @@ -0,0 +1,270 @@ + + + +מבחן רמה באנגלית – דו"ח רמה והמלצת מסלול | eazy English + + + + + + + + + + + + + + + + +
+ + +
+ + eazy + + English + + +
+ 1-700-70-70-07 + שיחת ייעוץ ← +
+
+ +
+
+ דף הבית/ + מתחילים בחינם/ + מבחן רמה +
+

מבחן רמה. בלי לחץ, בלי נכשל.

+

12 שאלות אמירנט להערכת הרמה שלך. בסוף יחכה לך דו"ח הערכת רמה והמלצת מסלול.

+
+ לא מוגבל בזמן, מוערך בכ-10 דקות + ·12 שאלות · 3 תחומים + ·בסוף: דו"ח רמה + המלצת מסלול +
+
+ +
+
+ +
+ +
מוכנים? אין ציון נכשל.
+

חלק מהשאלות קשות בכוונה – זה בסדר גמור לנחש. אם ניחשתם, סמנו "אני מנחש/ת" לפני התשובה: הניחוש לא יגרע מהציון, הוא רק עוזר לנו לתת הערכה והמלצה מדויקות יותר.

+ +
+
+ +
+
+
+ שאלה {{ qNum }} מתוך 12 + {{ qDomain }} +
+
+
+ +
{{ qPassage }}
+
+

{{ qText }}

+
+ + + +
+
+ + אני מנחש/ת את התשובה הבאה +
+ ניחוש לא גורע מהציון – הוא רק עוזר לנו לדייק את ההערכה וההמלצה. +
+
+ +
+ +
סיימתם! רגע לפני הדו"ח –
+

מה עוד יש במבחן האמיתי שלא היה כאן? פיילוטים – פרקים ניסיוניים של מאל"ו: הבנת הנשמע, דקדוק וכתיבה. אלה נושאים מורכבים ואנחנו מלמדים אותם בקורס, אבל בגלל שבמהלך 2026 הם כמעט לא משפיעים על הציון – אנחנו לא משקללים אותם בבוחן הרמה.

+

אפשר לפגוש אותם בסימולציה המלאה החינמית שלנו – היחידה בארץ.

+ +
+
+ +
+
+ הרמה המשוערת שלך + {{ resultLevel }} + ציון אמירנט משוער: {{ resultRange }} +
+
+
+
+ הצלחה לפי תוכן + +
+
{{ d.label }}{{ d.pct }}
+
+
+
+
+
+ הצלחה לפי רמת קושי + +
+
{{ d.label }}{{ d.pct }}
+
+
+
+ הציון משוקלל: הצלחה בשאלות קשות תורמת יותר מהצלחה בשאלות קלות. +
+
+ +
+ + {{ guessNote }} +
+
+

{{ resultAdvice }}

+ +
+
+
+
+
+ +
+
+

איך זה עובד

+
+
+ 01 + עונים על 12 שאלות + השלמת משפטים, ניסוח מחדש והבנת הנקרא – בסגנון אמירנט אמיתי. מנחשים? מסמנים. +
+
+ 02 + מקבלים דו"ח רמה + ציון משוקלל לפי רמת קושי, ופירוט הצלחה לפי תוכן. +
+
+ 03 + בוחרים מסלול + עצמאית עם היוזר, או ביחד עם מדריך – לפי הפער שלכם. +
+
+

שימו לב: זו הערכה ראשונית בלבד. לרמה מדויקת – מבחן האמירנט המלא החינמי, 49 דקות.

+
+
+ + +
+
+ + + diff --git a/privacy.html b/privacy.html new file mode 100644 index 0000000..edf3d8c --- /dev/null +++ b/privacy.html @@ -0,0 +1,83 @@ + + + +מדיניות פרטיות | eazy English + + + + + + + + + + + + + + + + +
+ +
+ + eazy + + English + + + 1-700-70-70-07 +
+ +
+

מדיניות פרטיות

+

עודכן: אוגוסט 2026 · E.Z.WAY בע"מ ("eazy")

+
+
+

אילו פרטים אנחנו אוספים

+

שם וטלפון שאתם משאירים בטפסים באתר, וכן מייל אם בחרתם למסור אותו (למשל לשמירת תוצאת מבחן רמה). בכלים החינמיים נשמרות תוצאות התרגול שלכם.

+
+
+

למה אנחנו משתמשים בהם

+

כדי לחזור אליכם בעניין שביקשתם – שיחת ייעוץ, תוצאת מבחן או שאלה ששלחתם – וכדי להתאים לכם המלצת מסלול. לא נשלח דיוור שיווקי בלי הסכמה נפרדת, ולא נעביר את הפרטים לגורם שלישי לצורכי שיווק.

+
+
+

כמה זמן הפרטים נשמרים

+

כל עוד הם נדרשים למטרה שלשמה נמסרו, או עד שתבקשו למחוק אותם.

+
+
+

הזכויות שלכם

+

אפשר בכל רגע לבקש לעיין בפרטים שנשמרו עליכם, לתקן אותם או למחוק אותם – בטלפון 1-700-70-70-07 או דרך עמוד יצירת הקשר.

+
+
+

עוגיות (Cookies)

+

האתר משתמש בעוגיות הנחוצות לתפעולו ולמדידת שימוש בסיסית. אפשר לחסום עוגיות בהגדרות הדפדפן.

+
+

נוסח זה הוא סקיצה לאפיון בלבד – יש להעביר לאישור ייעוץ משפטי לפני עלייה לאוויר.

+
+
+ +
+
+ + eazy + + 1-700-70-70-07 +
+
+
+
+ + diff --git a/soldiers.html b/soldiers.html new file mode 100644 index 0000000..81a7be5 --- /dev/null +++ b/soldiers.html @@ -0,0 +1,200 @@ + + + +אמירנט אחרי הצבא | eazy English + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + eazy + + English + + +
+ 1-700-70-70-07 + שיחת ייעוץ ← +
+
+ +
+
+ דף הבית/ + אחרי צבא +
+
+
+ חיילים ומשוחררים +

אמירנט אחרי הצבא:
לסגור את האנגלית לפני שהתואר מתחיל.

+

מגיעים לתואר עם ציון 95? זה 3 קורסי אנגלית, שנה שלמה, ואלפי שקלים.

+
+ + שיחת ייעוץ חינם +
+
+
+ + משוחרר בדרך לאקדמיה +
+
+
+
+ +
+
+
+ 01 +
"לא נגעתי באנגלית 3 שנים"
+

זה נורמלי, וזה הפיך. מבחן הרמה מראה בדיוק מאיפה מתחילים, והמסלול נבנה משם – לא מאיפה שהייתם בתיכון.

+
+
+ 02 +
"אין לי זמן, אני גם עובד"
+

הקורס אונליין בערבים, וכל שיעור מוקלט. פספסתם? משלימים. היוזר זמין 24/7 – גם ב-23:00 אחרי משמרת.

+
+
+ 03 +
"אנגלית תמיד הפחידה אותי"
+

28 שנים לימדו אותנו שהבעיה כמעט אף פעם לא יכולת – אלא לחץ. השיטה שלנו בנויה להוריד אותו קודם.

+
+
+
+ +
+
+
+ ההמלצה שלנו אחרי צבא +

קורס אמירנט אונליין – עם מדריך שמחזיק אתכם בקצב

+

אחרי הפסקה ארוכה, הדבר שהכי עוזר הוא מישהו שאכפת לו אם הגעתם. קבוצה קטנה, מדריך בזמן אמת, ותוכנית לפי מבחן הרמה שלכם. מ-1,500 ₪.

+ +
+ מדריך eazy +
+
+ +
+
+ איתי +
+ +

השתחררתי עם אנגלית של כיתה י'. חצי שנה אחרי – 120 ופטור כמעט מלא. הקורס בערבים הסתדר עם העבודה, והמדריך פשוט לא נתן לי להיעלם.

+
+ איתי, אחרי שחרור + מ-88 ל-120 ב-6 חודשים +
+ עוד סיפורים של משוחררים ← +
+
+
+ +
+

שאלות של משוחררים

+
+ +
+
+ {{ f.q }} + {{ f.mark }} +
+ +

{{ f.a }}

+
+
+
+
+
+ +
+
+
+

אני רוצה להתקדם באנגלית

+
+ + + + +
+
+
+ 1-700-70-70-07 + וואטסאפ + ימים א'-ה' 9:00-19:00, ו' 9:00-13:00 +
+
+
+ + +
+
+ + + diff --git a/story-itay.html b/story-itay.html new file mode 100644 index 0000000..3ef0b06 --- /dev/null +++ b/story-itay.html @@ -0,0 +1,172 @@ + + + +הסיפור של איתי: מ-88 ל-120 | eazy English + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + eazy + + English + + +
+ 1-700-70-70-07 + שיחת ייעוץ ← +
+
+ +
+ + +
+
+ איתי + +
+
+ סיפור תלמיד · אחרי צבא +

איתי, 24: מאנגלית של כיתה י' לפטור כמעט מלא

+
+
+ 88 + לפני +
+ +
+ 120 + אחרי +
+ +
+ קורס אמירנט אונליין · 6 חודשים + תוך כדי עבודה במשמרות +
+
+
+
+ +
+ +

המדריך פשוט לא נתן לי להיעלם. כל פעם שפספסתי שיעור קיבלתי הודעה – לא כועסת, פשוט 'איפה אתה, חוזרים ביום שלישי'. זה מה שהחזיק אותי.

+
+ +
+
+

מאיפה התחלת?

+

השתחררתי אחרי שלוש שנים בלי לגעת באנגלית. עשיתי את מבחן הרמה באתר וקיבלתי 88 – טרום בסיסי. זה אומר ארבעה קורסי אנגלית בתואר. הבנתי שאם אני לא סוגר את זה עכשיו, אני גורר את זה שנתיים.

+
+
+

מה היה הרגע שזה התחיל לעבוד?

+

בערך בחודש השני, כשתפסתי את עצמי משחק תותח מילים בהפסקה בעבודה – בכיף, לא כי צריך. פתאום מילים שראיתי במשחק צצו לי בסימולציה. שם הבנתי שהשיטה הזאת של מרווחים באמת עובדת.

+
+
+

מה היית אומר למי שמתלבט?

+

אל תחכו לתואר. 35 יום בין מבחנים עוברים מהר, והפער נסגר יותר בקלות ממה שנדמה לכם. ואם אתם עובדים במשמרות כמוני – השיעורים המוקלטים מצילים חיים.

+
+
+ +
+
+ גם אני רוצה + מתחילים כמו איתי: מבחן רמה של 5 דקות, ומשם בונים תוכנית. +
+
+ + +
+
+ + +
+ +
+
+
+

אני רוצה להתקדם באנגלית

+
+ + + + +
+
+
+ 1-700-70-70-07 + וואטסאפ + ימים א'-ה' 9:00-19:00, ו' 9:00-13:00 +
+
+
+ + +
+
+ + diff --git a/technion.html b/technion.html new file mode 100644 index 0000000..18ba109 --- /dev/null +++ b/technion.html @@ -0,0 +1,249 @@ + + + +ציוני אמירנט בטכניון: רמות ופטור | eazy English + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + eazy + + English + + +
+ 1-700-70-70-07 + שיחת ייעוץ ← +
+
+ +
+ +

ציוני אמירנט בטכניון: רמות, פטור ומה צריך

+

לפטור מלא מאנגלית בטכניון צריך ציון אמירנט של 134 ומעלה. כל ציון נמוך יותר ממקם אתכם ברמת קורס – והטבלה הזאת מראה בדיוק איפה.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ציון אמירנטרמה בטכניוןכמה קורסים עד פטורמה זה אומר
134-150פטור מלא0סגרתם את האנגלית. מתחילים תואר נקי.
120-133מתקדמים ב'1קורס אחד. שווה לנסות לסגור את הפער לפני התואר.
100-119מתקדמים א'2שני קורסים = סמסטרים עמוסים. פער שאפשר לסגור מראש.
85-99בסיסי3שנה של קורסי אנגלית בתוך התואר, ואלפי שקלים.
50-84טרום בסיסי4+מתחילים מהיסודות – ודווקא כאן ההתקדמות הכי מהירה.
+
+

* הרמות והספים מבוססים על פרסומי הטכניון ועשויים להתעדכן. תמיד בדקו מול המוסד לפני הרשמה.

+ +
+

מחשבון פטור

+

כמה חסר לכם, וכמה זמן ייקח לסגור את זה.

+
+ + + +
+ +
+
+ {{ resultTitle }} + {{ resultSub }} +
+
+ + המסלולים ← +
+
+
+
+ +

שאלות על אמירנט בטכניון

+
+ +
+
+ {{ f.q }} + {{ f.mark }} +
+ +

{{ f.a }}

+
+
+
+
+ +
+ ציונים ורמות במוסדות אחרים + +
+
+ +
+
+
+

לא בטוחים כמה חסר לכם?

+ מבחן רמה של 5 דקות, או שיחה עם יועץ אנושי. +
+
+ + +
+
+
+ +
+
+
+

אני רוצה להתקדם באנגלית.

+
+ + + + +
+
+
+ 1-700-70-70-07 + וואטסאפ – יועץ אנושי, לא בוט + ימים א'-ה' 9:00-19:00, ו' 9:00-13:00 +
+
+
+ + +
+
+ + + diff --git a/user.html b/user.html new file mode 100644 index 0000000..b5596d6 --- /dev/null +++ b/user.html @@ -0,0 +1,301 @@ + + + +יוזר אמירנט – ערכת תרגול עצמאית | eazy English + + + + + + + + + + + + + + + +
+ + + + + + +
+ + eazy + + English + + +
+ 1-700-70-70-07 + שיחת ייעוץ ← +
+
+ +
+
+ דף הבית/ + הקורסים/ + יוזר אמירנט +
+
+
+ ערכת תרגול עצמאית +

יוזר אמירנט.
לומדים לבד, לא נשארים לבד.

+

כל מה שצריך כדי להתאמן לאמירנט בקצב שלכם: סימולציות אמיתיות, שיעורים מוקלטים, משחקי אוצר מילים ומילון לפי רמה. ולכל מסלול אפשר להוסיף אימון אישי אחד על אחד.

+
+ +
+ גישה מיידית · אפשר לשדרג לקורס בכל שלב · ביטול בתוך 14 יום, בלי שאלות +
+
+ תותח מילים מתוך היוזר + תותח מילים – אחד מהמשחקים שבפנים. ככה נראה תרגול אוצר מילים אצלנו. +
+
+
+ +
+
+

בוחרים כמה זמן, מתחילים היום

+

מחיר אחד לכל מסלול. בלי הפתעות, בלי חידוש אוטומטי.

+
+
+ +
שבועיים
+

ספרינט לפני מועד קרוב. כל התכנים, בלי לנשום.

+
250 ₪
+
+
+ + הכי נבחר +
חודש
+

הקצב שרוב התלמידים צריכים: פרק ביום, סימולציה בשבוע.

+
350 ₪
+
+
+ +
6 חודשים
+

בונים רמה מאפס, בלי לחץ של מועד. מתאים גם לפני צבא.

+
600 ₪
+
+
+
+
+
+
+
+
+ להוסיף 2 ספרי לימוד + ספרי התרגול המודפסים שלנו, כולל משלוח עד הבית +
+ + 170 ₪ +
+
+
+
+
+
+ להוסיף אימון אישי אחד על אחד + שיעור פרטי עם מדריך/ה, מותאם לתוצאות שלכם ביוזר +
+ + 250 ₪ +
+
+
+
+ {{ summaryLine }} + תשלום מאובטח · גישה מיידית אחרי הרכישה +
+
+ {{ totalText }} + +
+
+
+
+ +
+

מה מקבלים

+
+
+ +
5 סימולציות מלאות

בדיוק כמו המבחן האמיתי, כולל טיימר.

+
+
+ +
40+ שיעורים מוקלטים

שיעור ממוקד לכל סוג שאלה בכל פרק.

+
+
+ +
משחקי אוצר מילים

תותח מילים וטטרי, לפי הרמה שלכם.

+
+
+ +
מילון אמירנט לפי רמה

כל מילה עם תרגום, משפט ושמע.

+
+
+ +
בחני התקדמות

אחרי כל נושא – רואים מה נסגר ומה לא.

+
+
+ +
ליווי בוואטסאפ

נתקעתם? כותבים לנו. עונה בן אדם.

+
+
+
+ שיעור מוקלט מתוך היוזר + תותח מילים + משחק מילים – בחירת מילון לפי רמה +
+
+ +
+
+
+

למי היוזר מתאים

+

למי שמסוגל לפתוח את המחשב לבד ולהתמיד, שיש לו בסיס באנגלית, ושרוצה לתרגל הרבה במחיר נמוך. אם זה אתם – אין סיבה לשלם על קורס מלא.

+
+
+
+

ולמי לא

+

אם אנגלית מלחיצה אתכם, אם קשה לכם להתמיד לבד, או שאתם צריכים מישהו שיסביר בזמן אמת – הקורס עם המדריך ייתן לכם הרבה יותר. תתחילו בשיחת ייעוץ, בלי התחייבות.

+
+
+
+ +
+
+

תלמידים שעשו את זה לבד

+
+
+ +
דניאל, לפני עתודה
+
מ-105 ל-134 בחודש
+

עשיתי סימולציה כל שבת. הבחנים הקטנים בין לבין הראו לי בדיוק מה לתקן.

+
+
+ +
שירה, סטודנטית
+
פטור בניסיון השני
+

לקחתי את מסלול השבועיים לפני המועד. האימון האישי בסוף עשה את ההבדל.

+
+
+ +
איתי, אחרי שחרור
+
מ-88 ל-120 ב-6 חודשים
+

התחלתי מאפס אחרי הצבא. המשחקים החזירו אותי לזה כל ערב, גם כשלא בא לי.

+
+
+
+
+ +
+

חשוב וכדאי לדעת מראש

+
+ +
+
+ {{ f.q }} + {{ f.mark }} +
+ +

{{ f.a }}

+
+
+
+
+
+ +
+
+
+

אני רוצה להתקדם באנגלית

+
+ + + + +
+
+
+ 1-700-70-70-07 + וואטסאפ + ימים א'-ה' 9:00-19:00, ו' 9:00-13:00 +
+
+
+ + +
+ +
+ + + diff --git a/vocabulary.html b/vocabulary.html new file mode 100644 index 0000000..8281f45 --- /dev/null +++ b/vocabulary.html @@ -0,0 +1,235 @@ + + + +איך משננים אוצר מילים באמת | eazy English + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + eazy + + English + + +
+ 1-700-70-70-07 + שיחת ייעוץ ← +
+
+ +
+
+ דף הבית/ + ללמוד אנגלית/ + איך משננים אוצר מילים +
+
+
+

איך משננים אוצר מילים באמת (ולמה כרטיסיות לבד לא עובדות)

+

מילה נכנסת לזיכרון כשפוגשים אותה בהקשרים שונים, במרווחי זמן הולכים וגדלים – לא כששוננים רשימה ערב לפני המבחן.

+
+ נעה +
+ נעה · מדריכת אנגלית לאמירנט, 12 שנים + עודכן אוגוסט 2026 · קריאה: 4 דקות +
+
+
+ בקצרה +
    +
  • המוח שומר מילים שפוגשים במרווחים – יום, שלושה, שבוע – לא בערימה אחת.
  • +
  • כרטיסיות עובדות רק כשמוסיפים להן הקשר: משפט, תמונה, שימוש.
  • +
  • 10 דקות ביום מנצחות שעתיים בשבת. תמיד.
  • +
+
+
+
+ +
+ +
+ 4:20 +
+ נעה מסבירה את שיטת המרווחים – ולמה המשחקים שלנו בנויים עליה. תקציר בטקסט מתחת. +
+

למה הרשימות לא מחזיקות

+

כששוננים 50 מילים ברצף, המוח מסמן אותן כ"מידע זמני" – כמו מספר טלפון שמחזיקים בראש רק עד שמחייגים. בלי פגישה חוזרת, רובן נעלמות בתוך 48 שעות. זה לא כישלון שלכם; ככה זיכרון עובד. השאלה היא לא כמה שיננתם, אלא כמה פעמים נפגשתם עם המילה מחדש.

+

מה כן עובד: שלושה עקרונות

+
+
+ +

מרווחים גדלים. פוגשים את המילה היום, מחר, בעוד שלושה ימים, בעוד שבוע. כל פגישה "מאותתת" למוח שהמידע חשוב לטווח ארוך.

+
+
+ +

הקשר, לא תרגום. מילה בתוך משפט נזכרת פי כמה טוב מצמד מילה-תרגום. עוד יותר טוב: משפט שקשור אליכם.

+
+
+ +

שליפה, לא קריאה. לנסות להיזכר (גם אם טועים) מחזק את הזיכרון יותר מלקרוא שוב. לכן משחק עם טיימר עובד: הוא מכריח שליפה מהירה.

+
+
+
+ +

טיפ: קבעו "פגישת מילים" של 10 דקות בשעה קבועה – אחרי צחצוח שיניים, בהסעה. עקביות קטנה מנצחת מרתונים.

+
+

איך זה נראה בפועל, שבוע אחד

+

ביום ראשון לומדים 10 מילים חדשות עם משפט לכל אחת. בשני – 60 שניות של תותח מילים על אותן מילים. בשלישי – 10 חדשות + חזרה מהירה על הישנות. ברביעי מנוחה. בחמישי – משחק שמערבב הכל. בסוף שבוע כזה רוב האנשים זוכרים 17-18 מתוך 20 – לעומת 6-8 בשינון רגיל.

+
+
+ תרגלו עכשיו: 60 שניות של תותח מילים + בלי הרשמה. בסוף תקבלו מיפוי לרמת אמירנט משוערת. +
+ +
+

שאלות נפוצות

+
+ +
+
+ {{ f.q }} + {{ f.mark }} +
+ +

{{ f.a }}

+
+
+
+
+
+ +
+
+ +
+

עוד בללמוד אנגלית

+ +
+ +
+
+
+

רוצים תוכנית מסודרת לאוצר מילים?

+ שיחת ייעוץ חינם, או שמתחילים לבד עם מבחן הרמה. +
+
+ + +
+
+
+ +
+
+
+

אני רוצה להתקדם באנגלית

+
+ + + + +
+
+
+ 1-700-70-70-07 + וואטסאפ + ימים א'-ה' 9:00-19:00, ו' 9:00-13:00 +
+
+
+ + +
+
+ + +