Giter Club home page Giter Club logo

dlab-berkeley.github.io's People

Contributors

banasrini avatar davclark avatar javirosa avatar jonstiles avatar vedants avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dlab-berkeley.github.io's Issues

A bit more on styling

  • Jekyll automatically compiles SASS in addition to the markdown -> HTML step
  • In particular, we are using the bourbon and neat libraries.
  • I believe I also stole the responsive header from bitters.

High level considerations, and our first change (watch one)

The site is a bit jumbled, let's have a look and "clean things up a little," shall we?

How would folks like to take a tour of the site?

.
├── Gemfile
├── Gemfile.lock
├── LICENSE
├── README.md
├── _config.yml
├── _includes
│   ├── head.html
│   └── info.html
├── _layouts
│   └── default.html
├── _sass
│   ├── base
│   │   ├── _base.scss
│   │   ├── _buttons.scss
│   │   ├── _forms.scss
│   │   ├── _grid-settings.scss
│   │   ├── _lists.scss
│   │   ├── _tables.scss
│   │   ├── _typography.scss
│   │   └── _variables.scss
│   ├── bourbon
│   │   ├── <installed libraries you don't need to mess with!>
│   ├── neat
│   │   ├── <ditto - nothing to see here>
├── _site
│   ├── <contains the *compiled* version of our site - **don't edit these files!**>
├── about.md
├── css
│   └── dlab.scss
├── index.md
├── jekyll.md
├── jobs.md
├── js
│   ├── jquery-2.1.4.min.js
│   └── nav.coffee
└── learning.md

Clone the repo, and make sure you can view it locally, and make a change (do one)!

  • Look at the brief instructions on our about page. For now, even if you have permissions, please make a fork first.
  • That content is written in markdown (actually, kramdown).
    • Note the metadata at the top
    • The "real" file can be viewed with the "Raw" button
  • There are lots of fussy details managed via a file called _config.yaml (e.g., why do pages show up as folders?) - but don't worry about this for now!
  • Find a page you'd like to improve, delete, merge with another, etc. And make the change! Please push your changes to your fork.

High level considerations, and our first change (watch one)

How would folks like to take a tour of the site?

.
├── Gemfile
├── Gemfile.lock
├── LICENSE
├── README.md
├── _config.yml
├── _includes
│   ├── head.html
│   └── info.html
├── _layouts
│   └── default.html
├── _sass
│   ├── base
│   │   ├── _base.scss
│   │   ├── _buttons.scss
│   │   ├── _forms.scss
│   │   ├── _grid-settings.scss
│   │   ├── _lists.scss
│   │   ├── _tables.scss
│   │   ├── _typography.scss
│   │   └── _variables.scss
│   ├── bourbon
│   │   ├── <installed libraries you don't need to mess with!>
│   ├── neat
│   │   ├── <ditto - nothing to see here>
├── _site
│   ├── <contains the *compiled* version of our site - **don't edit these files!**>
├── about.md
├── css
│   └── dlab.scss
├── index.md
├── jekyll.md
├── jobs.md
├── js
│   ├── jquery-2.1.4.min.js
│   └── nav.coffee
└── learning.md

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.