Skip to content

Instantly share code, notes, and snippets.

View sgregson's full-sized avatar
nana nana nana nana A11Y

Spencer sgregson

nana nana nana nana A11Y
View GitHub Profile
@sgregson
sgregson / parks.geojson
Created June 19, 2023 13:43
Portland, Maine Parks
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sgregson
sgregson / markets.json
Created March 27, 2023 20:02 — forked from sshirokov/markets.json
PHL Farmers Markets
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sgregson
sgregson / input.scss
Last active March 1, 2023 16:31
Generated by SassMeister.com.
// vars are implied/provided globally
$font-size-1000: 10px;
/** before*/
.node {
someProp: $font-size-1000
}
/**
@sgregson
sgregson / machine.js
Created October 7, 2021 21:01
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@sgregson
sgregson / inline_buildkite_video_links.user.js
Last active August 27, 2020 16:55
Buildkite inline video annotations from link URL
@sgregson
sgregson / blog.md
Last active March 5, 2020 23:26
Hello World

Hello world!

@sgregson
sgregson / resume.json
Last active January 30, 2020 03:17
WIP Resume
{
"meta": { "theme": "stackoverflow" },
"basics": {
"name": "Spencer Gregson",
"label": "Staff Engineer, Frontend",
"picture": "",
"email": "spencer.gregson@gmail.com",
"phone": "",
"website": "https://sgregson.dev",
"summary": "I enjoy creating usable objects both real and digital. Interested in engaging experiences and enabling my audience to learn about their world in the process. I believe each project gives me the opportunity to teach and to learn and work to foster that attitude in those around me.",
@sgregson
sgregson / machine.js
Last active November 8, 2019 23:00
Generated by XState Viz: https://xstate.js.org/viz
const fetchMachine = Machine({
id: 'Radio Group',
initial: 'unfocused',
context: {
//
insideToolbar: false,
checkedIndex: -1
},
states: {
unfocused: {
@sgregson
sgregson / machine.js
Last active November 7, 2019 22:19
Generated by XState Viz: https://xstate.js.org/viz
const ACTIVITY_INTERVAL = 500;
const a11yObj = Machine(
{
id: "a11y-tool",
initial: "unloaded",
context: {
watching: false
},
states: {
@sgregson
sgregson / machine.js
Last active November 8, 2019 16:04
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
// - XState (all XState exports)