]> BookStack Code Mirror - website/commitdiff
Simplified homepage ctas
authorDan Brown <redacted>
Sun, 18 Sep 2016 19:40:15 +0000 (20:40 +0100)
committerDan Brown <redacted>
Sun, 18 Sep 2016 19:40:15 +0000 (20:40 +0100)
resources/sass/styles.scss
resources/views/home.blade.php

index 0be6d5efd44405fe0c948b34cd2efe210776326f..17eb04b613fb0d40a3bdd2a838fd14b4618fe2b3 100644 (file)
@@ -73,6 +73,13 @@ header .menu a {
   color: #FFF;
 }
 
+.hero a {
+  color: #FFF;
+  font-weight: 400;
+  font-size: 0.9em;
+  text-decoration: underline;
+}
+
 header #menu-button {
   display: none;
   background-color: transparent;
index fc07bfac348f59d2d132d4870c4d74887bb70e60..a7ff4a716fabe02cdf5f0eadf265525236b39f30 100644 (file)
@@ -1,11 +1,15 @@
 @extends('base')
 
 @section('header')
-    <div class="row">
+    <div class="row hero">
         <div class="col-md-4 spaced">
             <h2 >Simple &amp; Free <br>Wiki Software</h2>
             <p>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 "  target="_blank">View on GitHub</a>
+            <p>
+              <a href="https://github.com/ssddanbrown/BookStack">GitHub</a> &nbsp;-&nbsp;
+              <a href="https://demo.bookstackapp.com">Demo</a> &nbsp;-&nbsp;
+              <a href="/docs/admin/installation">Install</a>
+            </p>
         </div>
         <div class="col-md-8 screenshot-container">
             <img class="screenshot" src="images/bookstack-hero-screenshot.png" alt="BookStack ScreenShot">