Git Product home page Git Product logo

website-template's Introduction

Website-Template

A free for all website template repository.


Read in other languages:

Portuguese Brazilian English Spanish

Permissions

  • You can use the templates for both personal and commercial use.
  • You can not claim the templates. (Applicable to the use)

For Contributors

  1. Make sure that you own the full code & design yourself.
  2. By contributing, you are going to give others the permission to use 100% of your code.

๐ŸŽ‰ Getting Started

  1. Fork this repository.

  2. Clone your forked copy of the project.

    git clone https://github.com/<your_user_name>/Website-Template.git
    
  3. Navigate to project directory.

    cd Website-Template
    
  4. Add reference to original repository (remote).

    git remote add upstream https://github.com/Diptenusarkar/Website-Template.git
    
  5. Before making any changes in the repository, always fetch and pull from the upstream repository to keep your branch updated with the parent repository.

    git pull upstream main
    
  6. Create a new branch.

    git checkout -b <your_branch_name>
    
  7. Create Your template folder, Work on it.

    Ex. "School Website"
    
  8. Move your changes to the git staging area.

    git add .
    
  9. Commit your changes in staging area.

    git commit -m "<relevant message>"
    
  10. Push the committed changes in your local branch to your remote repo's branch.

    git push -u origin <your_branch_name>
    
  11. Make a pull request (PR). ๐Ÿš€

Our Contributors

website-template's People

Contributors

diptenusarkar avatar dependabot[bot] avatar tamojeetk avatar balayokesh avatar realanupreet avatar kunjvihaari avatar dharmik3 avatar kritika30032002 avatar aryav-022 avatar thecodermaniac avatar briyandyju09 avatar vrutti24 avatar jodaatgithub avatar dea314 avatar kartiksaxena532 avatar nanshi29 avatar tyboro2002 avatar dynamicmortal avatar ajaygitt avatar sumedh-byte avatar dinisha18 avatar anasaliw avatar ankanbiswas9834 avatar swastik200 avatar motasimmakki avatar abhisehk-dev avatar yogesh78026 avatar vikastripathi707 avatar samrat2k03 avatar pranavsuriya-sr 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.