Giter VIP home page Giter VIP logo

naruto-shippuden's Introduction

logo

Hacktoberfest, in its 10th year, is a month-long celebration of open source software run by DigitalOcean. It is a great opportunity for everyone, from seasoned developers to students and code newbies, from technical writers to UX designers, to contribute to open source communities and develop your skills, with the perks of winning limited edition items. 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


Naruto-Shippuden

series image

There is no doubt that most of our childhood was spent watching anime especially Naruto, we have seen and experienced it all. With Hacktoberfest 2023 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 let the user view and add their favourite characters.

You can find all types characters on https://www.giantbomb.com/naruto-uzumaki/3005-790/friends/ and on https://www.giantbomb.com/naruto-uzumaki/3005-790/enemies/

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.

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 Hacktoberfest2023 , checkout the given link and win hactobfest digital kits ... https://hacktoberfest.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 -

            <!-- Hero [character name] card start-->
            <div class="flip-card good">
                <div class="flip-card-inner">
                    <div class="flip-card-front">
                        <h2 class="card-title">[name of character]</h2>
                        <img data-src=[image-link] alt=[name of character] height="300px" width="300px" class="img_card">
                    </div>
                    <div class="flip-card-back">
                        <p class="card-text">[Main description about character]</p>
                        <p>[some more description about character]</p>
                    </div>
                </div>
            </div>
            <!-- Hero [character name] card end-->

              <!-- Villian [character name] card start-->
            <div class="flip-card evil">
                <div class="flip-card-inner">
                    <div class="flip-card-front">
                        <h2 class="card-title">[name of character]</h2>
                        <img data-src=[image-link] alt=[name of character] height="300px" width="300px" class="img_card">
                    </div>
                    <div class="flip-card-back">
                        <p class="card-text">[Main description about character]</p>
                        <p>[some more description about character]</p>
                    </div>
                </div>
            </div>
            <!-- Villian [character name] card end-->

NOTE: add image to the Images folder if not present already and then provide the src in img tag.

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!

Our Amazing Contributors ⭐

naruto-shippuden's People

Contributors

vikhyatsingh123 avatar beatrizsmerino avatar nikhil2222 avatar parth699 avatar ogooluwanick avatar raktim00 avatar sourav21kumar avatar nepalivai avatar adi-cmrec avatar boogyman25 avatar code-with-ryan avatar itsashrafsyed avatar surajchandramauli avatar surajsingh542 avatar muzzyay avatar durva439 avatar brunaanselmo avatar pggeeks avatar mandiraghosh783 avatar geekhead-dd avatar gtmaniraj avatar mahimagupta24 avatar c99srs avatar biplab25 avatar yashika27 avatar s-ishita avatar krishna-pradeep-dawalkar avatar xexers742 avatar dchroninger avatar dwongdev 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.