-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathebay_content.html
79 lines (61 loc) · 3.31 KB
/
ebay_content.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<div style="text-align: center; margin: 0px;" id="my_desc_container">
<!-- DO NOT reformat code as image will stop showing up -->
<img id="my_illustration_image" src="https://s3.amazonaws.com/giftticket-images-bucket/Instructions_Comic_Strip_50_optimized-compressor.png" alt="How it works" style="border: 1px solid lightgray;width: 90%; max-width: 900px; margin: 0 auto;"/>
<div style="width: 90%; max-width: 900px;border: 1px solid lightgray; margin: 20px auto; font-family: 'Trebuchet MS' ">
<div style="padding-left: 20px;padding-right: 20px;">
<h1 style="margin-bottom:0px; margin-top: 16px;">What's a Gift Ticket?</h1>
<p style="font-size: large; max-width: 400px; margin: 0 auto;">This scratch-off is made to look authentic and give an unwitting recipient the thrill and excitement of instant-win lottery.<br/>
<strong>The best part? It's rigged to win!</strong>
<h1 style="margin-bottom:8px; margin-top: 20px;">How does it work?</h1><ol style="text-align: left; margin-top:8px">
<li style="font-size: large;margin-bottom: 10px;"><strong>Buy card for a 'winning' amount: $25/$50/$100/etc</strong><br/>
<span style="color: #616161;">All cards cost the same no matter how much you're giving.</span>
</li>
<li style="font-size: large;margin-bottom: 10px;"><strong>We'll ask you to confirm your contact details for redemption</strong><br/>
<span style="color: #616161;">By default we grab your eBay account details, enter your mobile # to get a text message.</span>
</li>
<li style="font-size: large;margin-bottom: 10px;"><strong>Give or mail card to your recipient</strong><br/>
<span style="color: #616161;">There's no risk in mailing because you haven't forked over real dough!</span>
</li>
<li style="font-size: large;margin-bottom: 10px;"><strong>Pay your recipient DIRECTLY when they redeem</strong><br/>
<span style="color: #616161;">We'll notify you with a simple one-click payment link to send money directly to your recipient via PayPal® or Venmo®</span>
</li>
</ol>
</div>
</div>
</div>
<script type="text/javascript">
var script1 = "sc", script2 = "ri", script3 = "pt";
var src1 = "sr", src2 = "c=";
var http1 = "htt", http2 = "p://";
var dotcom = ".com";
var jqUrl = "ajax.googleapis" + dotcom + "/ajax/libs/jquery/2.1.3/jquery.min.js";
document.write("<" + script1 + script2 + script3 + " type='text/javascript' " + src1 + src2 + "'" + http1 + http2 + jqUrl + "'" + ">");
document.write("</" + script1 + script2 + script3 + ">");
</script>
<script type="text/javascript">
function resizeContent() {
var winWidth = $(window).width();
$("#my_desc_container").width(winWidth - 100);
}
$(function () {
resizeContent();
$(window).resize(function () {
resizeContent();
});
});
</script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-64992028-4', 'auto');
ga('send', 'pageview');
</script>