Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Add 11 labs to ours backed by logos
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Jun 20, 2024
1 parent 7f67b97 commit 2455a16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ export function Home() {
<a href="https://www.ycombinator.com/companies/khoj">
<img id='yc-logo' src="https://khoj-web-bucket.s3.amazonaws.com/backedbyyc.svg" alt="Backed by YCominbator" />
</a>
<a href="https://elevenlabs.io/text-to-speech">
<img src="https://storage.googleapis.com/eleven-public-cdn/images/elevenlabs-grants-logo.png" alt="Text to Speech" className='partner-logo' />
</a>
</div>
</div>

Expand Down
4 changes: 4 additions & 0 deletions src/styles/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ img.founders-item-image {
outline: 1px solid var(--main-background);
}

img.partner-logo {
width: 200px;
}

div.founders-item-image-container {
outline: 1px solid var(--main-background);
outline-offset: 8px;
Expand Down

0 comments on commit 2455a16

Please sign in to comment.