Add PayPal donate link to footer and about page
This commit is contained in:
parent
53205d53b4
commit
aba4ca538d
2 changed files with 11 additions and 1 deletions
|
|
@ -101,6 +101,16 @@ defmodule MicrowavepropWeb.Layouts do
|
||||||
North Texas Microwave Society
|
North Texas Microwave Society
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
Found this useful?
|
||||||
|
<a
|
||||||
|
href="https://www.paypal.com/ncp/payment/53VLBD2E67JAE"
|
||||||
|
target="_blank"
|
||||||
|
class="link link-hover"
|
||||||
|
>
|
||||||
|
Donate to NTMS
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<.link navigate="/privacy" class="link link-hover">Privacy</.link>
|
<.link navigate="/privacy" class="link link-hover">Privacy</.link>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -203,7 +203,7 @@ defmodule MicrowavepropWeb.AboutLive do
|
||||||
<div role="alert" class="alert alert-info text-center">
|
<div role="alert" class="alert alert-info text-center">
|
||||||
<p>
|
<p>
|
||||||
If this tool is useful to you, consider
|
If this tool is useful to you, consider
|
||||||
<a href="https://ntms.org" target="_blank" class="link link-primary font-semibold">
|
<a href="https://www.paypal.com/ncp/payment/53VLBD2E67JAE" target="_blank" class="link link-primary font-semibold">
|
||||||
donating to NTMS
|
donating to NTMS
|
||||||
</a>
|
</a>
|
||||||
to help keep the project running.
|
to help keep the project running.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue