Files
cv-site/templates/partials/widgets/contact-button.html
T

12 lines
422 B
HTML
Raw Normal View History

{{define "contact-button"}}
<!-- Contact Button (Fixed Left) -->
<button
id="contact-button"
class="fixed-btn contact-btn no-print has-tooltip"
onclick="document.getElementById('contact-modal').showModal()"
aria-label="{{.UI.Widgets.Contact.AriaLabel}}"
data-tooltip="{{.UI.Widgets.Contact.Tooltip}}">
<iconify-icon icon="mdi:email-outline" width="28" height="28"></iconify-icon>
</button>
{{end}}