2020-08-28 18:38:42 +00:00
{% extends ../base.html %}
{% block meta %}
<!-- <meta http - equiv="refresh" content="60"> -->
{% 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" >
<!-- Page Title Header Starts -->
< div class = "row page-title-header" >
< div class = "col-12" >
< div class = "page-header" >
< h4 class = "page-title" > Contribute< / h4 >
< / 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" >
< h4 class = "card-title" > Recurring Support< / h4 >
< div class = "media-body" >
< p class = "card-text" >
2021-11-27 17:26:31 +00:00
Patrons get access to several perks, such as behind the scenes videos, posts, and updates.< br >
Patrons also get early access to new software!
2020-08-28 18:38:42 +00:00
< / p >
< br / >
< div class = "text-center" >
< 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 >
< / 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" >
2021-11-27 17:26:31 +00:00
< h4 class = "card-title" > Volunteer Time!< / h4 >
2020-08-28 18:38:42 +00:00
< div class = "media-body" >
< p class = "card-text" >
2021-11-27 17:26:31 +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" >
2021-11-27 17:26:31 +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 >
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" >
2021-11-27 17:26:31 +00:00
< h4 class = "card-title" > More Ways Coming Soon...< / h4 >
2020-08-28 18:38:42 +00:00
< div class = "media-body" >
< p class = "card-text" >
2021-11-27 17:26:31 +00:00
Thank you for your interest in contributing to Aracdia Technology's Crafty Controller.
We are always thinking of new ways for our community to contribute to this awesome project. < br > < br > If you don't see
a contribution method that peaks your interest now please check back soon.
2020-08-28 18:38:42 +00:00
< / p >
< br / >
< div class = "text-center" >
2021-11-27 17:26:31 +00:00
2020-08-28 18:38:42 +00:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
<!-- content - wrapper ends -->
{% end %}
{% block js %}
< script >
$( document ).ready(function() {
console.log('ready for JS!')
});
< / script >
{% end %}