This repository has been archived by the owner on Feb 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sexy.html
130 lines (102 loc) · 5.08 KB
/
sexy.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>{{ title }}</title>
<meta name="author" content="Greg Dingle">
<!-- Date: 2009-10-31 -->
<link rel="stylesheet" type="text/css" media="all" href="/static/960gs/reset.css" />
<link rel="stylesheet" type="text/css" media="all" href="/static/960gs/text.css" />
<link rel="stylesheet" type="text/css" media="all" href="/static/960gs/960.css" />
<style type="text/css" media="screen">
@font-face {
font-family: 'Vera Serif Bold';
src: url('http://kernest.com/embed/bitstream-vera-serif-bold');
}
@font-face {
font-family: 'Vera Serif';
src: url('http://kernest.com/embed/bitstream-vera-serif');
}
body * {
font-family: 'Vera Serif', Georgia;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Vera Serif Bold', Georgia;
}
strong {
font-family: 'Vera Serif Bold', Georgia;
}
.flowchart {
position: relative;
}
.arrow {
position: absolute;
left: -1em;
top: 0em;
font-size: 3em;
/* text-align: center;*/
}
</style>
</head>
<body>
<!-- http://www.4houraffiliate.com/fb-ads-manager-version-6-released-today-132 -->
<div class="container_12">
<div class="grid_6">
<h1>amazon2facebook</h1>
<p>Advertising has never been easier online. If you know a product that would be perfect for some kind of person then you could be <strong>minutes away from profit</strong>. Amazon has the biggest product catalog on earth. Facebook has 350 million active users and growing. We just <strong>need you to recommend the right products to the right people</strong>.</p>
<ul>
<li>No money down, zero commitment. You pay us a commission of 15% if your ad makes more than $10 USD.</li>
<li>Put any <a href="http://www.amazon.com/" title="Amazon.com: Online Shopping for Electronics, Apparel, Computers, Books, DVDs & more">amazon</a> product in a <a href="http://www.facebook.com/" title="Facebook">Facebook</a> ad.</li>
<li>All you need is an <a href="https://affiliate-program.amazon.com/" title="Amazon.com Associates: The web's most popular and successful Affiliate Program">amazon affiliate account</a>, a <a href="http://www.facebook.com/advertising/" title="Facebook Ads">Facebook Ads</a> account, and we'll handle the rest.</li>
<!-- TODO: learn more page -->
<li>How does it work? <a>TODO: Learn more</a></li>
<!-- TODO: these ads -->
<li>Last week, <a href="#">these ads</a> made over $500 each!</li>
<li>Amazon <a href="http://en.wikipedia.org/wiki/Amazon.com#Website" title="Amazon.com - Wikipedia, the free encyclopedia">fun fact</a>: 900,000 members in the affiliate program drive 40% of total sales.</li>
</ul>
</div>
</div>
<div class="container_12">
<div class="grid_12">
<h2>Try it now for free</h2>
</div>
<div class="clear"></div>
<div class="grid_3 flowchart">
<SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/bloggingtv-20/8002/d0a7c38b-ee27-4cdf-898a-5947a1038123"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fbloggingtv-20%2F8002%2Fd0a7c38b-ee27-4cdf-898a-5947a1038123&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT>
<span class="arrow">
→
</span>
</div>
<div class="grid_3 flowchart">
<span class="arrow">
→
</span>
<form action="sexy_submit" method="post" accept-charset="utf-8">
<p><label for="age">age</label><input type="text" name="age" value="26-35" id="age">
<p><label for="sex">sex</label><input type="text" name="sex" value="male" id="sex">
<p><label for="education">education</label><input type="text" name="education" value="college" id="education">
<p><label for="location">location</label><input type="text" name="location" value="US" id="location">
<p><input type="submit" value="Create Ad"></p>
</form>
</div>
<div class="grid_3 flowchart">
<span class="arrow">→</span>
<img src="/static/macbookpro.png">
</div>
<div class="grid_3 flowchart">
<span class="arrow">→ profit$</span>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-93687-6");
pageTracker._setDomainName(".amazon2facebook.com");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>