Fixed draft feature
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<!-- Hero -->
|
||||
<section class="text-center py-20 bg-gradient-to-br from-orange-500/20 via-rose-500/10 to-fuchsia-500/10 text-white shadow-inner">
|
||||
<h1 class="text-5xl font-extrabold mb-4">Contact Me</h1>
|
||||
<p class="text-lg opacity-90">Here’s my professional contact card — let’s connect!</p>
|
||||
<p class="text-lg opacity-90">Here’s my contact card — let’s connect!</p>
|
||||
</section>
|
||||
|
||||
<!-- vCard Section -->
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
<!-- Avatar / Photo -->
|
||||
<div class="flex-shrink-0">
|
||||
<img src="{{ url_for('static', filename='Headshot.jpg') }}" alt="{{ CONTACT.name }}"
|
||||
<img src="{{ url_for('static', filename='Headshot.jpeg') }}" alt="{{ CONTACT.name }}"
|
||||
class="w-40 h-40 rounded-full border-4 border-[rgb(var(--accent))] shadow-glass object-cover">
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user