Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet">
<title>All the pokemons!</title>
</head>
<body>
<main id=app>
<List></List>
<img class="logo" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/International_Pok%C3%A9mon_logo.svg/1280px-International_Pok%C3%A9mon_logo.svg.png"/>
</main>

<div class="name">
<h1>Who are you looking for?</h1>
</div>
<div>
<ul>
<li><a href=".\pokedex\ponyta.html" target="_blank">Ponyta</a></li>
<li><a href=".\pokedex\mewtwo.html" target="_blank">Mewtwo</a></li>
<li><a href=".\pokedex\xatu.html" target="_blank">Xatu</a></li>
<li><a href=".\pokedex\ninetales.html" target="_blank">Ninetales</a></li>
</ul>

</div>

</body>
</html>
Binary file added pokedex/Mewtwo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions pokedex/mewtwo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../style.css" rel="stylesheet">
<title>MewTwo</title>
</head>
<body>
<main id=app>
<List></List>
<img class="logo" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/International_Pok%C3%A9mon_logo.svg/1280px-International_Pok%C3%A9mon_logo.svg.png"/>
</main>

<div class="name">

<h1>Mewtwo</h1>
<img id="mewtwo" src ="Mewtwo.png" alt="mewtwo">
</div>
<div class="description">
<h3>Mewtwo is a Psychic type Pokémon introduced in Generation 1.
It is known as the Genetic Pokémon. Mewtwo has two Mega Evolutions,
available from X & Y onwards. They can be activated in battle when holding the
Mega Stones, Mewtwonite X and Mewtwonite Y respectively.</h3>
</div>
<div>
<a href="https://pokemondb.net/pokedex/mewtwo" target="_blank">More of MewTwo</a>
</div>

</body>
</html>
26 changes: 26 additions & 0 deletions pokedex/ninetales.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../style.css" rel="stylesheet">
<title>ninetales</title>
</head>
<body>
<main id=app>
<List></List>
<img class="logo" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/International_Pok%C3%A9mon_logo.svg/1280px-International_Pok%C3%A9mon_logo.svg.png"/>
</main>

<div class="name">
<h1>Ninetales</h1>
<img id="ninetales" src="ninetales.png" alt="ninetales">
</div>
<div class="description">
<h3>Ninetales is a Fire type Pokémon introduced in Generation 1. It is known as the Fox Pokémon.</h3>
<div>
<a href="https://pokemondb.net/pokedex/ninetales" target="_blank">More of ninetales</a>
</div>

</body>
</html>
Binary file added pokedex/ninetales.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions pokedex/ponyta.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../style.css" rel="stylesheet">
<title>Ponyta</title>
</head>
<body>
<main id=app>
<List></List>
<img class="logo" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/International_Pok%C3%A9mon_logo.svg/1280px-International_Pok%C3%A9mon_logo.svg.png"/>
</main>

<div class="name">
<h1>Ponyta</h1>
<img id="ponyta" src="ponyta.png" alt="ponyta">
</div>
<div class="description">
<h3>Ponyta is a Fire type Pokémon introduced in Generation 1. It is known as the Fire Horse Pokémon.

Ponyta has a Galarian form, introduced in Pokémon Sword & Shield. It is said that they were exposed to the overflowing life energy of the Glimwood Tangle forest over many generations, and this is why their appearance became unique in the Galar region.</h3>
</div>
<div>
<a href="https://pokemondb.net/pokedex/ponyta" target="_blank">More of Ponyta</a>
</div>

</body>
</html>
Binary file added pokedex/ponyta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions pokedex/xatu.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Xatu</title>
<link href="../style.css" rel="stylesheet">

</head>
<body>
<main id=app>
<List></List>
<img class="logo" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/International_Pok%C3%A9mon_logo.svg/1280px-International_Pok%C3%A9mon_logo.svg.png"/>
</main>

<div class="name">
<h1>Xatu</h1>
<img id="xatu" src="xatu.png" alt="xatu">
</div>
<div class="description">
<h3>Xatu is a Psychic/Flying type Pokémon introduced in Generation 2. It is known as the Mystic Pokémon..</h3>
</div>
<div>
<a href="https://pokemondb.net/pokedex/xatu" target="_blank">More of Xatu</a>
</div>

</body>
</html>
Binary file added pokedex/xatu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
body{
display:flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100vw;
height: 100vh;
background-image: url('http://media-s3-us-east-1.ceros.com/hype-beast/images/2018/07/13/a9a51bc0b8d626db493ab5f9a971b043/background-hero.png');
background-size: 1920px 1080px;
background-repeat: no-repeat;
background-position: center center;
position: relative;
font-family: sans-serif;
cursor: pointer;
padding: 0;
margin: 0;
}
27 changes: 27 additions & 0 deletions types/fire.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="..\style.css" rel="stylesheet">
<title>Fire Pokemons unite!</title>
</head>
<body>
<main id=app>
<List></List>
<img class="logo" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/International_Pok%C3%A9mon_logo.svg/1280px-International_Pok%C3%A9mon_logo.svg.png"/>
</main>

<div class="name">
<h1>Fire pokemons</h1>
</div>
<div>
<ul>
<li><a href="..\pokedex\ponyta.html" target="_blank">Ponyta</a></li>
<li><a href="..\pokedex\ninetales.html" target="_blank">Ninetales</a></li>
</ul>

</div>

</body>
</html>
27 changes: 27 additions & 0 deletions types/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="..\style.css" rel="stylesheet">
<title>Pokemons unite!</title>
</head>
<body>
<main id=app>
<List></List>
<img class="logo" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/International_Pok%C3%A9mon_logo.svg/1280px-International_Pok%C3%A9mon_logo.svg.png"/>
</main>

<div class="name">
<h1>Types of pokemons</h1>
</div>
<div>
<ul>
<li><a href=".\fire.html" target="_blank">Fire</a></li>
<li><a href="psychic.html" target="_blank">Psychic</a></li>
</ul>

</div>

</body>
</html>
27 changes: 27 additions & 0 deletions types/psychic.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="..\style.css" rel="stylesheet">
<title>Psychic Pokemons unite!</title>
</head>
<body>
<main id=app>
<List></List>
<img class="logo" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/International_Pok%C3%A9mon_logo.svg/1280px-International_Pok%C3%A9mon_logo.svg.png"/>
</main>

<div class="name">
<h1>Psychic pokemons</h1>
</div>
<div>
<ul>
<li><a href="..\pokedex\mewtwo.html" target="_blank">Mewtwo</a></li>
<li><a href="..\pokedex\xatu.html" target="_blank">Xatu</a></li>
</ul>

</div>

</body>
</html>