Skip to content
View elwinschmitz's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@rodekruis @global-121 @financial-aid-ukraine @helpful-info @redcrescent-kg @Jordan-Red-Crescent
Block or Report

Block or report elwinschmitz

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

  1. Ever wanted to print your Trello boa... Ever wanted to print your Trello board? Export as JSON and 'upload' into this page.
    1
    <!DOCTYPE html>
    2
    <html>
    3
    
                  
    4
    <head>
    5
        <meta charset="UTF-8">
  2. Convert a SVG into CSS background-im... Convert a SVG into CSS background-image url
    1
    var svg = '<svg width="10" height="10" xmlns="http://www.w3.org/2000/svg"><circle fill="#F00" cx="5" cy="5" r="5"></circle></svg>';
    2
    var url = 'data:image/svg+xml,' + encodeURI(svg).replace(/#/g, '%23').replace(/%20/g, ' ').replace(/%22/g, "'");
    3
    console.log('background-image: url("' + url + '");');
  3. bookcasts bookcasts Public

    Turn audiobooks into podcasts.

    PHP 13 2

  4. rodekruis/helpful-information rodekruis/helpful-information Public

    A web-app for People Affected to lookup useful organizations and information.

    TypeScript 1 2

  5. global-121/121-platform global-121/121-platform Public

    121 is an open source platform for Cash based Aid built with Local/Global Financial service partners

    TypeScript 11 12

  6. rodekruis/fiveten-components rodekruis/fiveten-components Public

    A collection of web-components to share 510 styles, designs and common UI-patterns across all our (web-)products.

    TypeScript