Files
makyo.ink/_pages/about.html
2017-09-06 21:48:07 -06:00

69 lines
4.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: home-page
title: About
permalink: /about/
---
<div class="small-wrapper">
<div class="about-container">
<section class="about-header">
<div class="author-image-container">
<img src="{{site.baseurl}}/assets/img/{% if site.author-pic %}{{site.author-pic}}{% endif %}" alt="{{site.author}}">
</div>
<p class="subtitle">{{site.about-author}}</p>
</section>
<section class="about-body">
<p>If you're interested in supporting my writing work (and development work, if that's your bag!), I will be eternally grateful! I have a few mechanisms for support:</p>
<ul>
<li><a href="https://patreon.com/makyo"><strong>Patreon</strong></a> — I have this set up as a per-creation support, rather than a monthly. That might change, but for now, its super useful for me and really easy on patrons. We all have dry-spells, after all, and Im no exception. I have a few support levels:
<ul>
<li>$1 — Behind the Scenes: get a patron-only perspective on my work with blog posts, polls, and early access.</li>
<li>$5 — Draft Insider: all the above, plus access to early drafts.</li>
<li>$10 — All Access: all the above, plus access to crazy things like notes, sketches, images, etc.</li>
<li>$15 — Guide Me: all the above, plus a say in what I write. Suggest stories, give me characters, edit my stuff for me!</li>
</ul>
</li>
<li><a href="https://gratipay.com/makyo/"><strong>Gratipay</strong></a> — Gratipay works more like a tip system, but it also allows users to pledge on a schedule. The benefit of this is that its super lightweight, and also works well with GitHub.</li>
<li><a href="https://ko-fi.com/drabmakyo"><strong>Ko-fi</strong></a> — Ko-fi is another tipping site, and is nicely integrated with PayPal. Its also got a bit of a friendlier interface than Gratipay, one that folks are more used to.</li>
</ul>
<hr />
<ul class="contact-list">
{% if site.email %}
<li class="email"><a href="mailto:{{site.email}}"><i class="fa fa-envelope-o"></i></a></li>
{% endif %}
{% if site.phone %}
<li class="phone"><a href="tel:{{site.phone}}"><i class="fa fa-phone"></i></a></li>
{% endif %}
{% if site.website %}
<li class="website"><a href="http://{{site.website}}" target="_blank"><i class="fa fa-globe"></i></a></li>
{% endif %}
{% if site.linkedin %}
<li class="linkedin"><a href="https://in.linkedin.com/in/{{site.linkedin}}" target="_blank"><i class="fa fa-linkedin"></i></a></li>
{% endif %}
{% if site.github %}
<li class="github"><a href="http://github.com/{{site.github}}" target="_blank"><i class="fa fa-github"></i></a></li>
{% endif %}
{% if site.twitter %}
<li class="twitter"><a href="https://twitter.com/{{site.twitter}}" target="_blank"><i class="fa fa-twitter"></i></a></li>
{% endif %}
{% if site.facebook %}
<li class="facebook"><a href="https://facebook.com/{{site.facebook}}" target="_blank"><i class="fa fa-facebook"></i></a></li>
{% endif %}
{% if site.instagram %}
<li class="instagram"><a href="https://instagram.com/{{site.instagram}}" target="_blank"><i class="fa fa-instagram"></i></a></li>
{% endif %}
{% if site.pinterest %}
<li class="pinterest"><a href="https://pinterest.com/{{site.pinterest}}" target="_blank"><i class="fa fa-pinterest"></i></a></li>
{% endif %}
</ul>
</section> <!-- End About Body-->
</div> <!-- End About Container -->
</div> <!-- End Small Wrapper -->