Coder Social home page Coder Social logo

jecrc.in's Introduction

jecrcwebsite

JECRC Foundation website for NBA Criteria

This project is official JECRC Foundation website for NBA Criteria

Installation

Xampp Installation

  • Xampp install in your local computer(instructions for ubuntu)
    • Download Xampp
    • Follow these instructions:-(Assume you have downloaded it into Download directory)
      • Move into downloads dir.

        $cd Downloads/

      • change permission of installer

        $sudo chmod +x xampp-linux-x64-7.x-installer.run

      • run installer

        $sudo ./xampp-linux-x64-7.x-installer.run

      • follow the instructions given by xampp GUI.
      • It will install xampp in /opt/lampp/
    • start xampp server:

      $sudo /opt/lampp/lampp start

project installation

  • Clone repository in appropriate folder(In case of Xampp it is htdocs)

    $cd /opt/lampp/htdocs
    $git clone https://github.com/amritsrivastava/jecrcwebsite.git

  • Now start your xampp server(follow above instructions)
  • Go to your favorite web browser and open project by:

    localhost/jecrcwebsite/

contribution guidelines

  • Go into project directory

    $cd jecrcwebsite/

  • create a new branch and checkout it

    $ git checkout -b branchname

  • Change files and commit them and then push to remote branch :

    $git push origin branchname

  • go to github and make a pull request.

Before you start work:

  • pull changes from remote in master branch and also in your own branch

    $ git pull origin master

  • checkout your branch:-

    $git checkout yourbranch

Some useful instructions(should be followed)

  • Bootstrap and font-awesome files are already included in project so just go and use them.
  • Never change any property of Bootstrap classes. Instead create your own new class
  • Always specify your block of css. For example if you worked on footer css then write this:

    /* -----------------------footer start---------*/ your css here
    /*------------------ footer end--------*/

Instructions for working on departments

  • All the index files of departmetns are present in the root directory from the department name like for cse department cse.php
  • Header and footer are same for all the pages.
  • Sidebar is diffrent for all the departments.
  • diffrent files of departments are present in /departments/[department_name]/ folder
  • write css for departments in their respective folder present in /departments/[department_name]/src/css/[department_name].css

Guidelines for Image Resolution

  • For image Carousel - 1400px * 500px.
  • For staff and faculty image - 300px * 300px.
  • For event images - 300px * 200px.
  • For some other random images - 400px * 300px.

jecrc.in's People

Contributors

aditya81070 avatar aish51197 avatar amritsrivastava avatar jacobmahto avatar laveesh avatar maiarpitjain avatar mamtachauhan avatar muskan1411 avatar nurulhassan avatar pjprateekjoshi avatar prasang007 avatar

Watchers

 avatar  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.