thefoldwithin-earth/index.html

70 lines
2.1 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2025-06-06 20:38:51 -05:00
<html lang="en">
<head>
2025-06-08 05:45:25 -05:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2025-06-06 20:38:51 -05:00
<title>The Fold Within</title>
2025-06-08 05:45:25 -05:00
<link rel="stylesheet" href="styles.css">
</head>
<body>
2025-06-06 20:38:51 -05:00
<header>
2025-06-08 05:45:25 -05:00
<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>
2025-06-06 20:38:51 -05:00
</header>
2025-06-08 05:45:25 -05:00
<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>
2025-06-06 20:38:51 -05:00
</section>
</main>
</body>
</html>