-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlegal.html
More file actions
188 lines (150 loc) · 12.3 KB
/
legal.html
File metadata and controls
188 lines (150 loc) · 12.3 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
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!--
| __ \ | | | / _| | | | | | | | |
| |__) |___ ___ _ _| | |_ ___ | |_ | |__| |_ _ ___| |_| | ___
| _ // _ \/ __| | | | | __| / _ \| _| | __ | | | / __| __| |/ _ \
| | \ \ __/\__ \ |_| | | |_ | (_) | | | | | | |_| \__ \ |_| | __/
|_| \_\___||___/\__,_|_|\__| \___/|_| |_| |_|\__,_|___/\__|_|\___|
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Hen</title>
<!-- Bootstrap core CSS -->
<link href="/codechair.github.io-integrante/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i" rel="stylesheet">
<link href="/codechair.github.io-integrante/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/codechair.github.io-integrante/css/coming-soon.min.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/codechair.github.io-integrante/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/codechair.github.io-integrante/assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/codechair.github.io-integrante/assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/codechair.github.io-integrante/assets/images/favicon/site.webmanifest">
<link rel="mask-icon" href="/codechair.github.io-integrante/assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/codechair.github.io-integrante/assets/images/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/codechair.github.io-integrante/assets/images/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="import" href="customGA.html">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
// Set to the same value as the web property used on the site
var gaProperty = 'UA-XXX-1';
// Disable tracking if the opt-out cookie exists.
var disableStr = 'ga-disable-' + gaProperty;
if (document.cookie.indexOf(disableStr + '=true') > -1) {
window[disableStr] = true;
}
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXX-1">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-XXX-1');
</script>
<!-- end custom analytics snippet -->
</head>
<body id="bodylegal">
<div class="masthead-legal">
<header class="masthead__navigation mb-auto d-flex w-100 p-3 mx-auto flex-column" id="masthead__navigation-legal">
<div class="inner">
<a class="inner-masthead" href="/codechair.github.io-integrante"><img src="/codechair.github.io-integrante/assets/images/logo.jpg" style="max-height:40px; width:auto;"></a>
<nav class="nav nav-masthead justify-content-center" id="nav-masthead-legal">
<a class="nav-link-legal" href="/codechair.github.io-integrante">Home</a>
<a class="nav-link-legal" href="#">Blog</a>
<a class="nav-link-legal" href="#" id="open-popup" onclick ="showMailingPopUp(); return false;">Join Newsletter</a>
<a class="nav-link-legal" href="/codechair.github.io-integrante/contact">Contact</a>
</nav>
</div>
</header>
</div>
<div class="cover-container d-flex w-100 p-3 mx-auto flex-column">
<main role="main" class="inner cover">
<h1 class="cover-heading" align="left">Legal Stuff</h1>
<h3 class="cover-heading" align="left">Disclaimers, Privacy Policy and License</h3>
<p class="lead" align="left">As I respect your time, this will be short, simple and in plain English.</p>
<section class="page__content" itemprop="text">
<aside class="sidebar__right sticky">
<nav class="toc">
<header><h4 class="nav__title">Contents</h4></header>
<ul class="toc__menu">
<li><a href="#disclaimers" id="toc">DISCLAIMERS</a></li>
<li><a href="#privacy-policy" id="toc">PRIVACY POLICY</a></li>
<li><a href="#license" id="toc">LICENSE</a>
<ul>
<li><a href="#attribution" id="toc">ATTRIBUTION</a></li>
</ul>
</li>
</ul>
</nav>
</aside>
<p>It’s worth clarifying that each and every thought on this website is my own, I’m responsible for what I say, and all errors, stupid comments, and idiocy are my own personal responsibility. These are my own thoughts, generated by me, representing me. They – and this website – are in no way affiliated with X Ltd. or any other company that I have any involvement in. If I’ve made a mistake, it’s my fault. If something I wrote made you laugh, you can thank me. Obviously, you should not rely on anything in this website as legal, financial, accounting, investment, tax, or any other kind of regulated advice. I’m merely a gal who has a bunch of opinions, no matter how stupid they are.</p>
<p>My co-writers are incorporated herein ‘by reference’, which is legalese for “what they say is their own stuff and not affiliated with any of the companies they work for either.”</p>
<p>Oh, and good to note that this page is reviewed and revised from time to time.</p>
<h4 id="disclaimers">DISCLAIMERS</h4>
<ul>
<li>Any opinions expressed are solely my own and do not express the views or opinions of my employer. Co-writers incorporated herein by reference and their opinions are also their own and do not express the views or opinions of their employers.</li>
<li>I am not responsible for the republishing of the content found on this website on other websites or media without my permission.</li>
<li>This shall not constitute an offer to buy, sell, or solicit securities.</li>
<li>All information provided herein is for informational purposes only and should not be relied upon to make an investment decision and does not intend to make an offer or solicitation for the sale or purchase of any specific securities, investments, or investment strategies.</li>
<li>Nothing contained herein constitutes investment, legal, tax or other advice nor is it to be relied on in making an investment or other decision.</li>
<li>This may contain forward-looking statements and projections that are based on our current beliefs and assumptions and on information currently available that we believe to be reasonable. However, such statements necessarily involve risks, uncertainties and assumptions.</li>
<li>Investments involve risk and unless otherwise stated, are not guaranteed.</li>
<li>In considering any performance information contained herein, you should bear in mind that past or projected performance is not necessarily indicative of future results, and there can be no assurance that any entity referenced herein will achieve comparable results or that return objectives, if any, will be met.</li>
<li>All of the information herein is subject to change without notice. Information is provided as of the dates set forth herein. Current or future characteristics and other information may vary significantly from those provided herein and the poster undertakes no obligation to notify anyone of such variances or update the information herein.</li>
<li>The poster does not represent that the information herein is accurate, true or complete, makes no warranty, express or implied, regarding the information herein and shall not be liable for any losses, damages, costs or expenses related to its adequacy, accuracy, truth, completeness or use.</li>
<li>The charts, tables, and graphs contained in any post are not intended to be used to assist the reader in determining which securities to buy or sell or when to buy or sell securities.</li>
</ul>
<h4 id="privacy-policy">PRIVACY POLICY</h4>
<p>Your time is valuable so I’ll keep it simple.</p>
<ol>
<li>I will never share your email address or any other personal information with anyone without your direct consent.</li>
<li>I collect your email address (should you join my newsletter) and will use this information by adding you to my list of interested visitors, to be in touch with you, send you newsletters that include an opt-out link, and provide you with updates and marketing.</li>
<li>I use MailChimp as marketing automation platform, Google and Mailgun for email service, Upscribe for signup form management and Wufoo for contact form management. The information you provide will be transferred to them for processing in accordance with their Privacy Policy and Terms.</li>
<li>Every email I send will include a link to opt out of any future communication. You can also contact me <a href="/codechair.github.io-integrante/contact">here</a> directly if you wish for your data to be 100% deleted.</li>
<li>I do not store information I collect about your visit to this website for use other than to analyse content performance through the use of cookies (log files to help learn about when, from where, and how often traffic flows to this website), which you can turn off at anytime by modifying your Internet browser’s settings.</li>
</ol>
<h4 id="license">LICENSE</h4>
<p>All original content (e.g. articles, blog posts, data visualizations, illustrations, photographs) available on this website is released under a ‘All Rights Reserved’ license, unless otherwise noted. In other words, this means you are free to redistribute the material in any medium or format as long as you don’t use it for commercial purposes without my prior written consent. Also, you must give appropriate credit.</p>
<h5 id="attribution">ATTRIBUTION</h5>
<p>A link back to the ‘source article’ with the original content, attributed to <a href="#">Website</a> or <a href="#">Author</a> is good enough for me.</p>
<p>That’s all for now!</p>
<p><em>Updated June 21, 2018</em></p>
</section>
</main>
</div>
<div class="mastfoot-legal">
<div class="inner-mastfoot">
© 2018 X Ltd. All Rights Reserved. • <a href="/codechair.github.io-integrante/legal">Legal</a> • <a href="/codechair.github.io-integrante/contact">Contact</a>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="/codechair.github.io-integrante/vendor/jquery/jquery.min.js"></script>
<script src="/codechair.github.io-integrante/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Custom scripts for this template -->
<script src="/codechair.github.io-integrante/js/coming-soon.min.js"></script>
<!-- Newsletter pop-up -->
<link rel="import" href="newsletter.html">
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script>
<script>
function showMailingPopUp() {
require(
["mojo/signup-forms/Loader"],
function(L) {
L.start({"baseUrl":"mc.us18.list-manage.com","uuid":"377b993ba697354f6584371c9","lid":"e1c7ba1f4b"})
}
);
document.cookie = "MCPopupClosed=;path=/;expires=Thu, 01 Jan 1970 00:00:00 UTC;";
document.cookie = "MCPopupSubscribed=;path=/;expires=Thu, 01 Jan 1970 00:00:00 UTC;";
}
document.getElementById("open-popup").onclick = function() {showMailingPopUp()};
</script>
</body>
</html>