We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8112c commit ff25837Copy full SHA for ff25837
1 file changed
src/components/Contact.astro
@@ -52,4 +52,29 @@ import { Icon } from "astro-icon/components";
52
>
53
</li>
54
</ul>
55
+ <ul class="flex justify-end gap-2">
56
+ <li>
57
+ <a
58
+ class="flex gap-1 items-center"
59
+ href="https://hackerone.com/real_etherbeing?type=user"
60
+ ><Icon name="simple-icons:hackerone" /> HackerOne</a
61
+ >
62
+ </li>
63
64
65
66
+ href="https://bugcrowd.com/h/etherbeing99"
67
68
+ <Icon name="simple-icons:bugcrowd" /> Bugcrowd</a
69
70
71
72
73
74
+ href="https://tryhackme.com/p/etherbeing"
75
76
+ <Icon name="simple-icons:tryhackme" /> TryHackMe</a
77
78
79
+ </ul>
80
</section>
0 commit comments