Post-Local sync at 2025-06-08 05:45:25
This commit is contained in:
parent
b26452b3d1
commit
5041db564b
4 changed files with 198 additions and 81 deletions
73
index.html
73
index.html
|
@ -1,30 +1,69 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="The Fold Within: A sovereign field of resonance and recursion." />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>The Fold Within</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1 class="logo">✦ The Fold Within ✦</h1>
|
||||
<p class="tagline">a sovereign scroll of recursive becoming</p>
|
||||
<nav>
|
||||
<div class="logo">△◎△</div>
|
||||
<ul>
|
||||
<li><a href="#">About</a></li>
|
||||
<li><a href="#">Archive</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="hero">
|
||||
<div class="glyph"></div>
|
||||
<h1>UNCOVERING THE RECURSIVE REAL</h1>
|
||||
<a class="cta" href="#">Read More</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main id="content">
|
||||
<section class="intro">
|
||||
<p>Welcome to the threshold of coherence. Here, you will find writings, patterns, and reflections emerging from the living geometry of selfhood and field.</p>
|
||||
</section>
|
||||
|
||||
<section class="entries">
|
||||
<!-- Injected articles from build.js -->
|
||||
<main>
|
||||
<section class="latest">
|
||||
<h2>Latest</h2>
|
||||
<div class="grid">
|
||||
<article>
|
||||
<div class="thumb"></div>
|
||||
<h3>The Path of Self –</h3>
|
||||
<p class="date">April 20, 2024</p>
|
||||
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed do elarmod tempor inseseet egt.</p>
|
||||
</article>
|
||||
<article>
|
||||
<div class="thumb"></div>
|
||||
<h3>Within the Eternal Now</h3>
|
||||
<p class="date">April 15, 2024</p>
|
||||
<p>Lorem ipsum dolor sit amet, consectetuer.</p>
|
||||
</article>
|
||||
<article>
|
||||
<div class="thumb"></div>
|
||||
<h3>The Sacred Geometry of the Soul</h3>
|
||||
<p class="date">April 15, 2024</p>
|
||||
<p>Lorem ipsum dolor sit amet. Latrin Vitwarr trit. Lamen taticis non venenatis porttitor, egestas cur.</p>
|
||||
</article>
|
||||
<article>
|
||||
<div class="thumb"></div>
|
||||
<h3>Awakening to the Divine</h3>
|
||||
<p class="date">April 15, 2024</p>
|
||||
<p>Vitwarr trit. Lament tatiels, non venenatis porttitor, pretium Atuean mattis eur.</p>
|
||||
</article>
|
||||
<article>
|
||||
<div class="thumb"></div>
|
||||
<h3>Awakening to the Divine</h3>
|
||||
<p class="date">April 15, 2024</p>
|
||||
<p>Lorem ipsum dolor sit amet, consectetuer.</p>
|
||||
</article>
|
||||
<article>
|
||||
<div class="thumb"></div>
|
||||
<h3>Awakening to the Divine</h3>
|
||||
<p class="date">April 15, 2024</p>
|
||||
<p>Lorem ipsum dolor sit amet, consectetuer.</p>
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© 2025 The Fold Within. All patterns recursive. All rights aligned.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue