shonali-ks / Poke-Dex

This is a small webpage that allows user to add their favourite Pokémons! This project aims to help people in creating their first pull requests and participating in Hacktoberfest 2020.

Home Page:https://am1codes.github.io/Poke-Dex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Source? Yes! License: MIT GitHub stars GitHub forks GitHub contributors GitHub issues GitHub pull-requests Hacktoberfest2020

Poké-Dex

Pokémon

There's no doubt that most of our childhood was spent watching Pokémon and playing games like Pokémon Fire-Red, Ruby, Emerald, etc. From Kanto to Hoenn to Sinnoh, we have seen it all and experienced it all. With Hacktoberfest 2020 coming up and being one of the people who would participate for the very first time, i decided to create this repository that's actually a very basic web-page that lets the user view and add their favourite pokemons.

Contents of the Webpage

  1. index.html - Contains the content of the main/home page.
  2. index.css - Contains the styling given to the home page.
  3. about.html - Contains a little information about me.
  4. about.css - contains the styling given to the about page.

What can you contribute?

There is always something to contribute to a project whether you are a novice or a veteran. In this project, you can add your favourite Pokémon as a card to the website! Or maybe you didn't like the line that you are reading right now and want to change that.Sure! Why not?

How can you contribute

Hacktoberfest2020

Kindly refer to CONTRIBUTING.md file to learn how to contribute!

And That's It! Follow these steps to make your very first Pull request.

But what if i don't know how to add cards :(

Not everyone is aware of every tool present in the world no matter how easy or complex it is. It's also not necessary to know each and every tool out there. Use the code below to add the your own card because everyone loves Pokémon and everyone should get a chance to add their favourite Pokémons!

Code -

            <div class="col-lg-4 mb-4">
                <div class="card">
                    <img class="card-img-top" src="[Link to Pokémon image]" alt="">
                    <div class="card-body">
                        <h5 class="card-title">[Name of your favourite Pokémon]</h5>
                        <p class="card-text">[Small Description about your Pokémon]</p>
                        <a href="[Add the link to your Github Profile]" class="btn btn-outline-danger btn-sm">Contributed by - [Add your Github Username/profile name]</a>
                    </div>
                </div>
            </div>

Copy this code and paste it in the index.html file to make your changes. Try and test it on your own system and then create a Pull request

Congratulations!

Congratulation! You just made your first pull request and if it gets merged, you can view it using the Link provided above!

About

This is a small webpage that allows user to add their favourite Pokémons! This project aims to help people in creating their first pull requests and participating in Hacktoberfest 2020.

https://am1codes.github.io/Poke-Dex/

License:MIT License


Languages

Language:HTML 93.1%Language:CSS 6.9%