-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindividual-sponsor.html
More file actions
30 lines (27 loc) · 1.31 KB
/
individual-sponsor.html
File metadata and controls
30 lines (27 loc) · 1.31 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
---
layout: pages
title: Individual Sponsor
permalink: /individual-sponsor/
---
<link href="/assets/css/sponsor.stylesheet.css" rel="stylesheet">
<div class="container first-container">
<div class="col-md-12 no-marg">
<h2 class="sponsor-h2">Individual Sponsor</h2>
<hr>
</div>
</div>
<div class="container">
<div class="col-md-12">
<p class="sponsor">{{site.data.individual-sponsors.Paragraph1}}</p>
<br>
<p class="sponsorship">Donate via PayPal</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="YH2WG4QHMKF4S"><input type="image" src="/assets/img/summercamp/paypalbtn.gif" style="position: relative; top: 10px; right: 2px;" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"></form>
<p class="sponsor">{{site.data.individual-sponsors.Paragraph3}}</p>
<p class="sponsor">{{site.data.individual-sponsors.Paragraph4}}</p>
<h3 class="sponsor">Employee Matching</h3>
<p class="sponsor">{{site.data.individual-sponsors.Paragraph2}}</p>
<br>
<h3 class = "sponsor">Amazon Smile</h3>
<p class="sponsor">{{site.data.sponsor.ParagraphAmazon}}</p>
</div>
</div>