This commit is contained in:
Lynne Megido 2019-08-27 21:05:10 +10:00
parent 6195ce62e2
commit df4e263e32

View File

@ -3,8 +3,48 @@
<head>
<meta charset="UTF-8">
<title>FediBooks</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://kit-free.fontawesome.com/releases/latest/css/free.min.css">
</head>
<body>
Henlo!!
<div class="jumbotron jumbotron-fluid main-jumbo">
<div class='container'>
<h1 class='display-3'>FediBooks</h1>
<p>Easily create your own Mastodon/Pleroma ebooks bot from your browser. No coding required.</p>
<p>
<a class="btn btn-primary btn-lg" href="/login" role="button"><i class="fas fa-play"></i> Get started</a>
<a class="btn btn-secondary btn-lg" href="https://github.com/Lynnesbian/FediBooks" role="button"><i class="fas fa-code"></i> View source code</a>
</p>
</div>
</div>
<div class='alert alert-danger text-center'>
FediBooks isn't ready yet. It might behave unexpectedly or not work at all.
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<h2>Easy <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="col-md-4">
<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="col-md-4">
<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>
<hr />
</div>
<footer>
<div class='container text-muted'>
Website design and FediBooks program by <a href='https://fedi.lynnesbian.space/@LynnearSoftware'>Lynne</a>. This site uses <a href='https://getbootstrap.com/'>Bootstrap CSS</a> and Font Awesome. Source code available <a href="https://github.com/Lynnesbian/Fedibooks">here</a>.
</div>
</footer>
</body>
</html>