-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
479 lines (405 loc) · 12.2 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
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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
<!DOCTYPE html>
<html>
<head>
<title>
Kakashi Hatake -Home
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="icon.jpg" type="image/gif" sizes="16x16">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
html {
scroll-behavior: smooth;
}
body{
width: 100%;
height:100%;
background-image: url(https://www.kolpaper.com/wp-content/uploads/2020/10/Kakashi-Android-Wallpaper-2.jpg);background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-color: white;
color: black;
}
.dark-mode{
width: 100%;
height:100%;
background: url(https://i.pinimg.com/originals/bf/40/2f/bf402f1792a519a102dd8c817594d23e.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-color: black;
color: white;
}
audio{
display: none;
}
.ole
{
float:inline-end;
margin-left: 22.5%;
top: 0;
width: 65%;
font-size: 135%;
}
.active {
height: 100%;
background-color: #4CAF50;
color: white;
}
.backgroundanimation
{
width:100%;
height:auto;
animation-name: example;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-play-state: running;
}
.textanimation
{
animation-name: tex;
animation-duration: 5s;
animation-iteration-count: infinite;
text-rendering: geometricPrecision;
text-align: center;
font-size:80px;
font-weight: 1000;
font-family:fantasy;
}
@keyframes example{
0%{
background-color:rgb(70, 0, 128);
}
25.0%{
background-color:green;
}
50%{
background-color:white;
}
75%{
background-color:green;
}
100%{
background-color:rgb(70, 0, 128);
}
}
@keyframes tex{
0%{
color:white;
}
25.0%{
color:rgb(70, 0, 128);
}
50%{
color:green;
}
75%{
color:rgb(70, 0, 128);
}
100%{
color:white;
}
}
#mySidenav a {
position: fixed;
left: -200px;
transition: 0.3s;
padding: 15px;
width: 260px;
text-decoration: none;
font-size: 20px;
color: white;
border-radius: 0 5px 5px 0;
}
#mySidenav a:hover {
left: 0;
}
#three {
top: 153px;
background-color: #f44336;
}
#four {
top: 190px;
background-color: #555
}
#five {
top: 230px;
background-color:green;
}
#six {
top: 270px;
background-color: rgb(70, 0, 128);
}
#seven {
top: 320px;
background-color: #f44336;
}
#eight {
top: 380px;
background-color: #555
}
#nine {
top:430px;
background-color: green;
}
#ten {
top: 470px;
background-color: rgb(70, 0, 128);
}
#eleven {
top: 520px;
background-color: #f44336;
}
#twelve {
top: 570px;
background-color: #555
}
.topnav {
overflow: hidden;
background-color: #333;
z-index: 99;
}
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
width: 22.5%;
font-size: 17px;
z-index: 99;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #4CAF50;
color: white;
}
.topnav .icon {
display: none;
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
float: right;
display: block;
width: 20%;
justify-content: center;
}
.topnav a{
width: 65%;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
} * {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
max-width: 100%;
position: relative;
margin-left: 20%;
}
/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active {
background-color: #717171;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
.imgfor
{
width: 80%;
}
a img { display:none; }
a:hover img { display:block; }
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 500px) {
.text {font-size: 11px}
.slideshow-container
{
width:100%;
margin-left: 10%;
}
}
</style>
</head>
<body>
<div id="top"></div>
<div class="backgroundanimation">
<div class="textanimation">
<h>KAKASHI HATAKE</h>
</div>
</div>
<div class="topnav" id="myTopnav">
<a href="index.html">HOME</a>
<a href="timeline.html">TIMELINE</a>
<a href="abilities.html">ABILITIES</a>
<a onclick="myFunction(this)">DARK MODE</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction1()">
<i class="fa fa-bars"></i></a>
</div>
<br>
<br>
<div class="slideshow-container">
<div class="mySlides fade">
<div class="numbertext"></div>
<img src="https://wallpapercave.com/wp/I9YvZqn.jpg" class="imgfor">
</div>
<div class="mySlides fade">
<div class="numbertext"></div>
<img src="https://wallpaperaccess.com/full/851976.jpg" class="imgfor">
</div>
<div class="mySlides fade">
<div class="numbertext"></div>
<img src="https://www.teahub.io/photos/full/120-1204238_kakashi-hatake-knife-shinobi-konohagakures-hatake-kakashi-copycat.jpg" class="imgfor">
</div>
<div class="mySlides fade">
<div class="numbertext"></div>
<img src="https://static.zerochan.net/Hatake.Kakashi.full.2322832.jpg" class="imgfor">
</div>
<div class="mySlides fade">
<div class="numbertext"></div>
<img src="https://images3.alphacoders.com/135/thumb-1920-135625.jpg" class="imgfor">
</div>
<div class="mySlides fade">
<div class="numbertext"></div>
<img src="https://www.teahub.io/photos/full/8-80616_naruto-kakashi-wallpapers-images-on-wallpaper-hd-1920.jpg" class="imgfor">
</div>
<div class="mySlides fade">
<div class="numbertext"></div>
<img src="https://images.wallpapersden.com/image/download/kakashi-hatake-and-pakkun_a2xqbGaUmZqaraWkpJRmbmdlrWZnZWU.jpg" class="imgfor">
</div>
<div class="mySlides fade">
<div class="numbertext"></div>
<img src="https://www.teahub.io/photos/full/8-80347_hatake-kakashi-wallpaper.jpg" class="imgfor">
</div>
<div class="mySlides fade">
<div class="numbertext"></div>
<img src="https://besthqwallpapers.com/img/original/93795/obito-uchiha-vs-kakashi-hatake-battle-naruto-characters-manga-naruto.jpg" class="imgfor">
</div>
<div class="mySlides fade">
<div class="numbertext"></div>
<img src="https://2.bp.blogspot.com/-nAZfzJZy0rc/XIgDPmx88JI/AAAAAAAAAcI/YYxUCiZMBqU_YhDucVr687q5t4wkPECtgCKgBGAs/w3840-h2400-c/kakashi-dogs-summon-uhdpaper.com-4K-21.jpg" class="imgfor">
</div>
</div>
<br>
<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
<div class="ole" id="home" >
<div id="intro">
<br>
<h2 style="font-size: 40px;color:green">INTRODUCTION</h2><br>
<img src="https://i.pinimg.com/originals/77/3b/5a/773b5a960dedfc1c580289dd3fe8d3d9.jpg" width="35%" style="float:right;margin-right:0;top: 0;padding: 10px;">
<p>
Kakashi Hatake (はたけ カカシ, Hatake Kakashi) is a fictional character in the Naruto manga and anime series created by Masashi Kishimoto. In the story, Kakashi is the teacher of Team 7, consisting of the series' primary characters, Naruto Uzumaki, Sasuke Uchiha, and Sakura Haruno.<br><br>
He is initially portrayed as a detached and apathetic figure, but as the series progresses, his loyalty to his friends and students becomes increasingly apparent. Kakashi's past has been extensively explored in the series, resulting in a gaiden being devoted to his past experiences. Kakashi has appeared in several pieces of Naruto media, the featured films in the series, the original video animations, and the video games.<br><br>
</p>
<img src="https://wallpaperaccess.com/full/664804.jpg" height="350px" width="250px"style="float:left;margin-left:0;top: 0; padding: 10px;">
<p> Kakashi was originally created by Kishimoto to be a harsh teacher but the author decided to avoid that. Instead, he made him more generous to calm his students in difficult situations to the point of giving him feminine traits. Kakashi's design gave Kishimoto difficulties as a result of having most of his face covered and as a result it was difficult to show his emotions.<br><br>
For the anime series, he is voiced by Kazuhiko Inoue in Japanese and Dave Wittenberg in the English dub. Numerous anime and manga publications have praised and criticized Kakashi's character. Although he has been noted to be an echo of similar detached shōnen manga characters, the duality of Kakashi's apathetic and serious sides have been praised. Kakashi has been highly popular with the Naruto reader base, placing high in several popularity polls. Merchandise based on Kakashi has also been released, including key chains and plush dolls.
</p></div>
</div>
</html>
<script>
var slideIndex = 0;
showSlides();
function showSlides() {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) {slideIndex = 1}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
setTimeout(showSlides, 3000); // Change image every 3 seconds
}
var odd=0;
function myFunction(id) {
if(odd%2==0)
id.innerHTML="LIGHT MODE";
else
id.innerHTML="DARK MODE";
odd++;
var element = document.body;
element.classList.toggle("dark-mode");
}
function myFunction1() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>