From 617e2e01f9b81c0043deda6a4558605fb4abe01f Mon Sep 17 00:00:00 2001 From: Cobular <22972550+Cobular@users.noreply.github.com> Date: Sat, 30 Jan 2021 03:00:50 -0800 Subject: [PATCH] Locked in for color testing --- package-lock.json | 21 ------------ package.json | 50 ++++++++++++++-------------- src/components/AboutMe/Age.tsx | 2 ++ src/components/Header.tsx | 6 ++-- src/components/ProjectGrid.tsx | 52 +++++++++++++++++++++++------- src/images/y-so-serious-white.png | Bin 0 -> 8758 bytes src/index.scss | 12 +++++-- 7 files changed, 80 insertions(+), 63 deletions(-) create mode 100644 src/images/y-so-serious-white.png diff --git a/package-lock.json b/package-lock.json index fac2c75..dced4c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14112,22 +14112,6 @@ "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.8.tgz", "integrity": "sha512-HvPuUQnLp5H7TouGq3kzBeioJmXms1wHy9EGjz2OURWBp4qZO6AfGEcnxts1D/CbwPLRAgTMPCEgYhA3sEM4vw==" }, - "react-fast-compare": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz", - "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" - }, - "react-helmet": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/react-helmet/-/react-helmet-6.1.0.tgz", - "integrity": "sha512-4uMzEY9nlDlgxr61NL3XbKRy1hEkXmKNXhjbAIOVw5vcFrsdYbH2FEwcNyWvWinl103nXgzYNlns9ca+8kFiWw==", - "requires": { - "object-assign": "^4.1.1", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.1.1", - "react-side-effect": "^2.1.0" - } - }, "react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", @@ -14250,11 +14234,6 @@ "workbox-webpack-plugin": "5.1.4" } }, - "react-side-effect": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-2.1.1.tgz", - "integrity": "sha512-2FoTQzRNTncBVtnzxFOk2mCpcfxQpenBMbk5kSVBg5UcPqV9fRbgY2zhb7GTWWOlpFmAxhClBDlIq8Rsubz1yQ==" - }, "react-snapshot": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/react-snapshot/-/react-snapshot-1.3.0.tgz", diff --git a/package.json b/package.json index 9ff9a18..b910ffc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,16 @@ { - "name": "personal-website-static", - "version": "0.1.0", - "private": true, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + }, "dependencies": { "@ant-design/icons": "^4.3.0", "@testing-library/jest-dom": "^5.11.6", @@ -31,6 +40,18 @@ "react-snapshot": "^1.3.0", "serve": "^11.3.2" }, + "devDependencies": { + "@types/react-snapshot": "^1.3.0" + }, + "eslintConfig": { + "extends": [ + "react-app", + "react-app/jest" + ] + }, + "homepage": "https://jakecover.me", + "name": "personal-website-static", + "private": true, "scripts": { "start": "react-scripts start", "build": "react-scripts build && react-snapshot", @@ -40,26 +61,5 @@ "deploy": "gh-pages -d build", "serve": "serve -s build" }, - "eslintConfig": { - "extends": [ - "react-app", - "react-app/jest" - ] - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - }, - "homepage": "https://jakecover.me", - "devDependencies": { - "@types/react-snapshot": "^1.3.0" - } + "version": "0.1.0" } diff --git a/src/components/AboutMe/Age.tsx b/src/components/AboutMe/Age.tsx index 30c086c..56d3387 100644 --- a/src/components/AboutMe/Age.tsx +++ b/src/components/AboutMe/Age.tsx @@ -13,6 +13,8 @@ export function Age() { return dateEnd - dateInit; } + // This will recursively calculate the closest fractional value to the given target, until it recuses 25 times or + // the value is within 0.001 of the target function searchSternBorcotTree( target: number, left_n: number, diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 0fd07fd..3f6c3ec 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -35,9 +35,9 @@ export function Header() {

Home

- -

Contact

- + {/**/} + {/*

Contact

*/} + {/**/}

Resume

diff --git a/src/components/ProjectGrid.tsx b/src/components/ProjectGrid.tsx index 99a6203..a50a122 100644 --- a/src/components/ProjectGrid.tsx +++ b/src/components/ProjectGrid.tsx @@ -246,7 +246,9 @@ export function ProjectGrid() { title={"ElaticMatch"} org={"CodeDay"} text={ - "A set of tools, including a custom suggestion and weighting system, as well as a custom matching algorithm that I wrote and used to match around 350 students to the best-fitting mentors in the CodeDay Labs summer internship program in 2020." + `A set of tools, including a custom suggestion and weighting system, as well as a custom matching + algorithm that I wrote and used to match around 350 students to the best-fitting mentors in the CodeDay + Labs summer internship program in 2020.` } link={"https://github.com/codeday/labs-elastic-match"} /> @@ -254,7 +256,8 @@ export function ProjectGrid() { title={"John Peter"} org={"CodeDay"} text={ - "John Peter is a Discord bot used for moderation and server management for Virtual CodeDay. It has a very extensive featureset, and has been used for multiple CodeDays and has worked with over 1000 students." + `John Peter is a Discord bot used for moderation and server management for Virtual CodeDay. It has a very + xtensive featureset, and has been used for multiple CodeDays and has worked with over 1000 students.` } link={"https://github.com/codeday/johnpeter-discord"} /> @@ -262,7 +265,8 @@ export function ProjectGrid() { title={"CopyMoji"} org={"BetterDiscord"} text={ - "An extension for the alternate discord client BetterDiscord that changes the functionality of copying emoji to copy the actual emoji characters rather than their names from the discord client." + `An extension for the alternate discord client BetterDiscord that changes the functionality of copying + emoji to copy the actual emoji characters rather than their names from the discord client.` } link={ "https://github.com/JakeCover/BetterDiscordExtensions/tree/main/plugins/CopyMoji" @@ -274,7 +278,8 @@ export function ProjectGrid() { org={"CodeDay"} title={"CodeDay San Diego"} text={ - "A 24 hour hackathon occurring around the world a few times a year. I volunteered for and then later ran the San Diego event." + `A 24 hour hackathon occurring around the world a few times a year. I volunteered for and then later ran + the San Diego event.` } link={"https://event.codeday.org/sandiego"} /> @@ -283,7 +288,8 @@ export function ProjectGrid() { image_alt={"Foresight Sports Logo"} title={"Foresight Sports"} text={ - "Foresight Sports creates advanced augmented reality sports experiences. I created multiple games using Unity that took data from their launch monitor technology and translated it into a seamless experience." + `Foresight Sports creates advanced augmented reality sports experiences. I created multiple games using + Unity that took data from their launch monitor technology and translated it into a seamless experience.` } /> @@ -302,7 +310,8 @@ export function ProjectGrid() { title={"ScoreSaver"} org={"Random Projects"} text={ - "A Chrome extension to help you download beatsaber songs directly from ScoreSaber. No more searching for mapper names on BeatSaver, just download the newest ranked songs directly!" + `A Chrome extension to help you download beatsaber songs directly from ScoreSaber. No more searching for + mapper names on BeatSaver, just download the newest ranked songs directly!` } link={"https://github.com/JakeCover/ScoreSaverExtention"} /> @@ -313,14 +322,18 @@ export function ProjectGrid() { title={"Hashicorp Stack Sysadmin"} org={"CodeDay, Random Projects"} text={ - "I've setup and used a stack consisting of Nomad, Consul, and Vault along with Traefik both at CodeDay, where it runs almost every service we have, as well as at home, where I use it to run a number of assorted services on a few old machines. I strongly recommend it, it's very powerful and not all that complex to get started with at any scale, from one personal server to large corporate backends." + `I've setup and used a stack consisting of Nomad, Consul, and Vault along with Traefik both at CodeDay, + where it runs almost every service we have, as well as at home, where I use it to run a number of + assorted services on a few old machines. I strongly recommend it, it's very powerful and not all that + complex to get started with at any scale, from one personal server to large corporate backends.` } /> @@ -329,14 +342,31 @@ export function ProjectGrid() { link={"https://github.com/JakeCover/NomadJobTemplatesTool"} org={"Random Projects"} text={ - "A little custom tool to allow you to use jinga-esque text substitutions in Nomad jobfiles to help centralize the definition of service traefik tags. This mainly makes it easier to update and change networking configuration across many jobs easily." + `A little custom tool to allow you to use jinga-esque text substitutions in Nomad jobfiles to help + centralize the definition of service traefik tags. This mainly makes it easier to update and change + networking configuration across many jobs easily.` } /> + diff --git a/src/images/y-so-serious-white.png b/src/images/y-so-serious-white.png new file mode 100644 index 0000000000000000000000000000000000000000..7184014a3bb8626d96341083881c35cc5bd228b0 GIT binary patch literal 8758 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 HR>uDUH`Z58 literal 0 HcmV?d00001 diff --git a/src/index.scss b/src/index.scss index ec2585e..c24760a 100644 --- a/src/index.scss +++ b/src/index.scss @@ -1,13 +1,19 @@ body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', - 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', - sans-serif; + 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', + sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + //background: url("./images/y-so-serious-white.png") repeat; + background-color: #24305E !important; } +#root { +} + + code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', - monospace; + monospace; }