@@ -544,6 +544,76 @@ <h5 class="mb-2" data-i18n="dl_src">Source</h5>
544544 </ div >
545545 </ section >
546546
547+ <!-- Support Section -->
548+ < section id ="donate " class ="py-5 ">
549+ < div class ="container py-5 text-center ">
550+ < h2 class ="section-title " data-i18n ="donate_title "> Fuel the Rebellion</ h2 >
551+ < p class ="text-secondary lead mb-5 " data-i18n ="donate_desc ">
552+ Caffeine is the only fuel that keeps this resistance alive. Support the developers who save your sanity.
553+ </ p >
554+
555+ < div class ="row justify-content-center g-4 ">
556+ <!-- PayPal -->
557+ < div class ="col-md-5 ">
558+ < div
559+ class ="p-5 border border-secondary rounded-3 h-100 feature-card position-relative overflow-hidden ">
560+ < i class ="fab fa-paypal platform-icon mb-4 " style ="color: #00457C; "> </ i >
561+ < h4 class ="mb-4 "> PayPal</ h4 >
562+
563+ < div class ="d-flex flex-wrap justify-content-center gap-2 mb-3 ">
564+ < button onclick ="donate('paypal', 2) " class ="btn btn-outline-secondary btn-sm donation-btn "
565+ data-amount ="2 "> $2</ button >
566+ < button onclick ="donate('paypal', 5) " class ="btn btn-outline-secondary btn-sm donation-btn "
567+ data-amount ="5 "> $5</ button >
568+ < button onclick ="donate('paypal', 10) " class ="btn btn-outline-secondary btn-sm donation-btn "
569+ data-amount ="10 "> $10</ button >
570+ </ div >
571+
572+ < div class ="input-group mb-3 justify-content-center ">
573+ < span class ="input-group-text bg-dark border-secondary text-secondary "> $</ span >
574+ < input type ="number " id ="paypal-custom-amount "
575+ class ="form-control bg-dark border-secondary text-white " placeholder ="Custom "
576+ style ="max-width: 100px; ">
577+ </ div >
578+
579+ < button onclick ="donateCustom('paypal') " class ="btn btn-terminal w-100 "> Donate</ button >
580+ </ div >
581+ </ div >
582+
583+ <!-- Buy Me a Coffee -->
584+ < div class ="col-md-5 ">
585+ < div
586+ class ="p-5 border border-secondary rounded-3 h-100 feature-card position-relative overflow-hidden ">
587+ < i class ="fas fa-mug-hot platform-icon mb-4 " style ="color: #FFDD00; "> </ i >
588+ < h4 class ="mb-4 "> Buy Me a Coffee</ h4 >
589+
590+ < div class ="d-flex flex-wrap justify-content-center gap-2 mb-3 ">
591+ < button onclick ="donate('bmac', 2) " class ="btn btn-outline-secondary btn-sm donation-btn "
592+ data-amount ="2 "> $2</ button >
593+ < button onclick ="donate('bmac', 5) " class ="btn btn-outline-secondary btn-sm donation-btn "
594+ data-amount ="5 "> $5</ button >
595+ < button onclick ="donate('bmac', 10) " class ="btn btn-outline-secondary btn-sm donation-btn "
596+ data-amount ="10 "> $10</ button >
597+ </ div >
598+
599+ < div class ="input-group mb-3 justify-content-center ">
600+ < span class ="input-group-text bg-dark border-secondary text-secondary "> $</ span >
601+ < input type ="number " id ="bmac-custom-amount "
602+ class ="form-control bg-dark border-secondary text-white " placeholder ="Custom "
603+ style ="max-width: 100px; ">
604+ </ div >
605+
606+ < button onclick ="donateCustom('bmac') " class ="btn btn-terminal w-100 "> Support</ button >
607+ </ div >
608+ </ div >
609+ </ div >
610+
611+ < p class ="mt-5 text-secondary x-small opacity-50 ">
612+ * All donations go towards server costs and developer coffee consumption.
613+ </ p >
614+ </ div >
615+ </ section >
616+
547617 <!-- Footer -->
548618 < footer class ="text-center ">
549619 < div class ="container ">
0 commit comments