-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsponsor.html
More file actions
54 lines (44 loc) · 2.06 KB
/
sponsor.html
File metadata and controls
54 lines (44 loc) · 2.06 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
layout: pages-fixed-footer
title: Sponsor Us
permalink: /sponsor/
---
<!-- Body begins here -->
<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">Support Us</h2>
<hr>
</div>
</div>
<div class="container">
<div class="col-md-12">
<h3 class = "sponsor">Paly Robotics Boosters</h3>
<p class="sponsor">{{site.data.sponsor.Paragraph1}}</p>
<p class="sponsor">{{site.data.sponsor.ParagraphTaxID}}</p>
<!-- <p class="sponsor">The sponsorship levels are:</p>
<ul>
<li> Bronze - $1000-2999</li>
<li> Silver - $3000-4999</li>
<li> Gold - $5000</li>
</ul>
<p class="sponsor">{{site.data.sponsor.Paragraph3}}</p>
<hr>
<p class="sponsorship">Donate via PayPal</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><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>
<hr>
<h3 class = "sponsor">Amazon Smile</h3>
<p class="sponsor">{{site.data.sponsor.ParagraphAmazon}}</p>
<hr>
<h3 class = "sponsor">Wishlist</h3>
<p class="sponsor">{{site.data.sponsor.ParagraphWishlist}}</p>
<hr> -->
</div><!--test-->
</div>
<div class="buttons">
<a class="button" href='/individual-sponsor/'>Individual Sponsor</a>
<a class="button" href='/corporate-sponsor/'>Corporate Sponsor</a>
<!-- <button type="button" class="btn btn-success" onclick="location.href='/individual-sponsor/'">Individual Sponsor</button>
<button type="button" class="btn btn-success" onclick="location.href='/corporate-sponsor/'">Corporate Sponsor</button> -->
</div>
<!-- Body ends here -->