Giter Site home page Giter Site logo

manojrayar / hello_world Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 217 KB

A application to show hello world programme in most of the programming language created so far

Home Page: https://kmrakash.github.io/HELLO_WORLD/

License: MIT License

HTML 100.00%

hello_world's Introduction

Hacktoberfest2020

Project Description

This is a simple web application to show the hello world programmes in all the possible progamming language created so far . If you are looking to begin your open source journey and make your first PR for hacktoberfest 2020 . This is a great oppurtunity for you . Please read contribution guide before making any PR.

Fun Fact

Wikipedia has a list whose goal is to include “all notable programming languages in existence”, that currently lists over 700 programming languages. Wikipedia’s list excludes certain types of languages such as markup languages.

Get the whole list of programming language from here . Feel free to create a issue if a programme for that language is not added .

Contribution Guide

  1. Fork this Repository.
  2. Clone the Repository on your system using the command - git clone [url of the forked repository]
  3. Create a new branch using the command - git branch [branch-name]
  4. Move to the new branch by using this command - git checkout [new branch-name]
  5. Add a card with the image of your programme, Language Name and mention your Github Profile name in the Button.
  6. Once you've made your changes make sure you pull changes in master just in case - git checkout master -> git pull
  7. Then again checkout to your new branch and pull from master branch - git checkout [new branch name] -> git pull
  8. Add your content using the command - git add -A
  9. Commit the changes using the command - git commit -m "your-message"
  10. Push the changes using the command - git push origin [branch-name]
  11. Creat a Pull request.
  12. Star this Repository.

For reference check out : www.youtube.com/watch?v=c6b6B9oN4Vg

What to do in this project ?

  • First visit carbon.now.sh
  • chose a nice background
  • write the programe
  • save the image as png
  • name the image as [programming language].png
  • store the image in images folder
  • use below template code , Add this to necessary place inside index.html
  • commit your changes
  • now create a PR mention the image in PR also

Template Code

 <div class="col-lg-4 mb-4">
                <div class="card">
                    <img class="card-img-top" src="[Image address]" alt="">
                    <div class="card-body">
                        <h5 class="card-title text-center">[Name of Programming Language]</h5>
                        <div class="col text-center">
                        <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>
            </div>

hello_world's People

Contributors

ashutoshkrris avatar hey-mikey avatar kmrakash 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.