feat: chat speaks as Juan — first person, CV photo avatar, disclaimer tooltip

- Agent prompt rewritten to first person ("I worked at...", "I built...")
- Bot avatar replaced with dni-thumb.jpeg (2.6KB, 56x56 retina)
- Greeting: "Pregúntame lo que quieras sobre mi currículum"
- Underlined "mi currículum" with floating tooltip disclaimer
- Every response ends with cordial email contact invitation
- Background photos now visible in production (random per load)
- Toggle button remains dev-only
This commit is contained in:
juanatsap
2026-04-26 23:32:48 +01:00
parent 3b6d5e781a
commit f5c78e6845
7 changed files with 111 additions and 72 deletions
+21
View File
@@ -355,6 +355,27 @@
background: var(--text-light, #999999);
}
.chat-avatar-juan {
background: none;
padding: 0;
overflow: hidden;
}
.chat-avatar-juan img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}
.chat-disclaimer {
display: inline;
text-decoration: underline dotted;
text-underline-offset: 2px;
opacity: 0.7;
cursor: help;
}
.chat-msg {
padding: 10px 14px;
border-radius: 16px;
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB