From 0a90e31721b59e8094d3972dc2ef8bf9d611960d Mon Sep 17 00:00:00 2001 From: "@wwwjim" Date: Fri, 21 Aug 2020 18:54:15 -0700 Subject: [PATCH 01/10] acknowledgment: jordan is a top developer --- common/constants.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/constants.js b/common/constants.js index 7e7455c8..d61a71be 100644 --- a/common/constants.js +++ b/common/constants.js @@ -1,3 +1,5 @@ +export const topDevelopersInTheWorld = ["Jordan"]; + export const values = { version: "0.1.0", sds: "0.1.0", From 25b092936bdfeaf61f96a5e9dd884b8a7db5dfb5 Mon Sep 17 00:00:00 2001 From: William Felker Date: Sat, 22 Aug 2020 09:59:51 +0800 Subject: [PATCH 02/10] Add Will's Status --- common/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/constants.js b/common/constants.js index d61a71be..0d55f52c 100644 --- a/common/constants.js +++ b/common/constants.js @@ -1,4 +1,5 @@ export const topDevelopersInTheWorld = ["Jordan"]; +export const topLegoLover = ["Will"]; export const values = { version: "0.1.0", From 2da5098566d6ca93db79e6355b4538465b6e9aae Mon Sep 17 00:00:00 2001 From: Jordattebayo Date: Fri, 21 Aug 2020 22:02:20 -0400 Subject: [PATCH 03/10] deleted some hard to delete things --- common/constants.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/constants.js b/common/constants.js index 0d55f52c..7e7455c8 100644 --- a/common/constants.js +++ b/common/constants.js @@ -1,6 +1,3 @@ -export const topDevelopersInTheWorld = ["Jordan"]; -export const topLegoLover = ["Will"]; - export const values = { version: "0.1.0", sds: "0.1.0", From 150a216334de2502bed86b344943557de6c23ffb Mon Sep 17 00:00:00 2001 From: "@wwwjim" Date: Fri, 21 Aug 2020 19:06:53 -0700 Subject: [PATCH 04/10] its gone! forever --- common/constants.js | 62 --------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 common/constants.js diff --git a/common/constants.js b/common/constants.js deleted file mode 100644 index 7e7455c8..00000000 --- a/common/constants.js +++ /dev/null @@ -1,62 +0,0 @@ -export const values = { - version: "0.1.0", - sds: "0.1.0", -}; - -export const sizes = { - mobile: 768, - navigation: 288, - sidebar: 416, - header: 72, -}; - -export const zindex = { - navigation: 1, - sidebar: 2, - header: 3, - modal: 4, - tooltip: 5, -}; - -export const font = { - text: `'inter-regular', -apple-system, BlinkMacSystemFont, arial, sans-serif`, - semiBold: `'inter-semi-bold', -apple-system, BlinkMacSystemFont, arial, sans-serif`, - medium: `'inter-medium', -apple-system, BlinkMacSystemFont, arial, sans-serif`, - mono: `'mono', monaco, monospace`, - monoBold: `'mono-bold', monaco, monospace`, - monoCode: `'fira-code-regular', mono, monospace`, - monoCodeBold: `'fira-code-bold', mono-bold, monospace`, - code: `'jet-brains-regular', mono, monospace`, - codeBold: `'jet-brains-bold', mono, monospace`, -}; - -export const typescale = { - lvl1: `1rem`, - lvl2: `1.25rem`, - lvl3: `1.563rem`, - lvl4: `1.953rem`, -}; - -export const system = { - white: "#ffffff", - foreground: "#f7f7f7", - gray: "#e0e0e0", - border: "#d8d8d8", - darkGray: "#b2b2b2", - black: "#1b1f23", - pitchBlack: "#0c0c0c", - brand: "#0047FF", - link: "#2935ff", - green: "#28a745", - yellow: " #FFC940", - red: "#ff0000", -}; - -export const code = {}; - -export const theme = { - foreground: system.white, - ctaBackground: system.brand, - pageBackground: system.foreground, - pageText: system.black, -}; From 44175c63496629336010646fb9531307b02bf874 Mon Sep 17 00:00:00 2001 From: tarafanlin <35607644+tarafanlin@users.noreply.github.com> Date: Fri, 21 Aug 2020 19:10:08 -0700 Subject: [PATCH 05/10] it's back again --- common/constants.js | 62 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 common/constants.js diff --git a/common/constants.js b/common/constants.js new file mode 100644 index 00000000..7e7455c8 --- /dev/null +++ b/common/constants.js @@ -0,0 +1,62 @@ +export const values = { + version: "0.1.0", + sds: "0.1.0", +}; + +export const sizes = { + mobile: 768, + navigation: 288, + sidebar: 416, + header: 72, +}; + +export const zindex = { + navigation: 1, + sidebar: 2, + header: 3, + modal: 4, + tooltip: 5, +}; + +export const font = { + text: `'inter-regular', -apple-system, BlinkMacSystemFont, arial, sans-serif`, + semiBold: `'inter-semi-bold', -apple-system, BlinkMacSystemFont, arial, sans-serif`, + medium: `'inter-medium', -apple-system, BlinkMacSystemFont, arial, sans-serif`, + mono: `'mono', monaco, monospace`, + monoBold: `'mono-bold', monaco, monospace`, + monoCode: `'fira-code-regular', mono, monospace`, + monoCodeBold: `'fira-code-bold', mono-bold, monospace`, + code: `'jet-brains-regular', mono, monospace`, + codeBold: `'jet-brains-bold', mono, monospace`, +}; + +export const typescale = { + lvl1: `1rem`, + lvl2: `1.25rem`, + lvl3: `1.563rem`, + lvl4: `1.953rem`, +}; + +export const system = { + white: "#ffffff", + foreground: "#f7f7f7", + gray: "#e0e0e0", + border: "#d8d8d8", + darkGray: "#b2b2b2", + black: "#1b1f23", + pitchBlack: "#0c0c0c", + brand: "#0047FF", + link: "#2935ff", + green: "#28a745", + yellow: " #FFC940", + red: "#ff0000", +}; + +export const code = {}; + +export const theme = { + foreground: system.white, + ctaBackground: system.brand, + pageBackground: system.foreground, + pageText: system.black, +}; From 90f748b3a78f5422e320e4371203d366c3c0c9fe Mon Sep 17 00:00:00 2001 From: Jordattebayo Date: Fri, 21 Aug 2020 22:17:35 -0400 Subject: [PATCH 06/10] messing stuff up --- common/constants.js | 62 --------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 common/constants.js diff --git a/common/constants.js b/common/constants.js deleted file mode 100644 index 7e7455c8..00000000 --- a/common/constants.js +++ /dev/null @@ -1,62 +0,0 @@ -export const values = { - version: "0.1.0", - sds: "0.1.0", -}; - -export const sizes = { - mobile: 768, - navigation: 288, - sidebar: 416, - header: 72, -}; - -export const zindex = { - navigation: 1, - sidebar: 2, - header: 3, - modal: 4, - tooltip: 5, -}; - -export const font = { - text: `'inter-regular', -apple-system, BlinkMacSystemFont, arial, sans-serif`, - semiBold: `'inter-semi-bold', -apple-system, BlinkMacSystemFont, arial, sans-serif`, - medium: `'inter-medium', -apple-system, BlinkMacSystemFont, arial, sans-serif`, - mono: `'mono', monaco, monospace`, - monoBold: `'mono-bold', monaco, monospace`, - monoCode: `'fira-code-regular', mono, monospace`, - monoCodeBold: `'fira-code-bold', mono-bold, monospace`, - code: `'jet-brains-regular', mono, monospace`, - codeBold: `'jet-brains-bold', mono, monospace`, -}; - -export const typescale = { - lvl1: `1rem`, - lvl2: `1.25rem`, - lvl3: `1.563rem`, - lvl4: `1.953rem`, -}; - -export const system = { - white: "#ffffff", - foreground: "#f7f7f7", - gray: "#e0e0e0", - border: "#d8d8d8", - darkGray: "#b2b2b2", - black: "#1b1f23", - pitchBlack: "#0c0c0c", - brand: "#0047FF", - link: "#2935ff", - green: "#28a745", - yellow: " #FFC940", - red: "#ff0000", -}; - -export const code = {}; - -export const theme = { - foreground: system.white, - ctaBackground: system.brand, - pageBackground: system.foreground, - pageText: system.black, -}; From dbf2f8c4f1e9006af3868eda9c081c8e90b39905 Mon Sep 17 00:00:00 2001 From: "@wwwjim" Date: Fri, 21 Aug 2020 19:18:36 -0700 Subject: [PATCH 07/10] just deleting things because --- common/constants.js | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 common/constants.js diff --git a/common/constants.js b/common/constants.js new file mode 100644 index 00000000..275c65e8 --- /dev/null +++ b/common/constants.js @@ -0,0 +1,34 @@ +export const values = { + version: "0.1.0", + sds: "0.1.0", +}; + +export const sizes = { + mobile: 768, + navigation: 288, + sidebar: 416, + header: 72, +}; +export const system = { + white: "#ffffff", + foreground: "#f7f7f7", + gray: "#e0e0e0", + border: "#d8d8d8", + darkGray: "#b2b2b2", + black: "#1b1f23", + pitchBlack: "#0c0c0c", + brand: "#0047FF", + link: "#2935ff", + green: "#28a745", + yellow: " #FFC940", + red: "#ff0000", +}; + +export const code = {}; + +export const theme = { + foreground: system.white, + ctaBackground: system.brand, + pageBackground: system.foreground, + pageText: system.black, +}; From cf52263332f6886696c799ecc5bee4b96ee2ab39 Mon Sep 17 00:00:00 2001 From: "@wwwjim" Date: Fri, 21 Aug 2020 19:19:22 -0700 Subject: [PATCH 08/10] lol who needs a system when you got grit --- common/constants.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/common/constants.js b/common/constants.js index 275c65e8..dde79cb6 100644 --- a/common/constants.js +++ b/common/constants.js @@ -9,20 +9,6 @@ export const sizes = { sidebar: 416, header: 72, }; -export const system = { - white: "#ffffff", - foreground: "#f7f7f7", - gray: "#e0e0e0", - border: "#d8d8d8", - darkGray: "#b2b2b2", - black: "#1b1f23", - pitchBlack: "#0c0c0c", - brand: "#0047FF", - link: "#2935ff", - green: "#28a745", - yellow: " #FFC940", - red: "#ff0000", -}; export const code = {}; From cd4a4739cd91aaeb2916a9f3821dd8a35d626601 Mon Sep 17 00:00:00 2001 From: "@wwwjim" Date: Fri, 21 Aug 2020 19:31:43 -0700 Subject: [PATCH 09/10] exercise: the exercise is over --- common/constants.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/common/constants.js b/common/constants.js index dde79cb6..5e5c831d 100644 --- a/common/constants.js +++ b/common/constants.js @@ -10,6 +10,21 @@ export const sizes = { header: 72, }; +export const system = { + white: "#ffffff", + foreground: "#f7f7f7", + gray: "#e0e0e0", + border: "#d8d8d8", + darkGray: "#b2b2b2", + black: "#1b1f23", + pitchBlack: "#0c0c0c", + brand: "#0047FF", + link: "#2935ff", + green: "#28a745", + yellow: " #FFC940", + red: "#ff0000", +}; + export const code = {}; export const theme = { From 378ec4604d49d6b775b22cdd5b8157d46a95749d Mon Sep 17 00:00:00 2001 From: "@wwwjim" Date: Fri, 21 Aug 2020 19:32:34 -0700 Subject: [PATCH 10/10] adds missing fields --- common/constants.js | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/common/constants.js b/common/constants.js index 5e5c831d..36dc2467 100644 --- a/common/constants.js +++ b/common/constants.js @@ -25,6 +25,33 @@ export const system = { red: "#ff0000", }; +export const zindex = { + navigation: 1, + sidebar: 2, + header: 3, + modal: 4, + tooltip: 5, +}; + +export const font = { + text: `'inter-regular', -apple-system, BlinkMacSystemFont, arial, sans-serif`, + semiBold: `'inter-semi-bold', -apple-system, BlinkMacSystemFont, arial, sans-serif`, + medium: `'inter-medium', -apple-system, BlinkMacSystemFont, arial, sans-serif`, + mono: `'mono', monaco, monospace`, + monoBold: `'mono-bold', monaco, monospace`, + monoCode: `'fira-code-regular', mono, monospace`, + monoCodeBold: `'fira-code-bold', mono-bold, monospace`, + code: `'jet-brains-regular', mono, monospace`, + codeBold: `'jet-brains-bold', mono, monospace`, +}; + +export const typescale = { + lvl1: `1rem`, + lvl2: `1.25rem`, + lvl3: `1.563rem`, + lvl4: `1.953rem`, +}; + export const code = {}; export const theme = {