added font awesome icons, fixed a typo

This commit is contained in:
Lynne Megido 2019-03-20 13:30:15 +10:00
parent a171e88133
commit e99631113c
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499

View File

@ -5,6 +5,7 @@
<title>FediBooks</title> <title>FediBooks</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <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" 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://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" media="screen" href="res/index.css"> <link rel="stylesheet" type="text/css" media="screen" href="res/index.css">
<script src="res/index.js"></script> <script src="res/index.js"></script>
@ -22,8 +23,8 @@
<h1 class='display-3'>FediBooks</h1> <h1 class='display-3'>FediBooks</h1>
<p>An easy to use bot creator and manager for the Fediverse.</p> <p>An easy to use bot creator and manager for the Fediverse.</p>
<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-primary btn-lg" href="https://github.com/Lynnesbian/FediBooks#installing-wip" role="button"><i class="fas fa-download"></i> Install</a>
<a class="btn btn-secondary btn-lg" href="https://github.com/Lynnesbian/FediBooks" role="button">View Source Code</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> </p>
</div> </div>
</div> </div>
@ -35,16 +36,16 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-4"> <div class="col-md-4">
<h2>Compatible</h2> <h2>Compatible <i class="fas fa-check"></i></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> <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>
<div class="col-md-4"> <div class="col-md-4">
<h2>Truly Free</h2> <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. However, you <em>must</em> provide attribution when using FediBooks to run your bot.</p> <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. However, you <em>must</em> provide attribution when using FediBooks to run your bot.</p>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<h2>Personal</h2> <h2>Personal <i class="fas fa-user-friends"></i></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> <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>
<hr /> <hr />