Fix homepage link, add commission page and finish contact & fund pages

This commit is contained in:
Joshua Goins 2022-11-21 14:38:40 -05:00
parent 68f9b47874
commit 4eb82eb5c0
6 changed files with 55 additions and 15 deletions

View file

@ -6,6 +6,6 @@ title: "Home"
Welcome to my personal corner of the Internet! Welcome to my personal corner of the Internet!
I really like creating software, art, among other things. You can find my own, personal collection here. I really like creating software, art, among other things. You can find my own, personal collection [here](/art).
If you like my website, consider signing the [guestbook](/guestbook)! If you like my website, consider signing the [guestbook](/guestbook)!

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 KiB

View file

@ -0,0 +1,39 @@
---
title: "Commissions"
---
I'm open for art commission work!
![Commission sheet containg prices, information and rules](comshet.webp)
## Contact
For commission work, please use my [Ko-Fi](https://ko-fi.com/redstrate/commissions), [Pixiv](https://www.pixiv.net/en/users/58118005/request) or [PayPal](https://paypal.me/redstrate) me directly.
## Rules
* Payments must go through PayPal, Pixiv or Ko-Fi. No exceptions, no trades.
* NSFW (R-18) requests are allowed at my discretion.
* Prices are non-negotiable, but I give an estimate and I'll cover major discrepancies.
* You can request any number of characters of any complexity, and any background but expect price to change accordingly.
## Sketch
Sketchy drawing and optional colors. Colors may add additional hours depending on complexity.
Expected Price: $22-44
* Price can vary due to request, this is just an estimate.
## Simple
Nice clean linework, colors and optional simple shading. Shading may increase work hours depending on request.
Expected Price: $110-132
* Price can vary due to request, this is just an estimate.
## Full Package
Nice linework, colors and shading, background included!
Expected Price: $198-220
* Price can vary due to request, this is just an estimate.

5
content/contact.md Normal file
View file

@ -0,0 +1,5 @@
---
title: "Contact"
---
The easiest and fastest way you can contact me is via josh@redstrate.com.

View file

@ -1,19 +1,17 @@
--- ---
title: "Fund Me" title: "Fund"
--- ---
At the moment I'm in between work (not related to art or programming) and school, so I'm torn between what I do in my I'm in between work - _not related to my own projects or hobbies_ - and school. I'm always balancing between what I do in my
free time. As always, donations are never required but appreciated. free time, but donations help me do the stuff I want and possibly the things you enjoy! As always, **donations are never required but appreciated**.
If you wish to recieve something material in return for your money, I'm [open for art commissions!](/commission)
## Ko-Fi ## Ko-Fi
Ko-Fi is preferred because it's easy, and they take no processing fees. You can even set a little comment to go [Ko-Fi is preferred](https://ko-fi.com/redstrat) because it's easy, and they take no processing fees. You can even set a little comment to go
along with your donation! along with your donation!
[kofi img here](https://ko-fi.com/redstrate)
## PayPal ## PayPal
You can use PayPal directly too if you want to! You can use [PayPal directly](https://paypal.me/redstrate) too if you want to!
[paypal img here](https://paypal.me/redstrate)

View file

@ -1,5 +1,6 @@
{{ define "main" }} {{ define "main" }}
<h2>{{ .Title }}</h2> <h2>{{ .Title }}</h2>
{{ if in .File.Dir "blog" }}
<p> <p>
Posted on Posted on
<time datetime="{{ .Page.Lastmod.Format "Mon Jan 10 17:13:38 2020 -0700" }}" class="text-muted"> <time datetime="{{ .Page.Lastmod.Format "Mon Jan 10 17:13:38 2020 -0700" }}" class="text-muted">
@ -10,6 +11,7 @@
{{ $.Page.Lastmod.Format "January 02, 2006" }} {{ $.Page.Lastmod.Format "January 02, 2006" }}
</time>) </time>)
</p> </p>
{{ end }}
<div> <div>
{{ .Content }} {{ .Content }}
@ -25,10 +27,6 @@
</ul> </ul>
{{ end }} {{ end }}
<h3>Contact Me</h3>
The easiest and fastest way you can contact me is via <a href="mailto:josh@redstrate.com">josh@redstrate.com</a>.
{{ with .Params.comments }} {{ with .Params.comments }}
<h3>Comments</h3> <h3>Comments</h3>
<p>I <a href="https://{{ .host }}/@{{ .username }}/{{ .id }}">posted this</a> to my Mastodon! You can use any Fediverse account (Mastodon, Pleroma, etc) to <a class="button" href="https://{{ .host }}/interact/{{ .id }}?type=reply">reply</a>.</p> <p>I <a href="https://{{ .host }}/@{{ .username }}/{{ .id }}">posted this</a> to my Mastodon! You can use any Fediverse account (Mastodon, Pleroma, etc) to <a class="button" href="https://{{ .host }}/interact/{{ .id }}?type=reply">reply</a>.</p>