adds the status to the sidebar
This commit is contained in:
parent
56e537751c
commit
afcf30d2c2
5
_includes/statuscafe.html
Normal file
5
_includes/statuscafe.html
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<div id="statuscafe">
|
||||||
|
<div id="statuscafe-username"></div>
|
||||||
|
<div id="statuscafe-content"></div>
|
||||||
|
</div>
|
||||||
|
<script src="https://status.cafe/current-status.js?name=candycanearter" defer></script>
|
@ -34,6 +34,7 @@ navbar: topnav
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% include swatchclock.html %}
|
{% include swatchclock.html %}
|
||||||
|
{% include statuscafe.html %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
@import "sidebar";
|
@import "sidebar";
|
||||||
|
@import "statuscafe";
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
11
_sass/statuscafe.scss
Normal file
11
_sass/statuscafe.scss
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#statuscafe {
|
||||||
|
padding: .5em;
|
||||||
|
background-color: azure;
|
||||||
|
border: 1px solid midnightblue;
|
||||||
|
}
|
||||||
|
#statuscafe-username {
|
||||||
|
margin-bottom: .5em;
|
||||||
|
}
|
||||||
|
#statuscafe-content {
|
||||||
|
margin: 0 1em 0.5em 1em;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user