Skip to content

Commit

Permalink
Change order of logos
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Sep 2, 2024
1 parent a99f78a commit 29fd700
Showing 1 changed file with 30 additions and 24 deletions.
54 changes: 30 additions & 24 deletions src/docs/theme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,35 +72,31 @@ <h2>More than 35 integrations</h2>
alt="dynamodb"/>
</div>
<div class="col-6 col-md-3 col-lg-3 text-center integrationLogo"><img class="img-fluid"
src="/img/kafka.svg"
alt="kafka"/>
</div>
<div class="col-6 col-md-3 col-lg-3 text-center integrationLogo"><img class="img-fluid"
src="/img/s3.png"
alt="s3"/></div>
<div class="col-6 col-md-3 col-lg-3 text-center integrationLogo"><img class="img-fluid"
src="/img/lambda.png"
alt="lambda"/>
src="/img/google-analytics.svg"
alt="google analytics"/>
</div>
<div class="col-6 col-md-3 col-lg-3 text-center integrationLogo"><img class="img-fluid"
src="/img/anthropic.png"
alt="anthropic"/>
</div>
src="/img/kms.png"
alt="kms"/></div>

<div class="col-6 col-md-3 col-lg-3 text-center integrationLogo"><img class="img-fluid"
src="/img/sqs.png"
alt="sqs"/></div>

<div class="col-6 col-md-3 col-lg-3 text-center integrationLogo"><img class="img-fluid"
src="/img/google-analytics.svg"
alt="google analytics"/>
src="/img/anthropic.png"
alt="anthropic"/>
</div>
<div class="col-6 col-md-3 col-lg-3 text-center integrationLogo"><img class="img-fluid"
src="/img/langchain.svg"
alt="langchain"/>
src="/img/eventbridge.png"
alt="eventbridge"/>
</div>

<div class="col-6 col-md-3 col-lg-3 text-center integrationLogo"><img class="img-fluid"
src="/img/firehose.svg"
alt="sns"/></div>
src="/img/kafka.svg"
alt="kafka"/>
</div>

<div class="col-6 col-md-3 col-lg-3 text-center integrationLogo"><img class="img-fluid"
src="/img/gitlab.svg"
alt="gitlab"/>
Expand All @@ -110,16 +106,24 @@ <h2>More than 35 integrations</h2>
alt="cloudwatch"/>
</div>
<div class="col-6 col-md-3 col-lg-3 text-center integrationLogo"><img class="img-fluid"
src="/img/kms.png"
alt="kms"/></div>
src="/img/langchain.svg"
alt="langchain"/>
</div>
<div class="col-6 col-md-3 col-lg-3 text-center integrationLogo"><img class="img-fluid"
src="/img/firehose.svg"
alt="firehose"/>
</div>
<div class="col-6 col-md-3 col-lg-3 text-center integrationLogo"><img class="img-fluid"
src="/img/s3.png"
alt="s3"/></div>

<div class="col-6 col-md-3 col-lg-3 text-center integrationLogo"><img class="img-fluid"
src="/img/mattermost.svg"
alt="mattermost"/>
</div>
<div class="col-6 col-md-3 col-lg-3 text-center integrationLogo"><img class="img-fluid"
src="/img/eventbridge.png"
alt="eventbridge"/>
src="/img/lambda.png"
alt="lambda"/>
</div>
<div class="col-6 col-md-3 col-lg-3 text-center integrationLogo"><img class="img-fluid"
src="/img/ollama.svg"
Expand Down Expand Up @@ -228,11 +232,13 @@ <h2>It's simple to use and extend the built-in API Clients...</h2>
<div class="col-lg-1"></div>
<div class="col-lg-5 text-center">
<p>1. Instantiate your API Client and use, injecting your own HTTP client for observability.</p>
<img class="img-fluid" style="border-radius: 8px" src="/img/using-client.png" alt="Using a Connect API Client"/>
<img class="img-fluid" style="border-radius: 8px" src="/img/using-client.png"
alt="Using a Connect API Client"/>
</div>
<div class="col-lg-5 text-center">
<p>2. Is your API action not supported? No problem - simply create your own by extension!</p>
<img class="img-fluid" style="border-radius: 8px" src="/img/extending-client.png" alt="Extending a Connect API Client"/>
<img class="img-fluid" style="border-radius: 8px" src="/img/extending-client.png"
alt="Extending a Connect API Client"/>
</div>
<div class="col-lg-1"></div>
</div>
Expand Down

0 comments on commit 29fd700

Please sign in to comment.