Skip to content
View koganas's full-sized avatar

Organizations

@InfinityPlayers
Block or Report

Block or report koganas

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
koganas/README.md

Hi 👋

I'm Daniel, but some friends usually call me by my surname, Koganas. I am a creative developer interested on the fields of web and mobile development, user experience and user interface design. I’m currently working as a Lead Developer at Dog and Pony Studios.

🤝 Connect

Linkedin Badge Gmail Badge CodePen Badge

Pinned

  1. lunch-generator lunch-generator Public

    Lunch places generator for Curitiba downtown.

    SCSS 8 1

  2. Infinite column flexbox grid - Using... Infinite column flexbox grid - Using PostCSS and postcss-for
    1
    /* Grid */
    2
    $totalColumns: 12;
    3
    $col: calc(100 / $totalColumns)%;
    4
    $space: 2rem;
    5
    
                  
  3. mars-explorer mars-explorer Public

    Exploring Mars code challenge

    JavaScript

  4. static-boilerplate static-boilerplate Public

    A simple static boilerplate (html, js and css) with support for gulp-include, js modules and postcss.

    JavaScript