updating style for post list design
This commit is contained in:
parent
dd1b2ce844
commit
6bc684fa88
12 changed files with 180 additions and 3 deletions
|
|
@ -25,6 +25,14 @@
|
|||
<ul class="news-list">
|
||||
|
||||
|
||||
<a href="/2025/11/11/Progress-Update/">
|
||||
<li class="sidebar-item">
|
||||
|
||||
Making Progress
|
||||
<small>Nov 11, 2025</small>
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/2025/10/29/Welcome/">
|
||||
<li class="sidebar-item">
|
||||
|
||||
|
|
|
|||
65
_site/2025/11/11/Progress-Update/index.html
Normal file
65
_site/2025/11/11/Progress-Update/index.html
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Fabled Sword - Making Progress</title>
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="nav-div">
|
||||
<nav>
|
||||
|
||||
<a href="/">Home</a>
|
||||
|
||||
<a href="/about/index.html">About</a>
|
||||
|
||||
<a href="/blog/index.html">Blog</a>
|
||||
|
||||
<a href="/staff/index.html">Staff</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
<div class="main-view">
|
||||
<aside class="sidebar">
|
||||
<h2>News</h2>
|
||||
<ul class="news-list">
|
||||
|
||||
|
||||
<a href="/2025/11/11/Progress-Update/">
|
||||
<li class="sidebar-item">
|
||||
|
||||
Making Progress
|
||||
<small>Nov 11, 2025</small>
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/2025/10/29/Welcome/">
|
||||
<li class="sidebar-item">
|
||||
|
||||
Welcome to the Fabled Sword
|
||||
<small>Oct 29, 2025</small>
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
</aside>
|
||||
<main class="main">
|
||||
<h1>Making Progress</h1>
|
||||
<div class="post-item">
|
||||
<div class="page-meta">
|
||||
11 Nov 2025 - Bryan V.
|
||||
|
||||
<ul class="page-tags">
|
||||
|
||||
<li>news</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<p>I’m moving forward and refining the service and deployment of FabledSword.com I’m happy with my progress</p>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue