basic design, init texts, updated system reference

This commit is contained in:
Ulf Gebhardt 2015-12-24 03:00:26 +01:00
parent cb51dca5f2
commit 48fa4b8ada
9 changed files with 76 additions and 9 deletions

@ -1 +1 @@
Subproject commit bdd5043fa3ee79ff11feb648dc6385e28b82aad6
Subproject commit 2d9d242a297bab7aa0f16a5e726f37892776d924

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -1,3 +1,8 @@
#div_header{
height: 250px;
}
.container{
background-color: white;
box-shadow: 2px 0 15px 0px rgba(31, 73, 125, 0.8), -2px 0 8px 0px rgba(31, 73, 125, 0.8);
}

View File

@ -1,5 +1,6 @@
<div id="div_footer_row" class="row-fluid row_border_top row_centered">
<div id="div_footer" class="col-md-12">
<hr>
<a href="#">Yeminy.org</a>&nbsp;&nbsp;
<a href="#!impressum">Impressum</a>&nbsp;&nbsp;
<a href="http://www.webcraft-media.de/" target="_blank">Webcraft-Media.de</a>

View File

@ -1,5 +1,7 @@
<div id="div_header_row" class="row-fluid row_border_top row_centered">
<div id="div_header" class="col-md-12" style="background: url(./api.php?call=files&amp;cat=content&amp;id=gemini.jpg) no-repeat; background-size: contain;">
<a href="#" class="fill-div" style="margin-left: 250px;">Yeminy</a>
</div>
<a href="#" style="color: black;">
<div id="div_header" class="col-md-12" style="background: url(./api.php?call=files&amp;cat=content&amp;id=gemini.jpg) no-repeat; background-size: contain;">
<p style="width: 100%; font-size: 150px; margin-left: 250px;">Yeminy</p>
</div>
</a>
</div>

View File

@ -1,7 +1,7 @@
<div id="div_menu_row" class="row-fluid row_border_top row_centered">
<div class="div_menu tabbable col-md-12">
<ul class="nav nav-tabs" id="tabs_user_list">
<li class="active"><a href="#!start">Neu</a></li>
<li class="active"><a href="#">Neu</a></li>
<li><a href="#!start;tag.kochen">Kochen</a></li>
<li><a href="#!start;tag.poesie">Poesie</a></li>
<li><a href="#!start;tag.conspiricy">Conspiricy</a></li>

View File

@ -5,14 +5,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="${meta_description}">
<meta name="author" content="${meta_author}">
<meta name="fragment" content="!">
<title>${meta_title}</title>
<link rel="icon" href="./api.php?call=files&amp;cat=content&amp;id=gemini.jpg" type="image/x-icon"/>
<style type="text/css">
</style>
${css}
${js}
</head>
<body>
<body style="background: url(./api.php?call=files&cat=content&id=tapete.gif);">
<div class="container">
${content_header}
${content_menu}

View File

@ -4,6 +4,8 @@ class page_yeminy extends \SYSTEM\API\api_default {
return 1;}
public static function get_class($params = null){
return self::class;}
public static function get_default_state(){
return 'start';}
public static function default_page($_escaped_fragment_ = NULL){
return (new default_page())->html($_escaped_fragment_);}

File diff suppressed because one or more lines are too long