From a046a5990af6f07e84c41649b3c7e6be9a43f2eb Mon Sep 17 00:00:00 2001
From: guido <guido@dis.tur.bio>
Date: Wed, 1 Jun 2016 10:41:05 -0400
Subject: [PATCH] updates

---
 css/styles.css | 20 +++++++++++++++++++-
 index.html     | 16 ++++++++++++----
 2 files changed, 31 insertions(+), 5 deletions(-)

diff --git a/css/styles.css b/css/styles.css
index 0e91e07..c408479 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -1,4 +1,4 @@
-body { background: #fff; font-family: "Lucida Console", Monaco, monospace; color: #000; padding: 20px;}
+body { background: #fff; font-family: "Lucida Console", Monaco, monospace; color: #000; padding: 50px 20px 20px;}
 header {
 	text-align: center;
 	margin: 40px 0;
@@ -11,6 +11,24 @@ p { margin: 40px 0; }
 li { list-style: hiragana; margin-bottom: 20px;}
 a { color: #E0FFFF; text-decoration: none; }
 
+nav {
+	text-align: center;
+	background: #000;
+	color: #ded;
+	position: fixed;
+	top: 0; left: 0;
+	width: 100%;
+}
+
+nav ul {
+	list-style: none;
+	padding: 0;
+}
+
+nav li {
+	display: inline;
+}
+
 .info {
 	font-size: 12px;
 	line-height: 18px;
diff --git a/index.html b/index.html
index e0fcecd..45fb1a4 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-		<title>0xacab - git hosting for friendly people</title>
+		<title>0xacab - code hosting for friendly people</title>
 		<meta charset="utf-8" />
 
 		<link rel="stylesheet" type="text/css" href="css/styles.css" media="all" />
@@ -9,6 +9,14 @@
 
 <body>
 
+<nav>
+	<ul>
+		<li><a href="https://0xacab.org/users/sign_in">login</a></li>
+		<li><a href="https://0xacab.org/riseup/0xacab/">support</a></li>
+		<li><a href="https://help.riseup.net/donate">donate</a></li>
+	</ul>
+</nav>
+
 <pre class="info">
 {
 	name: <span class="value">'0xacab'</span>,
@@ -33,12 +41,12 @@
 	FAQ: [
 		{
 			Q: <span class="value">'I have a support ticket!'</span>,
-			A: <span class="value">'Please leave it at https://0xacab.org/0xacab/support/'</span>
+			A: <span class="value">'Please leave it at <a href="https://0xacab.org/riseup/0xacab/issues">https://0xacab.org/riseup/0xacab/issues</a>'</span>
 		},
 		{
 			Q: <span class="value">'I can't create an account'</span>,
-			A: <span class="value">'We currently only support society friendly e-mail providers,
-			if your provider is one, please contact us.'</span>
+			A: <span class="value">'We currently only support people friendly e-mail providers.
+			If your provider is one, please contact us.'</span>
 		},
 		{
 			Q: <span class="value">'I have a good project and it needs hosting'</span>,
-- 
GitLab