-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStartup Career Fair - Payment.html
40 lines (37 loc) · 1.63 KB
/
Startup Career Fair - Payment.html
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
<!-- cb: adena, 02/16 -->
<html>
<head>
<title>Startup Career Fair - Payment</title>
<link rel="icon" href="sparkIcon.ico">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="formDiv">
<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="H3K45EKSTZJCW">
<table>
<span class="subtitle"><input type="hidden" name="on0" value="Startup Career Fair Participation Tier">STARTUP CAREER FAIR<br>PARTICIPATION PAYMENT</span><br><br>
<select class="custom-dropdown" name="os0">
<option value="Gold">Gold $700.00 USD</option>
<option value="Cardinal">Cardinal $500.00 USD</option>
<option value="Entry">Entry $300.00 USD</option>
</select><br><br></td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input 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!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<span class="subtitle">THANK YOU!</span>
</div>
<div class="footer">
<div style="padding-top:70px;">
<div class="energized">ENERGIZED BY</div>
<div style="vertical-align: middle; display:inline-block">
<a href="http://sparksc.org">
<img class="spark-letter" src="sparksc_white.png"></a>
</div>
</div>
</div>
</body>
</html>