sara.objectionable.solutions

This commit is contained in:
hermitcollective.net 2026-02-25 20:41:39 +00:00
parent efa782e4d2
commit 8a8ea066be
2 changed files with 23 additions and 12 deletions

View file

@ -1,5 +1,22 @@
<link type="stylesheet" href="style.css">
<div class="site-header">
<ul>
<li>
<a class="internal" href="https://git.objectionable.solutions/Sara" target="_blank">
<h2>Git↗</h2>
</a>
</li>
<li>
<a class="internal" href="https://blog.winter-software.com/profile/0e41208a-716e-4f10-ae65-8096a10837eb" target="_blank">
<h2>Blog↗</h2>
</a>
</li>
<li>
<a class="internal" href="https://sg-dev.itch.io/" target="_blank">
<h2>Itch.io↗</h2>
</a>
</li>
</ul>
<ul>
<li>
<a class="internal" href="../index.html#projects">
@ -11,15 +28,5 @@
<h2>Experience</h2>
</a>
</li>
<li>
<a class="internal" href="https://git.objectionable.solutions/Sara" target="_blank">
<h2>Git↗</h2>
</a>
</li>
<li>
<a class="internal" href="https://blog.winter-software.com/profile/0e41208a-716e-4f10-ae65-8096a10837eb" target="_blank">
<h2>Blog↗</h2>
</a>
</li>
</ul>
</div>

View file

@ -121,19 +121,23 @@ div.git-logo {
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px/i
text-align: center; background-color: #0000;
padding-bottom: 90px;
max-width: 300%;
text-align: center;
background-color: #0000;
}
.site-header > ul > li {
display: inline-block;
margin-right: 30px;
margin-left: 30px;
max-height: 2em;
}
.site-header > ul > li > a > h2 {
text-decoration: underline;
font-size: 175%;
height: 1em;
padding: 5px 25px;
}