add initial support for blog

This commit is contained in:
timmypidashev
2021-10-02 19:18:07 -07:00
parent fbbca11032
commit 3c979be288
2 changed files with 29 additions and 3 deletions

View File

@@ -33,11 +33,17 @@
<!-- Content -->
<!-- Section -->
<!-- TODO: FIX BLOG CSS!!!!!!!!! -->
<section class="centered">
<div>
<h1 class="hero__header" data-aos="flip-down">Work In Progress</h1>
<div class="row">
<div>
<h1 class="header" data-aos="flip-down">Work In Progress</h1>
</div>
<div>
<h1 class="blog" data-aos="flip-down">Work In Progress</h1>
</div>
<h1 class="blog" data-aos="flip-down">Work In Progress</h1>
</div>
<img src="images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
</section>
<!-- JS -->