2020-08-28 14:38:42 -04:00
{% extends ../base.html %}
{% block meta %}
{% end %}
2020-12-09 17:55:30 +02:00
{% block title %}Crafty Controller - Contribute{% end %}
2020-08-28 14:38:42 -04:00
{% block content %}
< div class = "content-wrapper" >
2022-05-29 07:09:39 +01:00
<!-- Page Title Header Starts -->
2020-08-28 14:38:42 -04:00
< div class = "row page-title-header" >
< div class = "col-12" >
< div class = "page-header" >
2022-06-11 16:36:07 -04:00
< h1 class = "page-title" > Contribute< / h1 >
2020-08-28 14:38:42 -04:00
< / div >
< / div >
< / div >
<!-- Page Title Header Ends -->
< div class = "row" >
2024-06-15 14:30:56 +02:00
< div class = "col-md-6 col-lg-4 grid-margin" >
2020-08-28 14:38:42 -04:00
< div class = "card" >
< div class = "card-body" >
2022-06-11 16:36:07 -04:00
< h1 class = "card-title" > Recurring Support< / h1 >
2020-08-28 14:38:42 -04:00
< div class = "media-body" >
2022-06-11 16:36:07 -04: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 14:38:42 -04:00
< br / >
2022-06-11 16:36:07 -04:00
< div class = "text-center" >
2024-08-13 20:01:32 +02:00
< a href = 'https://ko-fi.com/C0C1AIIZS' target = '_blank' > < img class = "w-100" src = '../static/assets/images/kofi_cross.png' alt = 'Buy Me a Coffee at ko-fi.com' / > < / a >
2022-06-11 16:36:07 -04:00
< / div >
< br >
2020-08-28 14:38:42 -04:00
< div class = "text-center" >
2024-06-15 14:30:56 +02:00
< a href = "https://www.patreon.com/bePatron?u=27882946" data-patreon-widget-type = "become-patron-button" > Become a Patron!< / a >
2022-05-29 07:09:39 +01:00
< script async src = "https://c6.patreon.com/becomePatronButton.bundle.js" > < / script >
2020-08-28 14:38:42 -04:00
< / div >
< / div >
< / div >
< / div >
< / div >
2024-06-15 14:30:56 +02:00
< div class = "col-md-6 col-lg-4 grid-margin" >
2020-08-28 14:38:42 -04:00
< div class = "card" >
< div class = "card-body" >
2022-06-11 16:36:07 -04:00
< h1 class = "card-title" > One Time Support< / h1 >
2020-08-28 14:38:42 -04:00
< div class = "media-body" >
< p class = "card-text" >
2022-06-11 16:36:07 -04:00
Any donation is much appreciated!
2020-08-28 14:38:42 -04:00
< / p >
< br / >
< div class = "text-center" >
2024-10-04 23:40:19 +02:00
< iframe id = 'kofiframe' src = 'https://ko-fi.com/arcadiatech/?hidefeed=true&widget=true&embed=true&preview=true' class = "w-100 border-0" height = '650' title = 'arcadiatech' > < / iframe >
2020-08-28 14:38:42 -04:00
< / div >
< / div >
< / div >
< / div >
< / div >
2024-06-15 14:30:56 +02:00
< div class = "col-md-6 col-lg-4 grid-margin" >
2020-08-28 14:38:42 -04:00
< div class = "card" >
< div class = "card-body" >
2022-06-11 16:36:07 -04:00
< h1 class = "card-title" > Volunteer Time!< / h1 >
2020-08-28 14:38:42 -04:00
< div class = "media-body" >
< p class = "card-text" >
2022-06-11 16:36:07 -04: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 14:38:42 -04:00
< / p >
< br / >
< div class = "text-center" >
2022-06-11 16:36:07 -04:00
< a href = "https://discord.gg/9VJPhCE" target = "_blank" class = "btn btn-sm btn-info" > Join Discord< / a >
2020-08-28 14:38:42 -04:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
<!-- content - wrapper ends -->
{% end %}
{% block js %}
< script >
2022-05-29 07:09:39 +01:00
$(document).ready(function () {
console.log('ready for JS!')
2020-08-28 14:38:42 -04:00
2022-05-29 07:09:39 +01:00
});
2020-08-28 14:38:42 -04:00
< / script >
2022-06-11 16:36:07 -04:00
{% end %}