Skip to content

Commit f1f56f4

Browse files
authored
[DO NOT MERGE] Donate Button (#123)
needs to run local, could not get it on my machine, me and ruby..... we dont see "eye to eye" on things...... ### 📜 Description - Describe the general shape of this PR (new feature? refactor? bug fix? one-line change?) <!--- Add your answer here --> - Describe what changes are being made <!--- Add your answer here --> - Describe why these changes are being made <!--- Add your answer here --> - List the use cases and edge cases relevant to this PR <!--- Add your answer here --> - Describe how errors will be handled. How will we know if this code breaks in production <!--- Add your answer here --> - Describe any external libraries/dependencies added or removed in this PR <!--- Add your answer here --> - Describe any security risks are there regarding this change <!--- Add your answer here --> - Describe how you tested these changes <!--- Add your answer here --> - Link to relevant external documentation <!--- Add your answer here --> <!--- Example: API docs, architecture diagrams, MDN docs --> -------------------------- ### 📋 Mandatory Checklist - [x] Example of a checked item (please remove when creating your Pull Request) - [ ] Linked to the Github Issues being addressed using the right sidebar ➡️ - [ ] Have you discussed these changes with the project leader(s)? - [ ] Do all variable and function names communicate what they do? - [ ] Were all the changes commented and / or documented? - [ ] Is the PR the right size? (If the PR is too large to review, it might be good to break it up into multiple PRs.) - [ ] Does all work in progress, temporary, or debugger code have a TODO comment with links to Github issues? - [ ] *If you changed the user interface, did you add before and after screenshots to below?* -------------------------- ### 🖼️ Screenshots and Screen Recordings #### Before <!--- Add before screenshots here --> #### After <!--- Add after screenshots here --> -------------------------- ### 📘 Glossary - PR = Pull Request
1 parent f149124 commit f1f56f4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_includes/donateButton.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<a href="https://www.paypal.com/donate/?hosted_button_id=RH4Y34HGQ535S" target="_blank">
2+
Donate
3+
</a>

_includes/navigation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
<!-- <a href="https://apply.codeforsanjose.org/donate"
66
target="_blank" rel="noopener noref">Donate</a> -->
77
<a href="./faq.html">FAQ</a>
8+
{% include donateButton.html %}

0 commit comments

Comments
 (0)