mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 05:17:00 -06:00
Re-add image, center about page, add resume link to index, add index cover PSD
This commit is contained in:
BIN
.media/index-cover.psd
Normal file
BIN
.media/index-cover.psd
Normal file
Binary file not shown.
@@ -1 +1 @@
|
|||||||
bundle exec jekyll serve --config _config.yml,_config_dev.yml
|
bundle exec jekyll serve --config _config.yml,_config_dev.yml --drafts --unpublished
|
||||||
@@ -11,4 +11,6 @@
|
|||||||
<a href="/about/">~/about/</a>
|
<a href="/about/">~/about/</a>
|
||||||
:
|
:
|
||||||
<a href="/projects/">~/projects/</a>
|
<a href="/projects/">~/projects/</a>
|
||||||
|
:
|
||||||
|
<a href="/resume/">~/resume/</a>
|
||||||
</nav>
|
</nav>
|
||||||
@@ -10,15 +10,15 @@ hide_header: true
|
|||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<!-- <figure class="photo" style="height: 100%;">-->
|
<figure class="photo" style="height: 100%;">
|
||||||
<!-- <img-->
|
<img
|
||||||
<!-- data-zoomable-->
|
data-zoomable
|
||||||
<!-- loading="lazy"-->
|
loading="lazy"
|
||||||
<!-- src="{{ site.baseurl }}{{ page.photo }}"/>-->
|
src="{{ site.baseurl }}{{ page.photo }}"/>
|
||||||
<!-- <figcaption>-->
|
<figcaption>
|
||||||
<!-- <a href="https://www.instagram.com/chappiehd_ttv/">Not me, but my photo.</a>-->
|
<a href="https://www.instagram.com/chappiehd_ttv/">Not me, but my photo.</a>
|
||||||
<!-- </figcaption>-->
|
</figcaption>
|
||||||
<!-- </figure>-->
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
layout: about
|
layout: about
|
||||||
title: About
|
title: About
|
||||||
photo: /assets/img/photography/about.jpg
|
photo: /assets/img/photography/about.jpg
|
||||||
wide: true
|
|
||||||
permalink: /about/
|
permalink: /about/
|
||||||
_preview_description: My name is Ryan Walters and this is my website.
|
_preview_description: My name is Ryan Walters and this is my website.
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user