testing posts theme
This commit is contained in:
parent
7c9fb7a101
commit
82758acafd
3 changed files with 15 additions and 8 deletions
|
|
@ -20,16 +20,15 @@
|
|||
<body>
|
||||
|
||||
<!-- header/info section -->
|
||||
<div id="about-me" class="terminal">
|
||||
<div id="blog" class="terminal">
|
||||
<div class="term-titlebar">
|
||||
<img src="../assets/terminal.svg">
|
||||
<p><a href="#posts">~/posts</a></p>
|
||||
<p><a href="#blog">~/blog</a></p>
|
||||
<div> <div id="minimize-btn"></div> <div id="maximize-btn"></div> <div id="close-btn"></div> </div>
|
||||
</div>
|
||||
<article>
|
||||
<h1><a href="#posts">posts</a></h1>
|
||||
<p>welcome to the small corner of this site where i make blog and stuff. they aren't always that though, so i just call this "posts". you can expect stuff like guides, rants and opinions and what not on here.</p>
|
||||
<small>for more <span style="color: var(--red);">spicy</span> or <span style="color: var(--red);">venty</span> blogs n stuff, check out <a href="../postsnt" target="_blank" style="font-size: 14px; color: var(--red);">postsn't</a>, but it's probably not for everyone.</small>
|
||||
<h1><a href="#blog">blog</a></h1>
|
||||
<p>welcome to the blog i maintain here. they aren't always that though and you can expect mostly other things like guides or rants, maybe some opinions.</p>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
@ -42,10 +41,10 @@
|
|||
</div>
|
||||
<article>
|
||||
<section>
|
||||
<h2>rizz.dot</h2>
|
||||
<p>for all your rizzing needs!</p>
|
||||
<h2><a href="./making-windows-less-shit">making windows less shit</a></h2>
|
||||
<p>since its, well, an annoyance. and also horrible. and we're all forced to use it.</p>
|
||||
<small>posted on <date datetime="2024-5-3">May 3 of 2024</date></small>
|
||||
</section>>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
@ -53,6 +52,7 @@
|
|||
<footer>
|
||||
<div id="webring-credits" class="terminal">
|
||||
<p><a href="../">go back</a></p>
|
||||
<a href="../blognt" target="_blank" style="font-size: 14px; color: var(--red);">blogn't</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
|
|
|||
|
|
@ -322,6 +322,13 @@ about me section/terminal
|
|||
margin-top: 3.8em;
|
||||
}
|
||||
|
||||
/*
|
||||
articles
|
||||
*/
|
||||
#articles section {
|
||||
background-color: var(--surface0);
|
||||
}
|
||||
|
||||
/*
|
||||
footer/credits
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue