-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanln.html
273 lines (255 loc) · 12.3 KB
/
manln.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<title>Light Novel/Manhwa</title><link rel="icon" type="image/x-icon" href="logo1.png">
</head>
<style>
body {
background-image: url("aaa.jpg");
}
header {
background-image: url("f5.jpg");
}
.navbar {
background-image: url("h1.jpg");
border-radius: 10px;
}
footer{
background-image: url('f11.jpg');
display: grid;
grid-template-columns: auto;
grid-row-gap: 20px;
padding-top: 5vh;
padding-bottom: 1vh;
}
footer{
align-items: center;
}
footer{
background-image: url("f11.jpg");
color: rgb(226, 224, 224);
text-align: center;
text-decoration: none;
border: 2px;
border-radius: 10px;
margin: auto;
align-items: center;
justify-content: center;
}
.card:hover{
background-color: rgb(214, 212, 212);
height: 102%;
width: 102%;
}
</style>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<div class="logo">
<img src="logo1.png" alt="" height="40px" />
</div>
<a class="navbar-brand" href="https://twitter.com/iamka5" target="_main"
>Kazim</a
>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html" target="_main">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
More
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="anime.html" target="_main">Anime</a></li>
<li><a class="dropdown-item" href="manga.html" target="_main">Manga</a></li>
<li><hr class="dropdown-divider" /></li>
<li><a class="dropdown-item" href="manln.html" target="_main">LN/manhwa</a></li>
</ul>
</li>
<!-- <li class="nav-item">
<a class="nav-link disabled">Disabled</a>
</li> -->
</ul>
<form class="d-flex">
<input
class="form-control me-2"
type="search"
placeholder="Search"
aria-label="Search"
/>
<button class="btn btn-outline-light" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<div class="container">
<div
id="carouselExampleCaptions"
class="carousel slide"
data-bs-ride="carousel"
>
<div class="carousel-indicators">
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="0"
class="active"
aria-current="true"
aria-label="Slide 1"
></button>
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="1"
aria-label="Slide 2"
></button>
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="2"
aria-label="Slide 3"
></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="beru.png" class="d-block w-100" alt="..." />
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Itachi Uchiha</h5>
<p>
From Naruto Shippuden, scroll down to read my take on Naruto!.
</p> -->
</div>
</div>
<div class="carousel-item">
<img src="Classroom-of-the-Elite-Computer-Wallpaper - Copy.jpg" class="d-block w-100" alt="..." />
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Hashiras from Demon Slayer</h5>
<p>Demon Slayers .</p> -->
</div>
</div>
<div class="carousel-item">
<img src="anime21.jpg" class="d-block w-100" alt="..." />
<div class="carousel-caption d-none d-md-block">
<!-- <h5>King Arthur aka Saber</h5>
<p>
From Fate series, a great series of different stories in
different timelines with same plot lines i.e the The Holy Grail
War, scroll down to read more.
</p> -->
</div>
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button
class="carousel-control-next"
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<br>
<div class="card mb-3">
<a href="https://myanimelist.net/manga/89357/Youkoso_Jitsuryoku_Shijou_Shugi_no_Kyoushitsu_e?q=YOUKOSO%20JIT&cat=manga" target="_main"><img src="cote2.png" class="card-img-top" alt="..."></a>
<div class="card-body">
<h5 class="card-title">1)Classroom Of The Elite-LN</h5>
<p class="card-text">Receiving funding from the government to nurture the next generation's hopefuls, Tokyo Metropolitan Advanced Nurturing High School brings together the brightest youth of Japan onto a single campus. At this seemingly perfect institution, the reserved Kiyotaka Ayanokouji arrives as an incoming member of class 1-D, where he befriends one of his classmates, the antisocial Suzune Horikita.
At first, his peers revel in the academy's leisurely lifestyle, taking advantage of all of its state-of-the-art facilities. Soon enough, however, the facade of Tokyo Metropolitan Advanced Nurturing High School gives way to its true nature—only the top scoring classes can fully utilize the school's offerings, and Class D is the furthest from such a status. Standing at the bottom of the hierarchy, Class D houses all of the school's "worst" students.
<p class="card-text"><small class="text-muted">Last updated 2 days ago</small></p>
</div>
</div>
<br>
<div class="card mb-3">
<a href="https://myanimelist.net/manga/121496/Solo_Leveling?cat=manga" target="_main"> <img src="jin.png" class="card-img-top" alt="..."></a>
<div class="card-body">
<h5 class="card-title">2)Solo Levelling-Manhwa</h5>
<p class="card-text">Ten years ago, "the Gate" appeared and connected the real world with the realm of magic and monsters. To combat these vile beasts, ordinary people received superhuman powers and became known as "Hunters." Twenty-year-old Sung Jin-Woo is one such Hunter, but he is known as the "World's Weakest," owing to his pathetic power compared to even a measly E-Rank. Still, he hunts monsters tirelessly in low-rank Gates to pay for his mother's medical bills.
However, this miserable lifestyle changes when Jin-Woo—believing himself to be the only one left to die in a mission gone terribly wrong—awakens in a hospital three days later to find a mysterious screen floating in front of him. This "Quest Log" demands that Jin-Woo completes an unrealistic and intense training program, or face an appropriate penalty. Initially reluctant to comply because of the quest's rigor, Jin-Woo soon finds that it may just transform him into one of the world's most fearsome Hunters.
</p>
<p class="card-text"><small class="text-muted">Last updated 2 days ago</small></p>
</div>
</div>
<br>
<!-- <div class="card mb-3">
<a href="https://myanimelist.net/anime/1575/Code_Geass__Hangyaku_no_Lelouch" target="_main"> <img src="code-geass-lelouch-of-the-rebellion-2g-1336x768.jpg" class="card-img-top" alt="..."></a>
<div class="card-body">
<h5 class="card-title">3)Code Geass </h5>
<p class="card-text">The Empire of Britannia has invaded Japan using giant robot weapons called Knightmare Frames. Japan is now referred to as Area 11, and its people the 11's. A Britannian who was living in Japan at the time, Lelouch, vowed to his Japanese friend Suzaku that he'd destroy Britannia. Years later, Lelouch is in high school, but regularly skips out of school to go play chess and gamble on himself. One day, he stumbles on terrorists 11's who've stolen a military secret and is caught by a member of the Britannian task force sent after them, who is Suzaku. As the rest of the squad arrives, Suzaku is shot for disobeying orders, while the military secret, a young immortal witch, gives Lelouch the power of Geass, which makes anyone obey any order. While Suzaku is secretly made the pilot of Britannia's brand new prototype Knightmare, Lancelot, Lelouch becomes the masked Zero to lead the rebellion to destroy Britannia once and for all.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
<br> -->
<br>
<!-- <nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
<ol class="breadcrumb bg-dark">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Anime</li>
</ol>
</nav> -->
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
--></div>
<footer class="blog-footer">
<div class="logo">
<img src="logo1.png" alt="" height="40px">
</div>
<div class="f1">
<p>Copyright © KAZIM AYAAN PS</p><p>
<!-- <div class="f2"> <a href="#">Back to top</a></div> -->
</p>
</div>
</footer>
<br>
</body>
</html>