Skip to content

sidhartha2002/PicoAnime-contribution

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PicoAnime

Logo

PICOANIME

Welcome to PicoAnime, your go-to source for all things anime character cards! This GitHub repository contains the codebase for a website that provides small information on various anime characters.

The repository includes all the necessary code for building and deploying the PicoAnime website, including front-end code in HTML, CSS.This website ha no back-end code.

it is easy for beginners to browse through different anime characters and learn about their unique characteristics. We provide extensive documentation and support to help users of all skill levels get up and running with PicoAnime in no time.

So why wait? Join our growing community of anime enthusiasts and explore the world of anime characters with PicoAnime!

How to Contribute ?

• Select any anime Character of your choice.

• Get a nice rectangle photo of your Character in png format.

• Generate a 20 word description of your Character.

• Use the given html card template to finish your work.

• create a pull request.

• Wait till it gets merged.

Code

Use this code to make your Anime card

  <div class="container">
    <div class="card">
      <div class="face face1">
        <div class="content">
          <img src="image-url">
          <h3>Character-Name</h3>
        </div>
      </div>
      <div class="face face2">
        <div class="content">
          <p>20-word Description</p>
          <h1>------------</h1>
        </div>
      </div>
    </div>
  </div>

Authors

Screenshots

App Screenshot

Tech Stack

Front-End: HTML, CSS

FAQ

Q) Is it beginner friendly ??

ans : Yes it is .

Q) From where do we obtain resources?​

ans: https://www.pngwing.com/

Q) if i have only just started with html css can i still contribute ?​

ans: Yes, just basic knowledge of html css is sufficient to Contribute.