new layout
This commit is contained in:
parent
f8312a2719
commit
26f42d538c
Binary file not shown.
BIN
uvote/files/frontend_logos/u-vote.png
Normal file
BIN
uvote/files/frontend_logos/u-vote.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
uvote/files/frontend_logos/u-vote.psd
Normal file
BIN
uvote/files/frontend_logos/u-vote.psd
Normal file
Binary file not shown.
@ -2,6 +2,5 @@
|
||||
<ul class="nav nav-pills" id="tabs_user_main" style=" text-align: center;">
|
||||
<li class="active"><a href="#!start(user_main(start))"><span class="glyphicon glyphicon-home"></span> Start</a></li>
|
||||
<li><a href="#!start(user_main(news))"><span class="glyphicon glyphicon-bullhorn"></span> News</a></li>
|
||||
<li><a href="#!start(user_main(imp))"><span class="glyphicon glyphicon-tags"></span> Impressum</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -13,22 +13,22 @@
|
||||
<body style="background: url(${frontend_logos}tapete.gif); background-attachment: fixed;">
|
||||
<div class="container" id="site-content">
|
||||
<div class="row" style="margin-top: 15px;">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-6" style="margin: 0; padding: 0;">
|
||||
<img class="img-responsive" src="${frontend_logos}u-vote.png"/>
|
||||
</div>
|
||||
<div class="col-md-6" style="margin: 0; padding: 0; text-align: right;">
|
||||
${loginform}
|
||||
<br>
|
||||
<a href="https://twitter.com/uvote_de" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @uvote_de</a>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
||||
</div>
|
||||
<div class="col-md-6" style="text-align: right">
|
||||
<a href="#!start(user_main(imp))"> Impressum</a>
|
||||
${loginform}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<img class="img-responsive" src="${frontend_logos}logo.png" style="width: 100%"/>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="row" style="margin-bottom: 15px;">${menu}</div>
|
||||
<div class="row" id="user_main"></div>
|
||||
<a href="#!start(user_main(imp))"> Impressum</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user