Browse Source

add copyright notice and contact-email to pages

release0.1.5
Georg Hopp 12 years ago
parent
commit
778caeb0f0
  1. 6
      assets/html/author.html
  2. 6
      assets/html/documentation.html
  3. 6
      assets/html/download.html
  4. 6
      assets/html/example.html
  5. 6
      assets/html/main.html
  6. 21
      assets/style/taskrambler.css

6
assets/html/author.html

@ -72,6 +72,12 @@
<h2>Short vitae</h2> <h2>Short vitae</h2>
</div> </div>
<div id="footer">
<hr />
&copy; 2013 Georg Hopp -
<a href="mailto:georg@steffers.org">contact-email</a>
</div>
</div> </div>
</body> </body>
</html> </html>

6
assets/html/documentation.html

@ -47,6 +47,12 @@
<br /><br /><br /><br /><br /><br /> <br /><br /><br /><br /><br /><br />
</div> </div>
<div id="footer">
<hr />
&copy; 2013 Georg Hopp -
<a href="mailto:georg@steffers.org">contact-email</a>
</div>
</div> </div>
</body> </body>
</html> </html>

6
assets/html/download.html

@ -77,6 +77,12 @@
mentioned redmine. The github page can be found mentioned redmine. The github page can be found
<a href="https://github.com/georghopp/taskrambler" target="_blank">here</a>. <a href="https://github.com/georghopp/taskrambler" target="_blank">here</a>.
</div> </div>
<div id="footer">
<hr />
&copy; 2013 Georg Hopp -
<a href="mailto:georg@steffers.org">contact-email</a>
</div>
</div> </div>
</body> </body>
</html> </html>

6
assets/html/example.html

@ -86,6 +86,12 @@
<div id="msg"></div> <div id="msg"></div>
<hr /> <hr />
</div> </div>
<div id="footer">
<hr />
&copy; 2013 Georg Hopp -
<a href="mailto:georg@steffers.org">contact-email</a>
</div>
</div> </div>
</body> </body>
</html> </html>

6
assets/html/main.html

@ -220,6 +220,12 @@
I know a lot of places where optimization is still possible. I know a lot of places where optimization is still possible.
</p> </p>
</div> </div>
<div id="footer">
<hr />
&copy; 2013 Georg Hopp -
<a href="mailto:georg@steffers.org">contact-email</a>
</div>
</div> </div>
</body> </body>
</html> </html>

21
assets/style/taskrambler.css

@ -143,12 +143,6 @@ div.border div.br {
font-family: old_newspaper; font-family: old_newspaper;
} }
#main a {
text-decoration: none;
font-weight: bold;
color: rgb(42,44,40);
}
#title { #title {
width: 677px; width: 677px;
margin-left: auto; margin-left: auto;
@ -222,6 +216,21 @@ div.border div.br {
#main a { #main a {
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
color: rgb(42,44,40);
} }
#footer {
margin-top: 10px;
text-align: center;
font-size: 11px;
}
#footer a {
text-decoration: none;
font-weight: bold;
color: rgb(42,44,40);
}
// vim: set ft=css ts=4 sw=4: // vim: set ft=css ts=4 sw=4:
Loading…
Cancel
Save