website/public/index.html

120 lines
No EOL
4.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1">
<title>BookStack</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,500,500italic,700,700italic' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link rel="stylesheet" href="dist/styles.min.css">
</head>
<body>
<header id="header">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="logo">
<img src="logo.svg" alt="BookStack">
<h1>BookStack</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 spaced">
<h2 class="wow fadeIn long">Simple &amp; Free Documentation</h2>
<p class="wow fadeIn long" data-wow-delay="120ms">BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information.</p>
<a href="https://github.com/ssddanbrown/BookStack" class="button pos wow fadeIn long" data-wow-delay="240ms">View on GitHub</a>
</div>
<div class="col-md-8 screenshot-container">
<img class="wow screenshot" src="bookstack-screenshot.png" alt="BookStack ScreenShot">
</div>
</div>
</div>
</header>
<div class="container md-margin-top">
<div class="row">
<div class="col-md-12">
<h2>Features</h2>
</div>
</div>
<div class="row">
<div class="col-sm-4 wow fadeIn">
<h3><i class="material-icons">code</i>Free &amp; Open Source</h3>
<p>BookStack is fully free and open, MIT licensed. The source is available on GitHub. There is no cost to downloading and installing your own instance of bookstack.
</p>
<p>
<a href="https://github.com/ssddanbrown/BookStack">View the source here &raquo;</a>
</p>
</div>
<div class="col-sm-4 wow fadeIn" data-wow-delay="240ms">
<h3><i class="material-icons">laptop_chromebook</i>Easy, Simple Interface</h3>
<p>
Simplicity has been the top priority when building BookStack. The page editor has a simple WYSIWYG interface and all content is broken into three simple real world groups:
</p>
<p>
<i class="material-icons text-book">book</i> Books &nbsp;&nbsp;<i class="material-icons text-chapter">collections_bookmark</i> Chapters&nbsp;&nbsp; <i class="material-icons text-page">description</i> Pages
</p>
</div>
<div class="col-sm-4 wow fadeIn" data-wow-delay="480ms">
<h3><i class="material-icons">search</i>Searchable and Connected</h3>
<p>
The content in BookStack is fully searchable. You are able to search at book level or across all books, chapters &amp; pages. The ability to link directly to any paragraph allows you to keeps your documentation connected.
</p>
</div>
</div>
<p>
<br>
</p>
<div class="row">
<div class="col-sm-4 wow fadeIn">
<h3><i class="material-icons">build</i>Configurable</h3>
<p>
Configuration options allow you to set-up BookStack to suit your use case. You can change the name, Logo and registration options. You can also change whether the whole system is publicly viewable or not.
</p>
</div>
<div class="col-sm-4 wow fadeIn" data-wow-delay="240ms">
<h3><i class="material-icons">storage</i>Simple Requirements</h3>
<p>
BookStack is built using PHP, on top of the Laravel framework and it uses MySQL to store data. Performance has been kept in mind and BookStack can run happily on a $5 Digital Ocean VPS.
</p>
</div>
<div class="col-sm-4 wow fadeIn" data-wow-delay="480ms">
<h3><i class="material-icons">directions_boat</i>Powerful Features</h3>
<p>
On top of the powerful search and linking there is also cross-book sorting, Page revisions, Image management. Some more mega-features are planned such as static-site generation and quick exporting.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h3 class="text-center text-muted">
Demo Page Coming Soon
</h3>
</div>
</div>
</div>
<footer>
<hr>
<div class="container">
<p class="text-muted">
BookStack - Created By <a href="http://danb.me" title="danb.me">Dan Brown</a>
</p>
</div>
</footer>
<script src="libs/wow.min.js"></script>
<script src="dist/main.min.js"></script>
</body>
</html>