diff options
| author | Horus3 | 2014-09-25 10:33:47 +0200 |
|---|---|---|
| committer | Horus3 | 2014-09-25 10:33:47 +0200 |
| commit | 1fe76ba743a3418da9a0883b29756d442384d0bc (patch) | |
| tree | 091910ffd183d94c0f8b70a8f4c362f733033b03 /static | |
| parent | 2036626b560f22efd59673187a2de3b1319fcf8a (diff) | |
| download | jungegemeinde-1fe76ba743a3418da9a0883b29756d442384d0bc.tar.gz | |
init
Diffstat (limited to 'static')
| -rwxr-xr-x | static/footer.php | 13 | ||||
| -rw-r--r-- | static/header.php | 54 | ||||
| -rw-r--r-- | static/kitten-praying.jpg | bin | 0 -> 326589 bytes | |||
| -rw-r--r-- | static/kitten-prays-small.jpg | bin | 0 -> 51758 bytes | |||
| -rw-r--r-- | static/kitten-prays.jpg | bin | 0 -> 496315 bytes | |||
| -rw-r--r-- | static/kitten.jpg | bin | 0 -> 66462 bytes | |||
| -rw-r--r-- | static/style.css | 66 | ||||
| -rw-r--r-- | static/style.min.css | 1 |
8 files changed, 134 insertions, 0 deletions
diff --git a/static/footer.php b/static/footer.php new file mode 100755 index 0000000..2c6a6cf --- /dev/null +++ b/static/footer.php @@ -0,0 +1,13 @@ + <div class="footer text-right"> + <div class="container"> + <p> Copyright 2014 <a id="copyright-text" href="//www.moehm.org/" target="_blank">Maximilian Möhring</a></p> + </div> + </div> + <script type='text/javascript'>var a = new Array('s.de','iamfabulou','nde@lists.','jungegemei');document.getElementById('mail').innerHTML="<a href='mailto:"+a[3]+a[2]+a[1]+a[0]+"'>E-Mail Adresse</a>";</script> + <script src="//code.jquery.com/jquery-1.10.1.min.js" defer></script> + <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" defer></script> + <?php //<script src='/boring.js' defer></script> ?> + <?php //include("piwik.html"); ?> + </body> +</html> + diff --git a/static/header.php b/static/header.php new file mode 100644 index 0000000..d20ddf9 --- /dev/null +++ b/static/header.php @@ -0,0 +1,54 @@ +<nav class="navbar navbar-default navbar-custom" role="navigation"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbarCollapse"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a class="navbar-brand" href="/?page=index" title="Startseite">Home</a> + </div> +<div class="collapse navbar-collapse" id="navbarCollapse"> + <ul class="nav navbar-nav navbar-left"> + <li> + <a href="/?page=liste" title="Liste aller JG-Mitglieder">Adressliste</a> + </li> + <li> + <a href="https://lists.iamfabulous.de/mailman/listinfo/jungegemeinde" target="_blank" title="JG E-Mail Verteiler">E-Mail Verteiler</a> + </li> + </ul> + <ul class="nav navbar-nav navbar-right"> + <li> + <?php + if ( $user->isLoggedIn() ) { + ?> + <a href="/?page=account" title="Manage deinen Account">Account</a> + </li> + <li> + <a href="/?page=logout" title="Beende die Session">Logout</a> + <?php + } else { + ?> + <a href="/?page=register&goto=index" title="Registriere dich für unbeschränkten Zugang">Register</a> + </li> + <li> + <a href="/?page=login&goto=index" title="Login">Login</a> + <?php + } + ?> + </li> + </ul> + </div> + </div> + </nav> + <noscript> + <div class="noscript"> + <div class="container"> + <div class="row text-center noscript"> + <h5>Bitte aktiviere JavaScript damit die Seite im vollen Umfang funktioniert.</h5> + </div> + </div> + </div> + </noscript> + diff --git a/static/kitten-praying.jpg b/static/kitten-praying.jpg Binary files differnew file mode 100644 index 0000000..7f291e0 --- /dev/null +++ b/static/kitten-praying.jpg diff --git a/static/kitten-prays-small.jpg b/static/kitten-prays-small.jpg Binary files differnew file mode 100644 index 0000000..5734aea --- /dev/null +++ b/static/kitten-prays-small.jpg diff --git a/static/kitten-prays.jpg b/static/kitten-prays.jpg Binary files differnew file mode 100644 index 0000000..3eb6ede --- /dev/null +++ b/static/kitten-prays.jpg diff --git a/static/kitten.jpg b/static/kitten.jpg Binary files differnew file mode 100644 index 0000000..376c195 --- /dev/null +++ b/static/kitten.jpg diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..5821df4 --- /dev/null +++ b/static/style.css @@ -0,0 +1,66 @@ +html { + position: relative; + min-height: 100%; +} + +body { + margin-bottom: 60px; +} + +a { + color: #3083D6; +} + +/* navbar */ + +.navbar-default { + background-color: #3083D6 ; + border-color: #3083D6 ; + background: #3083D6 ; +} + +.navbar-default .navbar-brand { + color: white; +} + +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-brand:focus { +} + +.navbar-default .navbar-nav > li > a { + color: white; +} + + +/* footer */ + +.footer { + background-color: #3083D6 ; + border-color: #3083D6 ; + background: #3083D6 ; + color: white ; + position: absolute; + bottom: 0; + width: 100%; +} + +#copyright-text { + color: white; +} + +/* noscript */ + +.noscript { + background-color: red; + color: white; +} + +.table-center { + margin: 0 auto !important; + float: none !important; +} + +.disabled { + color: #5E5E5E; + text-decoration: line-through; +} diff --git a/static/style.min.css b/static/style.min.css new file mode 100644 index 0000000..dc54b0f --- /dev/null +++ b/static/style.min.css @@ -0,0 +1 @@ +html{position:relative;min-height:100%}body{margin-bottom:60px}a{color:#3083D6}.navbar-default{border-color:#3083D6;background:#3083D6}.navbar-default .navbar-brand{color:#fff}.navbar-default .navbar-nav>li>a{color:#fff}.footer{border-color:#3083D6;background:#3083D6;color:#fff;position:absolute;bottom:0;width:100%}#copyright-text{color:#fff}.noscript{background-color:red;color:#fff}.table-center{margin:0 auto!important;float:none!important}.disabled{color:#5E5E5E;text-decoration:line-through} |
