Showing 1 changed files with 9 additions and 3 deletions
+9 -3
gitprep-site/index.html
... ...
@@ -102,6 +102,10 @@
102 102
       margin-left: 5em;
103 103
       padding-top: 3px;
104 104
     }
105
+    #gitprepbar-logo a {
106
+      text-decoration:none;
107
+      color:white;
108
+    }
105 109
     #gitprepbar-links {
106 110
       display:table-cell;
107 111
       float: right;
... ...
@@ -126,9 +130,11 @@
126 130
 
127 131
 /*]]>*/</style>
128 132
   <div id="gitprepbar-logo" style="color:white;font-size:20px;padding-top:12px;padding-left:60px">
129
-    GitPrep
133
+    <a href=".">GitPrep</a>
130 134
   </div>
131 135
   <div id="gitprepbar-links">
136
+    <a href="http://perlcodesample.sakura.ne.jp/gitprep.cgi">Example</a>
137
+    <a href="https://github.com/yuki-kimoto/gitprep/archive/latest.zip">Download</a>
132 138
     <a href="https://github.com/yuki-kimoto/gitprep">Repository & Documentation</a>
133 139
     <a href="http://twitter.com/perlcodesample2">Twitter</a>
134 140
   </div>
... ...
@@ -176,14 +182,14 @@
176 182
     <pre>  <a href="http://perlcodesample.sakura.ne.jp/gitprep.cgi">Example</a></pre>
177 183
     
178 184
     <h2>Download</h2>
179
-    <pre>  <a href="https://github.com/yuki-kimoto/gitprep/archive/latest.zip">Download GitPrep</a> </pre>
185
+    <pre>  <a href="https://github.com/yuki-kimoto/gitprep/archive/latest.zip">Download</a> </pre>
180 186
     
181 187
     <h2>Repository & Documentation</h2>
182 188
     <pre>  <a href="https://github.com/yuki-kimoto/gitprep">Repository & Documentation</a> </pre>
183 189
     
184 190
 </div>
185 191
 <div id="footer" style="margin-bottom:10px">
186
-  <a href="https://github.com/yuki-kimoto/gitprep" style="text-decoration:none;color:#666;">
192
+  <a href="." style="text-decoration:none;color:#666;">
187 193
     GitPrep
188 194
   </a>
189 195
 </div>