-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
307 lines (290 loc) · 14.3 KB
/
Copy pathfeatures.html
File metadata and controls
307 lines (290 loc) · 14.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html dir="rtl" lang="he">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>פיצ'רים — האלגוריתם שחזר בתשובה</title>
<style>
*{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#06080D;--purple:#7C3AED;--purple-light:#a78bfa;--purple-xlight:#c4b5fd;
--amber:#ff9a1f;--text:#e9d5ff;--text2:#c4b5fd;--text3:#9ca3af;
--border:rgba(124,58,237,.25);--card:rgba(124,58,237,.08)}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--text);font-family:'Segoe UI',Arial,sans-serif;direction:rtl;line-height:1.6}
nav{position:sticky;top:0;z-index:100;background:rgba(6,8,13,.9);backdrop-filter:blur(12px);
border-bottom:1px solid var(--border);padding:14px 40px;display:flex;align-items:center;justify-content:space-between}
.nav-logo{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:700;color:var(--text);text-decoration:none}
.nav-logo span{font-size:22px}
.nav-links{display:flex;gap:24px;list-style:none}
.nav-links a{color:var(--text2);text-decoration:none;font-size:14px;transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--purple-light)}
.nav-cta{background:var(--purple);color:white;border:none;padding:9px 22px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none}
/* Hero */
.hero{text-align:center;padding:80px 24px 64px;
background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(124,58,237,.15),transparent)}
.hero-badge{display:inline-block;background:rgba(124,58,237,.2);border:1px solid var(--border);
color:var(--purple-xlight);font-size:13px;padding:6px 18px;border-radius:20px;margin-bottom:24px}
.hero h1{font-size:clamp(36px,6vw,58px);font-weight:800;line-height:1.15;margin-bottom:16px}
.hero h1 span{background:linear-gradient(135deg,var(--purple-light),var(--amber));
-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.hero-sub{font-size:18px;color:var(--text2);max-width:560px;margin:0 auto 40px}
.hero-stats{display:flex;gap:40px;justify-content:center;flex-wrap:wrap}
.hero-stat{text-align:center}
.hero-stat .num{font-size:36px;font-weight:800;color:var(--purple-light)}
.hero-stat .lbl{font-size:13px;color:var(--text3);margin-top:2px}
/* big features */
.features-big{max-width:1080px;margin:64px auto 0;padding:0 24px}
.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:80px}
.feature-row.reverse{direction:ltr}
.feature-row.reverse .feat-text{direction:rtl}
.feat-text h2{font-size:clamp(24px,3.5vw,36px);font-weight:800;line-height:1.25;margin-bottom:14px}
.feat-text h2 span{color:var(--purple-light)}
.feat-text p{font-size:15px;color:var(--text2);line-height:1.75;margin-bottom:20px}
.feat-bullets{list-style:none}
.feat-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text);
padding:6px 0;border-bottom:1px solid rgba(124,58,237,.1)}
.feat-bullets li:last-child{border:none}
.feat-bullets li::before{content:"→";color:var(--purple-light);flex-shrink:0;font-weight:700}
.feat-visual{background:var(--card);border:1.5px solid var(--border);border-radius:20px;
padding:32px;min-height:280px;display:flex;align-items:center;justify-content:center;
font-size:72px;position:relative;overflow:hidden;transition:all .3s}
.feat-visual:hover{border-color:var(--purple);box-shadow:0 8px 32px rgba(124,58,237,.2)}
.feat-visual::before{content:'';position:absolute;inset:-1px;
background:linear-gradient(135deg,rgba(124,58,237,.1),transparent);border-radius:20px}
.feat-visual-inner{position:relative;z-index:1;text-align:center}
.feat-visual-label{font-size:14px;color:var(--text2);margin-top:12px;font-size:13px}
/* mini feature grid */
.mini-grid-section{max-width:1080px;margin:0 auto 80px;padding:0 24px}
.mini-grid-section h2{font-size:32px;font-weight:800;text-align:center;margin-bottom:12px}
.mini-grid-section p{font-size:15px;color:var(--text2);text-align:center;margin-bottom:40px}
.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mini-card{background:var(--card);border:1.5px solid var(--border);border-radius:16px;
padding:24px;transition:all .2s}
.mini-card:hover{border-color:var(--purple-light);transform:translateY(-2px)}
.mini-card .icon{font-size:32px;margin-bottom:12px}
.mini-card h3{font-size:15px;font-weight:700;color:var(--text);margin-bottom:8px}
.mini-card p{font-size:13px;color:var(--text2);line-height:1.6}
/* platform section */
.platform-section{max-width:1080px;margin:0 auto 80px;padding:0 24px}
.platform-section h2{font-size:32px;font-weight:800;text-align:center;margin-bottom:40px}
.platform-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.platform-card{background:var(--card);border:1.5px solid var(--border);border-radius:14px;
padding:20px 16px;text-align:center;transition:all .2s}
.platform-card:hover{border-color:var(--purple-light);transform:translateY(-2px)}
.platform-card .emoji{font-size:36px;margin-bottom:10px}
.platform-card h3{font-size:14px;font-weight:700;margin-bottom:6px}
.platform-card p{font-size:11px;color:var(--text2);line-height:1.5}
/* CTA */
.cta{text-align:center;padding:64px 24px 80px;
background:radial-gradient(ellipse 60% 40% at 50% 50%,rgba(124,58,237,.12),transparent)}
.cta h2{font-size:clamp(28px,5vw,44px);font-weight:800;margin-bottom:14px}
.cta p{font-size:16px;color:var(--text2);margin-bottom:32px}
.cta a{display:inline-block;background:linear-gradient(135deg,var(--purple),var(--purple-light));
color:white;padding:16px 40px;border-radius:12px;font-size:17px;font-weight:700;
text-decoration:none;box-shadow:0 8px 24px rgba(124,58,237,.4);transition:all .2s}
.cta a:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(124,58,237,.5)}
.cta-note{font-size:12px;color:var(--text3);margin-top:14px}
footer{border-top:1px solid var(--border);padding:24px 40px;display:flex;
justify-content:space-between;flex-wrap:wrap;gap:12px;align-items:center}
footer p,footer a{font-size:12px;color:var(--text3);text-decoration:none}
footer a:hover{color:var(--purple-light)}
@media(max-width:768px){
.feature-row{grid-template-columns:1fr}
.mini-grid{grid-template-columns:1fr 1fr}
.platform-grid{grid-template-columns:repeat(3,1fr)}
nav{padding:12px 16px}
.nav-links{display:none}
.hero-stats{gap:24px}
}
@media(max-width:480px){
.mini-grid{grid-template-columns:1fr}
.platform-grid{grid-template-columns:1fr 1fr}
}
</style>
</head>
<body>
<nav>
<a class="nav-logo" href="landing-page.html"><span>📎</span> האלגוריתם שחזר בתשובה</a>
<ul class="nav-links">
<li><a href="landing-page.html">בית</a></li>
<li><a href="features.html" class="active">פיצ'רים</a></li>
<li><a href="pricing.html">תמחור</a></li>
<li><a href="faq.html">שאלות נפוצות</a></li>
<li><a href="support.html">תמיכה</a></li>
</ul>
<a class="nav-cta" href="#">התקן חינם</a>
</nav>
<section class="hero">
<div class="hero-badge">📎 פיצ'רים של גרסה 1.3</div>
<h1>הכוח בידיים <span>שלך</span></h1>
<p class="hero-sub">כל מה שקליפי יכול לעשות בשבילך — במקום אחד.</p>
<div class="hero-stats">
<div class="hero-stat"><div class="num">5</div><div class="lbl">רשתות חברתיות</div></div>
<div class="hero-stat"><div class="num">12+</div><div class="lbl">קטגוריות תוכן</div></div>
<div class="hero-stat"><div class="num">0</div><div class="lbl">שרתים חיצוניים</div></div>
<div class="hero-stat"><div class="num">100%</div><div class="lbl">פרטיות</div></div>
</div>
</section>
<!-- Feature rows -->
<div class="features-big">
<div class="feature-row">
<div class="feat-text">
<h2>ניתוח תוכן <span>בזמן אמת</span></h2>
<p>בזמן שאתה גולל, קליפי מנתח כל פוסט, כל כותרת, כל וידאו — ומסווג אותו לקטגוריה. בלי עיכוב, בלי לגעת בביצועי הדפדפן.</p>
<ul class="feat-bullets">
<li>זיהוי 12+ קטגוריות: פוליטיקה, ספורט, טכנולוגיה, בידור ועוד</li>
<li>ניתוח בעברית ואנגלית גם יחד</li>
<li>ציון ביטחון לכל קטגוריה</li>
<li>עדכון בזמן אמת ללא רענון דף</li>
</ul>
</div>
<div class="feat-visual">
<div class="feat-visual-inner">
<div>📊</div>
<div class="feat-visual-label">ניתוח קטגוריות</div>
</div>
</div>
</div>
<div class="feature-row reverse">
<div class="feat-visual">
<div class="feat-visual-inner">
<div>🔍</div>
<div class="feat-visual-label">הסבר "למה אני רואה את זה"</div>
</div>
</div>
<div class="feat-text">
<h2>הסבר <span>שקוף</span></h2>
<p>לחץ על קליפי בכל פוסט וקבל הסבר מפורט: "ראית 47 סרטוני ספורט השבוע — לכן YouTube ממשיך להמליץ על ספורט". שקיפות מלאה, בלי שינוי לשון.</p>
<ul class="feat-bullets">
<li>הסבר לכל פוסט בנפרד</li>
<li>קישור בין היסטוריית הגלישה להמלצה</li>
<li>זיהוי לופ אלגוריתמי ("כלוב הנוצות")</li>
<li>עצות לשינוי הפיד</li>
</ul>
</div>
</div>
<div class="feature-row">
<div class="feat-text">
<h2>מחיקה <span>אוטומטית</span></h2>
<p>קליפי לומד מהתנהגות שלך. סמנת פוסט כ"לא מעניין"? הוא יזכור ויסיר כל פוסט דומה בפעם הבאה — בלי לשאול, בלי עיכוב.</p>
<ul class="feat-bullets">
<li>למידה פסיבית — רק מהקלקות שלך</li>
<li>סף מחיקה מתכוונן (0–100%)</li>
<li>ביטול בלחיצה אחת</li>
<li>לוג של כל מה שהוסר</li>
</ul>
</div>
<div class="feat-visual">
<div class="feat-visual-inner">
<div>🗑️</div>
<div class="feat-visual-label">מחיקה חכמה</div>
</div>
</div>
</div>
<div class="feature-row reverse">
<div class="feat-visual">
<div class="feat-visual-inner">
<div>📈</div>
<div class="feat-visual-label">דשבורד שבועי</div>
</div>
</div>
<div class="feat-text">
<h2>דשבורד <span>שקוף</span></h2>
<p>לחץ על האייקון וקבל תמונה שלמה: כמה זמן בכל רשת, אילו קטגוריות הכי נפוצות, כמה פוסטים הוסרו, מגמות שבועיות.</p>
<ul class="feat-bullets">
<li>סטטיסטיקה של 7 ימים אחרונים</li>
<li>גרף שעות גלישה יומי</li>
<li>רשימת האתרים שהכי ביקרת</li>
<li>תובנות טקסטואליות אוטומטיות</li>
</ul>
</div>
</div>
</div>
<!-- Mini features grid -->
<section class="mini-grid-section">
<h2>עוד מה שקליפי יודע</h2>
<p>תכונות שמשדרגות את חווית הגלישה שלך מהיום הראשון.</p>
<div class="mini-grid">
<div class="mini-card">
<div class="icon">🔒</div>
<h3>100% פרטיות</h3>
<p>כל הנתונים בדפדפן שלך בלבד. אין שרת, אין מעקב, אין שום שליחת מידע.</p>
</div>
<div class="mini-card">
<div class="icon">⚡</div>
<h3>מהיר מאוד</h3>
<p>ניתוח מקומי על המחשב שלך — אין השהייה של רשת, אין תלות בחיבור.</p>
</div>
<div class="mini-card">
<div class="icon">🌐</div>
<h3>עברית ואנגלית</h3>
<p>זיהוי תוכן בשתי השפות בו זמנית, ממשק מלא בעברית עם RTL מושלם.</p>
</div>
<div class="mini-card">
<div class="icon">🎨</div>
<h3>ממשק נקי</h3>
<p>לא מפריע לגלישה שלך — קליפי מופיע רק כשצריך, שקוף כשלא.</p>
</div>
<div class="mini-card">
<div class="icon">📂</div>
<h3>קוד פתוח</h3>
<p>כל הקוד זמין ב-GitHub. תוכל לבדוק בעצמך שאנחנו לא עושים שום דבר מחשיד.</p>
</div>
<div class="mini-card">
<div class="icon">♻️</div>
<h3>אפס & התחל</h3>
<p>רוצה להתחיל מחדש? לחץ "אפס נתונים" — קליפי שוכח הכל תוך שנייה.</p>
</div>
</div>
</section>
<!-- Platforms -->
<section class="platform-section">
<h2>רשתות נתמכות</h2>
<div class="platform-grid">
<div class="platform-card">
<div class="emoji">🐦</div>
<h3>Twitter / X</h3>
<p>ניתוח ציוצים, הטרנדים, ופיד ה-For You</p>
</div>
<div class="platform-card">
<div class="emoji">📘</div>
<h3>Facebook</h3>
<p>פוסטים, שיתופים, וידאו, עמודים</p>
</div>
<div class="platform-card">
<div class="emoji">📸</div>
<h3>Instagram</h3>
<p>Reels, פוסטים, Explore</p>
</div>
<div class="platform-card">
<div class="emoji">▶️</div>
<h3>YouTube</h3>
<p>המלצות, Shorts, היסטוריית צפייה</p>
</div>
<div class="platform-card">
<div class="emoji">🎵</div>
<h3>TikTok</h3>
<p>For You Page, סרטונים טרנדיים</p>
</div>
</div>
<p style="text-align:center;font-size:13px;color:var(--text3);margin-top:20px">Reddit ו-LinkedIn — בפיתוח לגרסה הבאה</p>
</section>
<!-- CTA -->
<section class="cta">
<h2>מוכן להתחיל?</h2>
<p>מותקן ועובד בתוך 30 שניות. חינמי לתמיד.</p>
<a href="#">הוסף לכרום — חינם 📎</a>
<p class="cta-note">ללא הרשמה · ללא כרטיס אשראי · 30 שניות</p>
</section>
<footer>
<p>© 2026 האלגוריתם שחזר בתשובה</p>
<div style="display:flex;gap:20px">
<a href="docs/privacy-policy.html">פרטיות</a>
<a href="pricing.html">תמחור</a>
<a href="faq.html">שאלות נפוצות</a>
<a href="support.html">תמיכה</a>
<a href="landing-page.html">בית</a>
</div>
</footer>
</body>
</html>