home: tweak the sponsors area
This commit is contained in:
@@ -31,11 +31,13 @@ li {
|
|||||||
#TOC, #sitemap {
|
#TOC, #sitemap {
|
||||||
/* border-top: thin solid black; */
|
/* border-top: thin solid black; */
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
border-bottom: thin solid black;
|
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sponsors-container > ul {
|
#sponsors-container > ul {
|
||||||
|
border-top: thin solid #e1e1e1;
|
||||||
|
border-bottom: thin solid #e1e1e1;
|
||||||
|
padding: 1em 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
12
src/index.md
12
src/index.md
@@ -13,17 +13,13 @@ toc: false
|
|||||||
|
|
||||||
<div id="intro" style="font-size:larger;">
|
<div id="intro" style="font-size:larger;">
|
||||||
|
|
||||||
|
Welcome!
|
||||||
***Plain text accounting*** is a way of doing bookkeeping and accounting
|
***Plain text accounting*** is a way of doing bookkeeping and accounting
|
||||||
with plain text files and scriptable, command-line-friendly software, such as
|
with plain text files and scriptable, command-line-friendly software, such as
|
||||||
Ledger, hledger, or Beancount.
|
Ledger, hledger, or Beancount.
|
||||||
|
|
||||||
Welcome!
|
|
||||||
This site collects the PTA community's tools, docs and practices.
|
This site collects the PTA community's tools, docs and practices.
|
||||||
It is maintained by Simon Michael (hledger project leader, PTA fan)
|
It is maintained by Simon Michael (hledger project leader, PTA fan)
|
||||||
and contributors like you.
|
and contributors like you. See also our [discussion forum and chat rooms](#news-discussion).
|
||||||
We invite you to join the [chat](#news-discussion),
|
|
||||||
contribute to the [repo](https://github.com/plaintextaccounting/plaintextaccounting),
|
|
||||||
and if you found the plaintextaccounting.org sites useful, help with [[finance]].
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -64,7 +60,9 @@ and if you found the plaintextaccounting.org sites useful, help with [[finance]]
|
|||||||
, [API](#api)
|
, [API](#api)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Sponsors
|
This is a community-supported site; if you find it useful, why not contribute to the [github repo](https://github.com/plaintextaccounting/plaintextaccounting)
|
||||||
|
or help with [[finance]].
|
||||||
|
Thank you sponsors, including:
|
||||||
|
|
||||||
<div id="sponsors-container">
|
<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)
|
- [<img src="https://beanhub.io/images/beanhub-sponsor-logo.svg">A modern accounting book app based on Beancount and Git](https://beanhub.io)
|
||||||
|
|||||||
Reference in New Issue
Block a user