mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
feat: add mailto, so when clicking the contact button the email client opens
Refs: OPS-90
This commit is contained in:
parent
690b716562
commit
27ebf5b2b6
1 changed files with 9 additions and 7 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue