Research Papers

(template to showcase papers or other documents)

Use

This template can be used

  • for showcase university previous year papers
  • For sharing other resources

Tech

This template uses
  • HTML
  • CSS

How to use

Use git clone to download the template from github

$ git clone https://github.com/Rajpra786/ResearchPapers-Template.git
$ cd ResearchPapers-Template

or Download the zip file from github After downloading the repo, you can change names of files and edit html

live page

https://rajpra786.github.io/ResearchPapers-Template/

How to contribute

  1. Give it a star if you like it
  2. fork the repo
  3. clone it
$ git clone https://github.com/Rajpra786/ResearchPapers-Template.git
$ cd ResearchPapers-Template
  1. create new branch
$ git checkout -b branch_name
  1. edit files
  2. Then in Readme.md file , add your name in contributers list
  3. update files in new branch
$ git add -A
  1. commit
$ git commit -m "info about your edits"
  1. push it
$ git push --set-upstream origin new-branch
  1. Now from github web site, make a pull request for more details about how to create a pull request check it here

You can do following upgrades to this template

  • Add new cards templates
  • Add new features
  • If you find any issue with code, then solve the issue
  • Update index.html

Contributers

  • Rajendra Prajapat(https://github.com/rajpra786)
  • (next name can be yours. For those who create valid pull request, I will merge the changes and add contributer's name here)