/* 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"]
}
]
}
A multidisciplinary, versatile web developer who specialises in building exceptional and everything between.
- Australia
- https://madebygrant.com
Popular repositories Loading
-
commit-assist
commit-assist PublicAn AI-powered commit message generator that uses Ollama to create meaningful Git commit messages based on your staged changes.
JavaScript 1
-
-
-
wp-sides
wp-sides PublicA WordPress plugin and developer's toolkit for creating, adding custom sidebars to the block (Gutenberg) editor.
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.