-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheasy-exchange.html
328 lines (289 loc) · 31.7 KB
/
easy-exchange.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
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Yun Kai Technology - 云开科技</title>
<link rel='shortcut icon' type='image/x-icon' href='./img/cloud-sun.png' />
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/grayscale.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76644104-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<!-- <i class="fa fa-cloud " aria-hidden="true" style="color:#69DFEC;"></i> -->
<img src='./img/cloud-sun.png' alt="" style="height: 100%; display: inline; margin-bottom: 5px;"/>
<span class="light">Yun Kai</span> Technology
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#offer">服务流程</a>
</li>
<li>
<a class="page-scroll" href="#about">关于我们</a>
</li>
<li>
<a class="page-scroll" href="#contact">联系</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<p class="intro-text"> 简单汇 - 搭建外汇货币间的桥梁</p>
<div style="padding-left: 20%;">
<div style="font-size: 14px;color: #51f1ae;text-align:left;padding-bottom: 5px;"> 服务特色一: 资金安全,信用保证 - 直接与我们平台兑换保证资金安全 </div>
<div style="font-size: 14px;color: #51f1ae;text-align:left;padding-bottom: 5px;"> 服务特色二: 合算 - 提供市场最优的时价汇率</div>
<div style="font-size: 14px;color: #51f1ae;text-align:left;padding-bottom: 5px;"> 服务特色三: 快捷 - 最快五分钟完成兑换资金到账</div>
</div>
<a href="#offer" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- offer Section -->
<section id="offer" class="content-section text-center">
<div class="offer-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>流程介绍</h2>
<div style="padding-left: 30%;">
<div style="font-size: 14px;color: #17069e;text-align:left;padding-bottom: 5px;"> 步骤一: 告诉我们你需要哪种货币和兑换金额 </div>
<div style="font-size: 14px;color: #17069e;text-align:left;padding-bottom: 5px;"> 步骤二: 我们帮你寻找卖方</div>
<div style="font-size: 14px;color: #17069e;text-align:left;padding-bottom: 5px;"> 步骤三: 谈妥双方都能接受的价格</div>
<div style="font-size: 14px;color: #17069e;text-align:left;padding-bottom: 5px;"> 步骤四: 资金汇入平台指定的安全账户</div>
<div style="font-size: 14px;color: #17069e;text-align:left;padding-bottom: 5px;"> 步骤五: 平台帮你们完成剩余自己转换步骤</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>About Yun Kai Technology - 关于云开科技</h2>
<div> Perform feasibility analysis of an idea... </div>
<div> 分析一个想法的可行性... </div>
<div> Convert idea into a real product...</div>
<div> 把想法转变成一个真实产品... </div>
<div> Start benefiting people...</div>
<div> 让产品能够帮助人们... </div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="content-section text-center">
<div class="contact-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Contact Yun Kai Technology - 联系我们</h2>
<div>Email: <a href="mailto:[email protected]">[email protected]</a>
</div>
<ul class="list-inline banner-social-buttons">
<li>
<a target="_blank" href="https://twitter.com/YUNKAI_TECH" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a>
</li>
<li>
<a target="_blank" href="https://github.com/YUNKAI-TECHNOLOGY" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a>
</li>
<li>
<a target="_blank" href="https://plus.google.com/102083667120374956125" class="btn btn-default btn-lg"><i class="fa fa-google-plus fa-fw"></i> <span class="network-name">Google+</span></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- <section id="contact" class="container content-section text-center">
<div class="row contact-section">
</div>
</section> -->
<!-- Footer -->
<footer>
<div class="container text-center">
<div>Copyright ©www.yunkaitech.com 2016 <br> ABN: 88 611 092 052</div>
<div><a data-toggle="modal" data-target=".bs-example-modal-lg">Privacy Policy</a></div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/grayscale.js"></script>
<div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" style="color:black;font-size:14px;font-weight:bold;">YUN KAI TECHNOLOGY and Your Privacy</h4>
</div>
<div class="modal-body" style="color:black;font-size:12px;margin:10px;">
<div class="row">
<div class="panelContent">
<div><strong>What personal information do we keep?<br> </strong></div>
<div>If you are a customer of YUN KAI TECHNOLOGY, we generally store the following personal information in order to manage our business relationship:</div>
<ul>
<li>Your name, company name, contact details, email address</li>
<li>Your type of business, your business title, and</li>
<li>Your history of contact with YUN KAI TECHNOLOGY.</li>
</ul>
<div>Depending on the service you have acquired, we may also store other specific information about you. If you want more detailed information on this matter then please ask your YUN KAI TECHNOLOGY sales executive. Contact details are provided at the end of this document. If you have contracted to obtain ongoing services from YUN KAI TECHNOLOGY, such as software support, then YUN KAI TECHNOLOGY will collect and store relevant personal information to provide those services to you. In some instances this may include personal information in relation to your staff or your clients.</div>
<div><strong>What do we use this personal information for?<br> </strong></div>
<div>The customer personal information that we maintain is kept for the following purposes:</div>
<ul>
<li>To provide you with the service you have acquired or requested</li>
<li>To send you communications in relation to the product or service you have acquired or requested</li>
<li>Internal accounting and administration</li>
<li>To protect you and us from fraud</li>
<li>To help us identify other products or services that might be beneficial to you, and inform you about them, and</li>
<li>To inform you about updates or changes to the service you have acquired</li>
</ul>
<div>From time to time we may send out marketing correspondence relevant to YUN KAI TECHNOLOGY's services or the related industry. Any correspondence of this nature will include a means by which the recipient can opt out of further communication of that nature.</div>
<div><strong>Third parties and your personal information<br> </strong></div>
<div>YUN KAI TECHNOLOGY will not share your information with anyone. Exceptions may occur where:</div>
<ul>
<li>YUN KAI TECHNOLOGY believes in good faith that you have consented</li>
<li>A law enforcement agency, or other government agency, is exercising its legal authority and has asked YUN KAI TECHNOLOGY to provide access to that information</li>
<li>YUN KAI TECHNOLOGY discloses anonymous, aggregated, statistical information to non-YUN KAI TECHNOLOGY third parties such as advertisers, promoters and partners</li>
</ul>
<div>Also, YUN KAI TECHNOLOGY, in conjunction with 3rd parties, handles the mailing of any service updates. The outsourcing of this activity may involve the disclosure of your name and address to 3rd parties, and which product or service you have acquired. We have taken all steps to ensure that 3rd parties deal with personal information according to the same standards we subscribe to.</div>
<div><strong>Right of access<br> </strong></div>
<div>You have a right to access the personal information we store about you. If you find that this information is inaccurate, incomplete or out-of-date, then we will correct it. If you wish to access your information, then please write to us (see contact details below).<br>At your request we will provide you with additional information about the way our organisation manages the personal information it holds. If you have any concerns about this handling process, please express them to us in writing.<br>To help us deal with your request within a reasonable period of time, we will need to verify your identity. To this end, please include in your letter the following information:</div>
<ul>
<li>Your name</li>
<li>The name of your organisation</li>
<li>The subject matter of concern</li>
</ul>
<div><strong>YUN KAI TECHNOLOGY complaints procedures<br> </strong></div>
<div>We value our customers and will take all reasonable precautions to prevent unauthorised access to any personal information entrusted to us. If you have any concerns on this issue, please contact us in writing with the verification of identity information listed above. On receipt of your letter, YUN KAI TECHNOLOGY will:<br>• Acknowledge your correspondence within ten working days of receipt<br>• Provide a substantive response to the correspondence within three working weeks for routine enquiries<br>• Keep you informed of progress for more complex enquiries requiring investigation<br>• Include in our responses details of the name and contact telephone number of the person responsible for the matter</div>
<div><strong>YUN KAI TECHNOLOGY contact details<br> </strong></div>
<div>If you have any questions or complaints concerning this privacy policy or the information collection practices of YUN KAI TECHNOLOGY, you can contact the YUN KAI TECHNOLOGY Privacy Officer by:</div>
<ul>
<li>Post - n/a ;</li>
<li>Email – <a class="external-link" href="mailto:[email protected]" rel="nofollow">[email protected]</a>;</li>
<li>Telephone - 0431 373 656</li>
</ul>
<div><strong>YUN KAI TECHNOLOGY Web Privacy Policy<br> </strong></div>
<div>YUN KAI TECHNOLOGY is committed to protecting the privacy of the users of its web sites whether those users are customers of YUN KAI TECHNOLOGY or not. YUN KAI TECHNOLOGY is bound by the Federal Privacy Act and is subject to the National Privacy Principles included therein.<br>YUN KAI TECHNOLOGY strives to provide you with a personalised web experience that delivers relevant information, publications and services to you in the most efficient way. To this end, YUN KAI TECHNOLOGY collects certain information during the optional web site registration process and during your use of the YUN KAI TECHNOLOGY web sites.</div>
<div><strong>What information is collected by YUN KAI TECHNOLOGY?<br> </strong></div>
<div>YUN KAI TECHNOLOGY collects information from and about the users of the YUN KAI TECHNOLOGY web sites in several different ways which are explained below.<em> <br> </em></div>
<div><em>Information collected during the registration process<br> </em></div>
<div>During the YUN KAI TECHNOLOGY once-off registration process, the following information is collected: your email address, name, organisation (if any), address, telephone number, facsimile number (optional), where you heard about the YUN KAI TECHNOLOGY web sites (optional), your areas of interest for the YUN KAI TECHNOLOGY daily email alerting service (optional), the type of information to be included in those email alerts, your username and password.</div>
<div>You do not need to complete the registration process to use the YUN KAI TECHNOLOGY web sites. However, if you do not complete the registration process, then you will not have access to the free opt-in YUN KAI TECHNOLOGY daily email alerting service or a range of other free services.</div>
<div><em>Information collected by the YUN KAI TECHNOLOGY web servers<br> </em></div>
<div>When you look at the YUN KAI TECHNOLOGY web sites, the YUN KAI TECHNOLOGY web servers make a record of your visit and log the following information mainly for statistical analysis or system administration purposes:</div>
<ul>
<li>your Internet Protocol (IP) address (e.g. 123.246.123.246) and/or fully qualified domain name (e.g. <a class="external-link" href="http://www.yunkaitech.com/" rel="nofollow">www.yunkaitech.com</a>);</li>
<li>the date and time of your visit to the site;</li>
<li>the web pages which you accessed, the files you downloaded and the sizes of those pages/files;</li>
<li>if you followed a link to the YUN KAI TECHNOLOGY web site (e.g. from a search engine), the name of the previous web page and the name of the web site you visited;</li>
<li>the type and version of your web (e.g. Netscape v4.7, MS Internet Explorer v5.5);</li>
<li>the name of your operating system (e.g. Windows 95, Windows 98, Windows ME, Windows NT, Windows 2000, Windows XP, FreeBSD, Linux);</li>
<li>the protocols used (e.g. http, https, ftp)<em> <br> </em></li>
</ul>
<div><em>Search terms<br> </em></div>
<div>Search terms that you provide when you search the YUN KAI TECHNOLOGY web sites are collected for statistical analysis, to understand what users are looking for on the YUN KAI TECHNOLOGY web sites and to improve the products and services which YUN KAI TECHNOLOGY provides.</div>
<div><em>Cookies<br> </em></div>
<div>A cookie is some textual information which a web server sends to your web browser. Your web browser usually stores this information somewhere on your computer’s hard disk. The web server may retrieve this information from your web browser whenever a web page is sent to you.</div>
<div>The YUN KAI TECHNOLOGY web servers generate a single cookie which is used to let us know who you are, to deliver information, publications and services to you based on your account information and to keep track of the YUN KAI TECHNOLOGY web pages which you visit while you are using the YUN KAI TECHNOLOGY web sites. The YUN KAI TECHNOLOGY cookie contains an organisation identitynumber (if any), user type, group identity number (if any), user identity number and the browser session identity number.</div>
<div>Your web browser must have cookies enabled for you to be able to use the YUN KAI TECHNOLOGY web sites.</div>
<div><strong>What information is collected by others?<br> </strong></div>
<div>When you look at the YUN KAI TECHNOLOGY web sites, YUN KAI TECHNOLOGY Internet Service Provider (ISP) –– and your Internet Service Provider may also make a record of your visit and collect some or all of the same, or similar, information as the YUN KAI TECHNOLOGY web sites (see above).</div>
<div>The YUN KAI TECHNOLOGY web site works with a third party site that collects anonymous traffic data at this site from traffic referred by external search engines. This third party may use cookies and other anonymous identifiers and may create anonymous profiles associated with cookies or other anonymous identifiers, but will not associate any data gathered with any personally identifying information from any source.</div>
<div>When you follow a link from the YUN KAI TECHNOLOGY web sites to a third-party web site, that web site may also make a record of your visit and collect some or all of the same, or similar, information as the YUN KAI TECHNOLOGY web sites (see above).<br>The YUN KAI TECHNOLOGY web sites do not currently use any third-party advertisement service(s) for the serving and/or targeting of advertisements, promotions or other marketing information.</div>
<div>The information collected by any of the third parties noted above is not subject to this privacy policy. It should be noted that YUN KAI TECHNOLOGY has no control over, and does not accept any responsibility for, the privacy and information collection practices of these third parties.<strong> <br> </strong></div>
<div><strong>How YUN KAI TECHNOLOGY protects your information<br> </strong></div>
<div>To protect the privacy of your information, YUN KAI TECHNOLOGY has appointed a Privacy Officer to monitor our compliance with the various privacy obligations imposed by law as well as those which we voluntarily undertake.</div>
<div>Whenever you register or purchase goods or services from YUN KAI TECHNOLOGY web sites, YUN KAI TECHNOLOGY uses the Secure Socket Layer (SSL) protocol to encrypt the information using strong 128 bit encryption. This ensures that the information sent to and from our secure web server from/to your personal computer is for your eyes only.</div>
<div>Online access to your information, products and services is protected by your YUN KAI TECHNOLOGY username and password which must be provided before you can gain access to your information, products and services. You should remember that it is your responsibility to you to keep your username and password secret so that they cannot be used by anyone else.</div>
<div>All collected information is stored on a separate server. YUN KAI TECHNOLOGY believes that this information can only be accessed by you and by authorised YUN KAI TECHNOLOGY staff.</div>
<div>YUN KAI TECHNOLOGY also uses state-of-the-art hardware and software measures to protect the information which it collects from you from misuse, loss, unauthorised access, modification or disclosure.<strong> <br> </strong></div>
<div><strong>Use of information collected by YUN KAI TECHNOLOGY</strong></div>
<div>Information collected during the registration process is used to let us know who you are, to deliver information, publications and services to you based on your account information and to keep track of the YUN KAI TECHNOLOGY web pages which you visit while you are using the YUN KAI TECHNOLOGY web sites.</div>
<div>Information which is collected by the YUN KAI TECHNOLOGY web site servers is used to identify which parts of the YUN KAI TECHNOLOGY web sites are of interest to our users, for general system administration and for reporting anonymous aggregate information to our advertisers and partners. Information collected during the process of responding to a request for services will be used in providing those services to you.</div>
<div><strong>Access to information collected by YUN KAI TECHNOLOGY</strong></div>
<div>YUN KAI TECHNOLOGY will not wilfully provide any of the personally identifying information which it has collected about you, or otherwise give access to any of that personally identifying information, to any unrelated third party except where YUN KAI TECHNOLOGY believes in good faith:</div>
<ol>
<li>that you have consented; or</li>
<li>that the information is required to help identify any abuse or attempt to abuse or compromise the integrity or security of the YUN KAI TECHNOLOGY web sites or any web sites connected to them; or</li>
<li>that a law enforcement agency, or other government agency, is exercising its legal authority to require YUN KAI TECHNOLOGY to provide access to that information.</li>
</ol>
<div>However, YUN KAI TECHNOLOGY may disclose anonymous, aggregated, statistical information to non-YUN KAI TECHNOLOGY third parties such as advertisers, promoters and partners.</div>
<div>Where services requested by you are performed by a related entity of YUN KAI TECHNOLOGY then your information relevant to the request will be provided to their entity. In some instances, this may involve the transmission of personal information to a related entity overseas, for example, in the United States of America. YUN KAI TECHNOLOGY requires that its related entities treat personal information supplied to them by YUN KAI TECHNOLOGY in accordance with this privacy policy.</div>
<div><strong>How to correct information collected by YUN KAI TECHNOLOGY</strong></div>
<div>Most of the information which you have provided to YUN KAI TECHNOLOGY while registering to use the YUN KAI TECHNOLOGY web sites may be corrected by you online through your personalised Membership Services pages. The information which you can correct includes your name, street address, contact details (telephone number, facsimile number, email address) and password.</div>
<div>In the event that you wish to change other information which you have supplied to YUN KAI TECHNOLOGY online, you should contact YUN KAI TECHNOLOGY Customer Support (see "Contact details" below).</div>
<div><strong>Anonymity</strong></div>
<div>In accordance with the National Privacy Principle which provides that you should have the option to remain anonymous whenever it is lawful and practicable to do so when dealing with a business, it is possible for you to browse the YUN KAI TECHNOLOGY web sites to a limited extent without providing any personally identifying information.</div>
<div><strong>Contact details</strong> <br>If you have any questions or complaints concerning this privacy policy or the information collection practices of YUN KAI TECHNOLOGY, you can contact the YUN KAI TECHNOLOGY Privacy Officer by:</div>
<ul>
<li>Post - n/a ;</li>
<li>Email – <a class="external-link" href="mailto:[email protected]" rel="nofollow">[email protected]</a>;</li>
<li>Telephone - 0431 373 656</li>
</ul>
<div><strong>Content Linked to YUN KAI TECHNOLOGY </strong></div>
<div>YUN KAI TECHNOLOGY Limited encourages you to exercise discretion while browsing the Internet using this service. YUN KAI TECHNOLOGY Limited is not and cannot be held responsible for the accuracy, copyright compliance, legality or decency of material contained in sites listed in our search results or otherwise linked to the YUN KAI TECHNOLOGY Limited site.<br> <br> <strong>Jurisdictional Issues</strong></div>
<div>This site is controlled and operated by YUN KAI TECHNOLOGY from its offices within the State of New South Wales, Australia. YUN KAI TECHNOLOGY makes no representation that materials on the site are appropriate or available for use in other locations. Those who choose to access this site from other locations do so on their own initiative and are responsible for compliance with local laws, if and to the extent local laws are applicable.<br> <br> <strong>Termination</strong></div>
<div>These terms are effective until terminated by either party. You may terminate these terms at any time by destroying all materials obtained from any and all YUN KAI TECHNOLOGY site(s) and all related documentation and all copies and installations thereof, whether made under the terms of these terms or otherwise. These terms will terminate immediately without notice from YUN KAI TECHNOLOGY if in YUN KAI TECHNOLOGY's sole discretion you fail to comply with any term or provision of these terms. Upon termination, you must destroy all materials obtained from this site and any and all other YUN KAI TECHNOLOGY site(s) and all copies thereof, whether made under the terms of these terms or otherwise.<br> <br> <strong>Disclaimer</strong></div>
<div>The materials in this site are provided "as is" and without warranties of any kind either express or implied. To the fullest extent permissible pursuant to applicable law, YUN KAI TECHNOLOGY disclaims all warranties, express or implied, including, but not limited to, implied warranties of merchantability and fitness for a particular purpose. YUN KAI TECHNOLOGY does not warrant that the functions contained in the materials will be uninterrupted or error-free, that defects will be corrected, or that this site or the server that makes it available are free of viruses or other harmful components. YUN KAI TECHNOLOGY Limited does not warrant or make any representations regarding the use or the results of the use of the materials in this site in terms of their correctness, accuracy, reliability, or otherwise. You (and not YUN KAI TECHNOLOGY Limited) assume the entire cost of all necessary servicing, repair, or correction. Applicable law may not allow the exclusion of implied warranties, so the above exclusion may not apply to you.<br> <br> <strong>Limitation of Liability</strong></div>
<div>Under no circumstances, including, but not limited to, negligence, shall YUN KAI TECHNOLOGY Limited be liable for any special or consequential damages that result from the use of, or the inability to use, the materials in this site, even if YUN KAI TECHNOLOGY Limited or a YUN KAI TECHNOLOGY Limited authorised representative has been advised of the possibility of such damages. Applicable law may not allow the limitation or exclusion of liability or incidental or consequential damages, so the above limitation or exclusion may not apply to you. In no event shall YUN KAI TECHNOLOGY Limited's total liability to you for all damages, losses, and causes of action whether in contract, tort (including, but not limited to, negligence), or otherwise exceed the amount paid by you, if any, for accessing this site.</div>
<div><strong>Google Advertising</strong></div>
<div>DoubleClick: We use Google Analytics remarketing codes to log when users view specific pages or take specific actions on a website. This allows us to provide targeted advertising in the future. If you do not wish to receive this type of advertising from us in the future you can opt out using the <a class="external-link" href="https://www.google.com/settings/ads/ponweb#display_optout" rel="nofollow">DoubleClick opt-out page</a>, <a class="external-link" href="http://www.networkadvertising.org/managing/opt_out.asp" rel="nofollow">Network Advertising Initiative opt-out page</a> or by downloading a <a class="external-link" href="https://tools.google.com/dlpage/gaoptout/" rel="nofollow">Google Analytics Opt-out Browser Add-on</a>.<br> <br> <strong>Other</strong></div>
<div>These terms shall be governed by and construed in accordance with the laws of the State of New South Wales, without giving effect to any principles of conflicts of law. You agree that any action at law or in equity arising out of or relating to these terms shall be filed only in the state or federal courts located in New South Wales and you hereby consent and submit to the personal jurisdiction of such courts for the purposes of litigating any such action. If any provision of these terms shall be unlawful, void, or for any reason unenforceable, then that provision shall be deemed severable from these terms and shall not affect the validity and enforceability of any remaining provisions. This is the entire agreement between us relating to the subject matter herein and shall not be modified except in writing, signed by both parties.</div>
<div style="clear:both"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>