Add BeanHub sponsor
This commit is contained in:
committed by
Simon Michael
parent
68cff44217
commit
44fd0f1256
@@ -34,3 +34,18 @@ li {
|
|||||||
border-bottom: thin solid black;
|
border-bottom: thin solid black;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sponsors-container > ul {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
|
list-style: none;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sponsors-container > ul > * {
|
||||||
|
display: inline-block;
|
||||||
|
width: 300px;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|||||||
@@ -64,6 +64,11 @@ and if you found the plaintextaccounting.org sites useful, help with [[finance]]
|
|||||||
, [API](#api)
|
, [API](#api)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
## Sponsors
|
||||||
|
|
||||||
|
<div id="sponsors-container">
|
||||||
|
- [<img src="https://beanhub.io/images/beanhub-sponsor-logo.svg">A modern accounting book app based on Beancount and Git](https://beanhub.io)
|
||||||
|
</div>
|
||||||
|
|
||||||
## News & discussion
|
## News & discussion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user