added openbsd banner locally, and adjusted css on nav bar
This commit is contained in:
@@ -104,19 +104,18 @@ a:hover:after {
|
|||||||
|
|
||||||
.nav-item {
|
.nav-item {
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: 12px;
|
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-item:first-of-type {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
margin: 12px;
|
margin: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer > a {
|
||||||
|
margin-right: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
.footer-text {
|
.footer-text {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
static/openbsd.gif
Normal file
BIN
static/openbsd.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p class="footer-text">This site is powered by:</p>
|
<p class="footer-text">This site is powered by:</p>
|
||||||
<a href="https://www.openbsd.org/">
|
<a href="https://www.openbsd.org/">
|
||||||
<img src="https://www.openbsd.org/images/banner1.gif" alt="Powered by OpenBSD!" width="150px" height="50px"/>
|
<img src="/static/openbsd.gif" alt="Powered by OpenBSD!" width="150px" height="50px"/>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.nginx.org">
|
<a href="https://www.nginx.org">
|
||||||
<img src="/static/nginx.png" alt="Powered by NGiNX!" width="150px" height="50px"/>
|
<img src="/static/nginx.png" alt="Powered by NGiNX!" width="150px" height="50px"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user