Skip to content

Commit

Permalink
Move clients logos to local assets instead of fetching them remotely
Browse files Browse the repository at this point in the history
  It's faster and solve the blinking problem on the clients
  presentation.
  • Loading branch information
KtorZ committed Aug 11, 2023
1 parent d2b1d70 commit 244afc7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/content/clients/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ pre = "<b>3. </b>"
There exists a variety of clients for Ogmios. Initially, the TypeScript client was developed alongside the server as a proof-of-concept. Over time, amazing community members have developed new clients in their favorite languages:

<table align="center"><thead><tr>
<td align="center"><img height=72 width=72 src="https://github.com/cardanosolutions/ogmios/blob/master/.github/clients/typescript.png?raw=true" alt="Logo:TypeScript"><br/><a href="https://ogmios.dev/typescript/api/modules/_cardano_ogmios_client.html"><strong>TypeScript</strong></a></td>
<td align="center"><img height=72 width=72 src="https://github.com/cardanosolutions/ogmios/blob/master/.github/clients/go.png?raw=true" alt="Logo:Go"><br/><a href="https://github.com/SundaeSwap-finance/ogmigo#readme"><strong>Go</strong></a></td>
<td align="center"><img height=72 width=72 src="https://github.com/cardanosolutions/ogmios/blob/master/.github/clients/kotlin.png?raw=true" alt="Logo:Kotlin"><br/><a href="https://github.com/projectNEWM/kogmios#readme"><strong>Kotlin</strong></a></td>
<td align="center"><img height=72 width=72 src="https://github.com/cardanosolutions/ogmios/blob/master/.github/clients/java.png?raw=true" alt="Logo:Java"><br/><a href="https://github.com/adabox-aio/ogmios-java-client.git#readme"><strong>Java</strong></a></td>
<td align="center"><img height=72 width=72 src="/images/clients/typescript.png" alt="Logo:TypeScript"><br/><a href="https://ogmios.dev/typescript/api/modules/_cardano_ogmios_client.html"><strong>TypeScript</strong></a></td>
<td align="center"><img height=72 width=72 src="/images/clients/go.png" alt="Logo:Go"><br/><a href="https://github.com/SundaeSwap-finance/ogmigo#readme"><strong>Go</strong></a></td>
<td align="center"><img height=72 width=72 src="/images/clients/kotlin.png" alt="Logo:Kotlin"><br/><a href="https://github.com/projectNEWM/kogmios#readme"><strong>Kotlin</strong></a></td>
<td align="center"><img height=72 width=72 src="/images/clients/java.png" alt="Logo:Java"><br/><a href="https://github.com/adabox-aio/ogmios-java-client.git#readme"><strong>Java</strong></a></td>
</tr><thead></table>

In this manual, we cover some usage of the TypeScript client. For other clients, please refer to their respective projects and maintainers.
Binary file added docs/static/images/clients/go.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/clients/java.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/clients/kotlin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/clients/typescript.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 244afc7

Please sign in to comment.