Skip to content

Commit

Permalink
docs(sponsors): add Qulix as bronze sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Nov 26, 2021
1 parent 3ac1a27 commit 2b9fb09
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ It doesn't have a large company that sits behind - its ongoing development is po

### Bronze Sponsors 🥉

| [<img src="https://raw.githubusercontent.com/MichalLytek/type-graphql/master/img/live-graphics-system.png" width="60">](https://www.ligrsystems.com/) | [<img src="https://raw.githubusercontent.com/MichalLytek/type-graphql/master/img/lifex.png" width="75">](https://www.joinlifex.com/) | [<img src="https://raw.githubusercontent.com/MichalLytek/type-graphql/master/img/swiss-mentor.png" width="125">](https://www.swissmentor.com/) | [<img src="https://raw.githubusercontent.com/MichalLytek/type-graphql/master/img/admin-remix.png" width="100">](https://www.swissmentor.com/) |
| :---------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------: |
| [**Live Graphic Systems**](https://www.ligrsystems.com/) | [**LifeX Aps**](https://www.joinlifex.com/) | [**SwissMentor**](https://www.swissmentor.com/) | [**AdminRemix**](https://adminremix.com) |
| [<img src="https://raw.githubusercontent.com/MichalLytek/type-graphql/master/img/live-graphics-system.png" width="60">](https://www.ligrsystems.com/) | [<img src="https://raw.githubusercontent.com/MichalLytek/type-graphql/master/img/lifex.png" width="75">](https://www.joinlifex.com/) | [<img src="https://raw.githubusercontent.com/MichalLytek/type-graphql/master/img/swiss-mentor.png" width="125">](https://www.swissmentor.com/) | [<img src="https://raw.githubusercontent.com/MichalLytek/type-graphql/master/img/admin-remix.png" width="100">](https://adminremix.com) | [<img src="https://raw.githubusercontent.com/MichalLytek/type-graphql/master/img/qulix.png" width="85">](https://www.qulix.com/) |
| :---------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: |
| [**Live Graphic Systems**](https://www.ligrsystems.com/) | [**LifeX Aps**](https://www.joinlifex.com/) | [**SwissMentor**](https://www.swissmentor.com/) | [**AdminRemix**](https://adminremix.com) | [**Qulix Systems**](https://www.qulix.com/) |

[![Become a Sponsor](https://opencollective.com/static/images/become_sponsor.svg)](https://opencollective.com/typegraphql)

Expand Down
Binary file added img/qulix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 12 additions & 8 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,14 @@ const CollectiveSection = props => (
<div className="wrapper">
<h3 className="title">Gold Sponsors 🏆</h3>
<div className="tiles">
<a href="http://career.bluereceipt.co/">
<a href="http://career.bluereceipt.co/" target="_blank">
<img
src={imgUrl("blue_receipt.gif")}
style={{ width: 450, filter: "brightness(0.975)" }}
/>
<span style={{ fontSize: 20 }}>BlueReceipt</span>
</a>
<a href="https://www.ecadlabs.com/">
<a href="https://www.ecadlabs.com/" target="_blank">
<img src={imgUrl("ecad.png")} style={{ width: 150 }} />
<span style={{ fontSize: 20 }}>ECAD Labs</span>
</a>
Expand All @@ -269,33 +269,37 @@ const CollectiveSection = props => (
</blockquote>
<h3 className="title">Silver Sponsors 🥈</h3>
<div className="tiles">
<a href="https://gorrion.io/">
<a href="https://gorrion.io/" target="_blank">
<img src={imgUrl("gorrion.png")} style={{ width: 250, backgroundColor: "#f9f9f9" }} />
<span>Gorrion Software House</span>
</a>
<a href="https://www.chums.co/">
<a href="https://www.chums.co/" target="_blank">
<img src={imgUrl("chums.svg")} style={{ width: 125 }} />
<span>Chums</span>
</a>
</div>
<h3 className="title">Bronze Sponsors 🥉</h3>
<div className="tiles">
<a href="https://www.ligrsystems.com/">
<a href="https://www.ligrsystems.com/" target="_blank">
<img src={imgUrl("live-graphics-system.png")} style={{ width: 60 }} />
<span>Live Graphic Systems</span>
</a>
<a href="https://www.joinlifex.com/">
<a href="https://www.joinlifex.com/" target="_blank">
<img src={imgUrl("lifex.svg")} style={{ width: 75 }} />
<span>LifeX Aps</span>
</a>
<a href="https://www.swissmentor.com/">
<a href="https://www.swissmentor.com/" target="_blank">
<img src={imgUrl("swiss-mentor.png")} style={{ width: 125 }} />
<span>SwissMentor</span>
</a>
<a href="https://www.adminremix.com/">
<a href="https://www.adminremix.com/" target="_blank">
<img src={imgUrl("admin-remix.png")} style={{ width: 100 }} />
<span>Admin Remix</span>
</a>
<a href="https://www.qulix.com/" target="_blank">
<img src={imgUrl("qulix.png")} style={{ width: 85 }} />
<span>Qulix Systems</span>
</a>
</div>
<h3 className="title">Members 💪</h3>
<a href="https://opencollective.com/typegraphql#contributors">
Expand Down
Binary file added website/static/img/qulix.png
Loading
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 2b9fb09

Please sign in to comment.