Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
about page added
Browse files Browse the repository at this point in the history
  • Loading branch information
1u committed Jul 8, 2013
1 parent 48179ff commit 27a963c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
5 changes: 4 additions & 1 deletion client/css/screen.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/***** BODY ******/


body {
background-color: #FFF;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
Expand All @@ -19,6 +20,8 @@ body {

}

b{font-weight: bold}

div{

margin-top: 35px;
Expand Down Expand Up @@ -475,4 +478,4 @@ th{
left:300px;
background-color: rgba(255, 255, 255, 0.75);
padding:10px;
}
}
20 changes: 20 additions & 0 deletions client/views/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<template name="about">
<h1>About</h1>
<h6>Disclaimer</h6>


<marquee width = "540" bgcolor = "FFFFFF" direction="right" scrollamount="10" scrolldelay="1" behavior="alternate">
Achtung:
</marquee>
<br/>
Dies ist nur eine <b>Testseite</b>, um den aktuellen Stand unseres Projekts zu zeigen.<br/>
<br/>
Wir übernehmen keinerlei Verantwortung für eingegebene Daten. <br/>
Weder, dass sie erhalten bleiben, noch, dass sie vor Einsicht geschützt sind.<br/>
Im Gegenteil: die Daten liegen offen auf fremden Servern, <br/>
und wir werden durch Veränderungen am Code sicher Daten löschen.<br/>
Ausversehen oder auch extra.<br/>
<br/>
Forke uns auf <a href="https://github.com/schuel/hmmm/fork">GitHub</a>

</template>
9 changes: 2 additions & 7 deletions client/views/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<span><a href="/locations/">Räume</a> </span>
<span><a href="/categorylist/">Kategorien</a> </span>
<span><a href="/page/warum">Warum</a> </span>
<span><a href="/page/darum">Darum</a> </span>
<span><a href="/page/about">About</a> </span>
<span><a href="/page/links">Funny Links</a> </span>
<span><a href="/profile/">Mein Profil</a> </span>
</template>
Expand Down Expand Up @@ -64,18 +64,13 @@
{{/route_is}}

{{#route_is "about"}}
aboutttt
{{> about}}
{{/route_is}}

{{#route_is "warum"}}
waruum
{{/route_is}}

{{#route_is "darum"}}
daruum
{{/route_is}}


{{#route_is "links"}}
yaaaah
{{/route_is}}
Expand Down

0 comments on commit 27a963c

Please sign in to comment.