Giter VIP home page Giter VIP logo

training.github.com's Introduction

GitHub Training Site

This is the official website for the GitHub Training Team, with information about upcoming events, classes, and resources to help you learn more about Git and GitHub.

Issues

If you find any errors on the site, please feel free to report an issue using this project's Issue tracker.

Development

If you want to help out with development on this, here’s how:

$ git clone [email protected]:github/training.github.com.git
$ cd training.github.com
$ jekyll
# => The site will now be viewable in your browser at http://localhost:4000
# => It will also automagically regenerate the site with any changes you make

This uses Jekyll, so if you want to know how all the layouts, includes and other miscellany works, then check out the Jekyll Wiki.

CSS Grid

The CSS grid that’s being used here is based on one Coby is experimenting with. The one on this site works essentially the same, with a couple of small differences. Here’s all you need to know to use the grid:

  • Each horizontal section of the page (100% browser width) will either be a <header>, <section>, or <footer> tag.
  • Within any horizontal page section, a <div class="container"> will be a wrapped, centered row.
  • Within any container, you can use
    to control column widths.
  • Within any column <div> you can put a class="content" to give the column some padding so it has breathing space between other columns.

If you have any questions for how this all works, drop (@cobyism) a line.

training.github.com's People

Contributors

cobyism avatar leereilly avatar brntbeer avatar atmos avatar johndbritton avatar bencevans avatar jordanmccullough avatar sjoerdvisscher avatar holman avatar

Watchers

Soon Van avatar James Cloos 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.