Skip to content

Commit b1a1af1

Browse files
committed
Update bio and fix AI feedback
1 parent d1e6bd4 commit b1a1af1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/_includes/bio.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: layouts/base.njk
33
---
4-
<main class="max-w-5xl mx-auto px-4 py-12">
4+
<main id="profile-data" data-name="{{ name }}" data-skills="{{ languages }}" data-email="{{ email }}" class="max-w-5xl mx-auto px-4 py-12">
55
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
66

77
<div class="lg:col-span-1 space-y-6">
@@ -20,7 +20,7 @@ layout: layouts/base.njk
2020
{% endif %}
2121

2222
{% if email %}
23-
<div class="flex items-center gap-3 group cursor-pointer" onclick="copyToClipboard('{{ email }}', this)">
23+
<div class="flex items-center gap-3 group cursor-pointer copy-email-btn" data-email="{{ email }}">
2424
<span class="text-lg">✉️</span>
2525
<span class="text-[var(--text-muted)] group-hover:text-accent truncate">{{ email }}</span>
2626
<span class="hidden group-hover:inline text-[10px] bg-accent text-white px-2 py-0.5 rounded">Copy</span>

0 commit comments

Comments
 (0)