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]">Now</a>
|
||||||
<a class="hover:text-[#ffce00]">Featured</a>
|
<a class="hover:text-[#ffce00]">Featured</a>
|
||||||
</div>
|
</div>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
<a href="mailto:tarmstrong95@proton.me">
|
||||||
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
|
||||||
class="lucide lucide-mail text-slate-400 hover:text-[#ffce00]">
|
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
|
||||||
<rect width="20" height="16" x="2" y="4" rx="2" />
|
class="lucide lucide-mail text-slate-400 hover:text-[#ffce00]">
|
||||||
<path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" />
|
<rect width="20" height="16" x="2" y="4" rx="2" />
|
||||||
</svg>
|
<path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" />
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<!-- ______________________________________________________________ -->
|
<!-- ______________________________________________________________ -->
|
||||||
|
Loading…
Reference in New Issue
Block a user