Git Product home page Git Product logo

moviehub'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 Movie 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 Movie!

<div class="col-lg-4 mb-4">
  <div class="card">
    <img class="card-img-top" src="[Link to Movie image]" alt="" />
    <div class="card-body">
      <h5 class="card-title">[Name of your favourite Movie]</h5>
      <p class="card-text">[Small Description about your Movie]</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!

moviehub's People

Contributors

activelearner7 avatar anikkkkettt avatar berlianfatimah avatar coderdebjeet avatar cpriyam49 avatar das-amit avatar dicky1 avatar halim-shams avatar hijalitopup avatar ialexanderbrito avatar iamsnehadas avatar kushaljgec2025 avatar maguzzz avatar mansi0703 avatar msayak96 avatar namgup001 avatar parth4git avatar sandy3002 avatar saraiovieira avatar sb-decoder avatar shayanikaa avatar shravan773 avatar shreya-jash avatar shruti1217 avatar sohini3018 avatar soumojit-chakraborty avatar swadeshit27 avatar terriblecodes avatar vermilion4 avatar vid-27 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

moviehub's Issues

Add copyright notice

For legal purposes, add a simple copyright notice, in the website footer or as a new copyright.html page.
With something like:
The posters and descriptions used on this website are copyright of their respective owners and are used under the 'fair use' copyright clause for educational purposes and fan enjoyment only.

Choose a better font to website

I think the font of the website isn't much better, I'd like to change it to a font with different amount of weights to make the website more readable and attractive.
What do you think about it?

Movies posters should be in images folder

@Anikkkkettt, in order to reduce the size and weight of the pictures (already 16Mo and going up) and to have a complete and viable project, better to not use remote images.

You must tell people to download on their computer the image, resize it to something like 688x1000 and save it as JPG in the images folder.

The only thing you should do is edit the README.md to guide contributors to use posters as files and not URLs.

At the moment, you only have one contributor who did that with the Red Scorpion movie and two new open Pull Requests who did that too. If you want, you can assign me to this issue and I will process the already submitted movies to make them files, or you can leave open this issue in order for anyone to pick it ๐Ÿ˜‰

Social media icons

I would like to work on adding the social media icons rather than the names to make the UI more user friendly. Can I work on this?

Missing photos for movies

Photos are missing for Passanger,Sholay,Life is Beautiful.

If you can assign this to me, i can fix this

Footer

Add footer to the main website

Footer Social media links

The social media icons in the footer do not open anything. Instead they should redirect to the owner's profile. Please assign me this issue.

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.