80 lines
5.9 KiB
HTML
80 lines
5.9 KiB
HTML
<html>
|
||
<head>
|
||
<title>Copyright</title>
|
||
<link rel="stylesheet" href="css/style.css">
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||
</head>
|
||
<body>
|
||
<div class="head-container">
|
||
<div class="site-banding">MOVIE CLUB</div>
|
||
<div class="menu">
|
||
<ul>
|
||
<li><a href="index.html">home</a></li>
|
||
<li><a href="aboutus.html">About US</a></li>
|
||
<li><a href="equipment.html">Lease</a></li>
|
||
<li><a href="blog.html">New</a></li>
|
||
<li><a href="join.html" target="_blank">JoinUs</a></li>
|
||
</ul>
|
||
</div>
|
||
<span onclick="openNav()">☰</span>
|
||
<div id="myNav" class="overlay">
|
||
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
|
||
<div class="overlay-content">
|
||
<a href="index.html">Home</a>
|
||
<a href="aboutus.html">About US</a>
|
||
<a href="equipment.html">Lease</a>
|
||
<a href="blog.html">New</a>
|
||
<a href="join.html" target="_blank">JoinUs</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="mesga">
|
||
<img src="image/banner-download.jpg" width="100%">
|
||
<div class="about_title">Copyright& Privacy policy</div>
|
||
</div>
|
||
|
||
<div class="banner-shadow">
|
||
<pre>
|
||
<h2>Terms and copyright</h2>1.Movie Studio (hereinafter referred to as the studio), in order to effectively protect the rights and interests of the studio, etc., specifically formulated this specification.<br>2. All content published in this studio, including texts, pictures and videos, is owned by the studio and protected by the Basic Law and international copyright laws enacted by the Hong Kong Special Administrative Region.<br>3. All works on the website of the studio, such as photos and videos, whose copyrights, patents, and other intellectual property rights are owned by the legal rights holders of the studio; in addition to obtaining the legal authorization of the studio in advance, No one may reproduce, edit, distribute, modify, lease, sell or otherwise use the product in any form. Offenders shall bear the relevant legal responsibilities, and the studio reserves the right to claim.<br>4. This studio reserves the right to make the final decision.<br>
|
||
<h2>Disclaimer</h2>1. The studio does not ensure that the network service will meet the requirements of the user, nor does it ensure that the network service will not be interrupted, nor does it guarantee the timeliness, security and accuracy of the network service.<br>2. This studio is not responsible for the accuracy and completeness of the external web links set up to provide convenience to users. At the same time, for the links to these external web pages, any web content not distributed by the studio, the studio does not assume any responsibility.
|
||
<h2>Confidentiality of personal data collected</h2>1. The studio strictly keeps the personal data of the members confidential under all circumstances. The Studio will not transfer, sell, lend, lease or lease other personal data or other companies outside of Hong Kong unless the consent of the person is obtained.<br>
|
||
<h2>Studio uses cookies statement</h2>A cookie is a small amount of data created in a computer when a person visits a website on the computer. It often includes an anonymous unique identifier. A cookie can be used to identify a computer. It, however, is not used to collect any personal information. In other words, it does not have the function of identifying an individual user of the website.
|
||
Cookies are used by Movie Studio Co. Ltd to collect statistics about the number of visits of users to depato.com and the users’ preference of websites and online services offered on the website.
|
||
You may choose to accept or reject cookies. If you reject the cookies, you will not be able to use some of the functions of the website, such as saving your preferences in using the website and accessing some online services on the website.
|
||
Page tagging
|
||
Javascript and pixel tags are used to collect statistics on customer usage patterns of the website and Movie Studio Co. Ltd online services offered on the website; and for tracking the performance of our online advertisements. A pixel tag is a transparent image placed on certain webpages to collect data on user activities. The collected data are aggregated and analysed for measuring the effectiveness, improving the usability of the website and the services / online advertisements provided on the website. No personal or identifiable information about a visitor would be collected.
|
||
You may disable JavaScript on your computer. Disabling JavaScript should not affect your access to the website, but you will not be able to use some of the website functions, such as changing text size and accessing the website online services offered through the website.
|
||
</pre>
|
||
</div>
|
||
<footer>
|
||
<div class="footer-container">
|
||
<ul class="grid-item-one-half">
|
||
<li><a href="copyright.html">Conitions& Privacy policy</a></li>
|
||
<li><p><br><br><i style="font-size:36px" class="fa"></i>
|
||
<i style="font-size:36px" class="fa"></i>
|
||
<i style="font-size:36px" class="fa"></i></p></li>
|
||
<p style="font-size:12px;">© 2019, FAMC| FILM AND microFILM Co. Ltd.</p>
|
||
</ul>
|
||
|
||
<div class="grid-item-one-half">
|
||
<a href="#email">Join our Catalog<br></a>
|
||
<form action="mailto:test@gmailcom" method="post">
|
||
<input type="email" id="email" name="mail" placeholder="Email Address">
|
||
<button type="submit" name="button">SUBSCRIBE</button>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
<script>
|
||
function openNav() {
|
||
document.getElementById("myNav").style.width = "100%";
|
||
}
|
||
|
||
function closeNav() {
|
||
document.getElementById("myNav").style.width = "0%";
|
||
}
|
||
</script>
|
||
|
||
</body>
|
||
</html>
|