Skip to content
View FrknKoseoglu's full-sized avatar

Block or report FrknKoseoglu

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

Pinned Loading

  1. Project-Euler-Javascript-Solve Project-Euler-Javascript-Solve Public

    JavaScript

  2. html_starter_template_frknk html_starter_template_frknk Public template

    Start a new Web Site Project with Bootstrap and Jquery

    HTML 1 1

  3. ensemble ensemble Public

    HTML 1

  4. SASS pixel to viewport width - px2vw SASS pixel to viewport width - px2vw
    1
    $designSize:1440;
    2
    
                  
    3
    @function -px2vw($size){
    4
        $ratio: $designSize / 100;
    5
        $size: $size / $ratio;