forked from pykler/lmgtfy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.haml
129 lines (121 loc) · 6.71 KB
/
privacy.haml
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
!!! 1.1
%html{ "xmlns" => "http://www.w3.org/1999/xhtml", "xml:lang" => "en" }
%head
%meta{ "http-equiv" => "content-type", "content" => "text/html;charset=UTF-8" }
%meta{ "name" => "description", "content" => "LMGTFY Privacy Policy" }
%meta{ "name" => "keywords", "content" => "google, search, funny, comedy" }
%meta{ "name" => "microid", "content" => "mailto+http:sha1:359d8b83150288115fa3d70bc929b599ede7fdd4" }
%link{ :rel => "icon", :type => "image/x-icon", :href => "favicon.ico" }
%link{ :rel => "search", :type => "application/opensearchdescription+xml", :title => "LMGTFY", :href => "lmgtfy.xml" }
%title Let me google that for you
%script{ :src => "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js", :type => "text/javascript" }
%script{ :src => "bundle.js?#{File.mtime("bundle.js").to_i}", :type => "text/javascript" }
%style{ :rel => "text/css" }
- require 'sass'
= Sass::Engine.new(open("style.sass").read, :style => :compact).render
= Sass::Engine.new(open("advertise.sass").read, :style => :compact).render
a { color: #000; }
%body
%h1 LMGTFY Privacy Policy
#program_details
%p This is the web site of LMGTFY, LLC.
%p For each visitor to our Web page, our Web server automatically recognizes no information regarding the domain or e-mail address.
%p We collect aggregate information on what pages consumers access or visit.
%p The information we collect is used for internal review and is then discarded, used to improve the content of our Web page.
%p With respect to cookies: We do not set any cookies.
%p
With respect to Third party cookies: We use AlmondNet to collect non-personally
identifiable information when you visit our Web page. AlmondNet may use
information (not including your name, address, email address or telephone
number) about your visits to our Web page in order to provide advertisements
on our Web page, other web sites and other forms of media about goods and
services that may be of interest to you. If you would like more information
about this practice and to know your choices about not having this information
used by AlmondNet, please
%a{ :href => "http://www.almondnet.com/privacy-center/technology-privacy-policy.aspx" } click here.
%p From time to time, we may use customer information for new, unanticipated uses not previously disclosed in our privacy notice. If our information practices change at some time in the future we will post the policy changes to our Web site to notify you of these changes and we will use for these new purposes only data collected from the time of the policy change forward. If you are concerned about how your information is used, you should check back at our Web site periodically.
%p Upon request we provide site visitors with access to no information that we have collected and that we maintain about them.
#footer
%a.about{ :href => "#", :name => "about", :rel => "localize[about]" } About
%a{ :rel => "localize[privacy]", :href => "privacy.html" } Privacy
%a{ :href => "http://twitter.com/lmgtfy" } @LMGTFY
%a{ :rel => "localize[live]", :href => "http://live.lmgtfy.com" } Live Stream
%a{ :rel => "localize[contact]", :href => "mailto:%73%74%61%66%66@%6c%6d%67%74%66%79.%63%6f%6d?body=Jim%20and%20Ryan%20are%20awesome%21&subject=I%20love%20LMGTFY%21" } Contact
%a{ :rel => "localize[advertise]", :href => "http://please-support.lmgtfy.com/a.aspx?ZoneID=0&BannerID=5&AdvertiserID=3&CampaignID=5&Task=Click&SiteID=2&RandomNumber=555397" } Advertising Info
#about{ :style => "display: none" }
%p{ :rel => "localize[pitch]" } This is for all those people that find it more convenient to bother you with their question rather than google it for themselves.
%p{ :rel => "localize[credit]" } Created by @coderifous and @rmm5t.
%p{ :rel => "localize[genesis]" } Inspired during a lunch conversation with @coderifous, @tmassing, @rmm5t, @EricStratton, and @methodvon.
%p{ :rel => "localize[translated_by]" }
%p{ :rel => "localize[disclaimer]" } Not associated with Google™ in any way.
:ruby
def options_from_hash(hash)
hash.sort { |a, b| a[1] <=> b[1] }.each do |k, v|
haml_concat "<option value=\"#{k}\">#{v}</option>"
end
end
#language
%select
%option{ :value => "" } LMGTFY Worldwide
:ruby
options_from_hash(
"ar" => "Arabic",
"bg" => "Bulgarian",
"bs" => "Bosnian",
"ca" => "Catalan",
"cs" => "Czech",
"da" => "Danish",
"de" => "German",
"el" => "Greek",
"en" => "English",
"eo" => "Esperanto",
"es" => "Spanish",
"fi" => "Finnish",
"fr" => "French",
"he" => "Hebrew",
"hi" => "Hindi",
"hr" => "Croatian",
"hu" => "Hungarian",
"it" => "Italian",
"klingon" => "Klingon",
"ko" => "Korean",
"lt" => "Lithuanian",
"lv" => "Latvian",
"mk" => "Macedonian",
"mn" => "Mongolian",
"ms" => "Malay",
"nl" => "Dutch",
"no" => "Norwegian",
"pl" => "Polish",
"pt" => "Portuguese",
"pt-BR" => "Portuguese (Brazil)",
"ro" => "Romanian",
"rs" => "Serbian",
"ru" => "Russian",
"sl" => "Slovene",
"sk" => "Slovak",
"sv" => "Swedish",
"th" => "Thai",
"tl" => "Tagalog",
"tr" => "Turkish",
"uk" => "Ukrainian",
"ur" => "Urdu",
"zh" => "Chinese",
"zh-HK" => "Chinese (Hong Kong)",
"zh-TW" => "Chinese (Taiwan)"
)
#copyright
© LMGTFY, 2009
==|
%span{ :rel => "localize[google_owns_google]" } GOOGLE is a trademark of Google Inc.
%img#fake_mouse{ :src => "images/mouse_arrow.png", :style => "display: none" }
:plain
<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-6370983-1");
pageTracker._trackPageview();
} catch(err) {}</script>