diff --git a/index.html b/index.html new file mode 100644 index 0000000..56937aa --- /dev/null +++ b/index.html @@ -0,0 +1,29 @@ + + + + + + + All the pokemons! + + +
+ + +
+ +
+

Who are you looking for?

+
+
+ + +
+ + + \ No newline at end of file diff --git a/pokedex/Mewtwo.png b/pokedex/Mewtwo.png new file mode 100644 index 0000000..d23f4d7 Binary files /dev/null and b/pokedex/Mewtwo.png differ diff --git a/pokedex/mewtwo.html b/pokedex/mewtwo.html new file mode 100644 index 0000000..aab76d6 --- /dev/null +++ b/pokedex/mewtwo.html @@ -0,0 +1,31 @@ + + + + + + + MewTwo + + +
+ + +
+ +
+ +

Mewtwo

+ mewtwo +
+
+

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.

+
+
+ More of MewTwo +
+ + + \ No newline at end of file diff --git a/pokedex/ninetales.html b/pokedex/ninetales.html new file mode 100644 index 0000000..6f4c9e2 --- /dev/null +++ b/pokedex/ninetales.html @@ -0,0 +1,26 @@ + + + + + + + ninetales + + +
+ + +
+ +
+

Ninetales

+ ninetales +
+
+

Ninetales is a Fire type Pokémon introduced in Generation 1. It is known as the Fox Pokémon.

+
+ More of ninetales +
+ + + \ No newline at end of file diff --git a/pokedex/ninetales.png b/pokedex/ninetales.png new file mode 100644 index 0000000..763e7f8 Binary files /dev/null and b/pokedex/ninetales.png differ diff --git a/pokedex/ponyta.html b/pokedex/ponyta.html new file mode 100644 index 0000000..b530eb7 --- /dev/null +++ b/pokedex/ponyta.html @@ -0,0 +1,29 @@ + + + + + + + Ponyta + + +
+ + +
+ +
+

Ponyta

+ ponyta +
+
+

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.

+
+
+ More of Ponyta +
+ + + \ No newline at end of file diff --git a/pokedex/ponyta.png b/pokedex/ponyta.png new file mode 100644 index 0000000..814b6fc Binary files /dev/null and b/pokedex/ponyta.png differ diff --git a/pokedex/xatu.html b/pokedex/xatu.html new file mode 100644 index 0000000..7d1c67f --- /dev/null +++ b/pokedex/xatu.html @@ -0,0 +1,28 @@ + + + + + + Xatu + + + + +
+ + +
+ +
+

Xatu

+ xatu +
+
+

Xatu is a Psychic/Flying type Pokémon introduced in Generation 2. It is known as the Mystic Pokémon..

+
+
+ More of Xatu +
+ + + \ No newline at end of file diff --git a/pokedex/xatu.png b/pokedex/xatu.png new file mode 100644 index 0000000..5fb44dd Binary files /dev/null and b/pokedex/xatu.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..382d327 --- /dev/null +++ b/style.css @@ -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; + } \ No newline at end of file diff --git a/types/fire.html b/types/fire.html new file mode 100644 index 0000000..c9fdc6a --- /dev/null +++ b/types/fire.html @@ -0,0 +1,27 @@ + + + + + + + Fire Pokemons unite! + + +
+ + +
+ +
+

Fire pokemons

+
+
+ + +
+ + + \ No newline at end of file diff --git a/types/index.html b/types/index.html new file mode 100644 index 0000000..64dcd43 --- /dev/null +++ b/types/index.html @@ -0,0 +1,27 @@ + + + + + + + Pokemons unite! + + +
+ + +
+ +
+

Types of pokemons

+
+
+ + +
+ + + \ No newline at end of file diff --git a/types/psychic.html b/types/psychic.html new file mode 100644 index 0000000..a8f0697 --- /dev/null +++ b/types/psychic.html @@ -0,0 +1,27 @@ + + + + + + + Psychic Pokemons unite! + + +
+ + +
+ +
+

Psychic pokemons

+
+
+ + +
+ + + \ No newline at end of file