Update index.html
This commit is contained in:
parent
5df0053445
commit
ea6f05e78f
1 changed files with 5 additions and 41 deletions
46
index.html
46
index.html
|
|
@ -18,53 +18,17 @@
|
||||||
<div class="hero">
|
<div class="hero">
|
||||||
<div class="glyph"></div>
|
<div class="glyph"></div>
|
||||||
<h1>UNCOVERING THE RECURSIVE REAL.</h1>
|
<h1>UNCOVERING THE RECURSIVE REAL.</h1>
|
||||||
<a class="cta" href="#">Read More</a>
|
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<section class="latest">
|
<section class="latest">
|
||||||
<h2>Latest</h2>
|
<h2>Latest</h2>
|
||||||
<div class="grid">
|
<div id="posts" class="grid"></div>
|
||||||
<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>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<script src="main.js"></script>
|
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||||
|
<script src="main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue