Skip to content

Commit

Permalink
Merge pull request #6 from NE-Collegiate-Cyber-Defense-League/update-…
Browse files Browse the repository at this point in the history
…sponsor-funding-wording

Change padding on funding buttons
  • Loading branch information
andrew-aiken authored Sep 7, 2024
2 parents 629d955 + 74e5d92 commit d8ba73e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ find public -type f -size +25M -exec rm -f {} +
- Backfill other years (2019-2008), scrape data from PDFs
- Fill out volunteer page
- More info on the support page
- Re-design Paypal form
- Stats
- Could probably use the cards or columns with some changes and then put it in the layouts/index.html
- Featured page (not sure what this entails, forgot what I meant by it)
2 changes: 1 addition & 1 deletion content/en/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The NECCDL relies on the support of league member institutions and sponsors in o

{{< rawhtml >}}
<div style="text-align: center;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" class="button">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" class="button" style="padding: 14px 40px; margin-top: 20px; margin-bottom: 30px;">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="CJBAK7CADRRF8" />
<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" />
Expand Down
2 changes: 1 addition & 1 deletion content/en/join/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In order to compete in NECCDC, a team will need a staff or faculty member from i
<option value="Regular Membership" style="color: #333; background-color: #f3f3f3;">Regular Membership $250.00 USD</option>
</select>
<input type="hidden" name="currency_code" value="USD">
<button type="submit" class="button" name="submit" style="margin-top: 20px; border: 0; padding: 10px 20px; color: white; font-size: 16px; cursor: pointer;">
<button type="submit" class="button" name="submit" style="margin-top: 10px; border: 0; padding: 20px 50px; color: white; font-size: 16px; cursor: pointer;">
Join Now
</button>
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> <!-- Tracking pixel -->
Expand Down
2 changes: 1 addition & 1 deletion content/en/support/sponsor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Sponsorship funding can be made directly through PayPal, or contact sponsor@necc
</select>
<input type="hidden" name="currency_code" value="USD">
<input class="button" type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit"
alt="PayPal - The safer, easier way to pay online!" style="margin-top: 20px; margin-bottom: 20px;">
alt="PayPal - The safer, easier way to pay online!" style="margin-top: 20px; margin-bottom: 20px; padding: 10px 30px;">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> <!-- Tracking pixel -->
</form>

Expand Down

0 comments on commit d8ba73e

Please sign in to comment.