62 lines
3.4 KiB
HTML
62 lines
3.4 KiB
HTML
---
|
|
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}} A list of her publications is available <a href="{{site.baseurl}}/publications">here</a>.</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> - Patreon is a site that allows a patronage model for funding creators. In this incarnation, I have a few tiers: $1 patrons get access to posts; $5 patrons get early content; and $10 patrons get drafts, previews, and so on. Any level of support is appreciated!
|
|
<li><a href="https://liberapay.com/makyo/"><strong>LiberaPay</strong></a> — LiberaPay is a recurrent donations platform that allows supporting me and my writing on a monthly basis.</li>
|
|
<li><a href="https://ko-fi.com/drabmakyo"><strong>Ko-fi</strong></a> — Ko-fi is a tipping site, and is nicely integrated with PayPal.</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 -->
|