-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
437 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,22 +4,60 @@ | |
<div class="text-white text-h3 text-center">Donations</div> | ||
<div class="q-pb-md text-white text-center full-width"> | ||
<div class="description-lead text-body1"> | ||
I developed Glance to help people with diabetes! 50% of all donations will go directly to the | ||
I developed Glance to help people with diabetes! 50% of all donations | ||
will go directly to the | ||
<a | ||
class="text-primary" | ||
target="_blank" | ||
href="https://www.faustmanlab.org/" | ||
>Faustman lab</a>. | ||
The remaining 50% will be dedicated to future research and development of Glance. | ||
>Faustman lab</a | ||
>. The remaining 50% will be dedicated to future research and | ||
development of Glance. | ||
</div> | ||
<div class="q-pt-md"> | ||
<q-card flat bordered class="donation-card text-grey-10"> | ||
<q-card-section> | ||
<img src="../statics/paypal-logo.png"> | ||
<img src="../statics/paypal-logo.png" /> | ||
</q-card-section> | ||
|
||
<q-card-section>Donations can be made through PayPal</q-card-section> | ||
<q-card-section | ||
>Donations can be made through PayPal</q-card-section | ||
> | ||
<q-card-section class="q-px-none"> | ||
<form | ||
action="https://www.paypal.com/cgi-bin/webscr" | ||
method="post" | ||
target="_top" | ||
> | ||
<input type="hidden" name="cmd" value="_donations" /> | ||
<input | ||
type="hidden" | ||
name="business" | ||
value="[email protected]" | ||
/> | ||
<input | ||
type="hidden" | ||
name="item_name" | ||
value="Glance - Research and Development - Thank You!" | ||
/> | ||
<input type="hidden" name="currency_code" value="USD" /> | ||
<input | ||
type="image" | ||
src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" | ||
border="0" | ||
name="submit" | ||
title="PayPal - The safer, easier way to pay online!" | ||
alt="Donate with PayPal button" | ||
/> | ||
<img | ||
alt="" | ||
border="0" | ||
src="https://www.paypal.com/en_US/i/scr/pixel.gif" | ||
width="1" | ||
height="1" | ||
/> | ||
</form> | ||
|
||
<q-btn-group push> | ||
<q-btn | ||
type="a" | ||
|
@@ -30,7 +68,7 @@ | |
> | ||
$1 | ||
</q-btn> | ||
<q-btn | ||
<q-btn | ||
type="a" | ||
target="_blank" | ||
href="https://paypal.me/ryanmasonjar/5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.