Skip to content

Commit

Permalink
docs(sponsors): add SidesMedia to bronze sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed May 7, 2024
1 parent e185f40 commit 177e61c
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ It doesn't have a large company that sits behind it - its ongoing development is
| :------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------: |
| [**Live Graphic Systems**](https://www.ligrsystems.com) | [**LifeX Aps**](https://www.joinlifex.com/) | [**instinctools**](https://instinctools.com/manufacturing) | [**VPS Server**](https://www.vpsserver.com) |

| [<img src="./images/nongamstopbets.png" width="50" alt="NonGamstopBets" />](https://www.nongamstopbets.com/casinos-not-on-gamstop/) | [<img src="./images/casinodeps.svg" width="80" alt="CasinoDeps.co.nz" />](https://casinodeps.co.nz/1-dollar-casinos/) | [<img src="./images/non-stop-casino.png" width="60" alt="Non Stop Casino" />](https://uk.nonstopcasino.org/non-gamstop-casinos/) |
| :---------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: |
| [**NonGamstopBets**](https://www.nongamstopbets.com/casinos-not-on-gamstop/) | [**CasinoDeps**](https://casinodeps.co.nz/1-dollar-casinos/) | [**Non Stop Casino**](https://uk.nonstopcasino.org/non-gamstop-casinos/) |
| [<img src="./images/nongamstopbets.png" width="50" alt="NonGamstopBets" />](https://www.nongamstopbets.com/casinos-not-on-gamstop/) | [<img src="./images/casinodeps.svg" width="80" alt="CasinoDeps.co.nz" />](https://casinodeps.co.nz/1-dollar-casinos/) | [<img src="./images/non-stop-casino.png" width="60" alt="Non Stop Casino" />](https://uk.nonstopcasino.org/non-gamstop-casinos/) | [<img src="./images/sidesmedia.png" width="60" alt="SidesMedia" />](https://sidesmedia.com/) |
| :---------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------: |
| [**NonGamstopBets**](https://www.nongamstopbets.com/casinos-not-on-gamstop/) | [**CasinoDeps**](https://casinodeps.co.nz/1-dollar-casinos/) | [**Non Stop Casino**](https://uk.nonstopcasino.org/non-gamstop-casinos/) | [**SidesMedia**](https://sidesmedia.com/) |

<!-- markdownlint-enable MD033 -->

Expand Down
Binary file added images/sidesmedia.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,57 @@
"version-2.0.0-beta.6/version-2.0.0-beta.6-validation": {
"title": "Argument and Input validation",
"sidebar_label": "Validation"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-authorization": {
"title": "Authorization"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-complexity": {
"title": "Query complexity"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-custom-decorators": {
"title": "Custom decorators"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-dependency-injection": {
"title": "Dependency injection"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-examples": {
"title": "Examples",
"sidebar_label": "List of examples"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-extensions": {
"title": "Extensions"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-generic-types": {
"title": "Generic Types"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-inheritance": {
"title": "Inheritance"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-installation": {
"title": "Installation"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-interfaces": {
"title": "Interfaces"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-middlewares": {
"title": "Middleware and guards"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-migration-guide": {
"title": "Migration Guide",
"sidebar_label": "v1.x -> v2.0"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-resolvers": {
"title": "Resolvers"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-subscriptions": {
"title": "Subscriptions"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-unions": {
"title": "Unions"
},
"version-2.0.0-rc.1/version-2.0.0-rc.1-validation": {
"title": "Argument and Input validation",
"sidebar_label": "Validation"
}
},
"links": {
Expand Down
4 changes: 4 additions & 0 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ const CollectiveSection = props => (
<img src={imgUrl("non-stop-casino.png")} style={{ width: 60 }} />
<span>Non Stop Casino</span>
</a>
<a href="https://sidesmedia.com/" target="_blank">
<img src={imgUrl("sidesmedia.png")} style={{ width: 60 }} />
<span>SidesMedia</span>
</a>
</div>
<h3 className="title">Members 💪</h3>
<a href="https://opencollective.com/typegraphql#contributors">
Expand Down
Binary file added website/static/img/sidesmedia.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 177e61c

Please sign in to comment.