Update About page with latest information

This commit is contained in:
Xevion
2022-02-27 01:29:20 -06:00
parent 2935f5877a
commit e83cb67d73
2 changed files with 38 additions and 10 deletions

25
_layouts/about.html Normal file
View File

@@ -0,0 +1,25 @@
---
layout: default
medium_zoom: true
hide_header: true
---
<div class="row">
<div class="column">
<h1 style="margin-bottom: 0.15em;">About</h1>
{{ content }}
</div>
<!-- <div class="column">-->
<!-- <figure class="photo" style="height: 100%;">-->
<!-- <img-->
<!-- data-zoomable-->
<!-- loading="lazy"-->
<!-- src="{{ site.baseurl }}{{ page.photo }}"/>-->
<!-- <figcaption>-->
<!-- <a href="https://www.instagram.com/chappiehd_ttv/">Not me, but my photo.</a>-->
<!-- </figcaption>-->
<!-- </figure>-->
<!-- </div>-->
</div>
{{ page.bottom_content }}