elements-type-site
🍃 This website serves as an introduction to what Pokémon is, more specifically, what kind of types of Pokémon exist. Each one of these types has different ups and downsides.
Science Score: 31.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.7%) to scientific vocabulary
Repository
🍃 This website serves as an introduction to what Pokémon is, more specifically, what kind of types of Pokémon exist. Each one of these types has different ups and downsides.
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Hello and welcome to the exciting world of Pokémon! This website serves as an introduction to what Pokémon is, more specifically, what kind of types of Pokémon exist. There are many different types of Pokémon but today we will only look at the basic nine types. The basic nine types of Pokémon include fire type Pokémon, water type Pokémon, electric type Pokémon, grass type Pokémon, ground type Pokémon, poison type Pokémon, psychic type Pokémo, fighting type Pokémon and flying type Pokémon. Each one of these types has different ups and downsides. Think of rock-paper-scissors. Rock beats scissors, paper beats rock, scissors beat paper. It's the same here: fire beats grass, grass beats water, water beats fire. You can use the type icons below to navigate to the different types of Pokémon!
Owner
- Name: Patrick Carnevale
- Login: carnevap
- Kind: user
- Location: Windsor, ON
- Repositories: 11
- Profile: https://github.com/carnevap
I am a developer holding a degree in Computer Science, and I've taught myself about various tools and subjects.
Citation (citation.html)
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pokémon Types (Citation page)</title>
<link rel="icon" href="images/icon.png" type="image/icon type">
<meta name="author" content="Patrick Carnevale">
<meta name="description" content="This is assignment 5 - Citations page">
<meta charset="utf-8"/>
</head>
<body>
<style>
body
{
background-color: #A4C7F3;
margin: 80px;
}
</style>
<table style="width:90%"> <!-- Table -->
<tr>
<th>
<h1>Assignment 5 - Page 2 by Patrick Carnevale (Citation page)</h1> <!-- Title -->
<p title="My Bio">COMP-2057-91 Introduction to the internet</p> <!-- Heading -->
</th>
<th><img src="images/logo.png" alt="logo" width="300" height="auto"> <!-- Image --></th>
</tr>
</table>
<hr>
<p>
<ul>
<li>Pokemon Types Weakness Chart by saragonvoid on DeviantArt. by Saragonvoid on DeviantArt. (n.d.). Retrieved November 15, 2022, from https://www.deviantart.com/saragonvoid/art/Pokemon-types-weakness-chart-454888268 </li>
<li>Archaic, Rhodehawk, Orchid, AllenWarrior, Larvesta, B., WyndonCalling, & Pip, T. W. (1970, November 15). The original Pokémon Community. Bulbagarden. Retrieved November 15, 2022, from https://bulbagarden.net/ </li>
<li>Pokémon database. Pokémon Database -- the fastest way to get your Pokémon information. (n.d.). Retrieved November 15, 2022, from https://pokemondb.net/ </li>
<li>Pokémon. Pokémon Wiki. (n.d.). Retrieved November 15, 2022, from https://pokemon.fandom.com/wiki/Pok%C3%A9mon </li>
<li>The Official Pokémon Website. Pokemon.com. (n.d.). Retrieved November 15, 2022, from https://www.pokemon.com/us/pokedex/ </li>
</ul>
</p>
<hr>
<a href="index.html">Return to Home page</a> <!-- Internal web address link -->
</body>
</html>