-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (42 loc) · 1.62 KB
/
index.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
41
42
43
44
45
46
47
48
<!-- 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="QNUB7NNL949E4">
<table>
<input type="hidden" name="on0" value="Payment Tiers">
<img class="logo" src="scfPng.png">
<br><br>
<img class="tiers" src="tiers.png">
<!-- <p id="sale">Sale: Every tier is currently $100 off!</p> -->
<br>
<select class="custom-dropdown" name="os0">
<option value="Gold">Gold $800.00 USD</option>
<option value="Cardinal">Cardinal $500.00 USD</option>
<option value="Entry">Entry $400.00 USD</option>
</select>
</table>
<br>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_paynowCC_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 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>