Skip to content

Commit

Permalink
add Explosion AI and AWS to sponsors (#4413)
Browse files Browse the repository at this point in the history
* add Explosion AI and AWS to sponsors

* rename "Explosion AI" to "Explosion"

Co-authored-by: Ines Montani <ines@ines.io>

Co-authored-by: Ines Montani <ines@ines.io>
  • Loading branch information
samuelcolvin and ines committed Aug 23, 2022
1 parent 9d2e1c4 commit 4832ae9
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 9 deletions.
19 changes: 16 additions & 3 deletions docs/extra/tweaks.css
Expand Up @@ -16,17 +16,30 @@

.sponsors {
display: flex;
justify-content: space-between;
justify-content: center;
flex-wrap: wrap;
align-items: center;
margin: 1rem 0;
}

.sponsors div {
.sponsors > div {
text-align: center;
width: 25%;
padding-bottom: 20px;
}

.sponsors span {
display: block;
}

@media screen and (max-width: 599px) {
.sponsors span {
display: none;
}
}

.sponsors img {
width: 75%;
width: 65%;
border-radius: 5px;
}

Expand Down
24 changes: 18 additions & 6 deletions docs/index.md
Expand Up @@ -21,37 +21,49 @@ Development of *pydantic* is made possible by the following sponsors:
<div>
<a rel="sponsored" target="_blank" href="https://www.salesforce.com">
<img src="./sponsor_logos/salesforce.png" alt="Salesforce" />
Salesforce
<span>Salesforce</span>
</a>
</div>
<div>
<a rel="sponsored" target="_blank" href="https://fastapi.tiangolo.com">
<img src="./sponsor_logos/fastapi.png" alt="FastAPI" />
FastAPI
<span>FastAPI</span>
</a>
</div>
<div>
<a rel="sponsored" target="_blank" href="https://aws.amazon.com">
<img src="./sponsor_logos/aws.png" alt="AWS" />
<span>AWS</span>
</a>
</div>
<div>
<a rel="sponsored" target="_blank" href="https://explosion.ai">
<img src="./sponsor_logos/explosion_ai.png" alt="Explosion" />
<span>Explosion</span>
</a>
</div>
<div>
<a rel="sponsored" target="_blank" href="https://tutorcruncher.com/?utm_source=pydantic&utm_campaign=open_source">
<img src="./sponsor_logos/tutorcruncher.png" alt="TutorCruncher" />
TutorCruncher
<span>TutorCruncher</span>
</a>
</div>
<div>
<a rel="sponsored" target="_blank" href="https://www.exoflare.com/open-source/?utm_source=pydantic&utm_campaign=open_source">
<img src="./sponsor_logos/exoflare.png" alt="ExoFlare" />
ExoFlare
<span>ExoFlare</span>
</a>
</div>
<div>
<a rel="sponsored" target="_blank" href="https://home.robusta.dev">
<img src="./sponsor_logos/robusta.png" alt="Robusta" />
Robusta
<span>Robusta</span>
</a>
</div>
<div>
<a rel="sponsored" target="_blank" href="https://www.sendcloud.com">
<img src="./sponsor_logos/sendcloud.png" alt="SendCloud" />
SendCloud
<span>SendCloud</span>
</a>
</div>
</div>
Expand Down
Binary file added docs/sponsor_logos/aws.png
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/sponsor_logos/explosion_ai.png
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 4832ae9

Please sign in to comment.