<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>FediBooks</title>
	{% include 'imports.html' %}
</head>
<body>
	<div class="container light">
		<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>
		<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>
			<br>
			<a class="button btn-secondary" href="/about" role="button"><i class="fas fa-question"></i> Learn more</a>
			<a class="button btn-secondary" href="https://github.com/Lynnesbian/FediBooks" role="button"><i class="fas fa-code"></i> Source code</a>
		</p>
	</div>

	<div class="container">
		<div class="row">
			<div class="column">
				<h2>Simple <i class="fas fa-check"></i></h2>
				<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>
			<div class="column">
				<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>
			<div class="column">
				<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>

	<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>
		<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>
	</div>
	{% include 'footer.html' %}
</body>
</html>