forked from Chaospott/site
feat(pol): refactor art 13 banner, use native bootstrap, fuck voss
This commit is contained in:
parent
1cfbd975f2
commit
374e21aa3d
@ -1,56 +1,59 @@
|
||||
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||
<hr id="status_bar">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<a class="navbar-brand" href="//chaospott.de">
|
||||
chaospott
|
||||
</a>
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<hr id="status_bar">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<a class="navbar-brand" href="//chaospott.de">
|
||||
chaospott
|
||||
</a>
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li class="divider-vertical"></li>
|
||||
<li><a href="/blog/">Logbuch</a></li>
|
||||
<li class="divider-vertical"></li>
|
||||
<li><a href="/#about">Über uns</a></li>
|
||||
<li class="divider-vertical"></li>
|
||||
<li><a href="#contact">Kontakt</a></li>
|
||||
<li class="divider-vertical"></li>
|
||||
<li><a href="https://dokuwiki.chaospott.de">Wiki</a></li>
|
||||
<li class="divider-vertical"></li>
|
||||
<li><a href="https://podcast.chaospott.de">Podcast</a></li>
|
||||
<li class="divider-vertical"></li>
|
||||
<li><a href="https://chaospott.de/calendar.html">Termine</a></li>
|
||||
</ul>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<script>
|
||||
$.getJSON("https://status.chaospott.de/api/").done(function (data) {
|
||||
if (data.state.open) {
|
||||
$("#status_open").css("display", "block");
|
||||
$("#status_bar").css("borderColor", "#5CB85C");
|
||||
} else {
|
||||
$("#status_closed").css("display", "block");
|
||||
$("#status_bar").css("borderColor", "#D9534F");
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<li id="status_open">
|
||||
<a href="/status.html" style="color:#5CB85C !important;">
|
||||
<i class="fa fa-unlock"></i> Raumstatus
|
||||
</a>
|
||||
</li>
|
||||
<li id="status_closed">
|
||||
<a href="/status.html">
|
||||
<i class="fa fa-lock"></i> Raumstatus
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li class="divider-vertical"></li>
|
||||
<li><a href="/blog/">Logbuch</a></li>
|
||||
<li class="divider-vertical"></li>
|
||||
<li><a href="/#about">Über uns</a></li>
|
||||
<li class="divider-vertical"></li>
|
||||
<li><a href="#contact">Kontakt</a></li>
|
||||
<li class="divider-vertical"></li>
|
||||
<li><a href="https://dokuwiki.chaospott.de">Wiki</a></li>
|
||||
<li class="divider-vertical"></li>
|
||||
<li><a href="https://podcast.chaospott.de">Podcast</a></li>
|
||||
<li class="divider-vertical"></li>
|
||||
<li><a href="https://chaospott.de/calendar.html">Termine</a></li>
|
||||
</ul>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<script>
|
||||
$.getJSON("https://status.chaospott.de/api/").done(function(data) {
|
||||
if(data.state.open ) {
|
||||
$( "#status_open" ).css( "display", "block" );
|
||||
$( "#status_bar" ).css( "borderColor", "#5CB85C" );
|
||||
} else {
|
||||
$( "#status_closed" ).css( "display", "block" );
|
||||
$( "#status_bar" ).css( "borderColor", "#D9534F" );
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<li id="status_open">
|
||||
<a href="/status.html" style="color:#5CB85C !important;">
|
||||
<i class="fa fa-unlock"></i> Raumstatus
|
||||
</a>
|
||||
</li>
|
||||
<li id="status_closed">
|
||||
<a href="/status.html">
|
||||
<i class="fa fa-lock"></i> Raumstatus
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<div style="margin-bottom: 0;" class="alert alert-warning text-center">
|
||||
<p><a href="https://pledge2019.eu/">Verhindert Artikel 13!</a> Ruft eure Abgeordneten an! Geht demonstrieren!</p>
|
||||
</div>
|
@ -12,14 +12,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="background-color: rgb(244,232,74); padding-top: 5px" class="">
|
||||
<h2 align="center">
|
||||
<a href="https://pledge2019.eu/">Verhindert Artikel 13!</a>
|
||||
</h2>
|
||||
<p align="center">
|
||||
Das Internet, wie wir es kennen, ist in Gefahr. Verhindert die Zensur durch Uploadfilter! Ruft eure Abgeordneten an! Geht demonstrieren!
|
||||
</p>
|
||||
</div>
|
||||
{{ content }}
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user