2024-10-30 20:43:38 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta http-equiv = "X-UA-Compatible" content = "ie=edge" >
< link rel = "icon" href = "/static/svg/ailur.svg" >
< title > Donate< / title >
< link rel = "stylesheet" href = "/static/css/donate.css" >
< / head >
< body >
< nav >
< div class = "bar" >
2024-10-30 20:52:18 +00:00
< a href = "/" > < img src = "/static/svg/ailur.svg" alt = "The Ailur logo" > < / a >
2024-10-30 20:43:38 +00:00
< div class = "links" >
< a href = "/" > Home< / a >
< a href = "/library" > Library< / a >
< a href = "/about" > About< / a >
< a href = "/enterprise" > Enterprise< / a >
< a href = "/consulting" > Consulting< / a >
< a href = "/contact" > Contact< / a >
< a href = "/donate" > Donate< / a >
< / div >
< / div >
< / nav >
< div class = "blockContainer" >
< p class = "subtext" > Support us< / p >
< h1 > Thank you for donating!< / h1 >
< div class = "center" > < p > Any amount of donation helps us greatly to continue our non-profit work into developing software for everyone, free of cost, free of tracking.< / p > < / div >
< br >
< p > Donate using LibrePay< / p >
< div class = "center" > < script src = "https://liberapay.com/arzumify/widgets/receiving.js" > < / script > < / div >
< noscript > < a href = "https://liberapay.com/arzumify/donate" > < img alt = "Donate using Liberapay" src = "https://liberapay.com/assets/widgets/donate.svg" > < / a > < / noscript >
< p > Donate using Stripe< / p >
< script async src = "https://js.stripe.com/v3/buy-button.js" > < / script >
< stripe-buy-button buy-button-id = "buy_btn_1NopvkFdJPyNGPx53QKxpTDm" publishable-key = "pk_live_51NoSUtFdJPyNGPx50X0MQi5UJjSmVwxDTkgVNwVMbaP1nX31MMwDGxgpw8RSFt8nKxBDNJuRbPIn38MaeguXphvb00EwntFyfn" > < / stripe-buy-button >
2024-11-26 19:42:03 +00:00
< noscript > < a class = "button buyButton" > Go to Stripe< / a > < / noscript >
< div class = "ieOnly" > < a class = "button buyButton" href = "https://stripe.com" > Go to Stripe< / a > < / div >
2024-10-30 20:43:38 +00:00
< / div >
< footer >
< img src = "/static/svg/ailur.svg" alt = "The Ailur logo" >
< p class = "title" > The Ailur Project< / p >
< a href = "/about" > About us< / a >
< a href = "/library" > Library< / a >
< a href = "/enterprise" > Enterprise< / a >
< a href = "/consulting" > Consulting< / a >
< a href = "/donate" > Donate ❤️< / a >
< br >
< p > This page does not sell your data< / p >
< br >
< p class = "disclaimer" >
Copyright © 2024 Arzumify | GPLv3 or Later | Powered by Fulgens
< / p >
< / footer >
< / body >
< / html >