Compare commits

..

No commits in common. "bb4ea44b3e820516cdc1a18d9f1d027d0aa2a432" and "c95c71a67748cfd123e70a3e2c25c7cafbb59dfb" have entirely different histories.

2 changed files with 17 additions and 38 deletions

View file

@ -18,25 +18,13 @@
<div style="padding: 2em;">{{ content }}</div>
<footer class="horizontal-flex">
<footer>
<marquee id="footer-scroll" style="font-size: 13vw; width: 50%; box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset; background-color: var(--accent2); border-radius: var(--rounding)">astolfo.org</marquee>
<!-- idk put astolfo in a train here, learn pixel art someday -->
<div>
<div style="display: flex;" class="horizontal-flex">
<ul>
<li><a href="/">home</a></li>
<li><a href="/blog/">blog</a></li>
<li><a href="/store">store</a></li>
<li><a href="https://status.astolfo.org">status</a></li>
</ul>
<ul>
<li><a href="https://git.astolfo.org">git</a></li>
<li><a href="https://sso.astolfo.org">sso</a></li>
</ul>
</div>
<hr>
<p>all text, html and css licensed under BSD0 unless noted otherwise.</p>
<hr>
<p>site build at commit [PUT COMMIT HERE]. <br>source avaliable at <a href="https://git.nijika.astolfo.org/astolfo/astolfo.org">git.nijika.astolfo.org/astolfo/astolfo.org</a></p>
<p>all text, html and css licensed under <a href="https://opensource.org/license/0bsd">BSD0</a> unless noted otherwise.</p>
</div>
</footer>
</body>

View file

@ -172,28 +172,6 @@ footer p,hr,div {
}
}
/*
* blog
*/
.blog-content {
margin: auto;
width: 50em;
}
.blog-content h1 {
font-family: Serif;
font-size: 3rem;
}
/*
* responsive webpage
*/
.horizontal-flex {
display: flex;
flex-direction: row;
}
@media (max-width: 1000px) {
header {
margin: none;
@ -207,7 +185,7 @@ footer p,hr,div {
top: 0.3em;
}
.horizontal-flex {
footer {
flex-direction: column;
}
@ -220,3 +198,16 @@ footer p,hr,div {
}
}
/*
* blog
*/
.blog-content {
margin: auto;
width: 50em;
}
.blog-content h1 {
font-family: Serif;
font-size: 3rem;
}