# Trusted Partner Badges

These trusted partner badges are more general. The are best for Agency Partners and other service company partners.

<figure><img src="https://uploads.fera.ai/brand/partners/trusted_partner_badges@2x.png" alt=""><figcaption><p>4 variations of our trusted partner badges.</p></figcaption></figure>

## HTML Code for Badges

These HTML snippets will display the badge using on our CDNs and link.

Please update the partner profile links in the HTML to link to your partner profile (by replacing the "code" with your partner code).

{% tabs %}
{% tab title="Light (Default)" %}
{% embed url="<https://codepen.io/jayelkaake/pen/XWYpNNJ>" %}
HTML code for light trusted partner badge.
{% endembed %}
{% endtab %}

{% tab title="Dark" %}
{% embed url="<https://codepen.io/jayelkaake/pen/abKpBWN>" %}
HTML code for dark trusted partner badge.
{% endembed %}
{% endtab %}

{% tab title="Other Variations" %}
Rainbow

```html
<a href="https://www.fera.ai/partners/shopify" target="fera" style="display: inline-block; border: none;" title="This app/theme is compatible with Fera for your reviews."><img src="https://uploads.fera.ai/brand/partners/works_with_fera/rainbow.svg"></a>
```

Pure White (on Black Background):

```html
<a href="https://www.fera.ai/partners/shopify" target="fera" style="display: inline-block; border: none;" title="This app/theme is compatible with Fera for your reviews."><img src="https://uploads.fera.ai/brand/partners/trusted/black.svg"></a>
```

Pure Black (on White Background):

```html
<a href="https://www.fera.ai/partners/shopify" target="fera" style="display: inline-block; border: none;" title="This app/theme is compatible with Fera for your reviews."><img src="https://uploads.fera.ai/brand/partners/trusted/white.svg"></a>
```

{% endtab %}
{% endtabs %}
