diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/about.tt | 16 | ||||
| -rw-r--r-- | views/layouts/main.tt | 2 |
2 files changed, 16 insertions, 2 deletions
diff --git a/views/about.tt b/views/about.tt index 2034762..4f5995c 100644 --- a/views/about.tt +++ b/views/about.tt @@ -1 +1,15 @@ -this is about! +<div id="main"> + <div id="static"> + <h1>About</h1> + + <ul> + <li><a href="#whatisstargit">What is StarGit</a></li> + <li><a href="#howtoread">How to read the graph</a></li> + </ul> + + <h3 id="whatisstargit">What is StarGit</h3> + + <h3 id="howtoread">How to read the graph</a></li> + + </div> +</div> diff --git a/views/layouts/main.tt b/views/layouts/main.tt index 0588935..763e8e0 100644 --- a/views/layouts/main.tt +++ b/views/layouts/main.tt @@ -40,7 +40,7 @@ <body> <div id="head"> - <div id="head_title">Stargit - Browse the Github collaborations network</div> + <div id="head_title"><a href="/">Stargit - Browse the Github collaborations network</a></div> <a id="head_api" href="/api">API</a> <a id="head_about" href="/about">About</a> </div> |
