-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexpander.html
More file actions
155 lines (154 loc) · 6.27 KB
/
expander.html
File metadata and controls
155 lines (154 loc) · 6.27 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
<style>
.custom-expander {
background-color: #f0f8ff;
border-radius: 10px;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.custom-expander label {
color: #1e90ff;
font-size: 24px;
text-align: center;
margin-bottom: 15px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
cursor: pointer;
display: block;
}
.expander-toggle {
display: none;
}
.expander-content {
font-size: 26px;
line-height: 1.6;
color: #000000; /* Changed to black */
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-out;
}
.expander-toggle:checked + label + .expander-content {
max-height: 1000px; /* Adjust this value based on your content */
}
.expander-content p {
margin-bottom: 10px;
}
.highlight {
background: linear-gradient(120deg, #ffd700 0%, #ffd700 100%);
background-repeat: no-repeat;
background-size: 100% 0.2em;
background-position: 0 88%;
transition: background-size 0.25s ease-in;
}
.highlight:hover {
background-size: 100% 88%;
}
.expander-toggle + label::after {
content: " ▼";
}
.expander-toggle:checked + label::after {
content: " ▲";
}
.centered-image {
width: 300px;
display: block;
margin: 20px auto;
}
</style>
<div class="custom-expander">
<input type="checkbox" id="expander-toggle" class="expander-toggle" />
<label for="expander-toggle">אודות</label>
<div class="expander-content">
<h2>RAG (Retrieval-Augmented Generation) בקצרה:</h2>
<p>
RAG היא טכנולוגיה המאפשרת ל-צ'אטבוט לאחזר מידע מדויק ממסמכים ארגוניים
ולהשתמש בו ליצירת תשובות מותאמות אישית. זה מבטיח דיוק, רלוונטיות ועדכניות
בתקשורת עם המשתמשים שלך.
</p>
<h2>אפליקציה זו:</h2>
<p>
מציעה פתרון חדשני לניצול המידע הפנים-ארגוני בצורה יעילה ונגישה. היא מאפשרת
לכם ליצור צ'אטבוט מותאם אישית, המסוגל לשוחח עם הלקוחות, העובדים או בעלי
העניין, תוך שימוש במידע הייחודי שלכם.
</p>
<h2>יתרונות עבור הארגון שלך:</h2>
<ol>
<li>נגישות מידע 24/7: אפשרות גישה למידע בכל עת, ללא תלות בשעות עבודה.</li>
<li>שיפור השירות: מתן מענה מהיר ומדויק לשאלות נפוצות.</li>
<li>יעילות תפעולית: הפחת עומס על צוותי התמיכה ומשאבי אנוש.</li>
<li>
עדכניות: עדכון בסיס הידע בקלות ובמהירות, כך שהמידע יהיה תמיד עדכני.
</li>
<li>התאמה אישית: התאמת ה-צ'אטבוט לצרכים הייחודיים שלכם.</li>
</ol>
<h2>שימושים פוטנציאליים בארגון:</h2>
<ul>
<li>מידע על מוצרים ושירותים</li>
<li>תמיכה טכנית ופתרון בעיות</li>
<li>מידע על נהלים ומדיניות פנים-ארגונית</li>
<li>עדכונים על אירועים ופעילויות</li>
<li>מענה לשאלות נפוצות של לקוחות או עובדים</li>
</ul>
<p>
באמצעות אפליקציה זו, תוכלו להפוך את המידע הפנימי למשאב נגיש ובעל ערך,
המשפר את התקשורת, היעילות והשירות שלכם. זוהי הזדמנות עבורך להישאר בחזית
הטכנולוגיה ולספק חווית משתמש מתקדמת ואיכותית ללקוחות ולעובדים שלכם.
</p>
<p>
השקיעו היום ב-צ'אטבוט חכם ומותאם אישית, וראו כיצד הארגון מתייעל, משפר את
השירות ומגדיל את שביעות הרצון של הלקוחות והעובדים.
</p>
<p>
<a
href="https://linktr.ee/sagib?lt_utm_source=lt_share_link#373198503"
target="_blank"
><img
src="https://img.shields.io/badge/linktree-white?style=for-the-badge&logo=linktree&logoColor=43E55E"
alt="Linktree"
/></a>
<a href="https://www.facebook.com/sagi.baron" target="_blank"
><img
src="https://img.shields.io/badge/facebook-white?style=for-the-badge&logo=facebook&logoColor=0866FF"
alt="Facebook"
/></a>
<a href="https://www.linkedin.com/in/sagi-bar-on" target="_blank"
><img
src="https://img.shields.io/badge/linkedin-white?style=for-the-badge&logo=linkedin&logoColor=0A66C2"
alt="LinkedIn"
/></a>
<a href="https://api.whatsapp.com/send?phone=972549995050" target="_blank"
><img
src="https://img.shields.io/badge/CONTACT_ME-white?style=for-the-badge&logo=whatsapp&logoColor=25D366"
alt="Contact Me"
/></a>
<a
href="https://whatsapp.com/channel/0029Vaj33VkEawds11JP9o1c"
target="_blank"
><img
src="https://img.shields.io/badge/AI_TIPS_&_TRICKS_CHANNEL-white?style=for-the-badge&logo=whatsapp&logoColor=25D366"
alt="AI Tips & Tricks Channel"
/></a>
<a
href="https://whatsapp.com/channel/0029Vaj33VkEawds11JP9o1c"
target="_blank"
><img
src="https://img.shields.io/badge/AI_DISCUSSION_GROUP-white?style=for-the-badge&logo=whatsapp&logoColor=25D366"
alt="AI Discussion Group"
/></a>
<a href="https://www.youtube.com/@SagiBaron" target="_blank"
><img
src="https://img.shields.io/badge/Subscribe_to_my_YouTube_channel-white?style=for-the-badge&logo=youtube&logoColor=FF0000"
alt="Subscribe"
/></a>
<a href="mailto:sagi.baron76@gmail.com"
><img
src="https://img.shields.io/badge/email_me-white?style=for-the-badge&logo=gmail&logoColor=EA4335"
alt="Email Me"
/></a>
<a href="https://buymeacoffee.com/sagibar" target="_blank"
><img
src="https://img.shields.io/badge/Buy_Me_A_Beer-white?style=for-the-badge&logo=buymeacoffee&logoColor=FFDD00"
alt="Buy Me A Beer"
/></a>
</p>
</div>
</div>