2017-10-29 00:22:34 -05:00
|
|
|
<html>
|
2023-03-14 15:43:50 -05:00
|
|
|
<head>
|
|
|
|
<title>Donate</title>
|
|
|
|
<style>
|
|
|
|
.center {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
height: 100%;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 3vw;
|
|
|
|
}
|
|
|
|
.row {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
padding-bottom: 20vw;
|
|
|
|
}
|
|
|
|
.col {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 0 10%;
|
|
|
|
}
|
|
|
|
.qrcode {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
height: max(20vw, 18vh);
|
|
|
|
}
|
|
|
|
.logo {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
height: 5vw;
|
|
|
|
margin-bottom: 2vw;
|
|
|
|
}
|
|
|
|
.logo img {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="center">
|
|
|
|
<h1>Donate</h1>
|
|
|
|
<!-- <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
|
|
|
<input type="hidden" name="cmd" value="_s-xclick">
|
|
|
|
<input type="hidden" name="hosted_button_id" value="CBBXNMWNAJV2G">
|
|
|
|
<input type="image" src="logo/paypal.svg" style="height:40vh;" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
|
|
|
<img alt="" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
|
|
|
</form> -->
|
|
|
|
<div class="row">
|
|
|
|
<div class="col">
|
|
|
|
<div class="logo">
|
|
|
|
<img src="logo/zelle.svg" style="height: 80%;">
|
|
|
|
</div>
|
|
|
|
<img class="qrcode" src="qrcode/zelle-schwab.svg" alt="https://enroll.zellepay.com/qr-codes?data=eyJuYW1lIjoiSGFuIERhaSIsInRva2VuIjoic2Nod2FiQGRhaWhhbi5tZSIsImFjdGlvbiI6InBheW1lbnQifQ==">
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<div class="logo">
|
|
|
|
<img src="logo/venmo.svg" style="height: 60%;">
|
|
|
|
</div>
|
|
|
|
<img class="qrcode" src="qrcode/venmo.svg" alt="https://venmo.com/code?user_id=2360621509115904577&created=1678822555">
|
|
|
|
</div>
|
|
|
|
<!-- <div class="col">
|
|
|
|
<img class="logo" src="logo/zelle.svg">
|
|
|
|
<img class="qrcode" src="qrcode/zelle-chase.svg" alt="https://enroll.zellepay.com/qr-codes?data=eyJuYW1lIjoiSGFuIERhaSIsInRva2VuIjoiY2hhc2VAZGFpaGFuLm1lIiwiYWN0aW9uIjoicGF5bWVudCJ9">
|
|
|
|
</div> -->
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col">
|
|
|
|
<div class="logo">
|
|
|
|
<img src="logo/wechat.svg" style="height: 85%;">
|
|
|
|
</div>
|
|
|
|
<img class="qrcode" src="qrcode/wechat.svg" alt="https://wx.tenpay.com/f2f?f=oQcWTuHgrVoeug7hbgStOXnge42E">
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<div class="logo">
|
|
|
|
<img src="logo/alipay.svg" style="height: 90%;">
|
|
|
|
</div>
|
|
|
|
<img class="qrcode" src="qrcode/alipay.svg" alt="https://qr.alipay.com/tsx00015zlpjq9apz5b1036">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
2017-10-29 00:22:34 -05:00
|
|
|
</html>
|