From 9ff3e59193a9e300860c58ae1e65a4c55b0d21b0 Mon Sep 17 00:00:00 2001
From: Aaron Parecki <aaron@parecki.com>
Date: Sun, 25 May 2014 22:23:51 -0700
Subject: removes top nav bar from design. new logo. adds a mechanism to add
 the post interface to your home screen.

---
 views/add-to-home.php | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 views/add-to-home.php

(limited to 'views/add-to-home.php')

diff --git a/views/add-to-home.php b/views/add-to-home.php
new file mode 100644
index 0000000..857e959
--- /dev/null
+++ b/views/add-to-home.php
@@ -0,0 +1,6 @@
+<div class="narrow">
+  <?= partial('partials/header') ?>
+
+  <div style="margin: 20px;">Add this page to your home screen!<br /><br />The next time you visit it, you will be signed in.</div>
+
+</div>
\ No newline at end of file
-- 
cgit v1.2.3