forked from synrc/synrc.com
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprivacy.htm
More file actions
99 lines (73 loc) · 3.71 KB
/
privacy.htm
File metadata and controls
99 lines (73 loc) · 3.71 KB
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
<html>
<head>
<link rel=stylesheet type="text/css" href="//synrc.com/synrc.css">
<meta name="Author" content="5HT">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta property="og:image" content="images/s_64.png"/>
<meta http-equiv="X-UA-Compatible" content="IE=IE10,chrome=1" />
</head>
<body>
<div class="nonselectedwrapper white" style="padding: 10px 0px 10px 0px;margin: 0px 0px 10px 0px;">
<a href="//synrc.com/">
<img style="float:left; margin-left: 55px; margin-top: 5px; margin-bottom:-5px;" src="//synrc.com/images/synrc.png" border="0"></a>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="display:none;margin-top:39px;">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="P8WQHAQK5HWWW">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" style="width:74px;margin-top:0px;">
</form>
<div align=right style="float:right;width:700px;height: auto; margin: 20px 50px 0px 0px;">
<script type="text/javascript">
var args = (window.location).toString().split('/');
var page_name = args[args.length-1];
var menu = {'//synrc.com/index.htm': 'Home',
'//synrc.com/research.htm': 'Showcase',
'//synrc.com/apps/': 'Apps',
'//synrc.com/feedback.htm': 'Contacts' };
Object.keys(menu).forEach(function (key) {
if (page_name == key) { document.write('<div class="menu" style="font-weight: bold;">'+menu[key]+'</div>'); }
else { document.write('<a class="menu" href="'+key+'">'+menu[key]+'</a>'); }
});
</script>
</div>
</div>
<hr size="1">
<div class="nonselectedwrapper">
<div class="verywidecol">
<h2 class=section>Privacy Policy</h2>
<p>Synrc Research Center</b> or simply Synrc will not provide any of your personal information,
including e-mail addresses, to other companies or individuals without explicit
permission, except as noted below. Personal information will not be sold for any reason.
<p>This site automatically collects and stores domain names. We do not collect the
e-mail addresses of visitors, unless the visitor actively chooses to provide it.
Visitors who provide an e-mail address or phone number may receive
information from Synrc which will be specific to the technology they have investigated.</p>
</div>
</div>
<div class="clear"></div>
<div class="nonselectedwrapper">
<div class="verywidecol">
<div style="width:100%;height:300px;float:left;font-size:16pt;" align=center>
<hr size=1>
<br><br><br>
<a href="//synrc.com/news/index.htm">Events</a> |
<a href="//synrc.com/privacy.htm">Privacy Policy</a> |
<a href="//synrc.com/feedback.htm">Feedback</a> |
<a href="//synrc.com/brandbook.htm">Brandbook</a><br>
Copyright © 2005–2018 <a href="//synrc.com/index.htm"> Synrc Research Center s.r.o.</a>
</div>
</div>
</div>
<div class="clear"></div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29227518-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript" src="//synrc.com/hi.js"></script>
</body>
</html>