Coder Social home page Coder Social logo

pokedex-html's Introduction

pokedex-html

https://media.giphy.com/media/xuXzcHMkuwvf2/giphy.gif

Create a pokedex document. This document is a series on inter-linked HTML pages that gives different info on pokemon.

Do some research about pokemon and their types here: https://pokemondb.net/pokedex/all

You will be creating at least these HTML pages:

  • An index page that has a list of pokemon (use the ul element)

  • A page for each pokemon you list in the index page. (create at least 4 pages, 2 of each type) The minimum info on this page should be the name of the pokemon, a link to the page of their type, and a description paragraph, copied from the pokedex site. (you can add more info than that if you want)

  • A page that lists all types of pokemon (i.e., grass, poison, etc.) - this is a list of all types included in your pokedex.

  • The list of all types page is linked to a page that lists the pokemon that are in that type.

The links between pages are a link tag with an href set to a relative unix path:

<a href="../pokemon-pages/squirtle.html">squirtle</a>

You should end up with a directory structure that looks like this:

  • /main directory
    • /pokedex
      • squirtle.html
      • etc....
    • /index.html (list of all pokemon)
    • /types
      • /index.html (lists all types)
      • /grass.html (lists all pokemon of type grass)
      • /etc...

pokedex-html's People

Contributors

awongh avatar wickker avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.