Skip to content
View rhythmpatel's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report rhythmpatel

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

Hi there ๐Ÿ‘‹

I am a UI/UX Designer and Frontend Developer with 14+ years of experience.
Currently working as UI/UX Designer + Senior Frontend Developer with Liventus.

My area of focus lies in designing web and mobile products, user research as well as leading of design & front-end teams. I enjoy designing and coding the UI as much as talking with users to iterate and improve the experiences that reach business goals.

๐ŸŒฑ Currently learning - Shopify / Hugo and advanced concepts in React / React Native


Twitter Badge Linkedin Badge Codepen Badge Codepen Badge Stack Overflow Badge

Pinned Loading

  1. Advanced-React Advanced-React Public

    Forked from wesbos/Advanced-React

    Starter Files and Solutions for Full Stack Advanced React and GraphQL

    JavaScript 1

  2. guides guides Public

    Development and Resource guide

    1

  3. Gulp-workflow-2017 Gulp-workflow-2017 Public

    Forked from codeblobstv/Gulp-workflow-2017

    Gulp workflow 2017 (minification, uglification, image minimization, javascript bundling, sass, sourcemaps, es6 and browser-sync)

    JavaScript 1

  4. design-blocks design-blocks Public

    Forked from froala/design-blocks

    A set of 170+ Bootstrap based design blocks ready to be used to create clean modern websites.

    HTML 1

  5. Add xl step to bootstrap sass. Shoul... Add xl step to bootstrap sass. Should be after bootstrap.scss.
    1
    /* Place this after bootstrap.scss */
    2
    
                  
    3
    $screen-xl:                  1560px !default;
    4
    $screen-xl-min:              $screen-xl !default;
    5
    $screen-xl-desktop:          $screen-xl-min !default;
  6. Commit Message Format Commit Message Format
    1
    ### Commit Message Format
    2
    Each commit message consists of a **header**, a **body** and a **footer**.  The header has a special
    3
    format that includes a **type**, a **scope** and a **subject**:
    4
    
                  
    5
    ```