Skip to content

Commit

Permalink
remove sponsors from docs (#5833)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored May 23, 2023
1 parent afadf00 commit 77e3ac7
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 71 deletions.
71 changes: 0 additions & 71 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,77 +13,6 @@ Data validation and settings management using Python type annotations.

Define how data should be in pure, canonical Python; validate it with *pydantic*.

## Sponsors

Development of *pydantic* is made possible by the following sponsors:

<div class="sponsors">
<div>
<a rel="sponsored" target="_blank" href="https://www.salesforce.com">
<img src="./sponsor_logos/salesforce.png" alt="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" />
<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" />
<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" />
<span>ExoFlare</span>
</a>
</div>
<div>
<a rel="sponsored" target="_blank" href="https://home.robusta.dev">
<img src="./sponsor_logos/robusta.png" alt="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" />
<span>SendCloud</span>
</a>
</div>
<div>
<a rel="sponsored" target="_blank" href="https://jina.ai">
<img src="./sponsor_logos/jina-ai.png" alt="Jina AI" />
<span>Jina AI</span>
</a>
</div>
</div>

And many more who kindly sponsor Samuel Colvin on [GitHub Sponsors](https://github.com/sponsors/samuelcolvin#sponsors).

<script>
// randomize the order of sponsors
const ul = document.querySelector('.sponsors')
for (let i = ul.children.length; i >= 0; i--) {
ul.appendChild(ul.children[Math.random() * i | 0])
}
</script>

## Example

{!.tmp_examples/index_main.md!}
Expand Down
Binary file removed docs/sponsor_logos/aws.png
Binary file not shown.
Binary file removed docs/sponsor_logos/exoflare.png
Binary file not shown.
Binary file removed docs/sponsor_logos/explosion_ai.png
Binary file not shown.
Binary file removed docs/sponsor_logos/fastapi.png
Binary file not shown.
Binary file removed docs/sponsor_logos/jina-ai.png
Binary file not shown.
Binary file removed docs/sponsor_logos/robusta.png
Binary file not shown.
Binary file removed docs/sponsor_logos/salesforce.png
Binary file not shown.
Binary file removed docs/sponsor_logos/sendcloud.png
Binary file not shown.
Binary file removed docs/sponsor_logos/tutorcruncher.png
Binary file not shown.

0 comments on commit 77e3ac7

Please sign in to comment.