first commit
This commit is contained in:
commit
3f2cec5cb9
27 changed files with 1159 additions and 0 deletions
81
_site/index.html
Normal file
81
_site/index.html
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Fabled Sword - Home</title>
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="nav-div">
|
||||
<nav>
|
||||
|
||||
<a href="/" class="nav-current">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/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>Fabled Sword</h1>
|
||||
|
||||
<section class="post-list">
|
||||
|
||||
|
||||
<a href="/2025/10/29/Welcome/">
|
||||
<article class="post-item">
|
||||
<h2 class="post-title">
|
||||
Welcome to the Fabled Sword
|
||||
</h2>
|
||||
|
||||
<div class="post-meta">
|
||||
<time datetime="2025-10-29T00:00:00-04:00">
|
||||
October 29, 2025
|
||||
</time>
|
||||
·
|
||||
<span class="post-author">
|
||||
Bryan V.
|
||||
</span>
|
||||
|
||||
<ul class="post-tags">
|
||||
|
||||
<li>news</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="post-excerpt">
|
||||
Hello and welcome to the first post on the shiny new frontpage for the domain FabledSword.com
|
||||
I hope to use this space for creative works and share news about this space and the people who use it.
|
||||
Thank you for paying us a visit.
|
||||
|
||||
</div>
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue