small fixes
This commit is contained in:
parent
26f6f2bc3a
commit
212d72b583
@ -29,6 +29,16 @@
|
||||
<div class="blog" id="blog">
|
||||
<!-- hey it works so who's to blame -->
|
||||
<b class= "blog-post-spacer">
|
||||
<a href="https://en.wikipedia.org/wiki/Neko_(software)">
|
||||
<article class="blog-post">
|
||||
<h4>oneko.js and neko</h4>
|
||||
<p>
|
||||
the cute little cat spread across computers and the internet since 1989
|
||||
</p>
|
||||
</article>
|
||||
</a>
|
||||
</b>
|
||||
<b class= "blog-post-spacer">
|
||||
<a href="https://www.esquireme.com/style/52348-the-10-best-fits-of-recently-single-style-icon-bill-gates">
|
||||
<article class="blog-post">
|
||||
<h4>Did you know Bill Gates was hot!!! And single???</h4>
|
||||
|
BIN
gems/oneko.gif
Normal file
BIN
gems/oneko.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
12
index.html
12
index.html
@ -49,7 +49,6 @@
|
||||
<div class="blog" id="blog">
|
||||
<h2>Latest Blog Posts</h2>
|
||||
<!-- hey it works so who's to blame -->
|
||||
<b class= "blog-post-spacer">
|
||||
<a href="gems/kakoune">
|
||||
<article class="blog-post">
|
||||
<h3>Kakoune is the Best</h3>
|
||||
@ -57,11 +56,14 @@
|
||||
a simple text editor</p>
|
||||
</article>
|
||||
</a>
|
||||
</b>
|
||||
<a>
|
||||
<a href="/gems">
|
||||
<article class="blog-post">
|
||||
<h3>Summer 2024 reading list</h3>
|
||||
<p>Upcoming post...</p>
|
||||
<h3>gems from the internet</h3>
|
||||
<p>
|
||||
these is a whole world of beauty underneath the
|
||||
advertisment fueled capitalist machine, here are
|
||||
some i have found and would like to share.
|
||||
</p>
|
||||
</article>
|
||||
</a>
|
||||
</div>
|
||||
|
2
oneko.js
2
oneko.js
@ -96,7 +96,7 @@
|
||||
nekoEl.style.top = `${nekoPosY - 16}px`;
|
||||
nekoEl.style.zIndex = 2147483647;
|
||||
|
||||
let nekoFile = "./oneko.gif"
|
||||
let nekoFile = "/oneko.gif"
|
||||
const curScript = document.currentScript
|
||||
if (curScript && curScript.dataset.cat) {
|
||||
nekoFile = curScript.dataset.cat
|
||||
|
@ -137,7 +137,6 @@ gap: 20px;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
.blog-post-spacer { padding: 3px; }
|
||||
.blog-post p, .gallery p {
|
||||
color: #FFF;
|
||||
padding: 3px;
|
||||
@ -145,8 +144,7 @@ gap: 20px;
|
||||
|
||||
.blog a {
|
||||
text-decoration: none;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 25px;
|
||||
background-color: rgba(34, 34, 34, 0.85);
|
||||
color: inherit; /* Inherit the text color from the parent */
|
||||
display: block; /* Make the anchor tag take up the full space */
|
||||
|
Loading…
Reference in New Issue
Block a user