Skip to content

Commit

Permalink
Misc: Update sponsorship levels
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Oct 11, 2023
1 parent d4404a1 commit b8217d4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
17 changes: 10 additions & 7 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,15 @@ class Index extends React.Component {
<p>Our main chatroom is in <a href="https://discord.gg/JTrUxhq7sj">Discord</a>, join us there for news, tips & support!</p>
<hr />
<p>Laminar is developed by Nikita Gazarov with generous support from my <a href="https://github.com/sponsors/raquo">sponsors</a>.</p>
<h2>DIAMOND sponsor:</h2>
<div className="-sponsorsList x-alignItemsStart x-justifyContentCenter">
<div className="-sponsor x-diamond x-company x-heartai">
<a className="x-noHover" href="https://www.heartai.net/">
<img className="-logo" src="/img/sponsors/heartai-dark.svg" alt="" />
<div className="-tagline"><u>HeartAI</u> is a data and analytics platform for digital health and clinical care.</div>
</a>
</div>
</div>
<h2>GOLD Sponsors:</h2>
<div className="-sponsorsList x-alignItemsEnd">
<div className="-sponsor x-person x-yurique">
Expand All @@ -244,14 +253,8 @@ class Index extends React.Component {
<div className="-tagline"><u>Aurinko</u> is an API platform for workplace addons and integrations.</div>
</a>
</div>
<div className="-sponsor x-company x-heartai">
<a className="x-noHover" href="https://www.heartai.net/">
<img className="-logo" src="/img/sponsors/heartai-dark.svg" alt="" />
<div className="-tagline"><u>HeartAI</u> is a data and analytics platform for digital health and clinical care.</div>
</a>
</div>
</div>
<p className="-narrower">Laminar is sponsored by people like you. If you enjoy using Laminar, please consider supporting the project on github. <span className="-emoji">🙏</span></p>
<p className="-narrower">Sponsorships enable me to spend more time on Laminar, Airstream, various add-ons, as well as documentation, learning materials, and community support. Thank you for making open source more sustainable. <span className="-emoji">🙏</span></p>
</div>
</div>
</div>
Expand Down
13 changes: 8 additions & 5 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,10 @@ textarea::placeholder {
align-items: start !important;
}

.-sponsorsList.x-justifyContentCenter {
justify-content: normal !important;
}

.-sponsorsList .-sponsor.x-aurinko {
max-width: 300px;
top: 0 !important;
Expand Down Expand Up @@ -369,6 +373,10 @@ textarea::placeholder {
align-items: end;
}

.-sponsorsList.x-justifyContentCenter {
justify-content: center;
}

@media(min-width: 700px) {

.-homeSection .-sponsorsList {
Expand Down Expand Up @@ -440,11 +448,6 @@ textarea::placeholder {
text-align: center;
}

.-homeSection .-sponsorsList .-sponsor.x-heartai {
position: relative;
top: 10px;
}

.-sponsorsList .-sponsor.x-heartai {
position: relative;
top: 5px;
Expand Down

0 comments on commit b8217d4

Please sign in to comment.