feat(pol): refactor art 13 banner, use native bootstrap, fuck voss
This commit is contained in:
parent
1cfbd975f2
commit
374e21aa3d
@ -30,13 +30,13 @@
|
||||
</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" );
|
||||
$.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" );
|
||||
$("#status_closed").css("display", "block");
|
||||
$("#status_bar").css("borderColor", "#D9534F");
|
||||
}
|
||||
});
|
||||
</script>
|
||||
@ -54,3 +54,6 @@
|
||||
</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