mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-31 10:40:10 +02:00
build
This commit is contained in:
22
app/partials/pledge-modal.html
Normal file
22
app/partials/pledge-modal.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<a d-click="onModalCloseBtnClick" href="" aria-label="Close modal" title="Close" class="js-modal__close-btn modal__close-btn">
|
||||
<svg>
|
||||
<use xlink:href="#cross-icon"></use>
|
||||
</svg>
|
||||
</a>
|
||||
|
||||
<div class="tac">
|
||||
<h1>Support the Developer</h1>
|
||||
<p>Hi, <a href="https://kushagragour.in" target="_blank">Kushagra</a> here! Web Maker is a free and open-source project. To keep myself motivated for working on such open-source and free <a href="https://kushagragour.in/lab/" target="_blank">side projects</a>, I am accepting donations. Your pledge, no matter how small, will act as an appreciation towards my work and keep me going forward making Web Maker more awesome🔥. So please consider donating. 🙏🏼 (could be as small as $1/month).
|
||||
</p>
|
||||
|
||||
<div class="flex flex-h-center" id="onboardDontShowInTabOptionBtn" d-click="onDontShowInTabClicked">
|
||||
<a class="onboard-selection" href="https://patreon.com/kushagra" target="_blank" aria-label="Make a monthly pledge on Patreon">
|
||||
<img src="patreon.png" height="60" alt="Become a patron image">
|
||||
<h3 class="onboard-selection-text">Make a monthly pledge on Patreon</h3>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<a href="https://www.paypal.me/kushagragour" target="_blank" aria-label="Make a one time donation on Paypal">
|
||||
Or, make a one time donation
|
||||
</a>
|
||||
</div>
|
Reference in New Issue
Block a user