Skip to content

H-Maurya/DetectiveConan-x-Hacktoberfest

Repository files navigation

logo


Open Source Love Hacktober Badge Star Badge Contributions Pull Requests Badge


Hacktoberfest, in its 9th year, is a month-long celebration of open source software run by DigitalOcean. During the month of October, we invite you to join open-source software enthusiasts, beginners, and the developer community by contributing to open-source projects. You can do this in a variety of ways:

  • Prepare and share your project for collaboration
  • Contribute to the betterment of a project via pull requests
  • Organize an event
  • Mentor others
  • Donate directly to open source projects


Detective-Conan

series image

There is no doubt that most of our childhood was spent watching anime, we have seen and experienced it all. With Hacktoberfest 2022 coming up and being one of the people who would participate for the very first time(as maintainer), I decided to create this repository that's actually a very basic web-page that lets the user view and add their favourite characters.

You can find all types characters on https://detectiveconan.fandom.com/wiki/Category:Characters and on https://www.detectiveconanworld.com/wiki/Characters

Contents of the Webpage

  1. index.html - Contains the content of the main/home page.
  2. style.css - Contains the styling given to the home page.
  3. about.html - Contains a little information about me.
  4. style2.css - Some styling for 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 character 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?

To contribute in Hacktoberfest2022 , checkout the given link and win hactoberfest t-shirt ... https://hacktoberfest.digitalocean.com/

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!

Code -

            <!-- [character name] card start-->
            <div class="card">
              <img src="images/[name].png" alt="[name]">
              <div class="container">
                  <h4><strong>[name]</strong></h4>
                  <p class="desc">[Character Description]</p>
              </div>
            </div>
            <!--[character name] card end-->

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. You can adjust height of image of character so that it will fit in card.

Congratulations!

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