Skip to content
View noahbald's full-sized avatar
๐Ÿข
๐Ÿข
Block or Report

Block or report noahbald

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

Hi, I'm Noah ๐Ÿ‘‹๐Ÿ™‹โ€โ™‚๏ธ

I'm a FED Tech Lead at Deloitte Digital who loves creating things. In regards to FED, I'm most passionate about optimising accessibility, responsive design, and โœจ making pretty things โœจ

Discover me around the web ๐ŸŒ

Metadata ๐Ÿ‘จโ€๐Ÿ’ป

import React from 'react'
import { Human } from 'react-human'

export default const Noah = (props) => {
  const workingOn = [
    "Deloitteful things",
    "Non-toxic social media project",
    "A JS-in-CSS framework",
  ]
  const learning = [
    "GraphQl",
    "JAMStack",
    "Rust ๐Ÿฆ€",
  ]
  /**
   * TODO: Want to learn
   * Music Composition ๐ŸŽน
   * Game Development ๐ŸŽฎ
   */
  const previousLearning = [
    "Amazon Cognito",
    "Circuitry",
  ]
  const interestAndHobbies = [
    "Film Photography ๐ŸŽž",
    "Investing ๐Ÿฎ",
    "Ancient History & Mythology ๐Ÿ—ฟ",
    "Fitness ๐Ÿ‹",
    "Design & Art ๐ŸŽจ",
  ]
  
  return (
    <Human
      ๐Ÿ‘จโ€๐Ÿ’ป={workingOn}
      ๐Ÿ‘จโ€๐ŸŽ“={previousLearning}
      ๐Ÿค”={learning}
      โ™Ÿ๏ธ={interestsAndHobbies}
    >
      ๐Ÿ˜Ž
      ๐Ÿ‘•
      ๐Ÿ‘–
    </Human>
  )
}

Pinned

  1. noahwbaldwin_me noahwbaldwin_me Public

    My personal portfolio

    Svelte

  2. LazyNvOAH LazyNvOAH Public

    My NeoVim configuration based on the LazyVim project

    Lua

  3. oxvg oxvg Public

    SVG parsing, transformations, and optimisation written in Rust

    Rust