diff --git a/css/styles.css b/css/styles.css index 0e91e0712b7a2967f578c71c9f2881765d5c462c..c4084795b30c88622c01acbdb4bc2d9bc52adeb9 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 e0fcecd55587b2c282ef905c4798eb6a8fd5035f..45fb1a461685f9f4fdbde2a9c1ea06bf9ebe6b50 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>,