{{/* Page layout used for the art commission page. */}} {{ define "main" }}

{{ .Title }}


{{ $art_config := index $.Site.Data "art-config" }} {{ if $art_config.commissions }}

My commissions are currently OPEN!

{{ else }}

My commissions are currently CLOSED!

{{ end }}

I accept commissions for artwork from time to time. You can only commission me through my Pixiv. If you have a Pixiv account, you can also get a notification when my commissions re-open.

Rules

¤ Requests in English, please. If you request in another language, I will use machine-translation. ¤

You also agree to:

I will also give you the source file (.kra) on request along with an uncompressed PNG.

FAQ

Q: Why can I only commission on Pixiv?

It handles payment and making sure you nor I skimp out on payment or work. I don't have the infrastructure and time to take it off that platform. If you are a prospective customer and really want me to use something else, please contact me and I'll take it into consideration.

Q: Can I request something anonymously?

Yes, you can do that through Pixiv when requesting.

Q: How do I send reference images or photos?

This is a little confusing, but you have to send me a message. For some reason you can't attach images through the request form.

Previous Work

{{ $p := slice "commission" }} {{ range where .Site.RegularPages "Params.arttags" "intersect" $p }} {{ if not (.Params.guest) }} {{ partial "render-art" . }} {{ end }} {{ end }}
{{ partial "gallery-js" . }} {{ end }}