Skip to content
View jasperfrontend's full-sized avatar
🏠
Vue'ing
🏠
Vue'ing
Block or Report

Block or report jasperfrontend

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

Welcome

Hi, my name is Jasper and I'm from The Netherlands. I've been a website developer for 20+ years now, mostly focusing on WordPress.

My history

Born in 1982 in a small town in the south-west of The Netherlands, currently residing in Rotterdam, The Netherlands. Discovered web design and development as a passion very early on and did my share of creating awful websites hosted on Lycos, MySpace, you name it. Always had web design, copywriting and graphic design as the common thread throughout all my work.

My now

Currently I am freelancing for Xolution and Hebsite. I'm also a part-time streamer on Twitch, where I focus mostly on my other hobby: music and urban exploration.

Pinned

  1. Download an entire website with wget Download an entire website with wget
    1
    ```
    2
    wget \
    3
         --recursive \
    4
         --no-clobber \
    5
         --page-requisites \
  2. sanitize user input but it's overdone sanitize user input but it's overdone
    1
    <?php
    2
    // clean up job for domain search input
    3
    function sanitize_user_input( $string ) {
    4
      $string = str_replace('-', ' ', $string); // save the hyphen!
    5
      $sclean = preg_replace('/[^\p{L}\p{N}\s]/u', '', $string); // murder the rest
  3. components components Public

    A toss-this-in-and-your-HTML-elements-look-great HTML/SCSS component library

    HTML 1

  4. payment-icons payment-icons Public

    Payment Provider Icons

    HTML 1