-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
96 lines (78 loc) · 3.4 KB
/
index.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
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<title>The Fansub Database</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="This site has a list of all the new airing/streaming anime in Japan, and which fansub groups are subbing (or plan to sub) them.">
<meta name="keywords" content="fansub, database, list, Japan, simulcast, world">
<meta property="og:title" content="The Fansub Database" />
<meta property="og:description" content="Listing of the new airing/streaming anime title in Japan, and theirs translations." />
<meta property="og:type" content="website" />
<meta property="og:image" content="" />
<meta property="og:url" content="https://fansubdb.github.io/" />
<link rel="stylesheet" href="external/bootstrap.min.css">
<link rel="stylesheet" href="stylesheets/footer_center.css" type="text/css">
<link rel="stylesheet" href="stylesheets/home.css" type="text/css">
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="#">The Fansub Database</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav mr-auto" id="navbar-ul">
<!--<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>-->
</ul>
</div>
</nav>
</header>
<main role="main">
<!-- Jumbotron -->
<div class="jumbotron text-center">
<div class="container">
<h1>The Fansub Database</h1>
<p class="lead text-muted">
This site has a list of all the new airing/streaming anime in Japan, and which fansub groups are subbing (or plan to sub) them.
<br>
Anyone may edit, but you must sign up first on GitHub or send us a mail.
<br>
We are creating the fansubDB wiki website but for all languages. If you don't see yours, just do a Pull Request ;)
</p>
<p>
<a class="btn btn-lg btn-primary" href="https://github.com/fansubdb/fansubdb.github.io" role="button">Visit our GitHub repositorie</a>
</p>
</div>
</div>
<noscript>
<link rel="stylesheet" property="stylesheet" type="text/css" href="stylesheets/noscript.css">
</noscript>
</main>
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div id="lang-row" class="row">
</div>
</div>
<footer class="footer">
<div class="container">
<p class="text-muted">
<span>✉</span> <a href="mailto:fansubdb@mail-me.com" title="Email-me!">Contact</a>
</p>
</div>
</footer>
<script type='text/javascript' src='javascript/settings.js'></script>
<script type='text/javascript' src='javascript/utils.js'></script>
<script type='text/javascript' src='javascript/home_builder.js'></script>
<script type='text/javascript' src='javascript/data.js'></script>
<script type='text/javascript'>
readJsonFile('lang.json', HOME);
</script>
<script src="external/jquery.min.js"></script>
<script src="external/bootstrap.min.js"></script>
</body>
</html>