Skip to content

Commit ff25837

Browse files
committed
feat: Add hacking profiles
1 parent 5b8112c commit ff25837

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

src/components/Contact.astro

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,29 @@ import { Icon } from "astro-icon/components";
5252
>
5353
</li>
5454
</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+
<li>
64+
<a
65+
class="flex gap-1 items-center"
66+
href="https://bugcrowd.com/h/etherbeing99"
67+
>
68+
<Icon name="simple-icons:bugcrowd" /> Bugcrowd</a
69+
>
70+
</li>
71+
<li>
72+
<a
73+
class="flex gap-1 items-center"
74+
href="https://tryhackme.com/p/etherbeing"
75+
>
76+
<Icon name="simple-icons:tryhackme" /> TryHackMe</a
77+
>
78+
</li>
79+
</ul>
5580
</section>

0 commit comments

Comments
 (0)