Skip to content
View fieldoffice's full-sized avatar
🚲
Out cycling
🚲
Out cycling

Block or report fieldoffice

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Movies Movies Public

    A film is - or should be - more like music than like fiction. It should be a progression of moods and feelings. The theme, what's behind the emotion, the meaning, all that comes later. Stanley Kubrick

    1 3

  2. Gagarin Gagarin Public

    A library of often used patterns and code snippets

    HTML

  3. Sass Transform Mixins Sass Transform Mixins
    1
    // Browser Prefixes
    2
    @mixin transform($transforms) {
    3
    	-webkit-transform: $transforms;
    4
    	-moz-transform: $transforms;
    5
    	-ms-transform: $transforms;
  4. Laika Laika Public

    Responsive Starter Kit

    CSS

  5. IE11 Custom Tiles IE11 Custom Tiles
    1
    //HEADER
    2
    <meta name="msapplication-config" content="browserconfig.xml" />
    3
    
                  
    4
    //ROOT - browserconfig.xml
    5
    <?xml version="1.0" encoding="utf-8"?>
  6. Cassiopeia Cassiopeia Public

    WordPress Starter Theme

    PHP