2019-08-27 10:36:54 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< title > FediBooks< / title >
2019-08-27 11:33:23 +00:00
{% include 'imports.html' %}
2019-08-27 10:36:54 +00:00
< / head >
< body >
2019-08-29 01:15:15 +00:00
< div class = "container light" >
2019-08-28 03:53:44 +00:00
< h1 class = 'thin centred' > FediBooks< / h1 >
< p class = "centred large" > Easily create your own Mastodon/Pleroma ebooks bot from your browser. No coding required.< / p >
2019-08-29 01:15:15 +00:00
< p class = "centred" style = "margin: 50px 0;" >
< a class = "button btn-primary btn-large" href = "/welcome" role = "button" > < i class = "fas fa-play" > < / i > Get started< / a >
2019-08-28 03:53:44 +00:00
< br >
2019-08-30 11:39:09 +00:00
< a class = "button btn-secondary" href = "/about" role = "button" > < i class = "fas fa-question" > < / i > Learn more< / a >
2019-08-28 03:53:44 +00:00
< a class = "button btn-secondary" href = "https://github.com/Lynnesbian/FediBooks" role = "button" > < i class = "fas fa-code" > < / i > Source code< / a >
< / p >
2019-08-27 11:05:10 +00:00
< / div >
< div class = "container" >
< div class = "row" >
2019-08-28 03:53:44 +00:00
< div class = "column" >
2019-08-29 05:08:11 +00:00
< h2 > Simple < i class = "fas fa-check" > < / i > < / h2 >
2019-08-27 11:05:10 +00:00
< p > FediBooks is easy to use. Everything from the profile picture to the accounts learned from is customisable with an intuitive web UI.< / p >
< / div >
2019-08-28 03:53:44 +00:00
< div class = "column" >
2019-08-27 11:05:10 +00:00
< h2 > Truly Free < i class = "fab fa-osi" > < / i > < / h2 >
< p > FediBooks is licensed under the GNU AGPLv3, a libre, copyleft license. This means that it will always be not only free of charge, but also free to distribute, free from access restrictions, and free to modify.< / p >
< / div >
2019-08-28 03:53:44 +00:00
< div class = "column" >
2019-08-27 11:05:10 +00:00
< h2 > Personal < i class = "fas fa-user-friends" > < / i > < / h2 >
< p > Found a bug, or have an idea for a feature? < a href = 'https://github.com/Lynnesbian/FediBooks/issues' > Open a GitHub issue< / a > . Want something a little more personal? Get in touch with < a href = 'https://fedi.lynnesbian.space/@LynnearSoftware' > the developer< / a > .< / p >
< / div >
< / div >
< / div >
2019-08-27 11:20:48 +00:00
< div class = "container" >
< h2 > Support the author < i class = "fas fa-heart" > < / i > < / h2 >
< p > FediBooks is a passion project I develop and maintain in my free time. If you'd like to contribute, you can do so here.< / p >
2019-08-28 03:53:44 +00:00
< a class = "button btn-primary" href = "https://patreon.com/Lynnesbian" role = "button" > < i class = "fab fa-patreon" > < / i > Patreon< / a >
< a class = "button btn-primary" href = "https://paypal.me/Lynnesbian" role = "button" > < i class = "fab fa-paypal" > < / i > PayPal< / a >
< a class = "button btn-primary" href = "https://ko-fi.com/Lynnesbian" role = "button" > < i class = "fas fa-coffee" > < / i > Ko-fi< / a >
2019-08-27 11:20:48 +00:00
< / div >
2019-08-29 01:15:15 +00:00
{% include 'footer.html' %}
2019-08-27 10:36:54 +00:00
< / body >
< / html >