-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
95 lines (77 loc) · 5.42 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./assets/semantic-ui/semantic.min.css">
<link rel="stylesheet" href="./assets/css/style.css">
<title>AnimeHub - About</title>
</head>
<body>
<nav>
<div id="content">
<div class="trademark">
<img src=".\assets\images\logo2.svg" alt="">
<p>Anime<span>Hub</span></p>
</div>
<button class="ui button right floated orange">
Login
</button>
<div class="ui inverted left icon input right">
<input placeholder="Search..." type="text">
<i class="search icon"></i>
</div>
</div>
</nav>
<div style="margin-top: 40px" id="content">
<div class="ui styled fluid accordion">
<div class="title active">
<i class="dropdown icon"></i>
What is our mission?
</div>
<div class="content active">
<p class="transition visible">we are an open community with the intention of delivering contents translated worldwide in a way that increases the interest of people who would have difficult access to such content in their native language or their origin country, so we intend to bring more people to know this incredible world of adventure and imagination, and consequently stimulate other consumptions of other derivatives like manga, games, books and much more.</p>
<p class="transition visible">AnimeHub is passionate about Japan, and we hope through the anime to encourage people to get to know Japanese culture and its rich ramifications.</p>
</div>
<div class="title">
<i class="dropdown icon"></i>
Terms and Privacy Police
</div>
<div class="content">
<p class="transition hidden">Google, as a third party vendor, uses cookies to serve ads on your site. Google's use of the DART cookie enables it to serve ads to your users based on their visit to your sites and other sites on the Internet. Users may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy.</p>
<p class="transition hidden">We allow third-party companies to serve ads and/or collect certain anonymous information when you visit our web site. These companies may use non-personally identifiable information (e.g., click stream information, browser type, time and date, subject of advertisements clicked or scrolled over) during your visits to this and other Web sites in order to provide advertisements about goods and services likely to be of greater interest to you. These companies typically use a cookie or third party web beacon to collect this information. To learn more about this behavioral advertising practice or to opt-out of this type of advertising, you can visit http://www.networkadvertising.org/managing/opt_out.asp..</p>
<p class="transition hidden">We have no responsability and controls about third parties links and theirs advertisings. </p>
<p class="transition hidden">AnimeHub try to be 100% safe and take much care about your informations (like E-mail and password), but in the internet things could work not as we like. So AnimeHub could not be liable about any unlikely leak of personal informations</p>
<p class="transition hidden">You accept responsibility for any and all information posted by you on animehub.</p>
<p class="transition hidden">You agree we saved your ip address and logs.</p>
</div>
<div class="title">
<i class="dropdown icon"></i>
Legal advice
</div>
<div class="content">
<p class="transition hidden">AnimeHub is totaly legal, because we do not host any midia files (avi, mkv, mpg, mpeg, vob, wmv, flv, mp4, mov, m2v, divx, xvid, 3gp, webm, ogv, ogg) in our server. </p>
<p class="transition hidden">We only have third parties links (Openload, TheVid, VideoMega, Streamango, Vidto, Vidzi, Vidlox, Flashx, Estream, and more) uploaded by differents users and every link can be found on many diferents sites on the internet.</p>
<p class="transition hidden">We have no responsability and controls about third parties links and theirs advertisings. </p>
</div>
<div class="title">
<i class="dropdown icon"></i>
DMCA and link removal policy
</div>
<div class="content">
<p class="transition hidden">AnimeHub is a pro-DMCA website and as such Content Owners can use the DMCA protocol to request removal of links to videos that they believe infringe their copyright.</p>
<p class="transition hidden">Content owners must understand that by having a link removed from AnimeHub they will not be removing the actual source video from the 3rd party site. Content owners must contact the video hosting site themselves to request removal.</p>
<p class="transition hidden">To improve speed and other facilities, AnimeHub implement "Report DMCA" button by just clicking on the flag icon to report DMCA link and filling the fields correctly, all the requeriments are in accordance with the Digital Millennium Copyright Act of 1998.</p>
</div>
</div>
</div>
<footer>
<div id="content">
<p>Disclaimer: This site does not store any files on its server. All contents are provided by non-affiliated third parties. <a href="#">Read more</a> </p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script type="text/javascript" src="./assets/semantic-ui/semantic.js"></script>
<script type="text/javascript" src="./assets/js/global.js"></script>
</body>
</html>