Skip to content
View madebygrant's full-sized avatar
Block or Report

Block or report madebygrant

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
madebygrant/README.md
/* Details of an awesome web developer */

const details = {
    name: "Grant Deelstra",
    nationality: "Australian",
    website: "madebygrant.com",
    webdev_years: 10,
    spoken_languages: {
        aussie: 10,
        english: 9.8,
        turkish: 1
    },
    humor: 9,
    pets: 2
}

/* Projects to check out */

const projects = [
        {
            name: "Color Alias",
            url: "https://www.coloralias.com",
            description: "A super fast hex code colour naming tool! It also provides tints and shades for those colours.",
            tech: ["svelte", "js", "sass", "html"]
        },
        {
            name: "Obscure Email Link Generator",
            url: "https://madebygrant.com/obscure-email",
            description: "Generates obsfucated email links to prevent bots from scraping your email addresses.",
            tech: ["js", "sass", "html"]
        },
        {
            name: "WP Sides",
            url: "https://github.com/madebygrant/wp-sides",
            description: "A WordPress plugin and developer's toolkit for creating, adding custom sidebars to the block (Gutenberg) editor.",
            tech: ["php", "js", "react"]
        }
    ]
}

Strong

Next.jsReactJavascriptPHPWordPressSassCSS3HTML5Node.js

Familiar

SvelteVue.jsTypescriptStrapi

Other

GulpWebpackNetlifyVisual Studio CodePhotoshop

Popular repositories

  1. kin-menu kin-menu Public

    A flexible tool for web developers to create a menu for small screens using existing elements within the page. All written in vanilla JS and has no dependencies.

    SCSS 2

  2. blokk blokk Public

    A block based WordPress starter theme. For WordPress 5.9+

    PHP 1

  3. obsmail obsmail Public

    Obscure your emails and prevent bots from stealing them.

    JavaScript

  4. Karri Karri Public

    A WordPress starter theme. Originally for WordPress versions below 5.9.

    PHP

  5. wp-sides wp-sides Public

    A WordPress plugin and developer's toolkit for creating, adding custom sidebars to the block (Gutenberg) editor.

    JavaScript

  6. madebygrant madebygrant Public

    Personal repo