To add the VAMBOA seal to your website, copy the appropriate snippet of HTML code from the below choices and paste it within your websites code. This may require the assistance of your web developer.
Example of VAMBOA seal:
MEMBERS
Members Seal Code (Dark Theme)
<div style=”width:180px; text-align:center;”>
<a href=”https://vamboa.org/” target=”_blank” rel=”nofollow”><img src=”https://vamboa.org/images/vamboa-member-seal-img.png” /></a>
<p style=”color: #fff;”>Verified Member of VAMBOA</p>
</div>
Members Seal Code (Light Theme)
<div style=”width:180px; text-align:center;”>
<a href=”https://vamboa.org/” target=”_blank” rel=”nofollow”><img src=”https://vamboa.org/images/vamboa-member-seal-img.png” /></a>
<p style=”color: #000;”>Verified Member of VAMBOA</p>
</div>
SPONSORS
Sponsors Seal Code (Dark Theme)
<div style=”width:180px; text-align:center;”>
<a href=”https://vamboa.org/” target=”_blank” rel=”nofollow”><img src=”https://vamboa.org/images/vamboa-member-seal-img.png” /></a>
<p style=”color: #fff;”>Verified Sponsor of VAMBOA</p>
</div>
Sponsors Seal Code (Light Theme)
<div style=”width:180px; text-align:center;”>
<a href=”https://vamboa.org/” target=”_blank” rel=”nofollow”><img src=”https://vamboa.org/images/vamboa-member-seal-img.png” /></a>
<p style=”color: #000;”>Verified Sponsor of VAMBOA</p>
</div>