Brand Assets
Download official pentest.fyi logos, badges, and brand assets for use on your website or marketing materials.
Brand Color
#36BA01 "Find us on" Badge
Use these badges to show that your company is listed on pentest.fyi.
Badge Embed Code
Copy the code below to add a "Find us on pentest.fyi" badge to your website. Replace YOURDOMAIN.COM with your actual domain.
Light theme (for light backgrounds)
<a href="https://pentest.fyi?utm_source=badge&utm_campaign=YOURDOMAIN.COM"
target="_blank" rel="noopener">
<img
src="/path/to/find_us_on_light.png"
alt="Find us on pentest.fyi"
width="200"
height="50"
/>
</a> Dark theme (for dark backgrounds)
<a href="https://pentest.fyi?utm_source=badge&utm_campaign=YOURDOMAIN.COM"
target="_blank" rel="noopener">
<img
src="/path/to/find_us_on_dark.png"
alt="Find us on pentest.fyi"
width="200"
height="50"
/>
</a> Auto theme (adapts to user's color scheme)
<a href="https://pentest.fyi?utm_source=badge&utm_campaign=YOURDOMAIN.COM"
target="_blank" rel="noopener">
<picture>
<source
srcset="/path/to/find_us_on_dark.png"
media="(prefers-color-scheme: dark)"
/>
<img
src="/path/to/find_us_on_light.png"
alt="Find us on pentest.fyi"
width="200"
height="50"
/>
</picture>
</a> Usage Guidelines
- Use the light logo on light backgrounds and the dark logo on dark backgrounds.
- Do not alter, distort, or recolor the logos.
- Maintain adequate spacing around the logo.
- Questions? Contact hello@pentest.fyi.