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
Binary file added images/pichu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pikachu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/raichu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<!DOCTYPE html>
<html lang="en">
<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>Document</title>

<style>

section {
display: flex; border-right-color: black; padding-left: 15em;
}

</style>

</head>
<body>

<section>
<article>
<h2>Pichu</h2>
<br>
<img src="./images/pichu.jpg" />
<br>

<p>Type: Electric </p>
<p>Weakness: Ground</p>
<p>Height: 1" 00"</p>
<p>Weight: 4.4 lbs</p>
<br>

<a href="https://www.pokemon.com/us/pokedex/pichu">Pichu Pokedex</a>

</article>


<article>
<h2>Pikachu</h2>
<br>

<img src="./images/pikachu.jpg" />
<br>

<p>Type: Electric </p>
<p>Weakness: Ground</p>
<p>Height: 1" 04"</p>
<p>Weight: 13.2 lbs</p>
<p></p>

<div>
<audio controls>
<source src="./sounds/Pikachu.wav" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
</div>

<br>

<a href="https://www.pokemon.com/us/pokedex/pikachu">Pikachu Pokedex</a>

</article>


<article>
<h2>Raichu</h2>
<br>

<img src="./images/raichu.jpg" />
<br>
<p>Type: Electric </p>
<p>Weakness: Ground</p>
<p>Height: 2" 07"</p>
<p>Weight: 66.1 lbs</p>

<br>

<a href="https://www.pokemon.com/us/pokedex/raichu">Raichu Pokedex</a>

</article>

</section>

</body>
</html>
Binary file added sounds/Pikachu.wav
Binary file not shown.