From 67030fc97bbbd97dcd18d6ff35571527c1b91d6f Mon Sep 17 00:00:00 2001
From: Kyle K <kylek389@gmail.com>
Date: Fri, 17 Aug 2012 22:53:49 -0500
Subject: add 2 anchors to the index page

---
 protoype/views/index.jade | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/protoype/views/index.jade b/protoype/views/index.jade
index 4c984bc..5434677 100644
--- a/protoype/views/index.jade
+++ b/protoype/views/index.jade
@@ -2,9 +2,14 @@ extends layout
 
 block content
     h2(style='border-bottom: dashed #FF9900; letter-spacing: -2px')= title
-    p Welcome to #{title}. Find your opponent, and get ready!
-
+    p
+      | Welcome to #{title}. Find your opponent, and get ready!<br />
+      | <br />Create new user: 
+      a(href='/create') create
+      | <br />Login: 
+      a(href='/login') login
     h4(style='background-color: #99FF66; padding: 2px') User List
+
     - each user in users
       #listentry <u>#{user.tag}</u> >> #{user.location.loc} | 
         - if (user.status == 'online')
-- 
cgit v1.2.3