Giter Site home page Giter Site logo

aaxelb / osf-style Goto Github PK

View Code? Open in Web Editor NEW

This project forked from centerforopenscience/osf-style

0.0 2.0 0.0 1.72 MB

Stylesheet and guidelines for OSF

Home Page: https://centerforopenscience.github.io/osf-style/

License: Apache License 2.0

HTML 55.33% CSS 43.82% JavaScript 0.85%

osf-style's Introduction

OSF Style Guidelines

This project aims to bring together resources to build Design and Layout of OSF components. As you are working with OSF please use this project as reference for how elements on your page should look and how the HTML and CSS should be used. This is a collaborative project so feel free to suggest changes or Pull Requests.

Quick Start

  • Clone the remote repo to your local

      $ git clone https://github.com/CenterForOpenScience/osf-style.git
      $ cd osf-style
    
  • Install the dependent libraries (listed in package.json) with npm

      $ npm install
    
  • Run gulp to view the website at http://localhost:8000/

      $ npm run gulp
    

With the help of gulp, every change in repo code will automatically be compiled and changed after saving.

Possible Issues

  • If npm is not installed (-bash : npm: command not found), please install node.js in which it contains npm.

  • If SASS is not installed (bash: sass: command not found), you should run the following command:

      $ sudo gem install sass
    

Click here for more details about installation of SASS.

Libraries Used Here

This Project relies on these technologies for its workflow so it's important to familiarize yourself before starting.

  1. Npm Node package management, for server side dependencies and making gulp work. We will use it to install all the dependent libraries(such as Gulp) in package.json.

  2. Gulp
    Builds the distribution by running important tasks including concatenation, minification(we are not doing this yet, but will), compiling less files.

  3. Bootstrap
    Forms the basic design with flat colors taken from elsewhere. If you are working with html you need to use the Bootstrap syntax.

  4. SASS Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.

osf-style's People

Contributors

caneruguz avatar sloria avatar laurenrevere avatar jamescdavis avatar johnetordoff avatar pattisdr avatar billyhunt avatar chrisseto avatar icereval avatar brianjgeiger avatar jlcohoon avatar timerrington avatar jinluyuan avatar

Watchers

James Cloos avatar abram axel booth 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.