forked from OpenUserJS/OpenUserJS.org
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsiteModals.html
More file actions
20 lines (20 loc) · 1.32 KB
/
siteModals.html
File metadata and controls
20 lines (20 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="modal fade" id="donateSiteModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title"><i class="fa fa-fw fa-money"></i> Donate for the site OpenUserJS</h4>
</div>
<div class="modal-body">
<p>Are you sure you want to go to an external site to donate a monetary value?</p>
<div class="alert alert-warning" role="alert">
<i class="fa fa-fw fa-exclamation-triangle"></i> WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-fw fa-close"></i> Close</button>
<a rel="external noreferrer noopener nofollow" referrerpolicy="same-origin" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F359CDZSR6L7W" class="btn btn-danger" role="button" title="Send a monetary Thank You!">Donate</a>
</div>
</div>
</div>
</div>