diff options
author | Parth Buch | 2012-07-20 19:41:16 +0530 |
---|---|---|
committer | Parth Buch | 2012-07-20 19:41:16 +0530 |
commit | 4e91b6ee6bc6a329b7382afabcc233a9e3b6e192 (patch) | |
tree | 1cd5ae5dd0dd7cd1500cb4560a64960da3c4f570 /stapp | |
parent | 0a66a25e8fe16e96b3e805c10c53f8496a2341b3 (diff) | |
download | stproject-4e91b6ee6bc6a329b7382afabcc233a9e3b6e192.tar.gz stproject-4e91b6ee6bc6a329b7382afabcc233a9e3b6e192.tar.bz2 stproject-4e91b6ee6bc6a329b7382afabcc233a9e3b6e192.zip |
UI Changes, added links to other apps on fosseeapps.in
Diffstat (limited to 'stapp')
-rw-r--r-- | stapp/templates/base.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/stapp/templates/base.html b/stapp/templates/base.html index 560b290..07a9310 100644 --- a/stapp/templates/base.html +++ b/stapp/templates/base.html @@ -40,17 +40,20 @@ padding: 9px 0; <span class="icon-bar"></span> <span class="icon-bar"></span> </a> - <a class="brand" href="#">STProject</a> + <a class="brand" href="#">STApp</a> <div class="nav-collapse"> - <ul class="nav"> + <ul class="nav pull-right"> + <li> + <a href="http://fosseeapps.in">Home</a> + </li> <li class="active"> - <a href="#">Home</a> + <a href="http://fosseeapps.in/stproject">STApp</a> </li> <li> - <a href="#about">About</a> + <a href="http://fosseeapps.in/pytask">PyTask</a> </li> <li> - <a href="#contact">Contact</a> + <a href="http://fossee.in/online_test">Online Test</a> </li> </ul> </div> |