2020-08-28 18:38:42 +00:00
|
|
|
{% extends ../base.html %}
|
|
|
|
|
|
|
|
{% block meta %}
|
|
|
|
{% end %}
|
|
|
|
|
2020-12-09 15:55:30 +00:00
|
|
|
{% block title %}Crafty Controller - Contribute{% end %}
|
2020-08-28 18:38:42 +00:00
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<div class="content-wrapper">
|
|
|
|
|
2022-05-29 06:09:39 +00:00
|
|
|
<!-- Page Title Header Starts-->
|
2020-08-28 18:38:42 +00:00
|
|
|
<div class="row page-title-header">
|
|
|
|
<div class="col-12">
|
|
|
|
<div class="page-header">
|
2022-06-11 20:36:07 +00:00
|
|
|
<h1 class="page-title">Contribute</h1>
|
2020-08-28 18:38:42 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- Page Title Header Ends-->
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
2021-11-27 17:26:31 +00:00
|
|
|
<div class="col-md-4 grid-margin">
|
2020-08-28 18:38:42 +00:00
|
|
|
<div class="card">
|
|
|
|
<div class="card-body">
|
|
|
|
|
2022-06-11 20:36:07 +00:00
|
|
|
<h1 class="card-title">Recurring Support</h1>
|
2020-08-28 18:38:42 +00:00
|
|
|
|
|
|
|
<div class="media-body">
|
2022-06-11 20:36:07 +00:00
|
|
|
<ul class="card-text">
|
|
|
|
<li>Kofi Subscribers and Patrons get access to several perks, such as behind the scenes videos, posts,
|
|
|
|
and
|
|
|
|
updates.</li>
|
|
|
|
<li>Kofi Subscribers and Patrons also get early access to new software!</li>
|
|
|
|
</ul>
|
2020-08-28 18:38:42 +00:00
|
|
|
<br />
|
2022-06-11 20:36:07 +00:00
|
|
|
<div class="text-center">
|
|
|
|
<a href='https://ko-fi.com/C0C1AIIZS' target='_blank'><img style='border:0px;width:100%;'
|
|
|
|
src='../static/assets/images/kofi_cross.png' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
|
|
|
</div>
|
|
|
|
<br>
|
2020-08-28 18:38:42 +00:00
|
|
|
<div class="text-center">
|
2022-05-29 06:09:39 +00:00
|
|
|
<a href="https://www.patreon.com/bePatron?u=27882946"
|
|
|
|
data-patreon-widget-type="become-patron-button">Become a Patron!</a>
|
|
|
|
<script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script>
|
2020-08-28 18:38:42 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-11-27 17:26:31 +00:00
|
|
|
<div class="col-md-4 grid-margin">
|
2020-08-28 18:38:42 +00:00
|
|
|
<div class="card">
|
|
|
|
<div class="card-body">
|
|
|
|
|
2022-06-11 20:36:07 +00:00
|
|
|
<h1 class="card-title">One Time Support</h1>
|
2020-08-28 18:38:42 +00:00
|
|
|
|
|
|
|
<div class="media-body">
|
|
|
|
<p class="card-text">
|
2022-06-11 20:36:07 +00:00
|
|
|
Any donation is much appreciated!
|
2020-08-28 18:38:42 +00:00
|
|
|
</p>
|
|
|
|
<br />
|
|
|
|
<div class="text-center">
|
2022-06-11 20:36:07 +00:00
|
|
|
<iframe id='kofiframe'
|
|
|
|
src='https://ko-fi.com/arcadiatech/?hidefeed=true&widget=true&embed=true&preview=true'
|
|
|
|
style='border:none;width:100%;padding:4px;background:#1d1d2f;' height='650'
|
|
|
|
title='arcadiatech'></iframe>
|
2020-08-28 18:38:42 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-11-27 17:26:31 +00:00
|
|
|
<div class="col-md-4 grid-margin">
|
2020-08-28 18:38:42 +00:00
|
|
|
<div class="card">
|
|
|
|
<div class="card-body">
|
|
|
|
|
2022-06-11 20:36:07 +00:00
|
|
|
<h1 class="card-title">Volunteer Time!</h1>
|
2020-08-28 18:38:42 +00:00
|
|
|
|
|
|
|
<div class="media-body">
|
|
|
|
<p class="card-text">
|
2022-06-11 20:36:07 +00:00
|
|
|
Join the discord and volunteer to help others solve issues, write documentation, translate Crafty into a
|
|
|
|
new language.
|
|
|
|
Come for the support, stay for the community. We have a very strong community full of people who are
|
|
|
|
great
|
|
|
|
to be around.
|
2020-08-28 18:38:42 +00:00
|
|
|
</p>
|
|
|
|
<br />
|
|
|
|
<div class="text-center">
|
2022-06-11 20:36:07 +00:00
|
|
|
<a href="https://discord.gg/9VJPhCE" target="_blank" class="btn btn-sm btn-info">Join Discord</a>
|
2020-08-28 18:38:42 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- content-wrapper ends -->
|
|
|
|
|
|
|
|
{% end %}
|
|
|
|
|
|
|
|
{% block js %}
|
|
|
|
<script>
|
|
|
|
|
2022-05-29 06:09:39 +00:00
|
|
|
$(document).ready(function () {
|
|
|
|
console.log('ready for JS!')
|
2020-08-28 18:38:42 +00:00
|
|
|
|
2022-05-29 06:09:39 +00:00
|
|
|
});
|
2020-08-28 18:38:42 +00:00
|
|
|
</script>
|
|
|
|
|
2022-06-11 20:36:07 +00:00
|
|
|
{% end %}
|