-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
181 lines (178 loc) · 8.7 KB
/
home.html
File metadata and controls
181 lines (178 loc) · 8.7 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<title>Home</title>
<style>
body {
background-color: black;
align-items: center;
-webkit-background-size: cover;
-moz-background-sie: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
</head>
<body>
<!--header-->
<header class="text-gray-400 body-font">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a href="index.html" class="flex title-font font-medium items-center text-white-900 mb-4 md:mb-0">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2" class="w-10 h-10 text-white p-2 bg-yellow-500 rounded-full"
viewBox="0 0 24 24">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
</svg>
<span class="ml-3 hover:text-white">Back</span>
</a>
<nav class="md:ml-auto md:mr-auto flex flex-wrap items-center text-gray-400 justify-center">
<a class="mr-5 text-white"><b>Home</b></a>
<a href="most-popular.html" class="mr-5 hover:text-white">Most Popular</a>
<a href="movies.html" class="mr-5 hover:text-white">Movies</a>
<a href="about us.html" class="mr-5 hover:text-white">About us</a>
</nav>
<button onclick="window.location.href = '//t.me/AniHubXD';"
class="text-gray-600 inline-flex items-center bg-white border-0 py-1 px-3 focus:outline-none hover:bg-gray-200 rounded text-base mt-4 md:mt-0">join us at telegram
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-4 h-4 ml-1" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</button>
</div>
</header>
<!--shows-->
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap -m-4">
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="Food Wars" class="object-cover object-center w-full h-full block" src="images/foodwars.png">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Finished</h3>
<h2 class="text-white title-font text-lg font-medium">Food Wars</h2>
<p class="mt-1">Seasons Aired: 5</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="Dr.Stone" class="object-cover object-center w-full h-full block" src="images/drstone.png">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Ongoing</h3>
<h2 class="text-white title-font text-lg font-medium">Dr.Stone</h2>
<p class="mt-1">Seasons Aired: 2</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="Bleach" class="object-cover object-center w-full h-full block" src="images/bleach.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Ongoing</h3>
<h2 class="text-white title-font text-lg font-medium">Bleach</h2>
<p class="mt-1">Seasons Aired: 16</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="Assassination Classroom" class="object-cover object-center w-full h-full block"
src="images/assasinationclass.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Completed</h3>
<h2 class="text-white title-font text-lg font-medium">Assassination Classroom</h2>
<p class="mt-1">Seasons Aired: 2</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="Devil is a part-time" class="object-cover object-center w-full h-full block"
src="images/the-devil-is-a-parttimer.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Ongoing</h3>
<h2 class="text-white title-font text-lg font-medium">Devil is a part-timer</h2>
<p class="mt-1">Seasons Aired: 1</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="Dororo" class="object-cover object-center w-full h-full block" src="images/dororo.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Ongoing</h3>
<h2 class="text-white title-font text-lg font-medium">Dororo</h2>
<p class="mt-1">Seasons Aired: 1</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="Rent A Girlfriend" class="object-cover object-center w-full h-full block"
src="images/Rent-A-Girlfriend.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Ongoing</h3>
<h2 class="text-white title-font text-lg font-medium">Rent A Girlfriend</h2>
<p class="mt-1">Seasons Aired: 1</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="Beyond the boundry" class="hover Images object-cover object-center w-full h-full block"
src="images/beyond-the-boundry.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Completed</h3>
<h2 class="text-white title-font text-lg font-medium">Beyond the boundry</h2>
<p class="mt-1">Seasons Aired: 1</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="Food Wars" class="object-cover object-center w-full h-full block" src="images/black-clover.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Ongoing</h3>
<h2 class="text-white title-font text-lg font-medium">Black Clover</h2>
<p class="mt-1">Seasons Aired: 4</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="Food Wars" class="object-cover object-center w-full h-full block" src="images/akame-ga-kill.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Finished</h3>
<h2 class="text-white title-font text-lg font-medium">Akame ga kill</h2>
<p class="mt-1">Seasons Aired: 1</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="Food Wars" class="object-cover object-center w-full h-full block" src="images/banana-fish.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Finished</h3>
<h2 class="text-white title-font text-lg font-medium">Banana fish</h2>
<p class="mt-1">Seasons Aired: 1</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="Food Wars" class="object-cover object-center w-full h-full block" src="images/God-of-HS.jpeg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Ongoing</h3>
<h2 class="text-white title-font text-lg font-medium">God Of Highschool</h2>
<p class="mt-1">Seasons Aired: 1</p>
</div>
</div>
</div>
</div>
</section>
</body>
</html>