Coder Social home page Coder Social logo

sourabh06 / bookcase Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vishaaal/bookcase

0.0 0.0 0.0 126 KB

This is a small webpage that allows user to add and showcase their favorite Books!

Home Page: https://vishaaal.github.io/BookCase/

JavaScript 6.35% CSS 8.28% HTML 85.37%

bookcase's Introduction

Contents of the website

  1. index.html - Contains the content of the home page.
  2. index.css - Contains the styling given to the home page.
  3. about.html - Contains some information about me.
  4. about.css - Contains the styling given to the about page.

What can I 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 Book 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 I contribute?

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 sample below to add your own card for your favourite Book!

<div class="col-lg-4 mb-4">
  <div class="card">
    <img class="card-img-top" src="[Link to Book image]" alt="" />
    <div class="card-body">
      <h5 class="card-title">[Name of your favourite Book]</h5>
      <p class="card-text">[Small Description about your Book]</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. Test it on your own system and then create a pull request.

Congratulations!

Congratulations! You just made your first pull request and if it gets merged, you can view the changes you made live using the link provided above!

bookcase's People

Contributors

0xcyberpj avatar adityasankar23 avatar akash190104 avatar anjali6387 avatar ankushrc2001 avatar anwesha2240 avatar ayushi-810 avatar coderdebjeet avatar cpriyam49 avatar devrajsinh-gohil avatar dhrupad17 avatar gr8rithic avatar hackbysarthak03 avatar jitesh1495 avatar jsvigneshkanna avatar n00pu avatar nirvanaphx avatar pankaj892 avatar samwinp avatar saransh484 avatar shwet0710 avatar sibayanmisra2002 avatar sohailg avatar soham-pagi avatar sonaliraooo avatar sourabh06 avatar tantric17 avatar vedvaghela avatar vishaaal avatar viveksondhiya 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.