The Branta Badge

Convey trust and status to your customers by including the Branta Badge in your website footer.

HTML

Black on White

<a href="https://branta.pro" target="_blank" rel="noopener noreferrer" style="display: inline-block; margin: 2px;">
  <img src="https://raw.githubusercontent.com/BrantaOps/assets/main/svg/logo-black.svg" alt="Branta" style="height: 16px;">
</a>

White on Black

<a href="https://branta.pro" target="_blank" rel="noopener noreferrer" style="display: inline-block; margin: 2px;">
  <img src="https://raw.githubusercontent.com/BrantaOps/assets/main/svg/logo-white.svg" alt="Branta" style="height: 16px;">
</a>

JSX / TSX

Black on White

<a href="https://branta.pro" target="_blank" rel="noopener noreferrer" style={{display: 'inline-block', margin: "2px"}}>
  <img src="https://raw.githubusercontent.com/BrantaOps/assets/main/svg/logo-black.svg" alt="Branta" style={{height: '16px'}}/>
</a>

White on Black

<a href="https://branta.pro" target="_blank" rel="noopener noreferrer" style={{display: 'inline-block', margin: "2px"}}>
  <img src="https://raw.githubusercontent.com/BrantaOps/assets/main/svg/logo-white.svg" alt="Branta" style={{height: '16px'}}/>
</a>

Last updated