This repository was archived by the owner on Jan 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdonate.html
More file actions
56 lines (54 loc) · 2.34 KB
/
donate.html
File metadata and controls
56 lines (54 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
layout: default
title: "Donate: Bit by Bit"
banner-title: "Donate"
scripts:
- "faqs.js"
style: donate.css
---
<div class="details-container">
<div class='details-item'>
<p>
We thank you for considering donating to Bit by Bit!
</p>
<p>
Contribute directly below, or support us through <a
href="https://smile.amazon.com/gp/chpf/homepage/ref=smi_chpf_redirect?ie=UTF8&ein=84-5025902&ref_=smi_ext_ch_84-5025902_cl">
Amazon Smile</a>.
</p>
</div>
<div class="details-item">
<div id="bluebox">
<p>
100% of the money we receive through your donation is
invested directly back into improving the quality of our programs, offering new exciting summer
programs,
creating interactive resources, and more. All donations are tax deductible and your receipt is sent to
you
immediately.
</p>
</div>
</div>
</div>
<div class="details-container">
<div class="details-item">
<div id="donatewidget">
<h2>Make a Donation</h2>
<div id="donatewidget">
<script>gl=document.createElement('script');gl.src='https://secure.givelively.org/widgets/simple_donation/bit-by-bit-coding.js?show_suggested_amount_buttons=true&show_in_honor_of=true&address_required=false&has_required_custom_question=false&suggested_donation_amounts[]=25&suggested_donation_amounts[]=50&suggested_donation_amounts[]=100&suggested_donation_amounts[]=250';document.getElementsByTagName('head')[0].appendChild(gl);</script>
<div id="give-lively-widget" class="gl-simple-donation-widget"></div>
</div>
</div>
<div id="fallback-button">
<a href="https://secure.givelively.org/donate/bit-by-bit-coding/improving-coding-education-to-underrepresented-groups?ref=sd_widget">
<button class="largebutton action-button">Donate Now</button>
</a>
</div>
</div>
<div class="details-item">
<h2>Sponsors</h2>
<p> A huge thanks to our sponsors who have supported us through our journey and make it possible to improve our
programs!</p>
<img class="sponsorlogo" src="imgs/Logos and Icons/puppet-logo.jpg" alt="puppet">
</div>
</div>