add mailto to email link
This commit is contained in:
parent
892a972668
commit
1459ed390e
14
index.html
14
index.html
@ -47,12 +47,14 @@
|
||||
<a class="hover:text-[#ffce00]">Now</a>
|
||||
<a class="hover:text-[#ffce00]">Featured</a>
|
||||
</div>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
||||
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
|
||||
class="lucide lucide-mail text-slate-400 hover:text-[#ffce00]">
|
||||
<rect width="20" height="16" x="2" y="4" rx="2" />
|
||||
<path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" />
|
||||
</svg>
|
||||
<a href="mailto:tarmstrong95@proton.me">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
|
||||
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
|
||||
class="lucide lucide-mail text-slate-400 hover:text-[#ffce00]">
|
||||
<rect width="20" height="16" x="2" y="4" rx="2" />
|
||||
<path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" />
|
||||
</svg>
|
||||
</a>
|
||||
</nav>
|
||||
|
||||
<!-- ______________________________________________________________ -->
|
||||
|
Loading…
Reference in New Issue
Block a user