-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (56 loc) · 4.18 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PokeGO</title>
<script src="https://kit.fontawesome.com/5a360170f9.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<ul>
<a href="index.html"><li>HOME</li></a>
<a href="about.html"><li>ABOUT</li></a>
<a href="pokedex.html" target="_blank"><li>POKEDEX</li></a>
</ul>
</header>
<section class="poke">
<h1>Poke<span class="light">&</span>GO</h1>
<div class="webs">
<div class="web">
<a href="https://github.com/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg"
viewBox="-8 -8 40 40"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
</a>
</div>
<div class="web" id="pinterest">
<a href="https://in.pinterest.com/search/pins/?q=pokemon&rs=typed" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="75" height="75" fill="rgb(0,0,0)" class="bi bi-pinterest" viewBox="0 0 16 16" id="IconChangeColor"> <path d="M8 0a8 8 0 0 0-2.915 15.452c-.07-.633-.134-1.606.027-2.297.146-.625.938-3.977.938-3.977s-.239-.479-.239-1.187c0-1.113.645-1.943 1.448-1.943.682 0 1.012.512 1.012 1.127 0 .686-.437 1.712-.663 2.663-.188.796.4 1.446 1.185 1.446 1.422 0 2.515-1.5 2.515-3.664 0-1.915-1.377-3.254-3.342-3.254-2.276 0-3.612 1.707-3.612 3.471 0 .688.265 1.425.595 1.826a.24.24 0 0 1 .056.23c-.061.252-.196.796-.222.907-.035.146-.116.177-.268.107-1-.465-1.624-1.926-1.624-3.1 0-2.523 1.834-4.84 5.286-4.84 2.775 0 4.932 1.977 4.932 4.62 0 2.757-1.739 4.976-4.151 4.976-.811 0-1.573-.421-1.834-.919l-.498 1.902c-.181.695-.669 1.566-.995 2.097A8 8 0 1 0 8 0z" id="mainIconPathAttribute"></path> </svg>
</a>
</div>
<div class="web">
<a href="https://www.youtube.com/@PokemonAsiaENG" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="75" height="75" viewBox="0 0 512 512"><title>ionicons-v5_logos</title><path d="M508.64,148.79c0-45-33.1-81.2-74-81.2C379.24,65,322.74,64,265,64H247c-57.6,0-114.2,1-169.6,3.6-40.8,0-73.9,36.4-73.9,81.4C1,184.59-.06,220.19,0,255.79q-.15,53.4,3.4,106.9c0,45,33.1,81.5,73.9,81.5,58.2,2.7,117.9,3.9,178.6,3.8q91.2.3,178.6-3.8c40.9,0,74-36.5,74-81.5,2.4-35.7,3.5-71.3,3.4-107Q512.24,202.29,508.64,148.79ZM207,353.89V157.39l145,98.2Z"/></svg>
</a>
<h2>Pika!</h2>
</div>
</div>
</section>
<footer class="pikacha">
<h2>Gotta Catch 'em all</h2>
<div class="pokedex">
<ul>
<a href="explore.html" target="_blank"><li>Explore</li></a>
<a href="pikachu.html" target="_blank"><li>Pika-pika</li></a>
</ul>
</div>
<ul>
<a href="https://github.com/" target="_blank"><li>GitHub</li></a>
<a href="https://in.pinterest.com/search/pins/?q=pokemon&rs=typed" target="_blank"><li>Pinterest</li></a>
<a href="https://www.youtube.com/@PokemonAsiaENG" target="_blank"><li>YouTube</li></a>
</ul>
</footer>
</body>
</html>