-
Notifications
You must be signed in to change notification settings - Fork 7
/
job-highlight.html
59 lines (57 loc) · 1.84 KB
/
job-highlight.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
49
50
51
52
53
54
55
56
57
58
59
<html>
<head>
<title>Remote Job Boards</title>
<style>
body {
margin-top: 200px;
}
.container {
margin: 0px auto;
width: 600px;
}
.title {
text-align: center;
}
form {
margin-left: 220px;
}
</style>
</head>
<body>
<div class="container">
<div class="title">
<h2>Remote Job Boards</h2>
<h3>Make the payment below to highlight a job post</h3>
</div>
<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="WNBQYSF6BBG74">
<table>
<tr>
<td><input type="hidden" name="on0" value="Highlight Job Post">Highlight Job Post</td>
</tr>
<tr>
<td>
<select name="os0">
<option value="For 7 days">For 7 days $30,00 USD</option>
<option value="For 14 days">For 14 days $50,00 USD</option>
</select>
</td>
</tr>
<tr>
<td><input type="hidden" name="on1" value="GitHub Issue Number or URL">GitHub Issue Number or URL</td>
</tr>
<tr>
<td><input type="text" name="os1" maxlength="200"></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>
<div class="title">
<h4>We will process your request within 24 hours</h4>
</div>
</div>
</body>
</html>