FediBooks_Site/index.php

54 lines
2.3 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FediBooks</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<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" type="text/css" media="screen" href="res/index.css">
<script src="res/index.js"></script>
</head>
<body>
<div class="jumbotron jumbotron-fluid main-jumbo">
<div class='container'>
<h1 class='display-3'>FediBooks</h1>
<p>An easy to use bot creator and manager for the Fediverse.</p>
<p>
<a class="btn btn-primary btn-lg" href="https://github.com/Lynnesbian/FediBooks#installing-wip" role="button">Install</a>
<a class="btn btn-secondary btn-lg" href="https://github.com/Lynnesbian/FediBooks" role="button">View Source Code</a>
</p>
</div>
</div>
<div class='alert alert-danger text-center'>
FediBooks isn't ready yet. In its current state, it can't do anything useful. There's no installer yet.
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<h2>Compatible</h2>
<p>FediBooks runs on Windows, macOS, and Linux. It works with instances running Mastodon, Pleroma, Misskey, and more. You won't have to worry about whether or not FediBooks will work with your setup it's designed to be compatible with it all. </p>
</div>
<div class="col-md-4">
<h2>Truly Free</h2>
<p>FediBooks is licensed under the GNU GPLv3, 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</h2>
<p>Foudn 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>.
</div>
</footer>
</body>
</html>