Merge branch 'feature/kofi-contribute' into 'dev'

Ko-fi contribution widget

See merge request crafty-controller/crafty-4!280
This commit is contained in:
Iain Powrie 2022-05-30 08:25:29 +00:00
commit 678a42afa6

View File

@ -9,7 +9,7 @@
<div class="content-wrapper">
<!-- Page Title Header Starts-->
<!-- Page Title Header Starts-->
<div class="row page-title-header">
<div class="col-12">
<div class="page-header">
@ -35,7 +35,13 @@
</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>
<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>
<br>
<iframe id='kofiframe'
src='https://ko-fi.com/arcadiatech/?hidefeed=true&widget=true&embed=true&preview=true'
style='border:none;width:69%;padding:4px;background:#1d1d2f;' height='712' title='arcadiatech'></iframe>
</div>
</div>
@ -51,8 +57,10 @@
<div class="media-body">
<p class="card-text">
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.
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.
</p>
<br />
<div class="text-center">
@ -73,7 +81,8 @@
<div class="media-body">
<p class="card-text">
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
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.
</p>
<br />
@ -100,10 +109,10 @@
{% block js %}
<script>
$( document ).ready(function() {
console.log('ready for JS!')
$(document).ready(function () {
console.log('ready for JS!')
});
});
</script>
{% end %}
{% end %}