mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-31 17:43:19 +01:00
fix: add spacestatus to navbar
This commit is contained in:
parent
baca8d6b10
commit
d7ab535089
1 changed files with 2 additions and 9 deletions
|
@ -12,20 +12,12 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Spacestatus -->
|
|
||||||
<div class="spacestatus">
|
|
||||||
<a href="https://www.netz39.de/status/" style="padding-left: 2px;">
|
|
||||||
<img alt="status" src="https://spaceapi.n39.eu/state.png" target="_blank" width="200" height="40">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Toggle menu -->
|
<!-- Toggle menu -->
|
||||||
<nav class="clear">
|
<nav class="clear">
|
||||||
<a aria-label="pull" id="pull" class="toggle" href="#">
|
<a aria-label="pull" id="pull" class="toggle" href="#">
|
||||||
<i class="fas fa-bars fa-lg"></i>
|
<i class="fas fa-bars fa-lg"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
<!-- Menu -->
|
<!-- Menu -->
|
||||||
<ul class="hide">
|
<ul class="hide">
|
||||||
{% assign name_page = "" %}
|
{% assign name_page = "" %}
|
||||||
|
@ -47,7 +39,8 @@
|
||||||
<li class="separator"> | </li>
|
<li class="separator"> | </li>
|
||||||
<li><a id="theme-toggle" title="{{ page.title }} " aria-label="{{ page.title }}" onclick="themeToggle()"></a></li>
|
<li><a id="theme-toggle" title="{{ page.title }} " aria-label="{{ page.title }}" onclick="themeToggle()"></a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<!-- Spacestatus -->
|
||||||
|
<li><a href="https://www.netz39.de/status/"><img alt="status" src="https://spaceapi.n39.eu/state.png" width="200" height="40"></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Add table
Reference in a new issue