Added docs, profile image, and changed homescreen
This commit is contained in:
+17
-32
@@ -6,7 +6,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<title>TheWittyBanter</title>
|
||||
<title>TheWittyBanter.com</title>
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
@@ -41,7 +41,7 @@
|
||||
<header class="header">
|
||||
<nav class="header-nav">
|
||||
<div class="logo">
|
||||
<a href="http://localhost:1313/" accesskey="h" title="TheWittyBanter (Alt + H)">TheWittyBanter</a>
|
||||
<a href="http://localhost:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||
<div class="logo-switches">
|
||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||
@@ -66,6 +66,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<ul id="menu" class="menu">
|
||||
<li>
|
||||
<a href="http://localhost:1313/docs" title="Docs">
|
||||
<span>Docs</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://localhost:1313/music" title="Music">
|
||||
<span>Music</span>
|
||||
@@ -89,41 +94,21 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<main class="main">
|
||||
<main class="main"><div class="profile">
|
||||
<div class="profile_inner">
|
||||
<img draggable="false" src="http://localhost:1313/images/copy.jpg" alt="profile image" title=""
|
||||
height="150" width="150" />
|
||||
<h1>@BWNoises</h1>
|
||||
<span>Musician and computer guy from Maine</span><div class="social-icons" >
|
||||
</div>
|
||||
|
||||
<article class="first-entry">
|
||||
<header class="entry-header">
|
||||
<h2 class="entry-hint-parent">Test2
|
||||
</h2>
|
||||
</header>
|
||||
<div class="entry-content">
|
||||
<p>wee electric boogaloo
|
||||
</p>
|
||||
</div>
|
||||
<footer class="entry-footer">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<span title='2026-07-30 20:57:23 -0400 EDT'>July 30, 2026</span> · <span>1 min</span></footer>
|
||||
<a class="entry-link" aria-label="post link to Test2" href="http://localhost:1313/posts/test2/"></a>
|
||||
</article>
|
||||
|
||||
<article class="post-entry">
|
||||
<header class="entry-header">
|
||||
<h2 class="entry-hint-parent">Test
|
||||
</h2>
|
||||
</header>
|
||||
<div class="entry-content">
|
||||
<p>Tell me if this works or not
|
||||
</p>
|
||||
</div>
|
||||
<footer class="entry-footer">
|
||||
|
||||
<span title='2026-07-30 20:48:25 -0400 EDT'>July 30, 2026</span> · <span>1 min</span></footer>
|
||||
<a class="entry-link" aria-label="post link to Test" href="http://localhost:1313/posts/test/"></a>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<span>© 2026 <a href="http://localhost:1313/">TheWittyBanter</a></span> ·
|
||||
<span>© 2026 <a href="http://localhost:1313/">TheWittyBanter.com</a></span> ·
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user