feat: add mailto, so when clicking the contact button the email client opens

Refs: OPS-90
This commit is contained in:
0xjrx 2025-03-27 15:54:12 +01:00
parent 690b716562
commit 27ebf5b2b6
No known key found for this signature in database
GPG key ID: 61C53033867D0271

View file

@ -92,7 +92,7 @@
<a href="https://github.com/PlexSheep">Github</a> <a href="https://github.com/PlexSheep">Github</a>
<p>software@cscherr.de</p> <p>software@cscherr.de</p>
<p><button class="button">Contact</button></p> <p><a href="mailto:software@cscherr.de"><button class="button">Contact</button></a></p>
</div> </div>
</div> </div>
@ -104,8 +104,10 @@
<p>Cyber Security Student working on malware research and development.</p> <p>Cyber Security Student working on malware research and development.</p>
<a href="https://github.com/0xjrx">Github</a> <a href="https://github.com/0xjrx">Github</a>
<p>mrmarquard@protonmail.com</p>
<p><button class="button">Contact</button></p> <p>mrmarquard@protonmail.com</p>
<p><a href="mailto:mrmarquard@protonmail.com"><button class="button">Contact</button></a></p>
</div> </div>
</div> </div>
@ -117,8 +119,8 @@
<p>Cyber Security Student with a focus on Linux Security</p> <p>Cyber Security Student with a focus on Linux Security</p>
<a href="https://github.com/0xalivecow">Github</a> <a href="https://github.com/0xalivecow">Github</a>
<p>0xalivecow@example.com</p> <p>0xalivecow@ta-lotz.de</p>
<p><button class="button">Contact</button></p> <p><a href="mailto:0xalivecow@ta-lotz.de" ><button class="button">Contact</button></a></p>
</div> </div>
</div> </div>
@ -131,8 +133,8 @@
<a href="https://github.com/Amrasil">Github</a> <a href="https://github.com/Amrasil">Github</a>
<p>amrasil@example.com</p> <p>amrasil@protonmail.ma</p>
<p><button class="button">Contact</button></p> <p><a href="mailto:amrasil@example.com"><button class="button">Contact</button></a></p>
</div> </div>
</div> </div>
</div> </div>