Assets
Downloads for affiliates, creators and protected-work placements
Use these assets when promoting Niveusly through affiliate content, partner pages, creator profiles, portfolios, footers or website sections that communicate that work is protected by Niveusly.
Niveusly wordmark
For affiliate pages, partner mentions, content placements, and general brand references.
Protected by Niveusly badge
A transparent badge for light surfaces where you want to show that original work is protected.
Protected by Niveusly badge, dark
A transparent badge for darker backgrounds, media kits, footers, and dark UI sections.
These downloads are SVGs with transparent backgrounds, so they can be placed on your own site, media kit, or content layouts without bringing along a fixed container background. Because they are SVGs, you can also scale them up or down in your own site markup or CSS without losing sharpness.
<img
src="/brand-downloads/niveusly/protected-by-niveusly-light.svg"
alt="Protected by niveusly"
style="width: 180px; height: auto;"
/>
<!-- or with CSS -->
<img src="/brand-downloads/niveusly/protected-by-niveusly-light.svg" alt="Protected by niveusly" class="niveusly-badge">
<style>
.niveusly-badge {
width: 180px;
height: auto;
}
</style>