UzCombinator

Backed by badge

For the startups in the portfolio: put the badge on your website and link it to UzCombinator. Pick the wording and the theme; take the picture or the HTML + CSS version.

Wording

Background

Picture badge

One image, one link. SVG stays sharp at any size; PNG is for site builders that do not accept SVG.

SVG
<a href="https://uzcombinator.uz/portfolio?utm_source=badge" target="_blank" rel="noopener">
  <img src="https://uzcombinator.uz/badge/image?form=backed-by&theme=light" alt="Backed by UzCombinator" width="214" height="44">
</a>
PNG
<a href="https://uzcombinator.uz/portfolio?utm_source=badge" target="_blank" rel="noopener">
  <img src="https://uzcombinator.uz/badge/image?form=backed-by&theme=light&format=png" alt="Backed by UzCombinator" width="214" height="44">
</a>

Download: SVG · PNG (2x)

HTML + CSS badge

No picture but the mark: the words are text, in your site's own font, with a hover. Paste the whole block.

Hover

HTML + CSS
<style>
.uzc-badge{display:inline-flex;align-items:center;gap:9px;height:44px;padding:0 14px;border:1px solid #e5e7eb;border-radius:8px;background:#ffffff;color:#6b7280;font:500 13px/1 -apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease,color .15s ease}
.uzc-badge img{width:23px;height:22px;display:block}
.uzc-badge strong{font-weight:700;color:#111111;letter-spacing:-0.01em}
.uzc-badge:hover{transform: translateY(-2px); box-shadow: 0 10px 24px rgba(17, 17, 17, 0.14);}
.uzc-badge:hover strong{color:inherit}
</style>
<a class="uzc-badge" href="https://uzcombinator.uz/portfolio?utm_source=badge" target="_blank" rel="noopener" aria-label="Backed by UzCombinator">
  <img src="https://uzcombinator.uz/badge/mark.png" alt="" width="23" height="22">
  <span>Backed by</span> <strong>UzCombinator</strong>
</a>

How to use it

  1. Choose the wording and the background that match your site.
  2. Copy one of the code blocks and paste it into your site's footer or “About” section.
  3. Keep the link as it is - it points to the UzCombinator portfolio, which is what makes the badge count.