Skip to content

Commit

Permalink
Zuplo sponsoring
Browse files Browse the repository at this point in the history
  • Loading branch information
EwenQuim committed Jul 4, 2024
1 parent 08eec26 commit aa0b133
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ Inspired by Nest, built for Go developers.
Also empowers `html/template`, `a-h/templ` and `maragudk/gomponents`:
see [the example](./examples/full-app-gourmet) - actually running [in prod](https://gourmet.quimerch.com)!

## Sponsors

Fuego is proudly sponsored by [Zuplo](https://zuplo.link/fuego-gh), that provides [a Fuego integration](https://zuplo.link/fuego-gh)!

<div align="center">
<img src="./assets/Zuplo.png" style="border-radius:10px" height="100" alt="Fuego Logo" />
</div>

> Zuplo allows you to secure your Fuego API, scale it globally, generate documentation from your OpenAPI, and add monetization.
## Why Fuego?

Chi, Gin, Fiber and Echo are great frameworks.
Expand Down
Binary file added assets/Zuplo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ const config: Config = {
label: "GitHub",
position: "right",
},
{
position: "left",
value:
"<a href='https://zuplo.link/fuego-gh' style='background-color: rgb(255 0 189);padding: 6px;border-radius: 2px; color: white'>Try Zuplo!</a> <span class='hidden-when-small'>Serverless API Gateway, designed for developers.</span>",
type: "html",
},
],
},
footer: {
Expand Down
6 changes: 6 additions & 0 deletions documentation/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@
--ifm-color-primary-lightest: #ffe1b7;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1300px) {
.hidden-when-small {
display: none;
}
}

0 comments on commit aa0b133

Please sign in to comment.