docs: update sponsors

This commit is contained in:
Remy Sharp
2021-01-21 16:35:05 +00:00
parent ac0b55e50a
commit 2726b58bcb
3 changed files with 40 additions and 2 deletions

View File

@@ -370,10 +370,10 @@ Thank you to all [our backers](https://opencollective.com/nodemon#backer)! 🙏
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Sponsor this project today ❤️](https://opencollective.com/nodemon#sponsor)
[<img src="https://user-images.githubusercontent.com/13700/35731651-677aa3fc-080e-11e8-8580-75fa92db56ec.png" width="200">](https://sparkpo.st/nodemon)
[<img src="https://user-images.githubusercontent.com/13700/35731622-421d4466-080e-11e8-8ddc-11c70e1cd79e.png" width="200">](https://mixmax.com)
[<img alt="topratedcasinosites.co.uk" src="https://user-images.githubusercontent.com/13700/105379186-7d7e8400-5c04-11eb-89c0-4a5a9328e933.png" width="200">](https://www.topratedcasinosites.co.uk/)
# License
MIT [http://rem.mit-license.org](http://rem.mit-license.org)

View File

@@ -53,6 +53,23 @@
<p>Read the full <a href="https://github.com/remy/nodemon#nodemon">documentation</a> or visit the <a
href="https://github.com/remy/nodemon/blob/master/faq.md">FAQ</a></p>
<div id="sponsors">
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. <a
href="https://opencollective.com/nodemon/contribute">Sponsor this project today ❤️</a>
<div>
<p><a href="https://mixmax.com"><img
src="https://user-images.githubusercontent.com/13700/35731622-421d4466-080e-11e8-8ddc-11c70e1cd79e.png"
width="150"></a></p>
<p><a href="https://www.topratedcasinosites.co.uk/"><img alt="topratedcasinosites.co.uk"
style="margin-top: 20px;"
src="https://user-images.githubusercontent.com/13700/105379186-7d7e8400-5c04-11eb-89c0-4a5a9328e933.png"
width="120"></a></p>
</div>
</div>
</main>
<footer>
<p><a href="https://github.com/remy/nodemon/issues">issues</a> &bull; <a

View File

@@ -23,6 +23,11 @@ footer {
/* background: white; */
}
footer p {
padding-top: 20px;
padding-bottom: 20px;
}
svg {
width: 200px;
height: 200px;
@@ -138,3 +143,19 @@ footer > * {
margin: 10px 0;
}
}
#sponsors {
border-top: 1px solid #fff;
margin-top: 80px;
padding-top: 20px;
}
#sponsors div {
display: flex;
flex-direction: row;
}
#sponsors img {
filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.5));
margin-right: 20px;
}