Re-add image, center about page, add resume link to index, add index cover PSD

This commit is contained in:
Xevion
2022-08-25 13:53:34 -05:00
parent 06fad2f50f
commit 3cc1a68aca
5 changed files with 12 additions and 11 deletions

BIN
.media/index-cover.psd Normal file
View File

Binary file not shown.

View File

@@ -1 +1 @@
bundle exec jekyll serve --config _config.yml,_config_dev.yml
bundle exec jekyll serve --config _config.yml,_config_dev.yml --drafts --unpublished

View File

@@ -11,4 +11,6 @@
<a href="/about/">~/about/</a>
:
<a href="/projects/">~/projects/</a>
:
<a href="/resume/">~/resume/</a>
</nav>

View File

@@ -10,15 +10,15 @@ hide_header: true
{{ 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>-->
<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>

View File

@@ -2,7 +2,6 @@
layout: about
title: About
photo: /assets/img/photography/about.jpg
wide: true
permalink: /about/
_preview_description: My name is Ryan Walters and this is my website.
---