From 8c970610f180256918d83f76ee648bef7e117b83 Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Thu, 5 Aug 2021 17:48:01 +0100 Subject: [PATCH 001/119] update package-lock again --- package-lock.json | 1787 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 1727 insertions(+), 60 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5b9ce15..84d9a873 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,1696 @@ { + "name": "remote-jobs", + "lockfileVersion": 2, "requires": true, - "lockfileVersion": 1, + "packages": { + "": { + "dependencies": { + "cheerio": "^1.0.0-rc.3", + "lunr": "2.3.7", + "marked": "^0.7.0", + "phin": "^3.4.0", + "rimraf": "^3.0.0", + "swig-templates": "^2.0.3" + }, + "devDependencies": { + "chai": "^4.2.0", + "http-server": "^0.12.3", + "mocha": "^6.2.2" + } + }, + "node_modules/@types/node": { + "version": "12.12.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.3.tgz", + "integrity": "sha512-opgSsy+cEF9N8MgaVPnWVtdJ3o4mV2aMHvDq7thkQUFt0EuOHJon4rQpJfhjmNHB+ikl0Cd6WhWIErOyQ+f7tw==" + }, + "node_modules/align-text": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", + "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", + "dependencies": { + "kind-of": "^3.0.2", + "longest": "^1.0.1", + "repeat-string": "^1.5.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ansi-colors": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", + "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/async": { + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz", + "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=" + }, + "node_modules/balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "node_modules/basic-auth": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.1.0.tgz", + "integrity": "sha1-RSIe5Cn37h5QNb4/UVM/HN/SmIQ=", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/browser-stdout": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", + "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==", + "dev": true + }, + "node_modules/camelcase": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz", + "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/center-align": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz", + "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=", + "dependencies": { + "align-text": "^0.1.3", + "lazy-cache": "^1.0.3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/centra": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/centra/-/centra-2.4.0.tgz", + "integrity": "sha512-AWmF3EHNe/noJHviynZOrdnUuQzT5AMgl9nJPXGvnzGXrI2ZvNDrEcdqskc4EtQwt2Q1IggXb0OXy7zZ1Xvvew==" + }, + "node_modules/chai": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz", + "integrity": "sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==", + "dev": true, + "dependencies": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.2", + "deep-eql": "^3.0.1", + "get-func-name": "^2.0.0", + "pathval": "^1.1.0", + "type-detect": "^4.0.5" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/chalk/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/check-error": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", + "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/cheerio": { + "version": "1.0.0-rc.3", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.3.tgz", + "integrity": "sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA==", + "dependencies": { + "css-select": "~1.2.0", + "dom-serializer": "~0.1.1", + "entities": "~1.1.1", + "htmlparser2": "^3.9.1", + "lodash": "^4.15.0", + "parse5": "^3.0.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cliui": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz", + "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=", + "dependencies": { + "center-align": "^0.1.1", + "right-align": "^0.1.1", + "wordwrap": "0.0.2" + } + }, + "node_modules/cliui/node_modules/wordwrap": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz", + "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "node_modules/colors": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", + "dev": true, + "engines": { + "node": ">=0.1.90" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "node_modules/corser": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/corser/-/corser-2.0.1.tgz", + "integrity": "sha1-jtolLsqrWEDc2XXOuQ2TcMgZ/4c=", + "dev": true, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/css-select": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", + "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", + "dependencies": { + "boolbase": "~1.0.0", + "css-what": "2.1", + "domutils": "1.5.1", + "nth-check": "~1.0.1" + } + }, + "node_modules/css-what": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz", + "integrity": "sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==", + "engines": { + "node": "*" + } + }, + "node_modules/debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/deep-eql": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", + "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", + "dev": true, + "dependencies": { + "type-detect": "^4.0.0" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "dependencies": { + "object-keys": "^1.0.12" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/diff": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", + "dev": true, + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/dom-serializer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.1.tgz", + "integrity": "sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==", + "dependencies": { + "domelementtype": "^1.3.0", + "entities": "^1.1.1" + } + }, + "node_modules/domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" + }, + "node_modules/domhandler": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", + "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", + "dependencies": { + "domelementtype": "1" + } + }, + "node_modules/domutils": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", + "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", + "dependencies": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "node_modules/ecstatic": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/ecstatic/-/ecstatic-3.3.2.tgz", + "integrity": "sha512-fLf9l1hnwrHI2xn9mEDT7KIi22UDqA2jaCwyCbSUJh9a1V+LEUSL/JO/6TIz/QyuBURWUHrFL5Kg2TtO1bkkog==", + "dev": true, + "dependencies": { + "he": "^1.1.1", + "mime": "^1.6.0", + "minimist": "^1.1.0", + "url-join": "^2.0.5" + }, + "bin": { + "ecstatic": "lib/ecstatic.js" + } + }, + "node_modules/ecstatic/node_modules/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + }, + "node_modules/emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "dev": true + }, + "node_modules/entities": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", + "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==" + }, + "node_modules/es-abstract": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.16.0.tgz", + "integrity": "sha512-xdQnfykZ9JMEiasTAJZJdMWCQ1Vm00NBw79/AWi7ELfZuuPCSOMDZbT9mkOfSctVtfhb+sAAzrm+j//GjjLHLg==", + "dev": true, + "dependencies": { + "es-to-primitive": "^1.2.0", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.0", + "is-callable": "^1.1.4", + "is-regex": "^1.0.4", + "object-inspect": "^1.6.0", + "object-keys": "^1.1.1", + "string.prototype.trimleft": "^2.1.0", + "string.prototype.trimright": "^2.1.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-to-primitive": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.0.tgz", + "integrity": "sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==", + "dev": true, + "dependencies": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true + }, + "node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "dependencies": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/flat": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz", + "integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==", + "deprecated": "Fixed a prototype pollution security issue in 4.1.0, please upgrade to ^4.1.1 or ^5.0.1.", + "dev": true, + "dependencies": { + "is-buffer": "~2.0.3" + }, + "bin": { + "flat": "cli.js" + } + }, + "node_modules/flat/node_modules/is-buffer": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", + "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/follow-redirects": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", + "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-func-name": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", + "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + } + }, + "node_modules/growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", + "dev": true, + "engines": { + "node": ">=4.x" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/has-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz", + "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true, + "bin": { + "he": "bin/he" + } + }, + "node_modules/htmlparser2": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", + "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", + "dependencies": { + "domelementtype": "^1.3.1", + "domhandler": "^2.3.0", + "domutils": "^1.5.1", + "entities": "^1.1.1", + "inherits": "^2.0.1", + "readable-stream": "^3.1.1" + } + }, + "node_modules/http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "dev": true, + "dependencies": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/http-server": { + "version": "0.12.3", + "resolved": "https://registry.npmjs.org/http-server/-/http-server-0.12.3.tgz", + "integrity": "sha512-be0dKG6pni92bRjq0kvExtj/NrrAd28/8fCXkaI/4piTwQMSDSLMhWyW0NI1V+DBI3aa1HMlQu46/HjVLfmugA==", + "dev": true, + "dependencies": { + "basic-auth": "^1.0.3", + "colors": "^1.4.0", + "corser": "^2.0.1", + "ecstatic": "^3.3.2", + "http-proxy": "^1.18.0", + "minimist": "^1.2.5", + "opener": "^1.5.1", + "portfinder": "^1.0.25", + "secure-compare": "3.0.1", + "union": "~0.5.0" + }, + "bin": { + "hs": "bin/http-server", + "http-server": "bin/http-server" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/http-server/node_modules/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "node_modules/is-callable": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz", + "integrity": "sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-date-object": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz", + "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/is-regex": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz", + "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", + "dev": true, + "dependencies": { + "has": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-symbol": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.2.tgz", + "integrity": "sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "node_modules/js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "dev": true, + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/lazy-cache": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz", + "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "dependencies": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/log-symbols": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", + "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", + "dev": true, + "dependencies": { + "chalk": "^2.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/longest": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", + "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/lunr": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.7.tgz", + "integrity": "sha512-HjFSiy0Y0qZoW5OA1I6qBi7OnsDdqQnaUr03jhorh30maQoaP+4lQCKklYE3Nq3WJMSUfuBl6N+bKY5wxCb9hw==" + }, + "node_modules/marked": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", + "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==", + "bin": { + "marked": "bin/marked" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", + "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=" + }, + "node_modules/mkdirp": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.4.tgz", + "integrity": "sha512-iG9AK/dJLtJ0XNgTuDbSyNS3zECqDlAhnQW4CsNxBG3LQJBbHmRX1egw39DmtOdCAqY+dKXV+sgPgilNWUKMVw==", + "deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)", + "dev": true, + "dependencies": { + "minimist": "^1.2.5" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/mkdirp/node_modules/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + }, + "node_modules/mocha": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-6.2.3.tgz", + "integrity": "sha512-0R/3FvjIGH3eEuG17ccFPk117XL2rWxatr81a57D+r/x2uTYZRbdZ4oVidEUMh2W2TJDa7MdAb12Lm2/qrKajg==", + "dev": true, + "dependencies": { + "ansi-colors": "3.2.3", + "browser-stdout": "1.3.1", + "debug": "3.2.6", + "diff": "3.5.0", + "escape-string-regexp": "1.0.5", + "find-up": "3.0.0", + "glob": "7.1.3", + "growl": "1.10.5", + "he": "1.2.0", + "js-yaml": "3.13.1", + "log-symbols": "2.2.0", + "minimatch": "3.0.4", + "mkdirp": "0.5.4", + "ms": "2.1.1", + "node-environment-flags": "1.0.5", + "object.assign": "4.1.0", + "strip-json-comments": "2.0.1", + "supports-color": "6.0.0", + "which": "1.3.1", + "wide-align": "1.1.3", + "yargs": "13.3.2", + "yargs-parser": "13.1.2", + "yargs-unparser": "1.6.0" + }, + "bin": { + "_mocha": "bin/_mocha", + "mocha": "bin/mocha" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/mocha/node_modules/ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/mocha/node_modules/cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "dev": true, + "dependencies": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + } + }, + "node_modules/mocha/node_modules/ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", + "dev": true + }, + "node_modules/mocha/node_modules/string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "dependencies": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/mocha/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/mocha/node_modules/yargs": { + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", + "dev": true, + "dependencies": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.2" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/node-environment-flags": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.5.tgz", + "integrity": "sha512-VNYPRfGfmZLx0Ye20jWzHUjyTW/c+6Wq+iLhDzUI4XmhrDd9l/FozXV3F2xOaXjvp0co0+v1YSR3CMP6g+VvLQ==", + "dev": true, + "dependencies": { + "object.getownpropertydescriptors": "^2.0.3", + "semver": "^5.7.0" + } + }, + "node_modules/nth-check": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", + "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", + "dependencies": { + "boolbase": "~1.0.0" + } + }, + "node_modules/object-inspect": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.6.0.tgz", + "integrity": "sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==", + "dev": true + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "dev": true, + "dependencies": { + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.getownpropertydescriptors": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz", + "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=", + "dev": true, + "dependencies": { + "define-properties": "^1.1.2", + "es-abstract": "^1.5.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/opener": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", + "dev": true, + "bin": { + "opener": "bin/opener-bin.js" + } + }, + "node_modules/optimist": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", + "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", + "dependencies": { + "minimist": "~0.0.1", + "wordwrap": "~0.0.2" + } + }, + "node_modules/p-limit": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz", + "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", + "dev": true, + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "dependencies": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse5": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-3.0.3.tgz", + "integrity": "sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pathval": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz", + "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/phin": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/phin/-/phin-3.4.0.tgz", + "integrity": "sha512-wueoW9X6HbzBN4AqV3Etv9kkgYyaObwPTsIYsUEmgDWiLI6SzYozEsOZ5e3Hd/9H0mrIUbqUuvOTA6SCqErJrQ==", + "dependencies": { + "centra": "^2.2.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/portfinder": { + "version": "1.0.28", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz", + "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==", + "dev": true, + "dependencies": { + "async": "^2.6.2", + "debug": "^3.1.1", + "mkdirp": "^0.5.5" + }, + "engines": { + "node": ">= 0.12.0" + } + }, + "node_modules/portfinder/node_modules/async": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "dev": true, + "dependencies": { + "lodash": "^4.17.14" + } + }, + "node_modules/portfinder/node_modules/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + }, + "node_modules/portfinder/node_modules/mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dev": true, + "dependencies": { + "minimist": "^1.2.5" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/qs": { + "version": "6.9.4", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.4.tgz", + "integrity": "sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==", + "dev": true, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/readable-stream": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.4.0.tgz", + "integrity": "sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "dev": true + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=", + "dev": true + }, + "node_modules/right-align": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz", + "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=", + "dependencies": { + "align-text": "^0.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.0.tgz", + "integrity": "sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg==", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/rimraf/node_modules/glob": { + "version": "7.1.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.5.tgz", + "integrity": "sha512-J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", + "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" + }, + "node_modules/secure-compare": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/secure-compare/-/secure-compare-3.0.1.tgz", + "integrity": "sha1-8aAymzCLIh+uN7mXTz1XjQypmeM=", + "dev": true + }, + "node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true + }, + "node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "dependencies": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/string.prototype.trimleft": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz", + "integrity": "sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==", + "dev": true, + "dependencies": { + "define-properties": "^1.1.3", + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/string.prototype.trimright": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz", + "integrity": "sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg==", + "dev": true, + "dependencies": { + "define-properties": "^1.1.3", + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "dependencies": { + "ansi-regex": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/supports-color": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz", + "integrity": "sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/swig-templates": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/swig-templates/-/swig-templates-2.0.3.tgz", + "integrity": "sha512-QojPTuZWdpznSZWZDB63/grsZuDwT/7geMeGlftbJXDoYBIZEnTcKvz4iwYDv3SwfPX9/B4RtGRSXNnm3S2wwg==", + "dependencies": { + "optimist": "~0.6", + "uglify-js": "2.6.0" + }, + "bin": { + "swig": "bin/swig.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/uglify-js": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.6.0.tgz", + "integrity": "sha1-JeqhzDVQ45QQzu+v0c+7a20V8AE=", + "dependencies": { + "async": "~0.2.6", + "source-map": "~0.5.1", + "uglify-to-browserify": "~1.0.0", + "yargs": "~3.10.0" + }, + "bin": { + "uglifyjs": "bin/uglifyjs" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/uglify-to-browserify": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz", + "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=" + }, + "node_modules/union": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/union/-/union-0.5.0.tgz", + "integrity": "sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==", + "dev": true, + "dependencies": { + "qs": "^6.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/url-join": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/url-join/-/url-join-2.0.5.tgz", + "integrity": "sha1-WvIvGMBSoACkjXuCxenC4v7tpyg=", + "dev": true + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "dev": true + }, + "node_modules/wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "dev": true, + "dependencies": { + "string-width": "^1.0.2 || 2" + } + }, + "node_modules/window-size": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz", + "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/wordwrap": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", + "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/wrap-ansi/node_modules/string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "dependencies": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "node_modules/y18n": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==", + "dev": true + }, + "node_modules/yargs": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", + "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=", + "dependencies": { + "camelcase": "^1.0.2", + "cliui": "^2.1.0", + "decamelize": "^1.0.0", + "window-size": "0.1.0" + } + }, + "node_modules/yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "dev": true, + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + }, + "node_modules/yargs-parser/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/yargs-unparser": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.6.0.tgz", + "integrity": "sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==", + "dev": true, + "dependencies": { + "flat": "^4.1.0", + "lodash": "^4.17.15", + "yargs": "^13.3.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/yargs-unparser/node_modules/ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/yargs-unparser/node_modules/cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "dev": true, + "dependencies": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + } + }, + "node_modules/yargs-unparser/node_modules/string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "dependencies": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/yargs-unparser/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/yargs-unparser/node_modules/yargs": { + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.0.tgz", + "integrity": "sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==", + "dev": true, + "dependencies": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.1" + } + } + }, "dependencies": { "@types/node": { "version": "12.12.3", @@ -665,23 +2355,31 @@ } }, "minimist": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", + "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=" }, "mkdirp": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", - "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.4.tgz", + "integrity": "sha512-iG9AK/dJLtJ0XNgTuDbSyNS3zECqDlAhnQW4CsNxBG3LQJBbHmRX1egw39DmtOdCAqY+dKXV+sgPgilNWUKMVw==", "dev": true, "requires": { - "minimist": "0.0.8" + "minimist": "^1.2.5" + }, + "dependencies": { + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + } } }, "mocha": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-6.2.2.tgz", - "integrity": "sha512-FgDS9Re79yU1xz5d+C4rv1G7QagNGHZ+iXF81hO8zY35YZZcLEsJVfFolfsqKFWunATEvNzMK0r/CwWd/szO9A==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-6.2.3.tgz", + "integrity": "sha512-0R/3FvjIGH3eEuG17ccFPk117XL2rWxatr81a57D+r/x2uTYZRbdZ4oVidEUMh2W2TJDa7MdAb12Lm2/qrKajg==", "dev": true, "requires": { "ansi-colors": "3.2.3", @@ -696,7 +2394,7 @@ "js-yaml": "3.13.1", "log-symbols": "2.2.0", "minimatch": "3.0.4", - "mkdirp": "0.5.1", + "mkdirp": "0.5.4", "ms": "2.1.1", "node-environment-flags": "1.0.5", "object.assign": "4.1.0", @@ -704,8 +2402,8 @@ "supports-color": "6.0.0", "which": "1.3.1", "wide-align": "1.1.3", - "yargs": "13.3.0", - "yargs-parser": "13.1.1", + "yargs": "13.3.2", + "yargs-parser": "13.1.2", "yargs-unparser": "1.6.0" }, "dependencies": { @@ -715,12 +2413,6 @@ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", "dev": true }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true - }, "cliui": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", @@ -732,21 +2424,6 @@ "wrap-ansi": "^5.1.0" } }, - "debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", - "dev": true, - "requires": { - "ms": "^2.1.1" - } - }, - "he": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", - "dev": true - }, "ms": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", @@ -774,9 +2451,9 @@ } }, "yargs": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.0.tgz", - "integrity": "sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==", + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", "dev": true, "requires": { "cliui": "^5.0.0", @@ -788,17 +2465,7 @@ "string-width": "^3.0.0", "which-module": "^2.0.0", "y18n": "^4.0.0", - "yargs-parser": "^13.1.1" - } - }, - "yargs-parser": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz", - "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", - "dev": true, - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" + "yargs-parser": "^13.1.2" } } } @@ -1082,6 +2749,14 @@ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", "dev": true }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "requires": { + "safe-buffer": "~5.2.0" + } + }, "string-width": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", @@ -1112,14 +2787,6 @@ "function-bind": "^1.1.1" } }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "requires": { - "safe-buffer": "~5.2.0" - } - }, "strip-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", @@ -1291,9 +2958,9 @@ } }, "yargs-parser": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz", - "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", "dev": true, "requires": { "camelcase": "^5.0.0", From 54053e9aaad5840ee459b39cb75972a5caadef38 Mon Sep 17 00:00:00 2001 From: stajilov Date: Fri, 13 Aug 2021 19:07:55 +0300 Subject: [PATCH 002/119] Add new company - Cyber Whale --- README.md | 1 + company-profiles/cyberwhale.md | 41 ++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 company-profiles/cyberwhale.md diff --git a/README.md b/README.md index 230d3402..e1af01f7 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ Name | Website | Region [CrowdTangle](/company-profiles/crowdtangle.md) | https://crowdtangle.com | USA [Cueup](/company-profiles/cueup.md) | https://cueup.io/ | Worldwide [Customer.io](/company-profiles/customer-io.md) | https://customer.io | Worldwide +[Cyber Whale](/company-profiles/cyberwhale.md) | https://cyberwhale.tech | Europe [Dalenys](/company-profiles/dalenys.md) | https://dalenys.com/ | Europe [DareCode](/company-profiles/darecode.md) | https://darecode.com/ | Europe [DashboardHub](/company-profiles/dashboardhub.md) | https://dashboardhub.io | Worldwide diff --git a/company-profiles/cyberwhale.md b/company-profiles/cyberwhale.md new file mode 100644 index 00000000..af9276f2 --- /dev/null +++ b/company-profiles/cyberwhale.md @@ -0,0 +1,41 @@ +# Cyber Whale + +## Company blurb + +SaaS Solutions for Fintech and eCommerce. +We value quality, responsibility and holistic approach to creating products. + +## Company size + +15+ + +## Remote status +Based in Republic of Moldova, working with customers from US, UK, EU, Israel. + +We quickly integrate colleagues who are on remote. + +## Region + +Europe + +## Company technologies + +Python +PostgreSQL +JS +TS +React +Vue +Angular +nx.dev +Java +C#.NET + +## Office locations + +str 31 August 78 iHub Green, Chisinau, Republic of Moldova + +## How to apply + +[https://weloveremotejobs.com/employer/cyber-whale/](https://weloveremotejobs.com) + From 3059509c2c2d3fe1f8ab7da03fb64d60ad493ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Magan=CC=83a?= Date: Mon, 23 Aug 2021 12:50:22 -0400 Subject: [PATCH 003/119] Add new company - Marco Polo --- README.md | 1 + company-profiles/marco-polo.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 company-profiles/marco-polo.md diff --git a/README.md b/README.md index 230d3402..94758236 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,7 @@ Name | Website | Region [MailerLite](/company-profiles/mailerlite.md) | https://www.mailerlite.com | Worldwide [Manifold](/company-profiles/manifold.md) | https://manifold.co | UTC-9 to UTC+1 [Mapbox](/company-profiles/mapbox.md) | https://www.mapbox.com/ | Worldwide +[Marco Polo](/company-profiles/marco-polo.md) | https://marcopolo.me | North America [Marketade](/company-profiles/marketade.md) ️ | https://www.marketade.com | USA [MarsBased](/company-profiles/marsbased.md) | https://marsbased.com/ | Worldwide [Mediacurrent](/company-profiles/mediacurrent.md) | https://www.mediacurrent.com/ | USA diff --git a/company-profiles/marco-polo.md b/company-profiles/marco-polo.md new file mode 100644 index 00000000..2e5e20bf --- /dev/null +++ b/company-profiles/marco-polo.md @@ -0,0 +1,31 @@ +# Marco Polo + +## Company blurb + +Marco Polo is a popular video communication app that makes being a part of anyone's day effortless, even when life gets busy. Marco Polo helps millions of people stay in touch with their real relationships. + +Since our founding in 2016, our Marco Polo community has sent more than 4 billion Polos. As we grow our team, we’re looking for great people who want to make a difference in the lives of people around the world! + +## Company size + +20-50 (as of August 2021) + +## Remote status + +We are fully remote and spread throughout the US and Canada. We try to get together for an offsite a couple of times per year. + +## Region + +North America + +## Company technologies + +Python, Java, Kotlin, Swift, Objective-C, Firebase, Vue.js + +## Office locations + +N/A - fully remote + +## How to apply + +Check out our jobs page at: https://marcopolo.me/jobs From 7e527445b7b3538e378388a0b1d33e98a4b1ba4a Mon Sep 17 00:00:00 2001 From: Maxime Castres Date: Wed, 25 Aug 2021 10:47:19 +0200 Subject: [PATCH 004/119] Add Strapi --- README.md | 1 + company-profiles/strapi.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 company-profiles/strapi.md diff --git a/README.md b/README.md index 230d3402..41d714c2 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,7 @@ Name | Website | Region [Stencil](/company-profiles/stencil.md) | https://getstencil.com/ | USA and Canada [Stitch Fix](/company-profiles/stitch-fix.md) | https://www.stitchfix.com | USA [StoneCo](/company-profiles/stoneco.md) | https://www.stone.co/ | Brazil +[Strapi](/company-profiles/strapi.md) | https://strapi.io/careers | Worldwide [Stripe](/company-profiles/stripe.md) | https://stripe.com/ | Worldwide [Strongloop](/company-profiles/strongloop.md) ⚠️️ | https://strongloop.com/ | [StudySoup](/company-profiles/studysoup.md) | https://studysoup.com/ | Worldwide diff --git a/company-profiles/strapi.md b/company-profiles/strapi.md new file mode 100644 index 00000000..73e7d9ad --- /dev/null +++ b/company-profiles/strapi.md @@ -0,0 +1,36 @@ +# Strapi + +## Company blurb + +Strapi is the leading open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first. + +## Company size + +40-50 + +## Remote status + +The Strapi team is fully remote. However, many Strapiers enjoy working from a public coworking space. Our remote budget is dedicated to cover this cost. + +We also have a free private coworking space in Paris (formerly our office). + +## Region + +We're hiring globally! Some job offers require to be located in a certain timezone (engineers: CET +/- 2H). + +## Company technologies + +Node.js, React, PostgreSQL, MySQL, GraphQL, Apollo, Docker + +## Office locations + +Official Coworking Space (formerly our office) is located at: +131 Rue Saint-Denis, +75001 Paris, +France + +Coworking Spaces all over the world. + +## How to apply + +Strapi list all open job offers on their [careers page](https://strapi.io/careers). From 78f61803b6b20fe0106510aaf7a02936e978bb8f Mon Sep 17 00:00:00 2001 From: Matt Neth Date: Thu, 2 Sep 2021 09:22:17 -0500 Subject: [PATCH 005/119] Add Swimlane --- README.md | 1 + company-profiles/swimlane.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 company-profiles/swimlane.md diff --git a/README.md b/README.md index 230d3402..7646408a 100644 --- a/README.md +++ b/README.md @@ -510,6 +510,7 @@ Name | Website | Region [SUSE](/company-profiles/suse.md) | https://www.suse.com/ | Worldwide [Sutherland CloudSource](/company-profiles/sutherland-cloudsource.md) | https://www.sutherlandcloudsource.com | Worldwide [SweetRush](/company-profiles/sweetrush.md) | https://www.sweetrush.com | Worldwide +[Swimlane](/company-profiles/swimlane.md) | https://www.swimlane.com | USA [Sysdig](/company-profiles/sysdig.md)️ | https://www.sysdig.org/ | [Tag1 Consulting](/company-profiles/tag1-consulting.md) ⚠️️ | https://tag1consulting.com/ | Worldwide [Taledo](/company-profiles/taledo.md) | https://taledo.com/ | Europe diff --git a/company-profiles/swimlane.md b/company-profiles/swimlane.md new file mode 100644 index 00000000..2297dd93 --- /dev/null +++ b/company-profiles/swimlane.md @@ -0,0 +1,29 @@ +# Panther Labs + +## Company blurb + +Swimlane is a rapidly growing, innovative startup in the Denver metro area with a passionate team focused on improving the lives of security practitioners through security automation and orchestration. We’re looking for dedicated, ambitious problem solvers who thrive in a fast-paced work environment to join our team. At Swimlane, you’ll have the opportunity to be a pioneer working with a cutting-edge technology stack to create and distribute products that empower SecOps teams to automate time consuming and repetitive tasks, letting them focus on the advanced security activities that get the most use out of their training. + +## Company size + +150-200 + +## Remote status + +We’re headquartered in the Denver, CO metro area, but our employees span 23 states and 6 countries. + +## Region + +USA + +## Company technologies + +Kubernetes (EKS, AKS, GKE), Node.js, Angular, .Net Core, C#, AWS, GCP, Azure. + +## Office locations + +Denver, CO + +## How to apply + +[Apply online at our careers page!](https://swimlane.com/about/careers/) \ No newline at end of file From aebfc0b528a79ae3f9b617b03c467cc3dd315755 Mon Sep 17 00:00:00 2001 From: Matt Neth Date: Thu, 2 Sep 2021 09:23:10 -0500 Subject: [PATCH 006/119] fix company name --- company-profiles/swimlane.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-profiles/swimlane.md b/company-profiles/swimlane.md index 2297dd93..a9b06942 100644 --- a/company-profiles/swimlane.md +++ b/company-profiles/swimlane.md @@ -1,4 +1,4 @@ -# Panther Labs +# Swimlane ## Company blurb From 7d678ef2d99433603b180a08a6732061355f4cf1 Mon Sep 17 00:00:00 2001 From: Vladimir Stajilov Date: Sat, 25 Sep 2021 16:46:25 +0300 Subject: [PATCH 007/119] Update cyberwhale.md Improved remote status --- company-profiles/cyberwhale.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/company-profiles/cyberwhale.md b/company-profiles/cyberwhale.md index af9276f2..4c86cb47 100644 --- a/company-profiles/cyberwhale.md +++ b/company-profiles/cyberwhale.md @@ -10,8 +10,7 @@ We value quality, responsibility and holistic approach to creating products. 15+ ## Remote status -Based in Republic of Moldova, working with customers from US, UK, EU, Israel. - +Based in Republic of Moldova, hiring remotely in EU, Eastern Europe, working with customers from US, UK, EU, Israel. We quickly integrate colleagues who are on remote. ## Region From 2e25d202239d49f33bc414391c0f4b3cc75af986 Mon Sep 17 00:00:00 2001 From: Chiwai Yau Date: Fri, 1 Oct 2021 00:33:53 +0800 Subject: [PATCH 008/119] closed #1219 fixed typo on README.md from `pull reqest` to `pull request` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd163382..8233f0bc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A list of semi to fully remote-friendly companies in or around tech. Contributions are very welcome! Please -[submit a pull reqest on GitHub](https://github.com/remoteintech/remote-jobs/blob/main/CONTRIBUTING.md). +[submit a pull request on GitHub](https://github.com/remoteintech/remote-jobs/blob/main/CONTRIBUTING.md). _Some company names have a ⚠ icon next to them. This icon means we don't have much information about this company yet, and we would love a contribution! See each individual company profile for details._ From 554bdcd1813da717e9646a3774749a4d17c954b3 Mon Sep 17 00:00:00 2001 From: Chiwai Yau Date: Fri, 1 Oct 2021 00:47:06 +0800 Subject: [PATCH 009/119] closed #1221 updated Findify jobs link --- company-profiles/findify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-profiles/findify.md b/company-profiles/findify.md index fa1e71cb..f4e6c6bd 100644 --- a/company-profiles/findify.md +++ b/company-profiles/findify.md @@ -36,4 +36,4 @@ Although, we don't have an official office, the company is registered in Stockho ## How to apply -[Findify jobs](https://findify.io/careers) +[Findify jobs](https://careers.findify.io) From 4af2d986dfc7c34129b3d7cd5559ee5501d6b58a Mon Sep 17 00:00:00 2001 From: Saikat Sengupta <41847480+s4ik4t@users.noreply.github.com> Date: Sat, 2 Oct 2021 00:30:53 +0530 Subject: [PATCH 010/119] Add PwC US Add PwC US --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd163382..828981c7 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,7 @@ Name | Website | Region [Predict Mobile](/company-profiles/predict-mobile.md) | https://predictmobile.com/ | UK [PreviousNext](/company-profiles/previousnext.md) | https://www.previousnext.com.au/ | Australia [Prezly](/company-profiles/prezly.md) | https://www.prezly.com/ | Worldwide +[PricewaterhouseCoopers]() | https://www.pwc.com | USA [PrivacyCloud](/company-profiles/privacycloud.md) | https://www.privacycloud.com/en | Spain [Procenge Tecnologia](/company-profiles/procenge.md) | https://www.procenge.com.br | Brazil [Procurify](/company-profiles/procurify.md) | https://procurify.com/careers | Canada From c04e522ddf3c619c1a941b2cb25b2f424569569d Mon Sep 17 00:00:00 2001 From: Saikat Sengupta <41847480+s4ik4t@users.noreply.github.com> Date: Sat, 2 Oct 2021 00:33:08 +0530 Subject: [PATCH 011/119] Create pwc.md --- company-profiles/pwc.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 company-profiles/pwc.md diff --git a/company-profiles/pwc.md b/company-profiles/pwc.md new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/company-profiles/pwc.md @@ -0,0 +1 @@ + From 1e6053b7fa50af0f787bdddb48996c582075a699 Mon Sep 17 00:00:00 2001 From: Saikat Sengupta <41847480+s4ik4t@users.noreply.github.com> Date: Sat, 2 Oct 2021 00:55:31 +0530 Subject: [PATCH 012/119] Update pwc.md --- company-profiles/pwc.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/company-profiles/pwc.md b/company-profiles/pwc.md index 8b137891..c90b615c 100644 --- a/company-profiles/pwc.md +++ b/company-profiles/pwc.md @@ -1 +1,30 @@ +# PricewaterhouseCoopers (PwC) + +## Company blurb + +Our purpose—to build trust in society and solve important problems—is at the core of everything we do. It guides how we serve our clients, our people and the world. To help our clients build trust and deliver sustained outcomes, PwC provides professional services across two segments: Trust Solutions and Consulting Solutions. Within these segments we bring a range of capabilities to help organizations solve faster, solve more and realize more value. These capabilities include cloud and digital, deals, ESG, cybersecurity and privacy, governance/boards, risk, transformation, tax services and much more. Across our global network of more than 284,000 people in 155 countries, we are committed to advancing quality in everything we do. + +## Company size + +284,000+ (as of October 2021) + +## Remote status + +Partial remote, recently allowed permanent remote work for US employees. + +## Region + +Current openings are for remote positions in US, UK, and Canada. + +## Company technologies + +Java, JavaScript, Python and many others depending on the team. + +## Office locations + +Worldwide + +## How to apply + +Check our jobs page: https://www.pwc.com/gx/en/careers.html From 16281d6e891a88ffabe983a0b92564e7df1320d5 Mon Sep 17 00:00:00 2001 From: Saikat Sengupta <41847480+s4ik4t@users.noreply.github.com> Date: Sat, 2 Oct 2021 00:56:08 +0530 Subject: [PATCH 013/119] Update pwc.md --- company-profiles/pwc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-profiles/pwc.md b/company-profiles/pwc.md index c90b615c..e9c62297 100644 --- a/company-profiles/pwc.md +++ b/company-profiles/pwc.md @@ -15,7 +15,7 @@ Partial remote, recently allowed permanent remote work for US employees. ## Region -Current openings are for remote positions in US, UK, and Canada. +USA ## Company technologies From 7e43c89284e7c33e8b560cfccd1aabf320cbad82 Mon Sep 17 00:00:00 2001 From: Saikat Sengupta <41847480+s4ik4t@users.noreply.github.com> Date: Sat, 2 Oct 2021 01:01:21 +0530 Subject: [PATCH 014/119] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 828981c7..62649014 100644 --- a/README.md +++ b/README.md @@ -426,7 +426,7 @@ Name | Website | Region [Predict Mobile](/company-profiles/predict-mobile.md) | https://predictmobile.com/ | UK [PreviousNext](/company-profiles/previousnext.md) | https://www.previousnext.com.au/ | Australia [Prezly](/company-profiles/prezly.md) | https://www.prezly.com/ | Worldwide -[PricewaterhouseCoopers]() | https://www.pwc.com | USA +[PricewaterhouseCoopers](/company-profiles/pwc.md) | https://www.pwc.com | USA [PrivacyCloud](/company-profiles/privacycloud.md) | https://www.privacycloud.com/en | Spain [Procenge Tecnologia](/company-profiles/procenge.md) | https://www.procenge.com.br | Brazil [Procurify](/company-profiles/procurify.md) | https://procurify.com/careers | Canada From cbe85092ad9d0767d954d2a2c1cd475f00290913 Mon Sep 17 00:00:00 2001 From: Robert Balent Date: Thu, 30 Sep 2021 13:23:55 -0700 Subject: [PATCH 015/119] Add new company: Coursera --- README.md | 1 + company-profiles/coursera.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 company-profiles/coursera.md diff --git a/README.md b/README.md index cd163382..68439765 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Name | Website | Region [Core-Apps](/company-profiles/core-apps.md) | https://www.core-apps.com/ | USA [CoreOS](/company-profiles/coreos.md) | https://coreos.com/ | USA [Corgibytes](/company-profiles/corgibytes.md) | https://corgibytes.com | USA East Coast +[Coursera](/company-profiles/coursera.md) | https://www.coursera.org/ | USA, Canada [Crossover](/company-profiles/crossover.md) | https://www.crossover.com | Worldwide [Crowdstrike](/company-profiles/crowdstrike.md) | https://www.crowdstrike.com | Worldwide [CrowdTangle](/company-profiles/crowdtangle.md) | https://crowdtangle.com | USA diff --git a/company-profiles/coursera.md b/company-profiles/coursera.md new file mode 100644 index 00000000..acb45f45 --- /dev/null +++ b/company-profiles/coursera.md @@ -0,0 +1,30 @@ +# Coursera + +## Company blurb + +Coursera is a global online learning platform that offers anyone, anywhere, access to online courses and degrees from leading universities and companies. + +## Company size + +1000+ + +## Remote status + +Coursera is hiring remote engineers across North America. + +## Region + +* USA +* Canada + +## Company technologies + +Java, Scala + +## Office locations + +Multiple offices worldwide. Headquarters in Mountain View, California, USA. + +## How to apply + +https://about.coursera.org/careers/ From f5951138322fef834a2facbc8f3d973e436c67e9 Mon Sep 17 00:00:00 2001 From: Julian Ste <31321934+julian-st@users.noreply.github.com> Date: Sat, 2 Oct 2021 11:19:48 +0200 Subject: [PATCH 016/119] Replaced broken link http://www.gotsoccerpro.com/ is no longer available --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd163382..beacc6e1 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ Name | Website | Region [GoHiring](/company-profiles/gohiring.md) | https://www.gohiring.com/ | Worldwide [Gojob](/company-profiles/gojob.md) | https://gojob.com/ | France [Gorman Health Group](/company-profiles/gorman-health-group.md) | https://www.gormanhealthgroup.com/ | USA -[GotSoccer](/company-profiles/got-soccer.md) | https://www.gotsoccerpro.com | USA +[GotSoccer](/company-profiles/got-soccer.md) | https://www.gotpro.com/ | USA [Grafana Labs](/company-profiles/grafana.md) | https://grafana.com/ | USA and EMEA/EST Timezones [Graylog](/company-profiles/graylog.md) | https://www.graylog.org/ | Worldwide [Gremlin](/company-profiles/gremlin.md) | https://gremlin.com | USA From 01e84291618ba38801698f664379577f79b82ba1 Mon Sep 17 00:00:00 2001 From: Alex Zender <1499446+alexzender@users.noreply.github.com> Date: Sat, 2 Oct 2021 14:20:19 +0200 Subject: [PATCH 017/119] Added DynaPictures to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd163382..ef8049f9 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ Name | Website | Region [DroneDeploy](/company-profiles/dronedeploy.md) | https://www.dronedeploy.com/ | Worldwide [Drupal Jedi](/company-profiles/drupal-jedi.md) | https://drupaljedi.com/ | Worldwide [DuckDuckGo](/company-profiles/duckduckgo.md) | https://duckduckgo.com/ | Worldwide +[DynaPictures](/company-profiles/dynapictures.md) | https://dynapictures.com/ | Worldwide [EarthOfDrones](/company-profiles/earthofdrones.md) | https://earthofdrones.com/ | Worldwide [EBSCO Information Services](/company-profiles/ebsco-information-services.md) | https://www.ebsco.com | USA [Edgar](/company-profiles/edgar.md) | https://meetedgar.com/ | USA & Canada From 70979098ff3ec0c5ec6137f19b417162bd312f78 Mon Sep 17 00:00:00 2001 From: Alex Zender <1499446+alexzender@users.noreply.github.com> Date: Sat, 2 Oct 2021 14:32:21 +0200 Subject: [PATCH 018/119] Created DynaPictures company profile --- company-profiles/dynapictures.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 company-profiles/dynapictures.md diff --git a/company-profiles/dynapictures.md b/company-profiles/dynapictures.md new file mode 100644 index 00000000..e564a07f --- /dev/null +++ b/company-profiles/dynapictures.md @@ -0,0 +1,31 @@ +# DynaPictures + +## Company blurb + +DynaPictures is a design automation platform. It auto-generates personalized banners and images for social media, e-commerce and emails. + +## Company size + +0-10 (Sep 2021) + +## Remote status + +DynaPictures has a remote-first culture and we have several people who work entirely remotely. Our main office is in Germany and we communicate mostly through Skype and Teams. + +## Region + +Worldwide, but we work primarily on European timezones. + +## Company technologies + +- Java, Python and Node microservices +- React on frontend +- Docker + +## Office locations + +- Freiburg, Germany + +## How to apply + +Visit our [home page](https://dynapictures.com/) for open positions. You can apply at info@dynapictures.com From b2cff11be111d8bb7a04a31e53d0671ca3fca661 Mon Sep 17 00:00:00 2001 From: Rob Horrigan Date: Sat, 2 Oct 2021 09:06:59 -0500 Subject: [PATCH 019/119] Add new company - Spruce --- README.md | 1 + company-profiles/spruce.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 company-profiles/spruce.md diff --git a/README.md b/README.md index cd163382..ab2d4e0c 100644 --- a/README.md +++ b/README.md @@ -497,6 +497,7 @@ Name | Website | Region [Soshace](/company-profiles/soshace.md) | https://www.soshace.com/ | Worldwide [Spoqa](/company-profiles/spoqa.md) | https://www.spoqa.com/ | Republic of Korea, Japan [Spreedly](/company-profiles/spreedly.md) | https://spreedly.com/ | USA +[Spruce](/company-profiles/spruce.md) | https://getspruce.com/ | North America, Latin America [Stack Exchange](/company-profiles/stack-exchange.md) | https://stackexchange.com/ | Worldwide [Stairlin](/company-profiles/stairlin.md) | https://www.stairlin.com/ | Worldwide [Status](/company-profiles/status.md) | https://www.status.im/ | Worldwide diff --git a/company-profiles/spruce.md b/company-profiles/spruce.md new file mode 100644 index 00000000..c2a6ec1c --- /dev/null +++ b/company-profiles/spruce.md @@ -0,0 +1,32 @@ +# Spruce + +## Company blurb + +At [Spruce](https://getspruce.com), our mission is to build relationships and technology that empower local businesses to serve our residents. From full housekeeping to a quick tidy up or a dog walk for your furry friend, Spruce is available to residents on-demand. For the property manager, Spruce reduces the growing burden of managing multiple vendors and provides security and oversight for the entire property. Spruce helps local businesses build economies of scale in their operations and tech-enable their business so they can compete in the modern economy. + +## Company size + 100+ + +## Remote status + +Spruce is a remote-first organization. What that means for us is that we do not have any in-office requirements and conduct all company activities assuming a significant portion of participants will be remote. + +We also recently terminated the lease on our headquarters office in Austin, TX in favor of a "floating" headquarters that is adaptable to our company's current needs. As a rapidly growing startup, this helps us remain free of the constraints of a physical location and adaptable to the changes that are inherent to a young, growing company. + +## Region + +Our team is spread-out across North America and Latin America. We're location-agnostic as long as there is 5+ hours of overlap with Central timezone and adequate access to stable, high-speed internet. + +## Company technologies + +Primary: Node.js | React | TypeScript | GraphQL | Kubernetes | Docker | AWS + +Secondary: Go | Python | Terraform + +## Office locations + +Austin, TX, USA + +## How to apply + +Visit https://getspruce.com/careers/ to see open positions. From 0301bdc8ecaafbebf11eee872f6517913491e463 Mon Sep 17 00:00:00 2001 From: Ayush guha <91629926+HelloGit-ty@users.noreply.github.com> Date: Mon, 4 Oct 2021 12:07:54 +0530 Subject: [PATCH 020/119] Create Argyle.md --- Argyle.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Argyle.md diff --git a/Argyle.md b/Argyle.md new file mode 100644 index 00000000..aa3a07d0 --- /dev/null +++ b/Argyle.md @@ -0,0 +1,48 @@ +# [Argyle](https://argyle.com/) + +## Company blurb + +Argyle is a remote-first, Series A fast-growing tech startup that has reimagined how to use employment data. + +Renting an apartment, buying a car, refinancing a home, applying for a loan. The first question that they will ask you is, "how do you earn your money?" Wouldn’t you think that information foundational to our society would be simple to manage, transfer and control? Well, it’s not! + +Argyle provides businesses with a single global access point to employment data. Any company can process work verifications, gain real-time transparency into earnings and view worker profile details. + +We are a fun and passionate group of people working remotely across 21 different countries and counting. + +## Company size + +95-110 team members. + +## Remote status + +We’re all over the map + +*in a good way + + +With a CEO in New York, a CTO in Vilnius, a COO in San Francisco, and team members in four continents and counting, we aren’t lying when we say that we’re a global company. + +And that is part of our strength—drawing on the best talent from around the world, without constraining ourselves to geographies. In other words, we care about the merit of your work, not where you work from. + +## Region + +We currently have employees from 21 different countries and counting, We are a 100% remote company hiring from around the world. + +** Certain job openings are for USA based citizens only.** + +## Company technologies + +Kubernetes, Salesforce, Node.js, Jest, Python, GO and React are some of the popular tools that Argyle uses. + +## Office locations + +Argyle is headquartered in New York, NY and has 2 office locations across 2 countries. + +Ney York, USA 🇺🇸 + +Vilnius, Lithuania 🇱🇹 + +## How to apply + +https://argyle.rippling-ats.com/ From 1d715414c94645b2d66f73b26fdeee155e2ab26e Mon Sep 17 00:00:00 2001 From: Ayush guha <91629926+HelloGit-ty@users.noreply.github.com> Date: Mon, 4 Oct 2021 12:10:12 +0530 Subject: [PATCH 021/119] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd163382..1e0eacb1 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Name | Website | Region [apartment therapy](/company-profiles/apartment-therapy.md) | http://www.apartmenttherapy.com/ | USA [Appstractor Corporation](/company-profiles/appstractor.md) | https://www.appstractor.com/ | USA, UK, Israel [Appwrite](/company-profiles/appwrite.md) | https://appwrite.io | Worldwide +[Argyle](/company-profiles/Argyle.md) | https://argyle.com/ | Worldwide [ARK](/company-profiles/ark.md) | https://www.ark.io/careers | Worldwide [Arkency](/company-profiles/arkency.md) | https://arkency.com/ | Worldwide [Art & Logic](/company-profiles/art-and-logic.md) | https://artandlogic.com | USA and Canada From 6d093895137bd4d3dcfef69ae07987a6270613b0 Mon Sep 17 00:00:00 2001 From: Mirco Bellagamba Date: Mon, 4 Oct 2021 08:44:03 +0200 Subject: [PATCH 022/119] Add new company - Madisoft --- README.md | 1 + company-profiles/madisoft.md | 39 ++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 company-profiles/madisoft.md diff --git a/README.md b/README.md index cd163382..9a7c9a48 100644 --- a/README.md +++ b/README.md @@ -338,6 +338,7 @@ Name | Website | Region [Lyseon Tech](/company-profiles/lyseon-tech.md) | https://lt.coop.br/ | Brazil [Lytx](/company-profiles/lytx.md) | https://www.lytx.com/en-us/about-us/careers | USA [madewithlove](/company-profiles/madewithlove.md) | https://madewithlove.be | UTC-5 to UTC+3 +[Madisoft](/company-profiles/madisoft.md) | https://labs.madisoft.it/ | Italy [MailerLite](/company-profiles/mailerlite.md) | https://www.mailerlite.com | Worldwide [Manifold](/company-profiles/manifold.md) | https://manifold.co | UTC-9 to UTC+1 [Mapbox](/company-profiles/mapbox.md) | https://www.mapbox.com/ | Worldwide diff --git a/company-profiles/madisoft.md b/company-profiles/madisoft.md new file mode 100644 index 00000000..24be2176 --- /dev/null +++ b/company-profiles/madisoft.md @@ -0,0 +1,39 @@ +# Madisoft + +## Company blurb + +Madisoft is a full remote company that aims to innovate the Italian School by developing Nuvola, an ecosystem of software services for the digital transformation of school processes, used by thousands of teachers, parents and students every day. + +## Company size + +20-50 + +## Remote status + +Madisoft embraces a full remote culture: employees work from anywhere in Italy. We strongly believe in remote work, in order to reach excellent staff without uprooting them from the place where they prefer to live. Our team has always been remote, so we have developed a remarkable organization and management skills. By working remotely, we have the opportunity to reconcile the professional aspect with the rest of our life and increase the quality of what we do by removing all the unnecessary waste of everyday time, such as home-work trips. + +## Region + +Italy + +## Company technologies + +- PHP +- Symfony +- AWS +- JavaScript +- TypeScript +- React.js +- React Native +- MySQL +- Python + +PHP, Symfony, AWS, HTML, CSS, JavaScript, TypeScript, React, React Native + +## Office locations + +Pollenza (MC), Italy + +## How to apply + +Check out our [careers](https://labs.madisoft.it/entra-nel-team/) page and email [lavoro@madisoft.it](lavoro@madisoft.it). From 5999967f157c01d0b841b4d954ebe444aa59eb56 Mon Sep 17 00:00:00 2001 From: Ayush guha <91629926+HelloGit-ty@users.noreply.github.com> Date: Mon, 4 Oct 2021 12:14:35 +0530 Subject: [PATCH 023/119] Delete Argyle.md --- Argyle.md | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 Argyle.md diff --git a/Argyle.md b/Argyle.md deleted file mode 100644 index aa3a07d0..00000000 --- a/Argyle.md +++ /dev/null @@ -1,48 +0,0 @@ -# [Argyle](https://argyle.com/) - -## Company blurb - -Argyle is a remote-first, Series A fast-growing tech startup that has reimagined how to use employment data. - -Renting an apartment, buying a car, refinancing a home, applying for a loan. The first question that they will ask you is, "how do you earn your money?" Wouldn’t you think that information foundational to our society would be simple to manage, transfer and control? Well, it’s not! - -Argyle provides businesses with a single global access point to employment data. Any company can process work verifications, gain real-time transparency into earnings and view worker profile details. - -We are a fun and passionate group of people working remotely across 21 different countries and counting. - -## Company size - -95-110 team members. - -## Remote status - -We’re all over the map - -*in a good way - - -With a CEO in New York, a CTO in Vilnius, a COO in San Francisco, and team members in four continents and counting, we aren’t lying when we say that we’re a global company. - -And that is part of our strength—drawing on the best talent from around the world, without constraining ourselves to geographies. In other words, we care about the merit of your work, not where you work from. - -## Region - -We currently have employees from 21 different countries and counting, We are a 100% remote company hiring from around the world. - -** Certain job openings are for USA based citizens only.** - -## Company technologies - -Kubernetes, Salesforce, Node.js, Jest, Python, GO and React are some of the popular tools that Argyle uses. - -## Office locations - -Argyle is headquartered in New York, NY and has 2 office locations across 2 countries. - -Ney York, USA 🇺🇸 - -Vilnius, Lithuania 🇱🇹 - -## How to apply - -https://argyle.rippling-ats.com/ From c4e9112aeda90361b4adf3fcb6c62a8efa2a4708 Mon Sep 17 00:00:00 2001 From: Ayush guha <91629926+HelloGit-ty@users.noreply.github.com> Date: Mon, 4 Oct 2021 12:16:06 +0530 Subject: [PATCH 024/119] Create Argyle.md --- company-profiles/Argyle.md | 48 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 company-profiles/Argyle.md diff --git a/company-profiles/Argyle.md b/company-profiles/Argyle.md new file mode 100644 index 00000000..d46db6b6 --- /dev/null +++ b/company-profiles/Argyle.md @@ -0,0 +1,48 @@ +# [Argyle](https://argyle.com/) + +## Company blurb + +Argyle is a remote-first, Series A fast-growing tech startup that has reimagined how to use employment data. + +Renting an apartment, buying a car, refinancing a home, applying for a loan. The first question that they will ask you is, "how do you earn your money?" Wouldn’t you think that information foundational to our society would be simple to manage, transfer and control? Well, it’s not! + +Argyle provides businesses with a single global access point to employment data. Any company can process work verifications, gain real-time transparency into earnings and view worker profile details. + +We are a fun and passionate group of people working remotely across 21 different countries and counting. + +## Company size + +95-110 team members. + +## Remote status + +We’re all over the map + +*in a good way + + +With a CEO in New York, a CTO in Vilnius, a COO in San Francisco, and team members in four continents and counting, we aren’t lying when we say that we’re a global company. + +And that is part of our strength—drawing on the best talent from around the world, without constraining ourselves to geographies. In other words, we care about the merit of your work, not where you work from. + +## Region + +We currently have employees from 21 different countries and counting, We are a 100% remote company hiring from around the world. + +** Certain job openings are for USA based citizens only.** + +## Company technologies + +Kubernetes, Salesforce, Node.js, Jest, Python, GO and React are some of the popular tools that Argyle uses. + +## Office locations + +Argyle is headquartered in New York, NY and has 2 office locations across 2 countries. + +Ney York, USA🇺🇸 + +Vilnius, Lithuania🇱🇹 + +## How to apply + +https://argyle.rippling-ats.com/ From b3256e51827bb5e76242c18ae3cce12f69e266cb Mon Sep 17 00:00:00 2001 From: Ayush guha <91629926+HelloGit-ty@users.noreply.github.com> Date: Mon, 4 Oct 2021 12:27:55 +0530 Subject: [PATCH 025/119] Create FOH&BOH.md --- company-profiles/FOH&BOH.md | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 company-profiles/FOH&BOH.md diff --git a/company-profiles/FOH&BOH.md b/company-profiles/FOH&BOH.md new file mode 100644 index 00000000..73872a13 --- /dev/null +++ b/company-profiles/FOH&BOH.md @@ -0,0 +1,40 @@ +# [FOH&BOH](https://fohandboh.com/) + +## Company blurb + +FOH & BOH is an innovative platform that uses technology to pair talented restaurant candidates – that’s you! – with jobs that best fit your lifestyle. We use unique algorithms to match the needs and wants from both sides, from the tangible (hours, location) to the less tangible (culture, community). + +Discover, interview, and hire top hospitality talent in minutes. + +## Company size + +10-50 + +## Remote status + +We are a small, fully remote technology team with shared passions for learning, Open Source, and the technology communities around both. + +## Region + +Worldwide + +## Company technologies + +Our current toolset includes Cypress, GitHub Actions, Sentry, and Cohere. Our app is built with React and Django. + +## Office locations + +Headquartered in Nashville, Tennessee, USA. + +Other office locations:- + +1. Austin, Texas, USA +2. Salt Lake city, Utah, USA. + +## How to apply + +FOH&BOH doesn't have any dedicated careers page but it does have job postings on +1. https://weworkremotely.com/company/foh-boh +2. https://remotify.me/ +3. [LinkedIn](https://www.linkedin.com/shareArticle?mini=true&source=We+Work+Remotely&title=foh%26boh&url=https%3A%2F%2Fweworkremotely.com%2Fcompany%2Ffoh-boh) +4. Mail ID--> kevin@fohandboh.com From a6948a1c1a2f89d8780dca907de64a78ca3ce68d Mon Sep 17 00:00:00 2001 From: Ayush guha <91629926+HelloGit-ty@users.noreply.github.com> Date: Mon, 4 Oct 2021 12:30:25 +0530 Subject: [PATCH 026/119] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd163382..8526e100 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ Name | Website | Region [Flowing](/company-profiles/flowing.md) | https://flowing.it | Italy [FMX](/company-profiles/fmx.md) | https://www.gofmx.com/ | USA [Focusnetworks](/company-profiles/focusnetworks.md) | https://focusnetworks.com.br | Worldwide +[FOH&BOH](/company-profiles/FOH&BOH.md) | https://fohandboh.com/ | Worldwide [Formidable](/company-profiles/formidable.md) | https://www.formidable.com/ | USA, Canada, UK, Europe [Formstack](/company-profiles/formstack.md) | https://www.formstack.com/ | Worldwide [Four Kitchens](/company-profiles/four-kitchens.md) | https://fourkitchens.com/ | North America, Latin America From e02f7bc792ef2411f2e724c4ab682bca4a146575 Mon Sep 17 00:00:00 2001 From: flexncode <46198526+anantsaini222@users.noreply.github.com> Date: Mon, 4 Oct 2021 23:12:59 +0530 Subject: [PATCH 027/119] Added more remote companies from India --- README.md | 5 ++++- company-profiles/aimindia.md | 31 ++++++++++++++++++++++++++++++ company-profiles/homeflicwegrow.md | 31 ++++++++++++++++++++++++++++++ company-profiles/nuagebiztech.md | 29 ++++++++++++++++++++++++++++ 4 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 company-profiles/aimindia.md create mode 100644 company-profiles/homeflicwegrow.md create mode 100644 company-profiles/nuagebiztech.md diff --git a/README.md b/README.md index cd163382..5f78b9af 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Name | Website | Region [Aerolab](/company-profiles/aerolab.md) | https://aerolab.co/ | Latin America [AgFlow](/company-profiles/agflow.md) | https://www.agflow.com | Europe [Aha!](/company-profiles/aha.md) | https://www.aha.io | Worldwide +[AimIndia](/company-profiles/aimindia.md) | https://www.aimincorp.com/ | India [AirTreks](/company-profiles/airtreks.md) | https://www.airtreks.com/ | USA [Aivitex](/company-profiles/aivitex.md) | https://www.aivitex.de/ | Germany [Algorithmia](/company-profiles/algorithmia.md) | https://algorithmia.com/ | the USA or Canada @@ -252,7 +253,8 @@ Name | Website | Region [Help Scout](/company-profiles/help-scout.md) | https://www.helpscout.net/ | Worldwide [Heroku](/company-profiles/heroku.md) | https://www.heroku.com/ | USA, CA, UK, Europe [Hireology](/company-profiles/hireology.md) | https://www.hireology.com | USA -[HomeValet](/company-profiles/homevalet.md) | https://homevalet.co | USA +[HomeFlicWeGrow](/company-profiles/homeflicwegrow.md) | https://homevalet.co | India +[HomeValet](/company-profiles/homevalet.md) | https://www.homeflicwegrow.com/ | USA [Honeybadger](/company-profiles/honeybadger.md) | https://www.honeybadger.io/ | Worldwide [Honeycomb](/company-profiles/honeycomb.md) | https://honeycomb.tv/ | Worldwide [Hopper](/company-profiles/hopper.md) | https://www.hopper.com/ | USA, CA, UK, BG, PH, CO @@ -376,6 +378,7 @@ Name | Website | Region [NoRedInk](/company-profiles/noredink.md) | https://noredink.com | UTC-8 to UTC+1 [Novoda](/company-profiles/novoda.md) | https://www.novoda.com/ | UK & Europe [npm](/company-profiles/npm.md) | https://www.npmjs.com/ | USA +[NuageBizTech](/company-profiles/nuagebiztech.md) | https://nuagebiz.tech/ | India [Nuna](/company-profiles/nuna.md) | https://www.nuna.com/ | USA [O'Reilly Media](/company-profiles/oreilly-media.md) | https://www.oreilly.com/ | USA, UK, JPN, CHN [Octopus Deploy](/company-profiles/octopus-deploy.md) | https://octopus.com/ | Worldwide diff --git a/company-profiles/aimindia.md b/company-profiles/aimindia.md new file mode 100644 index 00000000..47131289 --- /dev/null +++ b/company-profiles/aimindia.md @@ -0,0 +1,31 @@ +# 1Password + +## Company blurb + +AIM India believes in Dynamic Culture and it is our goal to help the Individual in dealing with the dynamism of environment whether it is related to their wealth or expansion of business. Aim India Group is the leading Advisory in India and Abroad. We at AIM India provide Training / Development programs in India and Abroad .We are having a team of exclusive Corporate trainers .Our Principle is to deliver high rate of returns to our clients through our network of government sector banks in India. + +Keeping in mind the most critical needs in today's context, we came up with wealth Advisory firm to provide a customer expertise advice to achieve financial Independence. + +## Company size + +30000+ (as of January 2017) + +## Remote status + +Almost all of us are remote. We also have an office in India (New Delhi, Bengaluru, Mumbai, Pune, Hyderabad, Gurugram) that everone is welcome to use when they're in the city, but even India locals pop in just a few days a week. + +## Region + +Current openings are for remote positions in Malaysia, Dubia. + +## Company technologies + +Excel, Artificial Intelligence (AI) , Machine Learning (ML) and many others depending on the team. + +## Office locations + +India + +## How to apply + +Check our jobs page: https://www.aimincorp.com/carrers.php/ diff --git a/company-profiles/homeflicwegrow.md b/company-profiles/homeflicwegrow.md new file mode 100644 index 00000000..77c957a0 --- /dev/null +++ b/company-profiles/homeflicwegrow.md @@ -0,0 +1,31 @@ +# 1Password + +## Company blurb + +WE ARE THE YOUTH with a vision of personal growth along with the growth of people around us. Our main objective as a tribe is to reach out to young curious minds and help and guide them in every way possible. Working to uplift the youth by creating this community to solve real life problems of millennials and society when there’s no one else who can better understand their deeds. We are people who wish to teach as well as learn and build a tribe where everyone is equal. + +A team with diverse, young and fresh minds building an environment where we have people who contribute in acting upon the ideas of growth. At Wegrow we walk towards the path of success together and that is why we always say, “Here We Go, Here We Grow”. + +## Company size + +1- 50 (as of January 2020) + +## Remote status + +Almost all of us are remote. We also have an office in India (New Delhi) that everone is welcome to use when they're in the city, but even India locals pop in just a few days a week. + +## Region + +Current openings are for remote positions in Mumbai. + +## Company technologies + +WordPress, HTML code, JavaScript, PHP, MySQL,Node.js, React, Microservices, ReactNative, .NET. + +## Office locations + +India + +## How to apply + +Check our jobs page: https://www.homeflicwegrow.com/hiring/ diff --git a/company-profiles/nuagebiztech.md b/company-profiles/nuagebiztech.md new file mode 100644 index 00000000..fdaed20a --- /dev/null +++ b/company-profiles/nuagebiztech.md @@ -0,0 +1,29 @@ +# 1Password + +## Company blurb + +Our StartIT delivery model focuses on quick wins and multiple development cycles to get new applications and functionalities quickly out the door. The basic idea behind the model is that while agile development is great, it’s fail fast – fail often approach, where developers try multiple approaches identifying the one that works while failing fast on others, is not necessarily the panacea that it’s made out to be. We have combined Fail-fast Agile and well-planned DevOp to create a model that takes the best of both approaches: continuous integration of new code batches into a centralized mainline; continuous delivery of new builds to testing environments and pushing them into production through rolling updates; componentized code with clear and precise well defined functionality; continuous testing from the get-go instead of waiting for pre-release stage; Agile team based delivery where every team member devotes their effort to overcome the challenge at hand, having a clear overall picture in mind + +## Company size + +1- 50 (as of January 2014) + +## Remote status + +Almost all of us are remote. We also have an office in India (New Delhi) that everone is welcome to use when they're in the city, but even India locals pop in just a few days a week. + +## Region + +Current openings are for remote positions in Mumbai. + +## Company technologies + +Cloud Services, Salesforce, DevSecOps, Digital Technologies. + +## Office locations + +Noida, India + +## How to apply + +Check our jobs page: https://nuagebiz.tech/careers/ From d808fd89fa7b25be7a3e96fcbb38fe30ffc38941 Mon Sep 17 00:00:00 2001 From: Calvin Hsieh Date: Mon, 4 Oct 2021 11:19:10 -0700 Subject: [PATCH 028/119] add new company - StormX --- company-profiles/stormx.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 company-profiles/stormx.md diff --git a/company-profiles/stormx.md b/company-profiles/stormx.md new file mode 100644 index 00000000..a4e86945 --- /dev/null +++ b/company-profiles/stormx.md @@ -0,0 +1,29 @@ +# StormX + +## Company blurb + +StormX is an app and a browser extension that allows users to earn crypto while shopping online. We pride ourselves on being a fast-moving, passionate and enthusiastic group of like-minded individuals. With 1,000+ stores in over 180 countries, our company is rapidly expanding, and we’re on a constant lookout for fresh talent to join our team! + +## Company size + +25+ (as of September 2021) + +## Remote status + +Fully remote with people all over the world. + +## Region + +USA or worldwide. + +## Company technologies + +React, React Native, TypeScript, Node.js, Microservices, Kubernetes, Docker, Serverless, Craft CMS + +## Office locations + +Anywhere on the mother Earth with internet access. + +## How to apply + +Check our jobs page: [https://stormx.io/careers](https://stormx.io/careers) From cd3e331d9031ed0f5580fa8f719d5a4e57906069 Mon Sep 17 00:00:00 2001 From: Rafael Mora Date: Mon, 4 Oct 2021 16:20:25 -0500 Subject: [PATCH 029/119] Add new company Valimail --- .gitignore | 1 + README.md | 1 + company-profiles/valimail.md | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 company-profiles/valimail.md diff --git a/.gitignore b/.gitignore index 1a91441f..de17f94f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /node_modules/ /site/build/ +.history/ diff --git a/README.md b/README.md index cd163382..2a14fbce 100644 --- a/README.md +++ b/README.md @@ -557,6 +557,7 @@ Name | Website | Region [Upwork Pro](/company-profiles/upwork-pro.md) | https://www.upwork.com | North America [Upworthy](/company-profiles/upworthy.md) | https://www.upworthy.com/ | Worldwide, Time Zone: PST, PDT [Ushahidi](/company-profiles/ushahidi.md) | https://www.ushahidi.com | Worldwide +[Valimail](/company-profiles/valimail.md) | https://www.valimail.com/ | USA [Varnish Software](/company-profiles/varnish-software.md) | https://www.varnish-software.com/about-us | Worldwide [vast limits](/company-profiles/vast-limits.md) | https://vastlimits.com/ | Germany [Vercel](/company-profiles/vercel.md) | https://vercel.com/ | Worldwide diff --git a/company-profiles/valimail.md b/company-profiles/valimail.md new file mode 100644 index 00000000..29eb97b9 --- /dev/null +++ b/company-profiles/valimail.md @@ -0,0 +1,34 @@ +# Valimail + +## Company blurb + +Valimail was founded to bring trust back to communications. Without trust, communications are ineffective, deceptive, and can lead to catastrophic losses. By centering around authenticating the sender, we’ve created automated, standards based solutions, starting with email. IoT is next. + +## Company size + +100+ employees + +## Remote status + +100% remote + +## Region + +USA + +## Company technologies + +Golang +Ruby on Rails +CircleCI +Kubernetes +Hotwire/Turbo/Stimulus +TailwindCSS + +## Office locations + +100% remote, no offices + +## How to apply + +https://www.valimail.com/careers/ From 6f1dd4f96b583b101f0f3ab103b8c033951f540f Mon Sep 17 00:00:00 2001 From: Bjoern Petri Date: Tue, 5 Oct 2021 11:53:29 +0200 Subject: [PATCH 030/119] Add Link11 --- README.md | 1 + company-profiles/link11.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 company-profiles/link11.md diff --git a/README.md b/README.md index cd163382..373bbe30 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,7 @@ Name | Website | Region [Linaro](/company-profiles/linaro.md) | https://www.linaro.org/ | Worldwide [Lincoln Loop](/company-profiles/lincoln-loop.md)| https://lincolnloop.com/ | USA [LINE Plus Corporation](/company-profiles/line-plus-corporation.md) | https://linepluscorp.com/ | Republic of Korea +[Link11](/company-profiles/link11.md) | https://www.link11.org/ | Germany [Linux Foundation](/company-profiles/linux-foundation.md) | https://www.linuxfoundation.org/ | Worldwide [Litmus](/company-profiles/litmus.md) | https://litmus.com/ | Worldwide [LivePerson](/company-profiles/liveperson.md) | https://www.liveperson.com/company/careers | Worldwide diff --git a/company-profiles/link11.md b/company-profiles/link11.md new file mode 100644 index 00000000..4e1309be --- /dev/null +++ b/company-profiles/link11.md @@ -0,0 +1,29 @@ +# Link11 + +## Company blurb + +Link11 is the leading European IT security provider in the field of cyber resilience. We offer a broad portfolio of proven services that protect web applications and server infrastructures from malicious attacks. Our protection solutions are fast, intelligent and demonstrably secure. + +## Company size + +As of October 2021, the company has around 65 employees. + +## Remote status + +Employees can work fully remote according to their role, while we also have great team events that you don't want to miss! + +## Region + +We have team members all over Germany. + +## Company technologies + +C, C++, Python, PHP, JavaScript, Postgres, Clickhouse, Git, Docker. + +## Office locations +We have offices in Hamburg and Frankfurt, for those who prefer an offices workspace. + + +## How to apply + +[Apply online for any of the jobs on our careers page!](https://www.link11.com/en/career/) From 5dc3a002cbfc7ec06c87f32401f3d3c7dc0a9ecb Mon Sep 17 00:00:00 2001 From: Zachary Date: Wed, 6 Oct 2021 15:49:39 -0500 Subject: [PATCH 031/119] added company profile for uShip --- README.md | 1 + company-profiles/uship.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 company-profiles/uship.md diff --git a/README.md b/README.md index 8233f0bc..d7299729 100644 --- a/README.md +++ b/README.md @@ -557,6 +557,7 @@ Name | Website | Region [Upwork Pro](/company-profiles/upwork-pro.md) | https://www.upwork.com | North America [Upworthy](/company-profiles/upworthy.md) | https://www.upworthy.com/ | Worldwide, Time Zone: PST, PDT [Ushahidi](/company-profiles/ushahidi.md) | https://www.ushahidi.com | Worldwide +[uShip](/company-profiles/uship.md) | https://www.uship.com | USA [Varnish Software](/company-profiles/varnish-software.md) | https://www.varnish-software.com/about-us | Worldwide [vast limits](/company-profiles/vast-limits.md) | https://vastlimits.com/ | Germany [Vercel](/company-profiles/vercel.md) | https://vercel.com/ | Worldwide diff --git a/company-profiles/uship.md b/company-profiles/uship.md new file mode 100644 index 00000000..f7ba57d6 --- /dev/null +++ b/company-profiles/uship.md @@ -0,0 +1,36 @@ +# uShip + +## Company blurb + +uShip is a marketplace for bulky shipping solutions + +## Company size + +100-200 employees + +## Remote status + +Hybrid/remote. Working in office is optional + +## Region + + **USA** + +## Company technologies + + - JavaScript + - TypeScript + - C# + - AWS + - .NET + - React.js + - React Native + - etc... + +## Office locations + +Austin, TX + +## How to apply + +https://about.uship.com/careers/ From 8d8962fd2245572d85192d7a9f1bab6c267acb81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20de=20Mart=C3=ADnez?= Date: Thu, 7 Oct 2021 09:57:36 +0200 Subject: [PATCH 032/119] add new company - Faithlife --- PULL_REQUEST_TEMPLATE.MD | 16 ++++----- README.md | 1 + company-profiles/faithlife.md | 61 +++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 8 deletions(-) create mode 100644 company-profiles/faithlife.md diff --git a/PULL_REQUEST_TEMPLATE.MD b/PULL_REQUEST_TEMPLATE.MD index 3881a1ad..4e63ddae 100644 --- a/PULL_REQUEST_TEMPLATE.MD +++ b/PULL_REQUEST_TEMPLATE.MD @@ -5,14 +5,14 @@ If updating or adding a company, please include details here: _delete this and add details_ - [ ] This PR contains housekeeping only (URL edits, copy changes etc) - if check, delete other lines that don't apply. -- [ ] I am an employee of the company mentioned and confirm all included details are correct. -- [ ] You know your alphabet - company is listed in alphabetical order in the README.md file. -- [ ] The company directly hires employees. No bootcamps / freelance sites / etc -- [ ] The company hires remote employees, or positions are available to remote workers and are clearly illustrated as such. -- [ ] A [company profile](https://github.com/remoteintech/remote-jobs/blob/main/company-profiles/example.md) is included - This is __required__ for new additions. -- [ ] __Remote status__ has details regarding how the culture includes remote employees, how the company integrated remote workers, etc -- [ ] __Region__ details the geographic regions in which this company's employees can reside. For more details see the instructions in the [example company profile](/company-profiles/example.md#region). -- [ ] __How to apply__ details the best approach for new applications, page on site where open position are listed, and any other help available for job hunters +- [X] I am an employee of the company mentioned and confirm all included details are correct. +- [X] You know your alphabet - company is listed in alphabetical order in the README.md file. +- [X] The company directly hires employees. No bootcamps / freelance sites / etc +- [X] The company hires remote employees, or positions are available to remote workers and are clearly illustrated as such. +- [X] A [company profile](https://github.com/remoteintech/remote-jobs/blob/main/company-profiles/example.md) is included - This is __required__ for new additions. +- [X] __Remote status__ has details regarding how the culture includes remote employees, how the company integrated remote workers, etc +- [X] __Region__ details the geographic regions in which this company's employees can reside. For more details see the instructions in the [example company profile](/company-profiles/example.md#region). +- [X] __How to apply__ details the best approach for new applications, page on site where open position are listed, and any other help available for job hunters This is a modified version of the [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/main/CONTRIBUTING.md). diff --git a/README.md b/README.md index 8233f0bc..6552b8ba 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ Name | Website | Region [Evrone](/company-profiles/evrone.md) | https://evrone.com/ | Worldwide [ExportData](/company-profiles/exportdata.md) | https://www.exportdata.io/ | Worldwide [Eyeo (Adblock Plus)](/company-profiles/eyeo.md) | https://eyeo.com/ | Worldwide +[Faithlife](/company-profiles/faithlife.md) | https://www.faithlife.com/ | USA, Mexico [Fastly](/company-profiles/fastly.md) | https://www.fastly.com/ | Worldwide [FATMAP](/company-profiles/fatmap.md) | https://about.fatmap.com/careers | Europe [Fauna](/company-profiles/fauna.md) | https://www.fauna.com/ | Worldwide diff --git a/company-profiles/faithlife.md b/company-profiles/faithlife.md new file mode 100644 index 00000000..3200502e --- /dev/null +++ b/company-profiles/faithlife.md @@ -0,0 +1,61 @@ +# Faithlife + +## Company blurb + +Faithlife makes Bible software and software for churches. We use technology to equip the Church to grow in the light of the Bible. + +Our most popular product is [Logos Bible Software](https://www.logos.com), a powerful tool to study the Bible in-depth. Its features include tools for sermon planning, word studies, original languages, and more. It's also integrated with our suite of tools for the Church, including [Faithlife Proclaim Church Presentation Software](https://faithlife.com/products/proclaim), [Faithlife Giving](https://faithlife.com/products/giving), [Faithlife TV](https://faithlifetv.com), and more. [Faithlife Equip](https://faithlife.com/products/equip) wraps all of our products into one platform that serves the whole church. + +## Company size + +Around 450 employees + +## Remote status + +Faithlife has been a remote-friendly company for years, and seamlessly transitioned to remote work during the Coronavirus pandemic. Most communication happens online via internal and external tools. + +Depending on the position and department, remote workers can be flown into the office on the company's expense several times a year to get face time with their teams. The company has an apartment in downtown Bellingham, which remote workers can use. + +The Faithlife People team also makes an effort to ensure that remote workers are included in in-person events such as product launches and our summer "Read for Cash" program where you're paid by the page to read business books. + +## Region + +Employees can work from the offices in Bellingham, Washington, USA, or Lock Haven, Pennsylvania, USA. Most positions also allow for remote work in [any of the following states:](https://faithlife.com/careers/remote) +* Alabama +* Arizona +* California +* Colorado +* Florida +* Georgia +* Illinois +* Indiana +* Maryland +* Michigan +* Missouri +* New York +* North Carolina +* Ohio +* Pennsylvania +* South Carolina +* Tennessee +* Texas +* Vermont +* Virginia +* Washington + +We also work with a subsidiary office in Puebla, Mexico, which allows remote work for some positions. + +We occasionally also work with contractors in countries other than the U.S. and Mexico. + + +## Company technologies + +JavaScript, HTML, CSS, React, C#, SQL, C++, Kotlin + +## Office locations + +The company is located in Bellingham, Washington, USA. We also have an office in Lock Haven, Pennsylvania and an affiliate office in Puebla, Mexico. + +## How to apply + +[Faithlife careers](https://faithlife.com/careers) From d1f347fd008b29b98cdfee25f9afbb7b5cb9eb33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20de=20Mart=C3=ADnez?= Date: Thu, 7 Oct 2021 10:00:18 +0200 Subject: [PATCH 033/119] Reverted changes to pull_request_template.md as I misunderstood the purpose of it. --- PULL_REQUEST_TEMPLATE.MD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.MD b/PULL_REQUEST_TEMPLATE.MD index 4e63ddae..3881a1ad 100644 --- a/PULL_REQUEST_TEMPLATE.MD +++ b/PULL_REQUEST_TEMPLATE.MD @@ -5,14 +5,14 @@ If updating or adding a company, please include details here: _delete this and add details_ - [ ] This PR contains housekeeping only (URL edits, copy changes etc) - if check, delete other lines that don't apply. -- [X] I am an employee of the company mentioned and confirm all included details are correct. -- [X] You know your alphabet - company is listed in alphabetical order in the README.md file. -- [X] The company directly hires employees. No bootcamps / freelance sites / etc -- [X] The company hires remote employees, or positions are available to remote workers and are clearly illustrated as such. -- [X] A [company profile](https://github.com/remoteintech/remote-jobs/blob/main/company-profiles/example.md) is included - This is __required__ for new additions. -- [X] __Remote status__ has details regarding how the culture includes remote employees, how the company integrated remote workers, etc -- [X] __Region__ details the geographic regions in which this company's employees can reside. For more details see the instructions in the [example company profile](/company-profiles/example.md#region). -- [X] __How to apply__ details the best approach for new applications, page on site where open position are listed, and any other help available for job hunters +- [ ] I am an employee of the company mentioned and confirm all included details are correct. +- [ ] You know your alphabet - company is listed in alphabetical order in the README.md file. +- [ ] The company directly hires employees. No bootcamps / freelance sites / etc +- [ ] The company hires remote employees, or positions are available to remote workers and are clearly illustrated as such. +- [ ] A [company profile](https://github.com/remoteintech/remote-jobs/blob/main/company-profiles/example.md) is included - This is __required__ for new additions. +- [ ] __Remote status__ has details regarding how the culture includes remote employees, how the company integrated remote workers, etc +- [ ] __Region__ details the geographic regions in which this company's employees can reside. For more details see the instructions in the [example company profile](/company-profiles/example.md#region). +- [ ] __How to apply__ details the best approach for new applications, page on site where open position are listed, and any other help available for job hunters This is a modified version of the [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/main/CONTRIBUTING.md). From d9e4e875216be76eaccd0ddede701c7035dfe16d Mon Sep 17 00:00:00 2001 From: Anthony Morris Date: Fri, 8 Oct 2021 08:15:32 -0700 Subject: [PATCH 034/119] Add Monthly company profile --- company-profiles/1password.md | 2 +- company-profiles/monthly.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 company-profiles/monthly.md diff --git a/company-profiles/1password.md b/company-profiles/1password.md index 4a0649c0..786fb49e 100644 --- a/company-profiles/1password.md +++ b/company-profiles/1password.md @@ -10,7 +10,7 @@ ## Remote status -Almost all of us are remote. We also have an office in downtown Toronto that everone is welcome to use when they're in the city, but even Toronto locals pop in just a few days a week. +Almost all of us are remote. We also have an office in downtown Toronto that everyone is welcome to use when they're in the city, but even Toronto locals pop in just a few days a week. ## Region diff --git a/company-profiles/monthly.md b/company-profiles/monthly.md new file mode 100644 index 00000000..481b068f --- /dev/null +++ b/company-profiles/monthly.md @@ -0,0 +1,29 @@ +# Monthly + +## Company blurb + +Monthly is a platform when students enroll in immersive, month-long classes with the world's best instructors. We're working to make creative fulfillment attainable for everyone. + +## Company size + +50-100 (October 2021) + +## Remote status + +Our company has been distributed since day one. We're spread across the United States and Canada. + +## Region + +Current openings are for remote positions in US and Canada. + +## Company technologies + +React, TypeScript, Python and AWS. + +## Office locations + +None + +## How to apply + +Check our careers page: https://monthly.com/careers From a05ccbecb5240b41f7ec0197dd53be7be016a3e1 Mon Sep 17 00:00:00 2001 From: Anthony Morris Date: Fri, 8 Oct 2021 08:17:15 -0700 Subject: [PATCH 035/119] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8233f0bc..ecc592b0 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ Name | Website | Region [Mokriya](/company-profiles/mokriya.md) ⚠️️ | https://mokriya.com | [Molteo](/company-profiles/molteo.md) | https://molteo.com/ | Worldwide [MongoDB](/company-profiles/mongodb.md) | https://mongodb.com | Worldwide +[Monthly](/company-profiles/monthly.md) | https://monthly.com | North America [Mozilla](/company-profiles/mozilla.md) | https://www.mozilla.org/ | North America [mtc.](/company-profiles/mtc.md) | https://www.mtcmedia.co.uk | UK & Europe [Muck Rack](/company-profiles/muck-rack.md) | https://muckrack.com | Worldwide From 0d7856a645d9685a29543be00fa7d04d25bea283 Mon Sep 17 00:00:00 2001 From: Erich Smith Date: Fri, 8 Oct 2021 13:47:56 -0400 Subject: [PATCH 036/119] Add company - JupiterOne --- README.md | 1 + company-profiles/jupiterone.md | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 company-profiles/jupiterone.md diff --git a/README.md b/README.md index 8233f0bc..06471623 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,7 @@ Name | Website | Region [Jolly Good Code](/company-profiles/jolly-good-code.md) | https://www.jollygoodcode.com | Worldwide [journy.io](/company-profiles/journy-io.md) | https://www.journy.io | Europe [Joyent](/company-profiles/joyent.md) | https://www.joyent.com/careers/ | USA, UK, Canada, SK, SG +[JupiterOne](/company-profiles/jupiterone.md) | https://www.jupiterone.com/careers/ | USA [Kaggle](/company-profiles/kaggle.md) | https://kaggle.com/ | Worldwide [Keen IO](/company-profiles/keen-io.md) | https://keen.io/ | [Kentik](/company-profiles/kentik.md) | https://www.kentik.com/careers | USA, Europe, APAC diff --git a/company-profiles/jupiterone.md b/company-profiles/jupiterone.md new file mode 100644 index 00000000..f322d932 --- /dev/null +++ b/company-profiles/jupiterone.md @@ -0,0 +1,33 @@ +# JupiterOne + +## Company blurb + +JupiterOne is a cyber asset management and governance solution, providing visibility and security into your entire cyber asset universe. With JupiterOne, teams can discover, monitor, understand, and act on changes in their digital environment. + +## Company size + +80 - 100 Employees + +## Remote status + +The majority of positions are remote. Employees that live near our office location are welcome to work at the office. + +## Region + +We can hire people anywhere in the United States. + +## Company technologies + +- Node.js +- TypeScript +- React +- AWS (Lambda, ECS, APIGW) +- GraphQL + +## Office locations + +- Morrisville (RTP), NC + +## How to apply + +[JupiterOne Careers](https://www.jupiterone.com/careers/) From eaa24b53506bde58fc92985d7250ed761e1176ae Mon Sep 17 00:00:00 2001 From: HIMANSHU RAMESH AGARWAL Date: Sat, 9 Oct 2021 01:28:38 +0530 Subject: [PATCH 037/119] Added an important remote job opportunity --- README.md | 1 + company-profiles/maxicus.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 company-profiles/maxicus.md diff --git a/README.md b/README.md index 8233f0bc..102a7538 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,7 @@ Name | Website | Region [Mapbox](/company-profiles/mapbox.md) | https://www.mapbox.com/ | Worldwide [Marketade](/company-profiles/marketade.md) ️ | https://www.marketade.com | USA [MarsBased](/company-profiles/marsbased.md) | https://marsbased.com/ | Worldwide +[Maxicus](/company-profiles/maxicus.md) | https://maxicus.com/ | India [Mediacurrent](/company-profiles/mediacurrent.md) | https://www.mediacurrent.com/ | USA [Mediavine]( /company-profiles/mediavine.md) | https://www.mediavine.com/ | USA [Medium](/company-profiles/medium.md) | https://medium.com/ | USA diff --git a/company-profiles/maxicus.md b/company-profiles/maxicus.md new file mode 100644 index 00000000..abd32185 --- /dev/null +++ b/company-profiles/maxicus.md @@ -0,0 +1,29 @@ +# Maxicus + +## Company blurb + +[Maxicus](https://maxicus.com/) intelligently blend the human EQ and machine IQ to foster interactions that last in your customers’ memories. +Takes customer experience a notch above by building exceptional engagement at both assisted and digital channels. + +## Company size + +~250 employees (as of Oct 2020). + +## Remote status + Remote employement is provided. + +## Region + +India + +## Company technologies + +PHP, Laravel, MySQL, Git,Big Data,C#,Java and Python Programming + +## Office locations + +The main offices are located in Gurgaon. + +## How to apply + +Visit our [Contact Page](https://remoters.net/jobs/maxicus/) From 4e45b771ff4cbbd5907f0587aed77f93782cc39e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Mendon=C3=A7a?= Date: Sat, 9 Oct 2021 01:13:06 +0100 Subject: [PATCH 038/119] add new company - Celsius --- README.md | 1 + company-profiles/celsius.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 company-profiles/celsius.md diff --git a/README.md b/README.md index 8233f0bc..f4d48dff 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ Name | Website | Region [CartoDB](/company-profiles/cartodb.md) | https://cartodb.com/ | Worldwide [CartStack](/company-profiles/cartstack.md) | https://www.cartstack.com/ | Worldwide [Casumo](/company-profiles/casumo.md) | https://www.casumo.com/ | Europe +[Celsius](/company-profiles/celsius.md) | https://celsius.network/ | Worldwide [Chargify](/company-profiles/chargify.md) | https://www.chargify.com/ | USA [charity: water](/company-profiles/charity-water.md) | https://www.charitywater.org/ | USA, Offices in NY [ChatGen](/company-profiles/chatgen.md) | https://chatgen.ai/ | India, USA diff --git a/company-profiles/celsius.md b/company-profiles/celsius.md new file mode 100644 index 00000000..dcd502d7 --- /dev/null +++ b/company-profiles/celsius.md @@ -0,0 +1,31 @@ +# Celsius + +## Company blurb + +Founded in 2017, Celsius pioneered yield on crypto assets and is the industry leader for unparalleled access to fair, rewarding financial services. + +We’re disrupting the financial industry with our mission towards economic freedom for everyone. + +## Company size + +Over 200 employees (as of April 2021) + +## Remote status + +We are fully remote, and also have offices in New Jersey, London, Tel Aviv, Atlanta, and Austin. + +## Region + +The Celsius team is spread all over the world wherever the smartest minds are. + +## Company technologies + +Javascript, Node.js, React, TypeScript, Java, Kotlin and more. + +## Office locations + +New Jersey, London, Tel Aviv, Atlanta, and Austin. + +## How to apply + +[Careers at Celsius](https://celsius.network/careers) \ No newline at end of file From d17a676576ac50f0ce803a9654ad66d7dfca03c8 Mon Sep 17 00:00:00 2001 From: Khitab Mankad Date: Sat, 9 Oct 2021 21:24:05 +0530 Subject: [PATCH 039/119] add new company - incubyte --- README.md | 1 + company-profiles/incubyte.md | 52 ++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 company-profiles/incubyte.md diff --git a/README.md b/README.md index 8233f0bc..7c727154 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,7 @@ Name | Website | Region [Impira](/company-profiles/impira.md) | https://www.impira.com/ | USA [Implisense](/company-profiles/implisense.md) | https://implisense.com/ | Germany [Incsub](/company-profiles/incsub.md) | https://incsub.com/ | Worldwide +[Incubyte](/company-profiles/incubyte.md) | https://incubyte.co/ | India [Infinite Red](/company-profiles/infinite-red.md) | https://infinite.red | USA & CA [InfluxData](/company-profiles/influxdata.md) | https://influxdata.com | USA, UK, DE, IT [Inpsyde](/company-profiles/inpsyde.md) | https://inpsyde.com/en/ | Europe diff --git a/company-profiles/incubyte.md b/company-profiles/incubyte.md new file mode 100644 index 00000000..7f821c22 --- /dev/null +++ b/company-profiles/incubyte.md @@ -0,0 +1,52 @@ +# Incubyte + +## Company blurb + +[Incubyte](https://incubyte.co/) is a remote-first company that helps its clients craft future-ready software products that can adapt to changing business needs. +We are powered by software professionals from over 15 cities, to converge on projects across the globe. + +## Company size + +[Around 50 software craftspersons.](https://blog.incubyte.co/blog/one-year-of-incubyte/) + +## Remote status + +No office. We're fully remote. + +Here is an [overview of hiring process.](https://blog.incubyte.co/blog/how-we-hire-software-craftspeople/) + +## Region + +As of 2021, all employees are from **India**. + +## Company technologies + +Incubyte is a *technology agnostic* company. +However, here is small list of our area of work: + +- Java: + - Spring + - Hibernate +- Javascript / HTML: + - NodeJS + - Angular + - React +- Python + - Flask +- Data Engineering: + - Databricks + - Spark + - Kafka + - NoSQL (MongoDB, CosmosDB, Cassandra etc) + - Azure Datalake, Event Hub, Debezium, Confluent, Azure Functions + +## Best Practices + +- Test Driven Development +- SOLID Design Principles +- Clean Coding + +## How to apply + +Visit our [carrers page](https://www.incubyte.co/careers) for the latest openings. +For questions regarding hiring, feel free to write at careers@incubyte.co. From c2900da462103880a6bf36eb8fef3e55a8ac9a2f Mon Sep 17 00:00:00 2001 From: Evgenii Bashmakov Date: Sun, 10 Oct 2021 15:48:37 +0800 Subject: [PATCH 040/119] Add new company - BandLab --- README.md | 1 + company-profiles/bandlab.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 company-profiles/bandlab.md diff --git a/README.md b/README.md index 8233f0bc..57c63b51 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Name | Website | Region [Balena](/company-profiles/balena.md) | https://www.balena.io/ | Worldwide [Balsamiq](/company-profiles/balsamiq.md) | https://balsamiq.com/ | Worldwide [Bandcamp](/company-profiles/bandcamp.md) | https://bandcamp.com/ | Worldwide +[BandLab](/company-profiles/bandlab.md) | https://bandlab.com/ | Worldwide [Bandzoogle](/company-profiles/bandzoogle.md) | https://bandzoogle.com/ | Worldwide [Baremetrics](/company-profiles/baremetrics.md) | https://baremetrics.com/ | Worldwide [Basecamp](/company-profiles/basecamp.md) | https://basecamp.com/ | Worldwide diff --git a/company-profiles/bandlab.md b/company-profiles/bandlab.md new file mode 100644 index 00000000..f2657e91 --- /dev/null +++ b/company-profiles/bandlab.md @@ -0,0 +1,31 @@ +# BandLab + +## Company blurb + +BandLab is a leading social music creation platform with a global reach of over 40 million users. Through its best-in-class digital audio workstation (DAW) and audio hardware division, BandLab empowers creators to make music and share their creative process with musicians and fans on an unprecedented level. + +The BandLab product family also includes BandLab for Education, an award-winning music creation platform with classroom management tools, and Cakewalk by BandLab, a professional-level digital recording studio for career musicians and producers. + +## Company size + +200+ (as of Oct 2021) + +## Remote status + +BandLab has a lot of remote job openings and most of the team works remotely. + +## Region + +Worldwide + +## Company technologies + +TypeScript, Swift, Kotlin, Go, .NET, Node.js, AWS/Azure/GCP, Serverless, and many others depending on the team. + +## Office locations + +Singapore, US, UK + +## How to apply + +Job openings: https://apply.workable.com/bandlabtechnologies/ From e0271d9d0a2e6ee2ef3915275a4c51eb5bb52916 Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Mon, 11 Oct 2021 10:55:57 +0100 Subject: [PATCH 041/119] a8c 2021 update a8c 2021 update --- company-profiles/automattic.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/company-profiles/automattic.md b/company-profiles/automattic.md index 3f62d9e4..fda16c70 100644 --- a/company-profiles/automattic.md +++ b/company-profiles/automattic.md @@ -2,13 +2,15 @@ ## Company blurb -We are a distributed company, democratizing publishing and development. +All around the world, +Building a new web, and a +New workplace. Join us! -We are the people behind WordPress.com, WooCommerce, Jetpack, Simplenote, Longreads, VaultPress, Akismet, Gravatar, Crowdsignal, Cloudup, Tumblr, and more. We believe in making the web a better place. +We are the people behind WordPress.com, WooCommerce, Jetpack, Simplenote, Longreads, VaultPress, Akismet, Gravatar, Crowdsignal, Cloudup, Tumblr, Day One, Pocket Casts and more. We believe in making the web a better place. ## Company size -1200 and growing, we call ourselves [Automatticians](https://automattic.com/about/). +We’re a distributed company with 1,785 Automatticians in 90 countries speaking 113 different languages, we call ourselves [Automatticians](https://automattic.com/about/). ## Remote status @@ -18,7 +20,7 @@ Choose your own adventure · Everyone works from where they feel works for them. ## Region -Worldwide - our team members hail from all over, every continent except Antarctica (so far!) - this means [over 70 countries](https://automattic.com/map/). +Worldwide - our team members hail from all over, every continent except Antarctica (so far!) - this means [over 90 countries](https://automattic.com/map/). ## Company technologies From 8d688a13f2eb8384abd4a8c46d10bdb91d80a78a Mon Sep 17 00:00:00 2001 From: Billy Hall Date: Mon, 11 Oct 2021 09:42:37 -0500 Subject: [PATCH 042/119] Zip Co information --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8233f0bc..d2012ff6 100644 --- a/README.md +++ b/README.md @@ -592,3 +592,4 @@ Name | Website | Region [Zapier](/company-profiles/zapier.md) | https://zapier.com/ | Worldwide [Zeit.io](/company-profiles/zeit-io.md) | https://zeit.io/ | Germany, The Netherlands, Spain, Chile [Zignaly.com](/company-profiles/zignaly.md) | https://zignaly.io/ | Worldwide +[Zip.co](/company-profiles/zip-co.md) | https://zip.co/us/ | USA, Canada \ No newline at end of file From 2096d8b4ca06399fb51226a9d1907514cdca95b9 Mon Sep 17 00:00:00 2001 From: Billy Hall Date: Mon, 11 Oct 2021 09:47:49 -0500 Subject: [PATCH 043/119] Zip profile --- company-profiles/zip-co.md | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 company-profiles/zip-co.md diff --git a/company-profiles/zip-co.md b/company-profiles/zip-co.md new file mode 100644 index 00000000..c1dedbf2 --- /dev/null +++ b/company-profiles/zip-co.md @@ -0,0 +1,43 @@ +# Zip Co + +## Company blurb + +The payment platform for everyone +Zip, gives savvy shoppers more freedom and flexibility to pay later anywhere with its buy now pay later platform. + +## Company size + +1100+ Globally + +## Remote status + +Most positions are eliglbe for remote work. + +## Region + +USA +Canada + +## Company technologies + +* React +* VueJS +* C# +* .Net Core +* Event Store +* Azure +* React Native +* Kubernetes +* Microservices +* Linux +* SQL Server + +## Office locations + +New York City (US HQ) +Toronto, CA (Canada HQ) +Mexico City, Mx (Mexico HQ) + +## How to apply + +https://zip.co/us/about#careersection From 931bd8e5e66f7a8ddfb7c506f6a9e55634a13265 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Mon, 11 Oct 2021 14:22:13 -0300 Subject: [PATCH 044/119] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8233f0bc..e8d04d66 100644 --- a/README.md +++ b/README.md @@ -459,6 +459,7 @@ Name | Website | Region [Research Square](/company-profiles/research-square.md) | https://www.researchsquare.com/ | USA [RightScale](/company-profiles/rightscale.md) ⚠️️ | https://www.rightscale.com/ | [Roadtrippers](/company-profiles/roadtrippers.md) | https://www.roadtrippers.com | USA +[Rocket.Chat](/company-profiles/rocket-chat.md) | https://rocket.chat | Worldwide [rtCamp](/company-profiles/rtcamp-solutions.md) | https://rtcamp.com | Worldwide [Safari Books Online](/company-profiles/safari-books-online.md) | https://www.safaribooksonline.com | Worldwide [Salesforce](/company-profiles/salesforce.md) | https://www.salesforce.com/ | Worldwide From c4d8879f8aaa60d13cf4f0b9b1d0aa1ddb5a244a Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Mon, 11 Oct 2021 14:44:47 -0300 Subject: [PATCH 045/119] Create rocket-chat.md --- company-profiles/rocket-chat.md | 40 +++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 company-profiles/rocket-chat.md diff --git a/company-profiles/rocket-chat.md b/company-profiles/rocket-chat.md new file mode 100644 index 00000000..1d8fcfe2 --- /dev/null +++ b/company-profiles/rocket-chat.md @@ -0,0 +1,40 @@ +# Example Company + +## Company blurb + +[Rocket.Chat](https://rocket.chat) is an open-source fully customizable communications platform developed in JavaScript for organizations with high standards of data protection. + +We are a MERN based application enabling real-time conversations between colleagues, with other companies or with your customers, regardless of how they connect with you. The result is an increase in productivity and customer satisfaction rates. + +Every day, tens of millions of users in over 150 countries and in organizations such as Deutsche Bahn, The US Navy, and Credit Suisse trust [Rocket.Chat](https://rocket.chat) to keep their communications completely private and secure. + +## Company size + +[Currently 100-200 Rocketeers](https://rocket.chat/team) and [1500 contributors](https://rocket.chat/company/about-us) + +## Remote status + +Almost all of us are remote. We also have an office in Brazil that everone is welcome to use when they're around Porto Alegre with place to work, dinner and sleep. + +Explore our [handbook](https://handbook.rocket.chat/): +- [Our Culture](https://handbook.rocket.chat/company/our-culture) +- [Remote Work](https://handbook.rocket.chat/company/our-culture/remote-work) +- [Our Summit](https://handbook.rocket.chat/departments-operations/people/summit) + +## Region + +Worldwide. We have Rocketeers on, almost, every continent. + +## Company technologies + +Based on our [Open Source Organization](https://github.com/RocketChat) the company focuses on JavaScript/TypeScript for the [server / web-client](https://github.com/RocketChat/Rocket.Chat), [mobile](https://github.com/RocketChat/Rocket.Chat.ReactNative) and [desktop](https://github.com/RocketChat/Rocket.Chat.Electron). + +We work with MongoDB as the application's database, GoLang for our closed source applications, Kubernets and many more. + +## Office locations + +Our "Co-Working" Office is located in Porto Alegre, Rio Grande do Sul, Brazil. + +## How to apply + +We are higin, visit [rocket.chat/jobs](https://rocket.chat/jobs) From 6c37b355d7ebad0cb5a9a1a7d0b862f214645fc1 Mon Sep 17 00:00:00 2001 From: okpierre <1679025+okpierre@users.noreply.github.com> Date: Mon, 11 Oct 2021 15:05:50 -0400 Subject: [PATCH 046/119] Create wpmedia.md --- company-profile/wpmedia.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 company-profile/wpmedia.md diff --git a/company-profile/wpmedia.md b/company-profile/wpmedia.md new file mode 100644 index 00000000..25ce7796 --- /dev/null +++ b/company-profile/wpmedia.md @@ -0,0 +1,29 @@ +# WP Media + +## Company blurb + +WP Media is a bootstrapped, remote startup of 35 people based all around the world. We are mostly focused on the WordPress market. + +## Company size + +35 + +## Remote status + +You choose where you want to work: from home, from an office, from a coworking, or your rocket ship. It makes no difference to us. + +## Region + +**Worldwide** + +## Company technologies + +WordPress, WP Rocket, Imagify, PHP, SaaS + +## Office locations + +Lyon, Auvergne-Rhône-Alpes 69002, France + +## How to apply + +https://apply.workable.com/wp-media/ From a38c580a66a05d40d1abba6ef87ba7a61a395c5b Mon Sep 17 00:00:00 2001 From: okpierre <1679025+okpierre@users.noreply.github.com> Date: Mon, 11 Oct 2021 15:06:06 -0400 Subject: [PATCH 047/119] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8233f0bc..bb3a40e0 100644 --- a/README.md +++ b/README.md @@ -580,6 +580,7 @@ Name | Website | Region [Wizeline](/company-profiles/wizeline.md) | https://www.wizeline.com/ | Worldwide [Wolfram](/company-profiles/wolfram.md) | https://www.wolfram.com | Worldwide [Wombat Security Technologies](/company-profiles/wombat-security.md) | https://www.wombatsecurity.com/ | USA +[WP Media](/company-profiles/wpmedia.md) | https://wp-media.me/ | Worldwide [X-Team](/company-profiles/x-team.md) | https://x-team.com/ | Worldwide [Xapo](/company-profiles/xapo.md) | https://xapo.com/en/ | Worldwide [XP Inc](/company-profiles/xp-inc.md) | https://www.xpi.com.br/ | Brazil From 928fd3d0af75999757d910d3df74cfac7efbc87a Mon Sep 17 00:00:00 2001 From: rylim <36293596+rylim@users.noreply.github.com> Date: Wed, 13 Oct 2021 00:30:12 -0700 Subject: [PATCH 048/119] Add custom 404.html page --- bin/build-site.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/build-site.js b/bin/build-site.js index 3c8cf1dc..1f038bac 100755 --- a/bin/build-site.js +++ b/bin/build-site.js @@ -279,6 +279,11 @@ async function buildSite() { } } ); + // Generate custom 404 page + console.log(); + console.log( 'Writing custom 404 page' ); + writePage( '404.html', '

Test Custom 404

' ); + console.log(); console.log( 'Site files are ready in "site/build/"' ); } From 0514304c4239a875a1d7fe067248a994feed444e Mon Sep 17 00:00:00 2001 From: rylim <36293596+rylim@users.noreply.github.com> Date: Wed, 13 Oct 2021 00:34:47 -0700 Subject: [PATCH 049/119] Fix Company Blurb section --- company-profiles/tatvasoft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-profiles/tatvasoft.md b/company-profiles/tatvasoft.md index 4997cb55..f0715482 100644 --- a/company-profiles/tatvasoft.md +++ b/company-profiles/tatvasoft.md @@ -1,6 +1,6 @@ # TatvaSoft -## Company Blurb +## Company blurb TatvaSoft is a versatile software development service provider headquartered in India. This company is focused in serving almost all types of software development needs such as Application Development and Maintenance, Product development Services, Enterprise Application Services, custom software development, independent Testing and several other services. From 5aab9de16e2ef5d2d5eb564ffec24e76ada4aae6 Mon Sep 17 00:00:00 2001 From: Adrian Skar Date: Thu, 14 Oct 2021 20:44:29 +0200 Subject: [PATCH 050/119] fix/update[minor]: contributing.md - Update text formatting. - Remove double reference to code of conduct. --- CONTRIBUTING.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0b7ca42..fe847db4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,13 +4,11 @@ Please send a Pull Request if you have any additions or changes. Pull requests will be accepted based on the following: -1. The pull request adheres to the repository's [Code of Conduct](/CODE_OF_CONDUCT.md) -1. If the company is at least partially remote -1. If you add the company in alphabetical order in the list -1. If you submit the company with a website -1. If you submit the company with the regions that are accepted for remote positions (for more details see the instructions in the [example company profile](/company-profiles/example.md#region)) -1. If you submit a company profile page and link the company name to it (see example [here](/company-profiles/example.md)) - -Please adhere to the [Contributor Code of Conduct](CODE_OF_CONDUCT.md). +1. The pull request adheres to the repository's [Code of Conduct](/CODE_OF_CONDUCT.md). +1. The company works, at least partially, remotely. +1. The company appears in alphabetical order in the list. +1. The company includes a website. +1. The company info includes the regions that are accepted for remote positions (for more details see the instructions in the [example company profile](/company-profiles/example.md#region)) +1. The company has a profile page and the company name links to it (see example [here](/company-profiles/example.md)) Thanks for contributing! From 769b896e64cfc593130e1d44b6db271e95bdbc7b Mon Sep 17 00:00:00 2001 From: Adrian Skar Date: Thu, 14 Oct 2021 21:38:23 +0200 Subject: [PATCH 051/119] update[readme]: company Anexus no longer active It seems that Anexus is no longer active ([Dead hompage](https://www.anexusit.com/) and twitter profile [since 2017](https://twitter.com/anexusit?lang=eu)). I've commented it out on the README.md as I'm not sure if the project wants to delete companies when this happens or give them a 'grace period' in case they come back. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8233f0bc..0707fce5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Name | Website | Region [AlphaSights](/company-profiles/alphasights.md) | https://engineering.alphasights.com | USA, UK, (EST, GMT) [Amazon](/company-profiles/amazon.md) | https://www.amazon.jobs/en/locations/virtual-locations | Worldwide [Ambaum](/company-profiles/ambaum.md) | https://ambaum.com/ | USA, Europe -[Anexus](/company-profiles/anexus.md) | http://www.anexusit.com/ | Latin America + [Animalz](/company-profiles/animalz.md) | https://www.animalz.co | USA [Anomali](/company-profiles/anomali.md) | https://www.anomali.com/company/careers | USA, UK, Singapore [apartment therapy](/company-profiles/apartment-therapy.md) | http://www.apartmenttherapy.com/ | USA From 282380806b7a5be96df04873d557a7c9b7502722 Mon Sep 17 00:00:00 2001 From: "barbaraaliverti@gmail.com" Date: Sun, 17 Oct 2021 14:26:53 -0300 Subject: [PATCH 052/119] Removed companies that don't exist anymore --- company-profiles/mokriya.md | 11 ----------- company-profiles/realhq.md | 11 ----------- company-profiles/wellmatch.md | 11 ----------- 3 files changed, 33 deletions(-) delete mode 100644 company-profiles/mokriya.md delete mode 100644 company-profiles/realhq.md delete mode 100644 company-profiles/wellmatch.md diff --git a/company-profiles/mokriya.md b/company-profiles/mokriya.md deleted file mode 100644 index e9c29012..00000000 --- a/company-profiles/mokriya.md +++ /dev/null @@ -1,11 +0,0 @@ -# Mokriya - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/mokriya.md) diff --git a/company-profiles/realhq.md b/company-profiles/realhq.md deleted file mode 100644 index 2d466227..00000000 --- a/company-profiles/realhq.md +++ /dev/null @@ -1,11 +0,0 @@ -# RealHQ - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/realhq.md) diff --git a/company-profiles/wellmatch.md b/company-profiles/wellmatch.md deleted file mode 100644 index 71e25411..00000000 --- a/company-profiles/wellmatch.md +++ /dev/null @@ -1,11 +0,0 @@ -# WellMatch - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/wellmatch.md) From be22ea6b14c1cb68515b38fa186e9557e7966f6b Mon Sep 17 00:00:00 2001 From: Erik Weibust Date: Sun, 17 Oct 2021 21:38:55 -0500 Subject: [PATCH 053/119] added usaa to the remote jobs site --- README.md | 1 + company-profiles/usaa.md | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 company-profiles/usaa.md diff --git a/README.md b/README.md index 8233f0bc..db7fc531 100644 --- a/README.md +++ b/README.md @@ -557,6 +557,7 @@ Name | Website | Region [Upwork Pro](/company-profiles/upwork-pro.md) | https://www.upwork.com | North America [Upworthy](/company-profiles/upworthy.md) | https://www.upworthy.com/ | Worldwide, Time Zone: PST, PDT [Ushahidi](/company-profiles/ushahidi.md) | https://www.ushahidi.com | Worldwide +[USAA](/company-profiles/usaa.md) | https://usaa.com | USA [Varnish Software](/company-profiles/varnish-software.md) | https://www.varnish-software.com/about-us | Worldwide [vast limits](/company-profiles/vast-limits.md) | https://vastlimits.com/ | Germany [Vercel](/company-profiles/vercel.md) | https://vercel.com/ | Worldwide diff --git a/company-profiles/usaa.md b/company-profiles/usaa.md new file mode 100644 index 00000000..43151937 --- /dev/null +++ b/company-profiles/usaa.md @@ -0,0 +1,38 @@ +# USAA + +## Company blurb + +At USAA we know the best way to serve our members is by building the best team. So, we seek out talented people to fill roles all across our company - from claims to finance to tech and beyond. But it's not just skill sets and impressive resumes we're looking for. It's the unique qualities that everyone at USAA shares. That means values like service, honesty, loyalty, and integrity, put into practice every single day as we do the most for our members. + +## Company size + +Around 32,000 employees. + +## Remote status + +Our headquarters is located in San Antonio, TX, but we have employees all over the country. We communicate through Slack, e-mail, Zoom, and our own internal portal. + +## Region + +USA + +## Company technologies + +- Java +- JavaScript +- Spring +- JavaEE +- React +- Git + +## Office locations + +- San Antonio, TX +- Plano, TX +- Phoenix, AZ +- Colorado Springs, CO +- Tampa, FL + +## How to apply + +Apply for any of the jobs listed on [our Jobs page](https://www.usaajobs.com/) From ba61144e9dad4e46d565e95549cee55ae216fb03 Mon Sep 17 00:00:00 2001 From: Erik Weibust Date: Sun, 17 Oct 2021 21:59:18 -0500 Subject: [PATCH 054/119] corrected order of company names --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db7fc531..8344711e 100644 --- a/README.md +++ b/README.md @@ -556,8 +556,8 @@ Name | Website | Region [Uhuru](/company-profiles/uhuru.md) | https://uhurunetwork.com/ | Worldwide [Upwork Pro](/company-profiles/upwork-pro.md) | https://www.upwork.com | North America [Upworthy](/company-profiles/upworthy.md) | https://www.upworthy.com/ | Worldwide, Time Zone: PST, PDT -[Ushahidi](/company-profiles/ushahidi.md) | https://www.ushahidi.com | Worldwide [USAA](/company-profiles/usaa.md) | https://usaa.com | USA +[Ushahidi](/company-profiles/ushahidi.md) | https://www.ushahidi.com | Worldwide [Varnish Software](/company-profiles/varnish-software.md) | https://www.varnish-software.com/about-us | Worldwide [vast limits](/company-profiles/vast-limits.md) | https://vastlimits.com/ | Germany [Vercel](/company-profiles/vercel.md) | https://vercel.com/ | Worldwide From 93466281af97c4754e49cba1e32f8ba4d32cee75 Mon Sep 17 00:00:00 2001 From: alejandroereyesb Date: Mon, 18 Oct 2021 20:28:04 +0200 Subject: [PATCH 055/119] add/silverfin --- README.md | 1 + company-profiles/silverfin.md | 40 +++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 company-profiles/silverfin.md diff --git a/README.md b/README.md index 8233f0bc..fc0933d1 100644 --- a/README.md +++ b/README.md @@ -482,6 +482,7 @@ Name | Website | Region [Shogun](/company-profiles/shogun.md) | https://getshogun.com | Worldwide [Shopify](/company-profiles/shopify.md) | https://www.shopify.com | Worldwide [SignEasy](/company-profiles/signeasy.md) | https://getsigneasy.com | Worldwide +[Silverfin](/company-profiles/silverfin.md) | https://www.silverfin.com/ | Worldwide [simplabs](/company-profiles/simplabs.md) | https://simplabs.com/ | Europe and Americas [Simple](/company-profiles/simple.md) | https://www.simple.com/ | USA [SimpleTexting](/company-profiles/simpletexting.md) | https://simpletexting.com/ | Worldwide diff --git a/company-profiles/silverfin.md b/company-profiles/silverfin.md new file mode 100644 index 00000000..7fc61115 --- /dev/null +++ b/company-profiles/silverfin.md @@ -0,0 +1,40 @@ +# Silverfin + +## Company blurb +Silverfin is the cloud platform that makes accountancy firms more successful. It improves the efficiency, competitiveness and profitability of compliance services, and powers the development and delivery of advisory services. + +Silverfin takes financial data directly from client systems and hosts it securely in a single cloud Structured Data Hub. Then templates standardise, and automate, accounting workflows and use the data hub to make compliance easy, fast, and accurate. + +But that’s only half the story. Leading firms use Silverfin to power their advisory services too. Looking at data and trends, right across the client portfolio is easy and automatic alerts warn of risks or identify opportunities to give advice, or sell additional services. + +We call this connected accounting and our customers tell us Silverfin has made their day-to-day business better and given them the data, tools, and time, they need to deliver the advisory services and insights their clients really value. + +## Company size + +161 + +## Remote status +Remote-friendly workplace. + +## Region +Worldwide + +## Company technologies +1. Ruby +2. Vue.js and +3. Vanilla JS +4. jQuery +5. PostgreSQL +6. Redis +7. Kubernetes in Google Cloud +8. GitLab + + +## Office locations +1. Ghent, Belgium +2. London, United Kingdom +3. Amsterdam, Netherlands +4. Copenhagen, Denmark + +## How to apply +Apply here - [https://www.silverfin.com/careers](https://www.silverfin.com/careers) From 6c28aa6c2a91e5b83f42ac37168c802e7321bdc3 Mon Sep 17 00:00:00 2001 From: junaidjaved248 Date: Tue, 19 Oct 2021 01:34:32 +0500 Subject: [PATCH 056/119] Add New Company - Remote Base --- README.md | 1 + company-profiles/remotebase.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 company-profiles/remotebase.md diff --git a/README.md b/README.md index 8233f0bc..1515998c 100644 --- a/README.md +++ b/README.md @@ -454,6 +454,7 @@ Name | Website | Region [Redox](/company-profiles/redox.md) | https://www.redoxengine.com/ | USA [Reducer](/company-profiles/reducer.md) | https://reducer.co.uk | UK [reinteractive](/company-profiles/reinteractive.md) ⚠️️ | https://reinteractive.net/ | +[Remote Base](/company-profiles/remotebase.md) | https://remotebase.com | Worldwide [Remote Garage](/company-profiles/remote-garage.md) | http://www.remotegarage.club/ | India [RenoFi](/company-profiles/renofi.md) | https://renofi.com/ | Worldwide [Research Square](/company-profiles/research-square.md) | https://www.researchsquare.com/ | USA diff --git a/company-profiles/remotebase.md b/company-profiles/remotebase.md new file mode 100644 index 00000000..277d136d --- /dev/null +++ b/company-profiles/remotebase.md @@ -0,0 +1,31 @@ +# Remote Base + +## Company blurb + +Remote Base provides Internal community of only the top 3% of software engineers.. + +RemoteBase only hire the top 3% of candidates that apply. This enables us to have a very strong internal community of engineers. Whenever an obstacle arises, the community instantly provides support and removes it, resulting in a far quicker development process. Freedom and flexibility are a core part of a career with remoteBase. We are a new, fast-growing start-up that is changing the future of work. Committed to providing an inspiring career that will develop your full potential, our team of remotely based software engineers are the power behind some of the most successful start-ups on the US west coast. Playing a key role in driving and accelerating the success of these enterprises, you will have the opportunity to work on challenging projects, share knowledge and learn from fellow remoteBase colleagues. Our success is driven by yours and working together with a set of common goals and values you will grow with us. + +## Company size + +50+ + +## Remote status + +We are a new, fast-growing start-up that is changing the future of work. Committed to providing an inspiring career that will develop your full potential, our team of remotely based software engineers are the power behind some of the most successful start-ups on the US west coast. Playing a key role in driving and accelerating the success of these enterprises, you will have the opportunity to work on challenging projects, share knowledge and learn from fellow remoteBase colleagues. + +## Region + +World Wide + +## Company technologies + +VueJS, Javascript, React JS, Full Stack developers, ROR Developers, Frontend Developers & Backend Developers + +## Office locations + +United State + +## How to apply + +Visit [Reducer](https://apply.workable.com/remotebase/) From 42a2adbd13cba011d24c64d4030402f981e0a25b Mon Sep 17 00:00:00 2001 From: junaidjaved248 Date: Tue, 19 Oct 2021 01:35:48 +0500 Subject: [PATCH 057/119] Add New Company - Remote Base --- company-profiles/remotebase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-profiles/remotebase.md b/company-profiles/remotebase.md index 277d136d..5ca0664b 100644 --- a/company-profiles/remotebase.md +++ b/company-profiles/remotebase.md @@ -28,4 +28,4 @@ United State ## How to apply -Visit [Reducer](https://apply.workable.com/remotebase/) +Visit [RemoteBase](https://apply.workable.com/remotebase/) From 61ec31ea7454fda86b5fb9dcc53ad64644aa5151 Mon Sep 17 00:00:00 2001 From: Dmytro Khmelenko Date: Mon, 18 Oct 2021 22:57:12 +0200 Subject: [PATCH 058/119] Add profile for Freeletics --- company-profiles/freeletics.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 company-profiles/freeletics.md diff --git a/company-profiles/freeletics.md b/company-profiles/freeletics.md new file mode 100644 index 00000000..f9303dfa --- /dev/null +++ b/company-profiles/freeletics.md @@ -0,0 +1,31 @@ +# Freeletics + +## Company blurb + +[Freeletics](https://www.freeletics.com/en/) is building successful number 1 in Europe mobile application for high intensity interval trainings (HIIT). It has an enourmous success and is being recognized by many fitness trainers. + +## Company size + +100-200 + +## Remote status + +Covid-19 pandemic situation changed the culture especially in engineering department. The company is open to hire talents remotely all across Germany. + +## Region + +Europe. Germany (HQ), Poland or Portugal. + +## Company technologies + +Backend: Ruby on Rails, Docker, Kubernetes, AWS +Android: Kotlin, Jetpack Compose, MVVM, MVI +iOS: Swift + +## Office locations + +Company has a headquarter in Munich, Germany. + +## How to apply + +Checkout an [official page](https://www.freeletics.com/en/corporate/jobs/) with open positions. It gets updated regularly. From 6999dbe2696f1d877b11d0a6ffb8294f50cac9b1 Mon Sep 17 00:00:00 2001 From: Dmytro Khmelenko Date: Mon, 18 Oct 2021 23:02:18 +0200 Subject: [PATCH 059/119] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8233f0bc..7536eb10 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ Name | Website | Region [Four Kitchens](/company-profiles/four-kitchens.md) | https://fourkitchens.com/ | North America, Latin America [Fraudio](/company-profiles/fraudio.md) | https://www.fraudio.com/ | Europe [Freeagent](/company-profiles/freeagent.md) | https://www.freeagent.com/ | Worldwide +[Freeletics](/company-profiles/freeletics.md) | https://www.freeletics.com/ | Germany [Fuel Made](/company-profiles/fuel-made.md) | https://fuelmade.com/ | Western North America [FullFabric](/company-profiles/full-fabric.md) | https://fullfabric.com/ | Europe [Functionize](/company-profiles/functionize.md) | https://www.functionize.com/ | Worldwide From 2edc2c62b311dbcf5c534ddc52e5ef2bd34be00b Mon Sep 17 00:00:00 2001 From: Dmytro Khmelenko Date: Mon, 18 Oct 2021 23:07:27 +0200 Subject: [PATCH 060/119] Add more to remote status --- company-profiles/freeletics.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/company-profiles/freeletics.md b/company-profiles/freeletics.md index f9303dfa..747e81e2 100644 --- a/company-profiles/freeletics.md +++ b/company-profiles/freeletics.md @@ -2,7 +2,7 @@ ## Company blurb -[Freeletics](https://www.freeletics.com/en/) is building successful number 1 in Europe mobile application for high intensity interval trainings (HIIT). It has an enourmous success and is being recognized by many fitness trainers. +[Freeletics](https://www.freeletics.com/en/) is building a successful number 1 in Europe mobile application for high-intensity interval training (HIIT). It has an enormous success and is being recognized by many fitness trainers. ## Company size @@ -10,11 +10,11 @@ ## Remote status -Covid-19 pandemic situation changed the culture especially in engineering department. The company is open to hire talents remotely all across Germany. +The covid-19 pandemic situation changed the culture, especially in the engineering department. The company is open to hiring talents remotely all across Germany. It has also registered entities in Poland and in Portugal. Remote employees are being treated in the same way as non-remote. There is a quarterly gathering in headquarter (Munich, Germany) to meet teams offline and get to know each other better. ## Region -Europe. Germany (HQ), Poland or Portugal. +Europe. Germany (HQ), Poland, or Portugal. ## Company technologies @@ -24,7 +24,7 @@ iOS: Swift ## Office locations -Company has a headquarter in Munich, Germany. +The company has a headquarter in Munich, Germany. ## How to apply From e0db6a173d986aef8796dd42a7765d1a057bd248 Mon Sep 17 00:00:00 2001 From: Okorie Daberechi Date: Tue, 19 Oct 2021 17:02:12 +0100 Subject: [PATCH 061/119] Adds AirGarage to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8233f0bc..ebb23a94 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Name | Website | Region [Aerolab](/company-profiles/aerolab.md) | https://aerolab.co/ | Latin America [AgFlow](/company-profiles/agflow.md) | https://www.agflow.com | Europe [Aha!](/company-profiles/aha.md) | https://www.aha.io | Worldwide +[AirGarage](/company-profiles/airgarage.md) | https://www.airgarage.com/ | USA [AirTreks](/company-profiles/airtreks.md) | https://www.airtreks.com/ | USA [Aivitex](/company-profiles/aivitex.md) | https://www.aivitex.de/ | Germany [Algorithmia](/company-profiles/algorithmia.md) | https://algorithmia.com/ | the USA or Canada From 61f2c25b4103fcd68c59cd2e3de06180f427e82d Mon Sep 17 00:00:00 2001 From: Okorie Daberechi Date: Tue, 19 Oct 2021 17:04:34 +0100 Subject: [PATCH 062/119] Adds Airgarage company profile --- company-profiles/airgarage.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 company-profiles/airgarage.md diff --git a/company-profiles/airgarage.md b/company-profiles/airgarage.md new file mode 100644 index 00000000..33fbb42a --- /dev/null +++ b/company-profiles/airgarage.md @@ -0,0 +1,27 @@ +# AirGarage + +## Company blurb +[AirGarage](https://www.airgarage.com/) is a full service parking operator. We handle all of the day-to-day logistics that go into making your parking lot or garage the most successful version of itself. + +We operate hundreds of parking lots and garages across the United States and Canada on behalf of landlords, property managers, and other real estate operators. Our focus is using technology to lower operational overhead and increase your net parking income. + +We're already maximizing returns for top-tier real estate owners +## Company size +11-50 employees +## Remote status +* Our company is remote-first, you’ll be joining a sharp, motivated team and have the option to work in an office in San Francisco or work **remotely.** + +## Region +AirGarage is headquartered in San Francisco, California and already operates 150+ parking lots and parking garages across 30 US states and are growing quickly. We also operate hundreds of parking lots and garages across Canada +* check out https://www.airgarage.com/careers to see what positions are available + +## Company technologies +Python, Django, and React, with some React Native and Expo. + +## Office locations +* Headquaters: + +San Francisco, California + +## How to apply +https://www.airgarage.com/careers \ No newline at end of file From a1e02983065eb8a753f822c176d8c466141b1ece Mon Sep 17 00:00:00 2001 From: Okorie Daberechi Date: Tue, 19 Oct 2021 17:19:01 +0100 Subject: [PATCH 063/119] Updates company's details --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8233f0bc..5a8ae7df 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ Name | Website | Region [Fire Engine Red](/company-profiles/fire-engine-red.md) | https://fire-engine-red.com/ | Worldwide [Fireball Labs](/company-profiles/fireball-labs.md) | https://www.fireballlabs.com | Germany [FivexL](/company-profiles/fivexl.md) | https://fivexl.io | Worldwide +[Flexera](/company-profiles/flexera.md) | https://www.flexera.com/ | USA [FlightAware](/company-profiles/flightaware.md) | https://flightaware.com | USA [Flowing](/company-profiles/flowing.md) | https://flowing.it | Italy [FMX](/company-profiles/fmx.md) | https://www.gofmx.com/ | USA @@ -457,7 +458,6 @@ Name | Website | Region [Remote Garage](/company-profiles/remote-garage.md) | http://www.remotegarage.club/ | India [RenoFi](/company-profiles/renofi.md) | https://renofi.com/ | Worldwide [Research Square](/company-profiles/research-square.md) | https://www.researchsquare.com/ | USA -[RightScale](/company-profiles/rightscale.md) ⚠️️ | https://www.rightscale.com/ | [Roadtrippers](/company-profiles/roadtrippers.md) | https://www.roadtrippers.com | USA [rtCamp](/company-profiles/rtcamp-solutions.md) | https://rtcamp.com | Worldwide [Safari Books Online](/company-profiles/safari-books-online.md) | https://www.safaribooksonline.com | Worldwide From bbfe0b732d62fffd54cecd3725dab9eb533bdfd8 Mon Sep 17 00:00:00 2001 From: Okorie Daberechi Date: Tue, 19 Oct 2021 17:22:13 +0100 Subject: [PATCH 064/119] Renames company rightscale to flexera --- company-profiles/{rightscale.md => flexera.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename company-profiles/{rightscale.md => flexera.md} (100%) diff --git a/company-profiles/rightscale.md b/company-profiles/flexera.md similarity index 100% rename from company-profiles/rightscale.md rename to company-profiles/flexera.md From ccd4845c274903ef622c7131fb16765b34fbeeb5 Mon Sep 17 00:00:00 2001 From: Okorie Daberechi Date: Tue, 19 Oct 2021 17:48:29 +0100 Subject: [PATCH 065/119] Updates company profile --- company-profiles/flexera.md | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/company-profiles/flexera.md b/company-profiles/flexera.md index fa494b98..2d8b2d3b 100644 --- a/company-profiles/flexera.md +++ b/company-profiles/flexera.md @@ -1,11 +1,34 @@ -# RightScale +# Flexera ## Company blurb +[Flexera](https://www.flexera.com/) delivers SaaS-based IT management solutions that enable enterprises to accelerate and multiply the return on their technology investments. We help organizations inform their IT with total visibility into their complex hybrid ecosystems, providing the IT insights that fuel better-informed decisions. And we help them transform their IT with tools that allow IT leaders to rightsize across all platforms, reallocate spend, reduce risk and chart the most effective path to the cloud. -⚠ We don't have much information about this company yet! +Flexera announced it has acquired RightScale. -If you know something we don't, help us fill it in! Here's how: +## Company size +1,001-5,000 -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/rightscale.md) +## Remote status +* our people also work remotely around the world +* many of our business functions have representation in our various global offices, allowing us to tap into a global talent pool and diverse set of experiences and insights from our employees. +* Over 1,300 passionate team members worldwide +* Competitive time off + +## Region +Flexera is a global company with offices in North America, Europe, Australia and Asia. We also have partners in every major market around the world to meet the needs of our global customer base. While our corporate headquarters is located just outside of Chicago, Illinois + +## Company technologies +Data science, Javascript, React, Software installation, Application packaging, Electronic software delivery, etc + +## Office locations +* We have offices in North America, Europe, Australia and Asia. + +Headquarters + +300 Park Blvd +Suite 500 +Itasca, IL 60143 +United States + +## How to apply +https://www.flexera.com/about-us/careers.html or https://www.flexera.com/about-us/contact-us.html \ No newline at end of file From 480f387795de45c70d12f04274e312d983f777c4 Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Thu, 21 Oct 2021 16:54:15 +0100 Subject: [PATCH 066/119] fix first header Blurb - blurb --- company-profiles/tatvasoft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-profiles/tatvasoft.md b/company-profiles/tatvasoft.md index 4997cb55..f0715482 100644 --- a/company-profiles/tatvasoft.md +++ b/company-profiles/tatvasoft.md @@ -1,6 +1,6 @@ # TatvaSoft -## Company Blurb +## Company blurb TatvaSoft is a versatile software development service provider headquartered in India. This company is focused in serving almost all types of software development needs such as Application Development and Maintenance, Product development Services, Enterprise Application Services, custom software development, independent Testing and several other services. From 9b34b84ac56bd4ea1f7af25c3a0d9476cecebf50 Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Thu, 21 Oct 2021 17:17:30 +0100 Subject: [PATCH 067/119] remove emoji from kickback and new line in glue --- company-profiles/glue-networks.md | 4 +++- company-profiles/kickback-rewards-systems.md | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/company-profiles/glue-networks.md b/company-profiles/glue-networks.md index af4eca49..1df56eb1 100644 --- a/company-profiles/glue-networks.md +++ b/company-profiles/glue-networks.md @@ -2,7 +2,9 @@ ## Company blurb -⚠ We don't have much information about this company yet! +⚠️ + +We don't have much information about this company yet! If you know something we don't, help us fill it in! Here's how: diff --git a/company-profiles/kickback-rewards-systems.md b/company-profiles/kickback-rewards-systems.md index 58ee2c3c..772f6325 100644 --- a/company-profiles/kickback-rewards-systems.md +++ b/company-profiles/kickback-rewards-systems.md @@ -2,7 +2,10 @@ ## Company blurb -⚠ We don't have much information about this company yet! +26a0 + +We don't have much information about this company yet! + If you know something we don't, help us fill it in! Here's how: From 2af80b850a5f96f027f780d6546539fe5e3d85d6 Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Thu, 21 Oct 2021 17:45:31 +0100 Subject: [PATCH 068/119] =?UTF-8?q?remove=20all=20entries=20with=20?= =?UTF-8?q?=E2=9A=A0=EF=B8=8F=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +------------------- company-profiles/glue-networks.md | 13 ------------ company-profiles/kickback-rewards-systems.md | 14 ------------- company-profiles/librato.md | 11 ---------- company-profiles/livingsocial.md | 11 ---------- company-profiles/mokriya.md | 11 ---------- company-profiles/mycelium.md | 11 ---------- company-profiles/next-big-sound.md | 11 ---------- company-profiles/parker-wallace.md | 11 ---------- company-profiles/peachworks.md | 11 ---------- company-profiles/realhq.md | 11 ---------- company-profiles/reinteractive.md | 11 ---------- company-profiles/sawhorse-media.md | 11 ---------- company-profiles/strongloop.md | 11 ---------- company-profiles/tag1-consulting.md | 11 ---------- company-profiles/teamed.md | 11 ---------- company-profiles/tidy-homekeeping.md | 11 ---------- company-profiles/wellmatch.md | 11 ---------- 18 files changed, 1 insertion(+), 212 deletions(-) delete mode 100644 company-profiles/glue-networks.md delete mode 100644 company-profiles/kickback-rewards-systems.md delete mode 100644 company-profiles/librato.md delete mode 100644 company-profiles/livingsocial.md delete mode 100644 company-profiles/mokriya.md delete mode 100644 company-profiles/mycelium.md delete mode 100644 company-profiles/next-big-sound.md delete mode 100644 company-profiles/parker-wallace.md delete mode 100644 company-profiles/peachworks.md delete mode 100644 company-profiles/realhq.md delete mode 100644 company-profiles/reinteractive.md delete mode 100644 company-profiles/sawhorse-media.md delete mode 100644 company-profiles/strongloop.md delete mode 100644 company-profiles/tag1-consulting.md delete mode 100644 company-profiles/teamed.md delete mode 100644 company-profiles/tidy-homekeeping.md delete mode 100644 company-profiles/wellmatch.md diff --git a/README.md b/README.md index 8233f0bc..ac9855c6 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,6 @@ Name | Website | Region [GitPrime](/company-profiles/gitprime.md) | https://gitprime.com/ | Worldwide [Glenn Website Design](/company-profiles/glenn-website-design.md) | https://glennwebsitedesign.com/ | Worldwide [Glitch](/company-profiles/glitch.md) | https://www.glitch.com/ | Worldwide -[Glue Networks](/company-profiles/glue-networks.md) ⚠️️ | https://gluenetworks.com/ | [GoHiring](/company-profiles/gohiring.md) | https://www.gohiring.com/ | Worldwide [Gojob](/company-profiles/gojob.md) | https://gojob.com/ | France [Gorman Health Group](/company-profiles/gorman-health-group.md) | https://www.gormanhealthgroup.com/ | USA @@ -302,7 +301,6 @@ Name | Website | Region [Keen IO](/company-profiles/keen-io.md) | https://keen.io/ | [Kentik](/company-profiles/kentik.md) | https://www.kentik.com/careers | USA, Europe, APAC [Khan Academy](/company-profiles/khan-academy.md) | https://www.khanacademy.org/ | USA -[KickBack Rewards Systems](/company-profiles/kickback-rewards-systems.md) ⚠️️ | https://careers.kickbacksystems.com | [Kiprosh](/company-profiles/kiprosh.md) | https://kiprosh.com | USA & India [Kissmetrics](/company-profiles/kissmetrics.md) | https://www.kissmetrics.com/ | USA & Worldwide [Klaviyo](/company-profiles/klaviyo.md) | https://www.klaviyo.com/ | USA & UK @@ -320,7 +318,6 @@ Name | Website | Region [Leadership Success](/company-profiles/leadership-success.md) | https://www.leadershipsuccess.co/ | Worldwide [Leadfeeder](/company-profiles/leadfeeder.md) | https://www.leadfeeder.com | Europe & North America [Let's Encrypt](/company-profiles/lets-encrypt.md) | https://letsencrypt.org | USA and Canada -[Librato](/company-profiles/librato.md) ⚠️️ | https://www.librato.com/ | [Lifetime Value Company](/company-profiles/lifetime-value-company.md) | https://www.ltvco.com/ | Worldwide [Lightbend](/company-profiles/lightbend.md) | https://www.lightbend.com/ | Worldwide [Linaro](/company-profiles/linaro.md) | https://www.linaro.org/ | Worldwide @@ -329,7 +326,6 @@ Name | Website | Region [Linux Foundation](/company-profiles/linux-foundation.md) | https://www.linuxfoundation.org/ | Worldwide [Litmus](/company-profiles/litmus.md) | https://litmus.com/ | Worldwide [LivePerson](/company-profiles/liveperson.md) | https://www.liveperson.com/company/careers | Worldwide -[LivingSocial](/company-profiles/livingsocial.md) ⚠️️ | https://www.livingsocial.com/ | [Loadsys Web Strategies](/company-profiles/loadsys.md) | https://www.loadsys.com | USA [Localistico](/company-profiles/localistico.md) | [https://localistico.com](https://localistico.com/team/#hiring) | Worldwide [LogDNA](/company-profiles/logdna.md) | [https://logdna.com](https://logdna.com/culture-and-career/) | Worldwide @@ -355,15 +351,13 @@ Name | Website | Region [Mixcloud](/company-profiles/mixcloud.md)| https://www.mixcloud.com/ | Europe [Mixmax](/company-profiles/mixmax.md) | https://mixmax.com | Worldwide [Mobile Jazz](/company-profiles/mobile-jazz.md) | https://mobilejazz.com | Worldwide -[Modsquad](/company-profiles/modsquad.md) | https://modsquad.com/ | WorldWide -[Mokriya](/company-profiles/mokriya.md) ⚠️️ | https://mokriya.com | +[Modsquad](/company-profiles/modsquad.md) | https://modsquad.com/ | Worldwide [Molteo](/company-profiles/molteo.md) | https://molteo.com/ | Worldwide [MongoDB](/company-profiles/mongodb.md) | https://mongodb.com | Worldwide [Mozilla](/company-profiles/mozilla.md) | https://www.mozilla.org/ | North America [mtc.](/company-profiles/mtc.md) | https://www.mtcmedia.co.uk | UK & Europe [Muck Rack](/company-profiles/muck-rack.md) | https://muckrack.com | Worldwide [Mux](/company-profiles/mux.md) | https://mux.com | Worldwide -[Mycelium](/company-profiles/mycelium.md) ⚠️️ | https://mycelium.com | [MySQL](/company-profiles/mysql.md) | https://www.mysql.com/ | Worldwide [Netguru](/company-profiles/netguru.md) | https://www.netguru.com | Worldwide [Netris](/company-profiles/netris.md) | https://www.netris.ai | Worldwide @@ -371,7 +365,6 @@ Name | Website | Region [Nettl Edinburgh](/company-profiles/nettl-edinburgh.md) | https://www.webdesignedinburgh.com | UK & Europe [New Context](/company-profiles/new-context.md) | https://www.newcontext.com/ | USA [NEXT](/company-profiles/next.md) | https://www.nexttrucking.com/ | USA -[Next Big Sound](/company-profiles/next-big-sound.md) ⚠️️ | https://www.nextbigsound.com/ | [NodeSource](/company-profiles/nodesource.md) | https://nodesource.com/ | Worldwide [NoRedInk](/company-profiles/noredink.md) | https://noredink.com | UTC-8 to UTC+1 [Novoda](/company-profiles/novoda.md) | https://www.novoda.com/ | UK & Europe @@ -402,7 +395,6 @@ Name | Website | Region [Panther Labs](/company-profiles/panther-labs.md) | https://runpanther.io/ | USA, Greece [Parabol](/company-profiles/parabol.md) | https://www.parabol.co/ | Worldwide [Park Assist](/company-profiles/park-assist.md) | https://tech.parkassist.com | UTC-8 to UTC+2 -[Parker Wallace](/company-profiles/parker-wallace.md) ⚠️️ | https://www.parkerwallace.com/ | [Parsely](/company-profiles/parsely.md) | https://www.parse.ly/ | Worldwide [Particular Software](/company-profiles/particular-software.md) | https://particular.net | Worldwide [Pathable](/company-profiles/pathable.md) | https://pathable.com/ | Worldwide @@ -410,7 +402,6 @@ Name | Website | Region [Paylocity](/company-profiles/paylocity.md) | https://www.paylocity.com/ | USA [Paytm Labs](/company-profiles/paytm-labs.md) | https://paytmlabs.com/ | Canada & USA [PayU](/company-profiles/payu.md) | https://corporate.payu.com | Worldwide -[PeachWorks](/company-profiles/peachworks.md) ⚠️️ | https://peachworks.com/ | [PeopleDoc](/company-profiles/peopledoc.md) | https://www.people-doc.com | Europe [Percona](/company-profiles/percona.md) | https://www.percona.com | Worldwide [Pex](/company-profiles/pex.md) | https://pex.com | Worldwide @@ -441,11 +432,9 @@ Name | Website | Region [Reaction Commerce](/company-profiles/reaction-commerce.md) | https://reactioncommerce.com/careers/ | Worldwide [ReactiveOps, Inc.](/company-profiles/reactiveops.md) | https://www.reactiveops.com | USA [real.digital](/company-profiles/real-digital.md) | https://www.real-digital.de|Europe UTC-1 to UTC+2 -[RealHQ](/company-profiles/realhq.md) ⚠️️ | https://realhq.com/ | [RealtimeCRM](/company-profiles/realtimecrm.md) | https://realtimecrm.co.uk/ | Worldwide [RebelMouse](/company-profiles/rebelmouse.md) | https://www.rebelmouse.com/ | Worldwide [Reboot Studio](/company-profiles/reboot-studio.md) | https://www.reboot.studio/ | Worldwide -[Receiptful](/company-profiles/receiptful.md) ⚠️️ | https://receiptful.com | [ReCharge](/company-profiles/recharge.md) | https://rechargepayments.com/ | Worldwide [Recurly](/company-profiles/recurly.md) | https://recurly.com/ | USA [Red Hat](/company-profiles/red-hat.md) | https://www.redhat.com | Worldwide @@ -453,17 +442,14 @@ Name | Website | Region [RedMonk](/company-profiles/redmonk.md) | https://redmonk.com | Worldwide [Redox](/company-profiles/redox.md) | https://www.redoxengine.com/ | USA [Reducer](/company-profiles/reducer.md) | https://reducer.co.uk | UK -[reinteractive](/company-profiles/reinteractive.md) ⚠️️ | https://reinteractive.net/ | [Remote Garage](/company-profiles/remote-garage.md) | http://www.remotegarage.club/ | India [RenoFi](/company-profiles/renofi.md) | https://renofi.com/ | Worldwide [Research Square](/company-profiles/research-square.md) | https://www.researchsquare.com/ | USA -[RightScale](/company-profiles/rightscale.md) ⚠️️ | https://www.rightscale.com/ | [Roadtrippers](/company-profiles/roadtrippers.md) | https://www.roadtrippers.com | USA [rtCamp](/company-profiles/rtcamp-solutions.md) | https://rtcamp.com | Worldwide [Safari Books Online](/company-profiles/safari-books-online.md) | https://www.safaribooksonline.com | Worldwide [Salesforce](/company-profiles/salesforce.md) | https://www.salesforce.com/ | Worldwide [Sandhills Development](/company-profiles/sandhills-development.md) | https://sandhillsdev.com | Worldwide -[Sawhorse Media](/company-profiles/sawhorse-media.md) ⚠️️ | https://sawhorsemedia.com | [Scalac](/company-profiles/scalac.md) | https://scalac.io/ | Worldwide [Scandit](/company-profiles/scandit.md) | https://scandit.com| Worldwide [Scopic Software](/company-profiles/scopic-software.md) | https://scopicsoftware.com/ | Worldwide @@ -504,7 +490,6 @@ Name | Website | Region [Stitch Fix](/company-profiles/stitch-fix.md) | https://www.stitchfix.com | USA [StoneCo](/company-profiles/stoneco.md) | https://www.stone.co/ | Brazil [Stripe](/company-profiles/stripe.md) | https://stripe.com/ | Worldwide -[Strongloop](/company-profiles/strongloop.md) ⚠️️ | https://strongloop.com/ | [StudySoup](/company-profiles/studysoup.md) | https://studysoup.com/ | Worldwide [Superplayer & Co](/company-profiles/superplayer-and-co.md) | https://www.superplayer.co | Brazil, Latin America [Surevine](/company-profiles/surevine.md) | https://www.surevine.com/ | United Kingdom @@ -512,13 +497,11 @@ Name | Website | Region [Sutherland CloudSource](/company-profiles/sutherland-cloudsource.md) | https://www.sutherlandcloudsource.com | Worldwide [SweetRush](/company-profiles/sweetrush.md) | https://www.sweetrush.com | Worldwide [Sysdig](/company-profiles/sysdig.md)️ | https://www.sysdig.org/ | -[Tag1 Consulting](/company-profiles/tag1-consulting.md) ⚠️️ | https://tag1consulting.com/ | Worldwide [Taledo](/company-profiles/taledo.md) | https://taledo.com/ | Europe [Taplytics](/company-profiles/taplytics.md) | https://taplytics.com/ | USA, Canada [Taskade](/company-profiles/taskade.md) | https://taskade.com/ | Worldwide [TatvaSoft](/company-profiles/tatvasoft.md) | https://www.tatvasoft.com/ | Worldwide [TaxJar](/company-profiles/taxjar.md) | https://www.taxjar.com | USA -[teamed.](/company-profiles/teamed.md) ⚠️️ | https://www.teamed.io/ | [TeamSnap](/company-profiles/teamsnap.md) | https://www.teamsnap.com | USA [TeamUltra](/company-profiles/teamultra.md) | https://www.teamultra.net/ | UK [TED](/company-profiles/ted.md) | https://www.ted.com/ | USA, CA, Brazil @@ -535,7 +518,6 @@ Name | Website | Region [Thinkful](/company-profiles/thinkful.md) | https://www.thinkful.com/ | WorldWide [Third Iron](/company-profiles/third-iron.md) | https://thirdiron.com/ | USA [Thorn](/company-profiles/thorn.md) | https://thorn.org/ | USA -[TIDY Homekeeping](/company-profiles/tidy-homekeeping.md) ⚠️️ | https://tidy.com/ | USA [TimeSpot](/company-profiles/timespot.md) | https://timespothq.com/ | Worldwide [Tipe](/company-profiles/tipe.md) | https://tipe.io | USA [Toast](/company-profiles/toast.md) | https://pos.toasttab.com/ | USA and Ireland @@ -569,7 +551,6 @@ Name | Website | Region [WebDevStudios](/company-profiles/webdevstudios.md) | https://webdevstudios.com/ | USA [WebFX](/company-profiles/webfx.md) | https://www.webfx.com | Worldwide [Webikon](/company-profiles/webikon.md) | https://www.webikon.sk/en/ | Worldwide -[WellMatch](/company-profiles/wellmatch.md) ⚠️️ | https://www.wellmatchhealth.com/ | [Wells Fargo](/company-profiles/wells-fargo.md) | https://www.wellsfargo.com/ | [wemake.services](/company-profiles/wemake-services.md) | https://wemake.services/ | Worldwide [Whitecap SEO](/company-profiles/whitecap-seo.md) | https://www.whitecapseo.com/ | USA diff --git a/company-profiles/glue-networks.md b/company-profiles/glue-networks.md deleted file mode 100644 index 1df56eb1..00000000 --- a/company-profiles/glue-networks.md +++ /dev/null @@ -1,13 +0,0 @@ -# Glue Networks - -## Company blurb - -⚠️ - -We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/glue-networks.md) diff --git a/company-profiles/kickback-rewards-systems.md b/company-profiles/kickback-rewards-systems.md deleted file mode 100644 index 772f6325..00000000 --- a/company-profiles/kickback-rewards-systems.md +++ /dev/null @@ -1,14 +0,0 @@ -# KickBack Rewards Systems - -## Company blurb - -26a0 - -We don't have much information about this company yet! - - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/kickback-rewards-systems.md) diff --git a/company-profiles/librato.md b/company-profiles/librato.md deleted file mode 100644 index d06c9113..00000000 --- a/company-profiles/librato.md +++ /dev/null @@ -1,11 +0,0 @@ -# Librato - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/librato.md) diff --git a/company-profiles/livingsocial.md b/company-profiles/livingsocial.md deleted file mode 100644 index 96e301e9..00000000 --- a/company-profiles/livingsocial.md +++ /dev/null @@ -1,11 +0,0 @@ -# LivingSocial - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/livingsocial.md) diff --git a/company-profiles/mokriya.md b/company-profiles/mokriya.md deleted file mode 100644 index e9c29012..00000000 --- a/company-profiles/mokriya.md +++ /dev/null @@ -1,11 +0,0 @@ -# Mokriya - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/mokriya.md) diff --git a/company-profiles/mycelium.md b/company-profiles/mycelium.md deleted file mode 100644 index f11c26b0..00000000 --- a/company-profiles/mycelium.md +++ /dev/null @@ -1,11 +0,0 @@ -# Mycelium - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/mycelium.md) diff --git a/company-profiles/next-big-sound.md b/company-profiles/next-big-sound.md deleted file mode 100644 index 25c94da3..00000000 --- a/company-profiles/next-big-sound.md +++ /dev/null @@ -1,11 +0,0 @@ -# Next Big Sound - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/next-big-sound.md) diff --git a/company-profiles/parker-wallace.md b/company-profiles/parker-wallace.md deleted file mode 100644 index 8a3ca6c4..00000000 --- a/company-profiles/parker-wallace.md +++ /dev/null @@ -1,11 +0,0 @@ -# Parker Wallace - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/parker-wallace.md) diff --git a/company-profiles/peachworks.md b/company-profiles/peachworks.md deleted file mode 100644 index 50bdef03..00000000 --- a/company-profiles/peachworks.md +++ /dev/null @@ -1,11 +0,0 @@ -# PeachWorks - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/peachworks.md) diff --git a/company-profiles/realhq.md b/company-profiles/realhq.md deleted file mode 100644 index 2d466227..00000000 --- a/company-profiles/realhq.md +++ /dev/null @@ -1,11 +0,0 @@ -# RealHQ - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/realhq.md) diff --git a/company-profiles/reinteractive.md b/company-profiles/reinteractive.md deleted file mode 100644 index c87c3bbd..00000000 --- a/company-profiles/reinteractive.md +++ /dev/null @@ -1,11 +0,0 @@ -# reinteractive - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/reinteractive.md) diff --git a/company-profiles/sawhorse-media.md b/company-profiles/sawhorse-media.md deleted file mode 100644 index 65b65040..00000000 --- a/company-profiles/sawhorse-media.md +++ /dev/null @@ -1,11 +0,0 @@ -# Sawhorse Media - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/sawhorse-media.md) diff --git a/company-profiles/strongloop.md b/company-profiles/strongloop.md deleted file mode 100644 index 4c470f94..00000000 --- a/company-profiles/strongloop.md +++ /dev/null @@ -1,11 +0,0 @@ -# Strongloop - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/strongloop.md) diff --git a/company-profiles/tag1-consulting.md b/company-profiles/tag1-consulting.md deleted file mode 100644 index b5c2d36d..00000000 --- a/company-profiles/tag1-consulting.md +++ /dev/null @@ -1,11 +0,0 @@ -# Tag1 Consulting - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/tag1-consulting.md) diff --git a/company-profiles/teamed.md b/company-profiles/teamed.md deleted file mode 100644 index 3c96444b..00000000 --- a/company-profiles/teamed.md +++ /dev/null @@ -1,11 +0,0 @@ -# teamed. - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/teamed.md) diff --git a/company-profiles/tidy-homekeeping.md b/company-profiles/tidy-homekeeping.md deleted file mode 100644 index 08bd31fe..00000000 --- a/company-profiles/tidy-homekeeping.md +++ /dev/null @@ -1,11 +0,0 @@ -# TIDY Homekeeping - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/tidy-homekeeping.md) diff --git a/company-profiles/wellmatch.md b/company-profiles/wellmatch.md deleted file mode 100644 index 71e25411..00000000 --- a/company-profiles/wellmatch.md +++ /dev/null @@ -1,11 +0,0 @@ -# WellMatch - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/wellmatch.md) From e74a9782a02ee0bc1ba3c23c52a80e229e05a202 Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Thu, 21 Oct 2021 17:47:54 +0100 Subject: [PATCH 069/119] delete two remaining incompletes --- company-profiles/receiptful.md | 11 ----------- company-profiles/rightscale.md | 11 ----------- 2 files changed, 22 deletions(-) delete mode 100644 company-profiles/receiptful.md delete mode 100644 company-profiles/rightscale.md diff --git a/company-profiles/receiptful.md b/company-profiles/receiptful.md deleted file mode 100644 index e79bda8f..00000000 --- a/company-profiles/receiptful.md +++ /dev/null @@ -1,11 +0,0 @@ -# Receiptful - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/receiptful.md) diff --git a/company-profiles/rightscale.md b/company-profiles/rightscale.md deleted file mode 100644 index fa494b98..00000000 --- a/company-profiles/rightscale.md +++ /dev/null @@ -1,11 +0,0 @@ -# RightScale - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/rightscale.md) From 42cfeb103add45e94f37c4a97e27d9e1a7468b47 Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Thu, 21 Oct 2021 17:52:19 +0100 Subject: [PATCH 070/119] removing tests because FML --- .github/workflows/ci.yml | 3 - test/fixtures/bad-profile-headings/README.md | 13 - .../company-profiles/10up.md | 31 --- .../company-profiles/17hats.md | 15 -- .../company-profiles/18f.md | 31 --- .../company-profiles/1password.md | 31 --- .../company-profiles/and-yet.md | 4 - test/fixtures/bad-profile-links/README.md | 13 - .../company-profiles/10up.md | 39 --- test/fixtures/bad-profile-titles/README.md | 13 - .../company-profiles/10up.md | 37 --- .../company-profiles/17hats.md | 25 -- .../company-profiles/18f.md | 55 ---- .../company-profiles/and-yet.md | 46 ---- .../company-profiles/let-s-encrypt.md | 9 - test/fixtures/bad-table-rows/README.md | 12 - .../bad-table-rows/company-profiles/10up.md | 39 --- .../bad-table-rows/company-profiles/17hats.md | 25 -- .../bad-table-rows/company-profiles/18f.md | 55 ---- .../company-profiles/and-yet.md | 44 ---- test/fixtures/duplicate-company/README.md | 13 - .../company-profiles/10up.md | 39 --- .../company-profiles/17hats.md | 25 -- .../duplicate-company/company-profiles/18f.md | 55 ---- .../company-profiles/and-yet.md | 44 ---- .../duplicate-company/company-profiles/and.md | 44 ---- .../README.md | 18 -- .../company-profiles/10up.md | 9 - .../company-profiles/17hats.md | 23 -- .../company-profiles/18f.md | 5 - .../company-profiles/45royale.md | 21 -- .../company-profiles/aerolab.md | 12 - .../company-profiles/and-yet.md | 44 ---- .../company-profiles/angularclass.md | 12 - .../company-profiles/anomali.md | 5 - test/fixtures/missing-company-names/README.md | 13 - .../company-profiles/10up.md | 39 --- .../company-profiles/17hats.md | 25 -- .../company-profiles/18f.md | 55 ---- .../company-profiles/and-yet.md | 44 ---- test/fixtures/name-outside-link/README.md | 17 -- .../company-profiles/10up.md | 35 --- .../company-profiles/17hats.md | 21 -- .../name-outside-link/company-profiles/18f.md | 47 ---- .../company-profiles/45royale.md | 11 - .../company-profiles/aerolab.md | 11 - .../company-profiles/and-yet.md | 44 ---- .../company-profiles/angularclass.md | 11 - test/fixtures/orphaned-profiles/README.md | 11 - .../company-profiles/10up.md | 39 --- .../company-profiles/17hats.md | 25 -- .../orphaned-profiles/company-profiles/18f.md | 55 ---- .../company-profiles/and-yet.md | 44 ---- test/fixtures/orphaned-profiles/example.md | 29 --- test/fixtures/unsorted/README.md | 12 - .../unsorted/company-profiles/10up.md | 39 --- .../unsorted/company-profiles/17hats.md | 25 -- .../fixtures/unsorted/company-profiles/18f.md | 55 ---- .../unsorted/company-profiles/and-yet.md | 44 ---- test/fixtures/valid-incomplete/README.md | 19 -- .../valid-incomplete/company-profiles/10up.md | 35 --- .../company-profiles/17hats.md | 21 -- .../valid-incomplete/company-profiles/18f.md | 47 ---- .../company-profiles/45royale.md | 29 --- .../company-profiles/aerolab.md | 11 - .../company-profiles/and-yet.md | 44 ---- .../company-profiles/angularclass.md | 11 - .../parsed-content/10up.companyBlurb.html | 5 - .../parsed-content/10up.companySize.html | 1 - .../10up.companyTechnologies.html | 9 - .../parsed-content/10up.howToApply.html | 1 - .../parsed-content/10up.region.html | 1 - .../parsed-content/10up.remoteStatus.html | 1 - .../parsed-content/17hats.companyBlurb.html | 1 - .../parsed-content/17hats.companySize.html | 1 - .../17hats.companyTechnologies.html | 1 - .../parsed-content/17hats.region.html | 1 - .../parsed-content/17hats.remoteStatus.html | 1 - .../parsed-content/18f.companyBlurb.html | 11 - .../parsed-content/18f.companySize.html | 1 - .../parsed-content/18f.howToApply.html | 11 - .../parsed-content/18f.region.html | 1 - .../parsed-content/18f.remoteStatus.html | 7 - .../parsed-content/45royale.companyBlurb.html | 33 --- .../parsed-content/aerolab.companyBlurb.html | 9 - .../parsed-content/and-yet.companyBlurb.html | 13 - .../parsed-content/and-yet.companySize.html | 1 - .../and-yet.companyTechnologies.html | 7 - .../parsed-content/and-yet.howToApply.html | 1 - .../and-yet.officeLocations.html | 1 - .../parsed-content/and-yet.region.html | 1 - .../parsed-content/and-yet.remoteStatus.html | 7 - .../angularclass.companyBlurb.html | 9 - .../parsed-content/readme.html | 50 ---- test/fixtures/valid/README.md | 12 - test/fixtures/valid/company-profiles/10up.md | 39 --- .../fixtures/valid/company-profiles/17hats.md | 25 -- test/fixtures/valid/company-profiles/18f.md | 55 ---- .../valid/company-profiles/and-yet.md | 44 ---- test/functions.js | 134 ---------- test/lib/index.js | 72 ------ test/parsing.js | 238 ------------------ test/validation-errors.js | 145 ----------- test/validation-script.js | 52 ---- 104 files changed, 2879 deletions(-) delete mode 100644 test/fixtures/bad-profile-headings/README.md delete mode 100644 test/fixtures/bad-profile-headings/company-profiles/10up.md delete mode 100644 test/fixtures/bad-profile-headings/company-profiles/17hats.md delete mode 100644 test/fixtures/bad-profile-headings/company-profiles/18f.md delete mode 100644 test/fixtures/bad-profile-headings/company-profiles/1password.md delete mode 100644 test/fixtures/bad-profile-headings/company-profiles/and-yet.md delete mode 100644 test/fixtures/bad-profile-links/README.md delete mode 100644 test/fixtures/bad-profile-links/company-profiles/10up.md delete mode 100644 test/fixtures/bad-profile-titles/README.md delete mode 100644 test/fixtures/bad-profile-titles/company-profiles/10up.md delete mode 100644 test/fixtures/bad-profile-titles/company-profiles/17hats.md delete mode 100644 test/fixtures/bad-profile-titles/company-profiles/18f.md delete mode 100644 test/fixtures/bad-profile-titles/company-profiles/and-yet.md delete mode 100644 test/fixtures/bad-profile-titles/company-profiles/let-s-encrypt.md delete mode 100644 test/fixtures/bad-table-rows/README.md delete mode 100644 test/fixtures/bad-table-rows/company-profiles/10up.md delete mode 100644 test/fixtures/bad-table-rows/company-profiles/17hats.md delete mode 100644 test/fixtures/bad-table-rows/company-profiles/18f.md delete mode 100644 test/fixtures/bad-table-rows/company-profiles/and-yet.md delete mode 100644 test/fixtures/duplicate-company/README.md delete mode 100644 test/fixtures/duplicate-company/company-profiles/10up.md delete mode 100644 test/fixtures/duplicate-company/company-profiles/17hats.md delete mode 100644 test/fixtures/duplicate-company/company-profiles/18f.md delete mode 100644 test/fixtures/duplicate-company/company-profiles/and-yet.md delete mode 100644 test/fixtures/duplicate-company/company-profiles/and.md delete mode 100644 test/fixtures/mismatched-incomplete-indicators/README.md delete mode 100644 test/fixtures/mismatched-incomplete-indicators/company-profiles/10up.md delete mode 100644 test/fixtures/mismatched-incomplete-indicators/company-profiles/17hats.md delete mode 100644 test/fixtures/mismatched-incomplete-indicators/company-profiles/18f.md delete mode 100644 test/fixtures/mismatched-incomplete-indicators/company-profiles/45royale.md delete mode 100644 test/fixtures/mismatched-incomplete-indicators/company-profiles/aerolab.md delete mode 100644 test/fixtures/mismatched-incomplete-indicators/company-profiles/and-yet.md delete mode 100644 test/fixtures/mismatched-incomplete-indicators/company-profiles/angularclass.md delete mode 100644 test/fixtures/mismatched-incomplete-indicators/company-profiles/anomali.md delete mode 100644 test/fixtures/missing-company-names/README.md delete mode 100644 test/fixtures/missing-company-names/company-profiles/10up.md delete mode 100644 test/fixtures/missing-company-names/company-profiles/17hats.md delete mode 100644 test/fixtures/missing-company-names/company-profiles/18f.md delete mode 100644 test/fixtures/missing-company-names/company-profiles/and-yet.md delete mode 100644 test/fixtures/name-outside-link/README.md delete mode 100644 test/fixtures/name-outside-link/company-profiles/10up.md delete mode 100644 test/fixtures/name-outside-link/company-profiles/17hats.md delete mode 100644 test/fixtures/name-outside-link/company-profiles/18f.md delete mode 100644 test/fixtures/name-outside-link/company-profiles/45royale.md delete mode 100644 test/fixtures/name-outside-link/company-profiles/aerolab.md delete mode 100644 test/fixtures/name-outside-link/company-profiles/and-yet.md delete mode 100644 test/fixtures/name-outside-link/company-profiles/angularclass.md delete mode 100644 test/fixtures/orphaned-profiles/README.md delete mode 100644 test/fixtures/orphaned-profiles/company-profiles/10up.md delete mode 100644 test/fixtures/orphaned-profiles/company-profiles/17hats.md delete mode 100644 test/fixtures/orphaned-profiles/company-profiles/18f.md delete mode 100644 test/fixtures/orphaned-profiles/company-profiles/and-yet.md delete mode 100644 test/fixtures/orphaned-profiles/example.md delete mode 100644 test/fixtures/unsorted/README.md delete mode 100644 test/fixtures/unsorted/company-profiles/10up.md delete mode 100644 test/fixtures/unsorted/company-profiles/17hats.md delete mode 100644 test/fixtures/unsorted/company-profiles/18f.md delete mode 100644 test/fixtures/unsorted/company-profiles/and-yet.md delete mode 100644 test/fixtures/valid-incomplete/README.md delete mode 100644 test/fixtures/valid-incomplete/company-profiles/10up.md delete mode 100644 test/fixtures/valid-incomplete/company-profiles/17hats.md delete mode 100644 test/fixtures/valid-incomplete/company-profiles/18f.md delete mode 100644 test/fixtures/valid-incomplete/company-profiles/45royale.md delete mode 100644 test/fixtures/valid-incomplete/company-profiles/aerolab.md delete mode 100644 test/fixtures/valid-incomplete/company-profiles/and-yet.md delete mode 100644 test/fixtures/valid-incomplete/company-profiles/angularclass.md delete mode 100644 test/fixtures/valid-incomplete/parsed-content/10up.companyBlurb.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/10up.companySize.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/10up.companyTechnologies.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/10up.howToApply.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/10up.region.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/10up.remoteStatus.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/17hats.companyBlurb.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/17hats.companySize.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/17hats.companyTechnologies.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/17hats.region.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/17hats.remoteStatus.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/18f.companyBlurb.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/18f.companySize.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/18f.howToApply.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/18f.region.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/18f.remoteStatus.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/45royale.companyBlurb.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/aerolab.companyBlurb.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/and-yet.companyBlurb.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/and-yet.companySize.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/and-yet.companyTechnologies.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/and-yet.howToApply.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/and-yet.officeLocations.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/and-yet.region.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/and-yet.remoteStatus.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/angularclass.companyBlurb.html delete mode 100644 test/fixtures/valid-incomplete/parsed-content/readme.html delete mode 100644 test/fixtures/valid/README.md delete mode 100644 test/fixtures/valid/company-profiles/10up.md delete mode 100644 test/fixtures/valid/company-profiles/17hats.md delete mode 100644 test/fixtures/valid/company-profiles/18f.md delete mode 100644 test/fixtures/valid/company-profiles/and-yet.md delete mode 100644 test/functions.js delete mode 100644 test/lib/index.js delete mode 100644 test/parsing.js delete mode 100644 test/validation-errors.js delete mode 100644 test/validation-script.js diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05dfb84d..4317393b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,3 @@ jobs: - name: Run validation run: npm run validate - - - name: Run tests - run: npm test diff --git a/test/fixtures/bad-profile-headings/README.md b/test/fixtures/bad-profile-headings/README.md deleted file mode 100644 index 2d05ecf7..00000000 --- a/test/fixtures/bad-profile-headings/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Test data - -This company table links to profiles with invalid section headings. - -## Companies - -Name | Website | Region ------------- | ------- | ------- -[&yet](/company-profiles/and-yet.md) | https://andyet.com | Worldwide -[10up](/company-profiles/10up.md) | https://10up.com/ | Worldwide -[17hats](/company-profiles/17hats.md) | https://www.17hats.com/ | Worldwide -[18F](/company-profiles/18f.md) | https://18f.gsa.gov/ | USA -[1Password](/company-profiles/1password.md) | https://www.1password.com | Worldwide diff --git a/test/fixtures/bad-profile-headings/company-profiles/10up.md b/test/fixtures/bad-profile-headings/company-profiles/10up.md deleted file mode 100644 index c8039fb7..00000000 --- a/test/fixtures/bad-profile-headings/company-profiles/10up.md +++ /dev/null @@ -1,31 +0,0 @@ -# 10up, A WordPress Development Agency - -## Company size - -125 and growing, spread across web engineering, systems, design, project management, strategy/accounts, and operations. - -## Remote status - -10up didn’t integrate remote work – we intended to be remote from the start! Being remote allows us to find talent no matter where they're located, scale up to meet needs with relative fluidity, and have been bootstrapped from the start. We also recognize the challenges of working remotely, and put a lot of effort into in-person meetups, communication tools, and ensuring that employees have the benefits and support they need no matter where they are. - -## Region - -We have employees all around the world, from across the US to the UK to South Africa to the Philippines. Most are currently located in North America, a number travel frequently, and some even work nomadically. - -## Company technologies - -* WordPress -* PHP -* Sass -* Git -* Vagrant -* Nginx -* Memcache - -## Office locations - -None; or everywhere! - -## How to apply - -Check out our [careers page](https://10up.com/careers/) and send an email to jobs@10up.com. Our amazing Recruitment Manager Christine Garrison will be on the other end. diff --git a/test/fixtures/bad-profile-headings/company-profiles/17hats.md b/test/fixtures/bad-profile-headings/company-profiles/17hats.md deleted file mode 100644 index 91419154..00000000 --- a/test/fixtures/bad-profile-headings/company-profiles/17hats.md +++ /dev/null @@ -1,15 +0,0 @@ -# 17hats - -Some extra content. - -## Company blurb - -Are you ready to stop juggling multiple apps to manage your business? From booking clients, to managing projects, to controlling your finances, with 17hats you have everything you need to manage your business and clients anytime, anywhere. Pretty neat if we say so ourselves! We created 17hats specifically for “businesses of one” with a focus on simplicity and ease of use. - -## A thing I made up - -Some text. - -## Company size - -11-50 diff --git a/test/fixtures/bad-profile-headings/company-profiles/18f.md b/test/fixtures/bad-profile-headings/company-profiles/18f.md deleted file mode 100644 index b6113c04..00000000 --- a/test/fixtures/bad-profile-headings/company-profiles/18f.md +++ /dev/null @@ -1,31 +0,0 @@ -# 18F - -## Company blurb - -18F is a civic consultancy for the government, inside the government, working with agencies to rapidly deploy tools and services that are easy to use, cost efficient, and reusable. Our goal is to change how the government buys and develops digital services by helping agencies adopt modern techniques that deliver superior products. - -We are transforming government from the inside out, creating cultural change by working with teams inside agencies who want to create great services for the public. - -We are a trusted partner for agencies working to transform how they build and buy tools and services in a user-centered way. - -We will accomplish our mission by: - -putting the needs of the public first -being design-centric, agile, open, and data-driven -deploying tools and services early and often - -## Region - - - - - -## Company size - -100+ - -## Company size - -100+ - -## Remote status diff --git a/test/fixtures/bad-profile-headings/company-profiles/1password.md b/test/fixtures/bad-profile-headings/company-profiles/1password.md deleted file mode 100644 index 09c3dda3..00000000 --- a/test/fixtures/bad-profile-headings/company-profiles/1password.md +++ /dev/null @@ -1,31 +0,0 @@ -> # 1Password - -## Company blurb - -We make a password manager for Mac, Windows, Android, and iOS called 1Password. It also has a web service and a standalone browser extension, both built in Golang. - -> ## Company size - -Just over 100 (May 2018). - -## Remote status - -Almost all of us are remote. We do have an office in downtown Toronto that we are all welcome to use when we are in the city, but even the Toronto locals spend two days in the office on average. - -## Region - -Worldwide. Right now we have folks distributed throughout North America and Europe. We have one brave soul from Australia, and another from New Zealand. More are welcome. - -## Company technologies - -Go, React, TypeScript, Swift, and of course Slack. - -## Office locations - -Toronto, Ontario - -## How to apply - -Check our jobs page: https://blog.agilebits.com/jobs - -If your position isn't listed, create it by emailing jobs@agilebits.com and starting a conversation. diff --git a/test/fixtures/bad-profile-headings/company-profiles/and-yet.md b/test/fixtures/bad-profile-headings/company-profiles/and-yet.md deleted file mode 100644 index 5803ffa4..00000000 --- a/test/fixtures/bad-profile-headings/company-profiles/and-yet.md +++ /dev/null @@ -1,4 +0,0 @@ -# &yet (And Yet) - -## Company size -20+ diff --git a/test/fixtures/bad-profile-links/README.md b/test/fixtures/bad-profile-links/README.md deleted file mode 100644 index a737b1ef..00000000 --- a/test/fixtures/bad-profile-links/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Test data - -This company table contains invalid links to company profiles. - -## Companies - -Name | Website | Region ------------- | ------- | ------- -[&yet](company-profiles/and-yet.md) | https://andyet.com | Worldwide -[10up](/company-profiles/10up.md) | https://10up.com/ | Worldwide -[17hats](/company-profiles/17hats-nonexistent.md) | https://www.17hats.com/ | Worldwide -[18F](/company-profiles/18f.js) | https://18f.gsa.gov/ | USA -My awesome company | https://xkcd.com/ | USA diff --git a/test/fixtures/bad-profile-links/company-profiles/10up.md b/test/fixtures/bad-profile-links/company-profiles/10up.md deleted file mode 100644 index 09e9a2b2..00000000 --- a/test/fixtures/bad-profile-links/company-profiles/10up.md +++ /dev/null @@ -1,39 +0,0 @@ -# 10up - -## Company blurb - -We make websites and content management simple and fun with premiere web design & development consulting services, by contributing to open platforms like WordPress, and by providing tools and products (like [PushUp](https://pushupnotifications.com/)) that make web publishing a cinch. - -At 10up, we don’t just “make” things – we engineer them. We’re a group of people built to solve problems; made to create; wired to delight. From beautiful pixels to beautiful code, we constantly improve the things around us, applying our passions to our clients’ projects and goals. - -We’ve had the privilege of working on big web projects for clients as diverse as TechCrunch, ESPN’s FiveThirtyEight and Grantland, SurveyMonkey, Junior Diabetes Research Foundation (JDRF), and Google. - -## Company size - -125 and growing, spread across web engineering, systems, design, project management, strategy/accounts, and operations. - -## Remote status - -10up didn’t integrate remote work – we intended to be remote from the start! Being remote allows us to find talent no matter where they're located, scale up to meet needs with relative fluidity, and have been bootstrapped from the start. We also recognize the challenges of working remotely, and put a lot of effort into in-person meetups, communication tools, and ensuring that employees have the benefits and support they need no matter where they are. - -## Region - -We have employees all around the world, from across the US to the UK to South Africa to the Philippines. Most are currently located in North America, a number travel frequently, and some even work nomadically. - -## Company technologies - -* WordPress -* PHP -* Sass -* Git -* Vagrant -* Nginx -* Memcache - -## Office locations - -None; or everywhere! - -## How to apply - -Check out our [careers page](https://10up.com/careers/) and send an email to jobs@10up.com. Our amazing Recruitment Manager Christine Garrison will be on the other end. diff --git a/test/fixtures/bad-profile-titles/README.md b/test/fixtures/bad-profile-titles/README.md deleted file mode 100644 index f59ef29d..00000000 --- a/test/fixtures/bad-profile-titles/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Test data - -This company table links to profiles with invalid titles. - -## Companies - -Name | Website | Region ------------- | ------- | ------- -[&yet](/company-profiles/and-yet.md) | https://andyet.com | Worldwide -[10up](/company-profiles/10up.md) | https://10up.com/ | Worldwide -[17hats](/company-profiles/17hats.md) | https://www.17hats.com/ | Worldwide -[18F](/company-profiles/18f.md) | https://18f.gsa.gov/ | USA -[Let's Encrypt](/company-profiles/let-s-encrypt.md) | https://letsencrypt.org | US and Canada diff --git a/test/fixtures/bad-profile-titles/company-profiles/10up.md b/test/fixtures/bad-profile-titles/company-profiles/10up.md deleted file mode 100644 index b402c58b..00000000 --- a/test/fixtures/bad-profile-titles/company-profiles/10up.md +++ /dev/null @@ -1,37 +0,0 @@ -## Company blurb - -We make websites and content management simple and fun with premiere web design & development consulting services, by contributing to open platforms like WordPress, and by providing tools and products (like [PushUp](https://pushupnotifications.com/)) that make web publishing a cinch. - -At 10up, we don’t just “make” things – we engineer them. We’re a group of people built to solve problems; made to create; wired to delight. From beautiful pixels to beautiful code, we constantly improve the things around us, applying our passions to our clients’ projects and goals. - -We’ve had the privilege of working on big web projects for clients as diverse as TechCrunch, ESPN’s FiveThirtyEight and Grantland, SurveyMonkey, Junior Diabetes Research Foundation (JDRF), and Google. - -## Company size - -125 and growing, spread across web engineering, systems, design, project management, strategy/accounts, and operations. - -## Remote status - -10up didn’t integrate remote work – we intended to be remote from the start! Being remote allows us to find talent no matter where they're located, scale up to meet needs with relative fluidity, and have been bootstrapped from the start. We also recognize the challenges of working remotely, and put a lot of effort into in-person meetups, communication tools, and ensuring that employees have the benefits and support they need no matter where they are. - -## Region - -We have employees all around the world, from across the US to the UK to South Africa to the Philippines. Most are currently located in North America, a number travel frequently, and some even work nomadically. - -## Company technologies - -* WordPress -* PHP -* Sass -* Git -* Vagrant -* Nginx -* Memcache - -## Office locations - -None; or everywhere! - -## How to apply - -Check out our [careers page](https://10up.com/careers/) and send an email to jobs@10up.com. Our amazing Recruitment Manager Christine Garrison will be on the other end. diff --git a/test/fixtures/bad-profile-titles/company-profiles/17hats.md b/test/fixtures/bad-profile-titles/company-profiles/17hats.md deleted file mode 100644 index bbe8712d..00000000 --- a/test/fixtures/bad-profile-titles/company-profiles/17hats.md +++ /dev/null @@ -1,25 +0,0 @@ -# A company called 17hats - -## Company blurb - -Are you ready to stop juggling multiple apps to manage your business? From booking clients, to managing projects, to controlling your finances, with 17hats you have everything you need to manage your business and clients anytime, anywhere. Pretty neat if we say so ourselves! We created 17hats specifically for “businesses of one” with a focus on simplicity and ease of use. - -## Company size - -11-50 - -## Remote status - -Every engineer on our team works remotely. That being said, we do need someone who can work California business hours (9am-6pm PST) and who is available for emergencies at night. If you live in the LA area, you are welcome to be in our cool office in Pasadena. Bonus points if you can curse in Dutch. - -## Region - -Worldwide - -## Company technologies - -iOS, React, Knockout, Rails, Perl, HTML, Sql, Ruby, JQuery - -## How to apply - -Email buford@17hats.com with github and/or CV diff --git a/test/fixtures/bad-profile-titles/company-profiles/18f.md b/test/fixtures/bad-profile-titles/company-profiles/18f.md deleted file mode 100644 index 0a926b92..00000000 --- a/test/fixtures/bad-profile-titles/company-profiles/18f.md +++ /dev/null @@ -1,55 +0,0 @@ -# $%$#%$# - -## Company blurb - -18F is a civic consultancy for the government, inside the government, working with agencies to rapidly deploy tools and services that are easy to use, cost efficient, and reusable. Our goal is to change how the government buys and develops digital services by helping agencies adopt modern techniques that deliver superior products. - -We are transforming government from the inside out, creating cultural change by working with teams inside agencies who want to create great services for the public. - -We are a trusted partner for agencies working to transform how they build and buy tools and services in a user-centered way. - -We will accomplish our mission by: - -putting the needs of the public first -being design-centric, agile, open, and data-driven -deploying tools and services early and often - -## Company size - -100+ - -## Remote status - -18F employees live all over the country. We work out of homes in Dayton and Tucson, St. Louis and Chapel Hill — and in federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -That means many of our project teams are also made up of distributed employees working all over the country. For example, you may have a developer in Austin, a designer in Washington D.C., and a content strategist in Portland — but they’re all working on the same team and with the same partners. - -Because we work on distributed teams so frequently, we've developed certain strategies for working well as a collaborative operation. - -[We have a “remote first” mindset.](https://18f.gsa.gov/2015/10/15/best-practices-for-distributed-teams/) - -## Region - -U.S. citizens, non-citizens who are nationals of the U.S., or people who have been admitted to the U.S. for permanent residence and hold a valid green card. - -## Company technologies - -Ruby, Python, HTML, CSS, JavaScript - -## Office locations - -Federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -## How to apply - -[Open positions](https://pages.18f.gov/joining-18f/open-positions/) - -If you want to apply directly to 18F please email join18f@gsa.gov. We don’t require a formal cover letter, but let us know more about you: - -Send your current resume, preferably as a PDF. -Link to your GitHub profile, design portfolio, or attach a writing sample. -Specify what role you’d like to be considered for. Check out our openings here. -If you're a Veteran of the U.S. Armed Forces or if you are eligible for "derived" preference, please mention that in your email so we can give you priority consideration. -Don't see an opening that suits you? Tell us what you want to do! - -[How to apply](https://pages.18f.gov/joining-18f/how-to-apply/) diff --git a/test/fixtures/bad-profile-titles/company-profiles/and-yet.md b/test/fixtures/bad-profile-titles/company-profiles/and-yet.md deleted file mode 100644 index 5417d763..00000000 --- a/test/fixtures/bad-profile-titles/company-profiles/and-yet.md +++ /dev/null @@ -1,46 +0,0 @@ -# &yet - -# Another h1 - -## Company blurb -[&yet](https://andyet.com) is about people. We’re known as a design and development consultancy (specializing in Node, React, and realtime), but we don’t fit neatly in a box. - -We design and [develop custom software](https://andyet.com/software) for web, mobile, desktop, chat, and voice. - -We enable millions of people to make super simple video calls with [Talky](https://talky.io). - -We pioneer software and standards for [realtime communications](https://andyet.com/realtime). - -We [wrote the book](https://gatherthepeople.com) on taking a human approach to marketing for people who would rather make what they love than persuade people to buy it. - -We create high-impact conference experiences such as [RealtimeConf](http://experience.realtimeconf.com) and more recently–[&yetConf](http://andyetconf.com). - -[Learn more about our team](https://andyet.com/about). - -## Company size -20+ - -## Remote status -We employ several strategies to ensure an inclusive and collaborative environment for all our employees. - -To communicate we use [Slack](https://slack.com) (text-chat), our own product [Talky](https://talky.io) (video chat and meetings), [Twist](https://twistapp.com) (daily check-ins) and [GitHub](https://github.com) (organization wide discussions). - -One-on-ones and bi-weekly company-wide updates are a crucial part of staying connected and understanding our team as things change. We encourage employees to use these meetings to bring up frustrations, ideas, or whatever they need in order to be their best selves and to do their best work. - -At least once a year we organize an in-person all-hands team week. It’s the best. - -## Region -&yet has one office located in Richland, WA. Currently ten people are working remotely out of Seattle, Portland, Folsom, Phoenix, Denver, Kansas City, Frankfurt, Oslo, and Melbourne. The most significant timezone difference is 17 hours. - -## Company technologies -* Node.js -* React -* WebRTC -* Pug -* Stylus - -## Office locations -[Fuse Coworking in Richland, WA](https://goo.gl/maps/oJaAQFf12tv) - -## How to apply -No current openings. diff --git a/test/fixtures/bad-profile-titles/company-profiles/let-s-encrypt.md b/test/fixtures/bad-profile-titles/company-profiles/let-s-encrypt.md deleted file mode 100644 index c681e2f3..00000000 --- a/test/fixtures/bad-profile-titles/company-profiles/let-s-encrypt.md +++ /dev/null @@ -1,9 +0,0 @@ -# Let's Encrypt - -## Company blurb - -Let’s Encrypt is a free, automated, and open certificate authority brought to you by the Internet Security Research Group (ISRG). ISRG is a California public benefit corporation, and is recognized by the IRS as a tax-exempt organization under Section 501(c)(3) of the Internal Revenue Code. - -## How to apply - -[Let's Encrypt](https://letsencrypt.org/jobs/) diff --git a/test/fixtures/bad-table-rows/README.md b/test/fixtures/bad-table-rows/README.md deleted file mode 100644 index 40485fe0..00000000 --- a/test/fixtures/bad-table-rows/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# Test data - -This company table contains rows with an invalid number of table cells. - -## Companies - -Name | Website | Region ------------- | ------- | ------- -[&yet](/company-profiles/and-yet.md) | https://andyet.com | Worldwide -[10up](/company-profiles/10up.md) | https://10up.com/ -[17hats](/company-profiles/17hats.md) | https://www.17hats.com/ | Worldwide -[18F](/company-profiles/18f.md) | https://18f.gsa.gov/ | USA | something else diff --git a/test/fixtures/bad-table-rows/company-profiles/10up.md b/test/fixtures/bad-table-rows/company-profiles/10up.md deleted file mode 100644 index 09e9a2b2..00000000 --- a/test/fixtures/bad-table-rows/company-profiles/10up.md +++ /dev/null @@ -1,39 +0,0 @@ -# 10up - -## Company blurb - -We make websites and content management simple and fun with premiere web design & development consulting services, by contributing to open platforms like WordPress, and by providing tools and products (like [PushUp](https://pushupnotifications.com/)) that make web publishing a cinch. - -At 10up, we don’t just “make” things – we engineer them. We’re a group of people built to solve problems; made to create; wired to delight. From beautiful pixels to beautiful code, we constantly improve the things around us, applying our passions to our clients’ projects and goals. - -We’ve had the privilege of working on big web projects for clients as diverse as TechCrunch, ESPN’s FiveThirtyEight and Grantland, SurveyMonkey, Junior Diabetes Research Foundation (JDRF), and Google. - -## Company size - -125 and growing, spread across web engineering, systems, design, project management, strategy/accounts, and operations. - -## Remote status - -10up didn’t integrate remote work – we intended to be remote from the start! Being remote allows us to find talent no matter where they're located, scale up to meet needs with relative fluidity, and have been bootstrapped from the start. We also recognize the challenges of working remotely, and put a lot of effort into in-person meetups, communication tools, and ensuring that employees have the benefits and support they need no matter where they are. - -## Region - -We have employees all around the world, from across the US to the UK to South Africa to the Philippines. Most are currently located in North America, a number travel frequently, and some even work nomadically. - -## Company technologies - -* WordPress -* PHP -* Sass -* Git -* Vagrant -* Nginx -* Memcache - -## Office locations - -None; or everywhere! - -## How to apply - -Check out our [careers page](https://10up.com/careers/) and send an email to jobs@10up.com. Our amazing Recruitment Manager Christine Garrison will be on the other end. diff --git a/test/fixtures/bad-table-rows/company-profiles/17hats.md b/test/fixtures/bad-table-rows/company-profiles/17hats.md deleted file mode 100644 index d1c9ae31..00000000 --- a/test/fixtures/bad-table-rows/company-profiles/17hats.md +++ /dev/null @@ -1,25 +0,0 @@ -# 17hats - -## Company blurb - -Are you ready to stop juggling multiple apps to manage your business? From booking clients, to managing projects, to controlling your finances, with 17hats you have everything you need to manage your business and clients anytime, anywhere. Pretty neat if we say so ourselves! We created 17hats specifically for “businesses of one” with a focus on simplicity and ease of use. - -## Company size - -11-50 - -## Remote status - -Every engineer on our team works remotely. That being said, we do need someone who can work California business hours (9am-6pm PST) and who is available for emergencies at night. If you live in the LA area, you are welcome to be in our cool office in Pasadena. Bonus points if you can curse in Dutch. - -## Region - -Worldwide - -## Company technologies - -iOS, React, Knockout, Rails, Perl, HTML, Sql, Ruby, JQuery - -## How to apply - -Email buford@17hats.com with github and/or CV diff --git a/test/fixtures/bad-table-rows/company-profiles/18f.md b/test/fixtures/bad-table-rows/company-profiles/18f.md deleted file mode 100644 index 785ad16f..00000000 --- a/test/fixtures/bad-table-rows/company-profiles/18f.md +++ /dev/null @@ -1,55 +0,0 @@ -# 18F - -## Company blurb - -18F is a civic consultancy for the government, inside the government, working with agencies to rapidly deploy tools and services that are easy to use, cost efficient, and reusable. Our goal is to change how the government buys and develops digital services by helping agencies adopt modern techniques that deliver superior products. - -We are transforming government from the inside out, creating cultural change by working with teams inside agencies who want to create great services for the public. - -We are a trusted partner for agencies working to transform how they build and buy tools and services in a user-centered way. - -We will accomplish our mission by: - -putting the needs of the public first -being design-centric, agile, open, and data-driven -deploying tools and services early and often - -## Company size - -100+ - -## Remote status - -18F employees live all over the country. We work out of homes in Dayton and Tucson, St. Louis and Chapel Hill — and in federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -That means many of our project teams are also made up of distributed employees working all over the country. For example, you may have a developer in Austin, a designer in Washington D.C., and a content strategist in Portland — but they’re all working on the same team and with the same partners. - -Because we work on distributed teams so frequently, we've developed certain strategies for working well as a collaborative operation. - -[We have a “remote first” mindset.](https://18f.gsa.gov/2015/10/15/best-practices-for-distributed-teams/) - -## Region - -U.S. citizens, non-citizens who are nationals of the U.S., or people who have been admitted to the U.S. for permanent residence and hold a valid green card. - -## Company technologies - -Ruby, Python, HTML, CSS, JavaScript - -## Office locations - -Federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -## How to apply - -[Open positions](https://pages.18f.gov/joining-18f/open-positions/) - -If you want to apply directly to 18F please email join18f@gsa.gov. We don’t require a formal cover letter, but let us know more about you: - -Send your current resume, preferably as a PDF. -Link to your GitHub profile, design portfolio, or attach a writing sample. -Specify what role you’d like to be considered for. Check out our openings here. -If you're a Veteran of the U.S. Armed Forces or if you are eligible for "derived" preference, please mention that in your email so we can give you priority consideration. -Don't see an opening that suits you? Tell us what you want to do! - -[How to apply](https://pages.18f.gov/joining-18f/how-to-apply/) diff --git a/test/fixtures/bad-table-rows/company-profiles/and-yet.md b/test/fixtures/bad-table-rows/company-profiles/and-yet.md deleted file mode 100644 index b1994548..00000000 --- a/test/fixtures/bad-table-rows/company-profiles/and-yet.md +++ /dev/null @@ -1,44 +0,0 @@ -# &yet - -## Company blurb -[&yet](https://andyet.com) is about people. We’re known as a design and development consultancy (specializing in Node, React, and realtime), but we don’t fit neatly in a box. - -We design and [develop custom software](https://andyet.com/software) for web, mobile, desktop, chat, and voice. - -We enable millions of people to make super simple video calls with [Talky](https://talky.io). - -We pioneer software and standards for [realtime communications](https://andyet.com/realtime). - -We [wrote the book](https://gatherthepeople.com) on taking a human approach to marketing for people who would rather make what they love than persuade people to buy it. - -We create high-impact conference experiences such as [RealtimeConf](http://experience.realtimeconf.com) and more recently–[&yetConf](http://andyetconf.com). - -[Learn more about our team](https://andyet.com/about). - -## Company size -20+ - -## Remote status -We employ several strategies to ensure an inclusive and collaborative environment for all our employees. - -To communicate we use [Slack](https://slack.com) (text-chat), our own product [Talky](https://talky.io) (video chat and meetings), [Twist](https://twistapp.com) (daily check-ins) and [GitHub](https://github.com) (organization wide discussions). - -One-on-ones and bi-weekly company-wide updates are a crucial part of staying connected and understanding our team as things change. We encourage employees to use these meetings to bring up frustrations, ideas, or whatever they need in order to be their best selves and to do their best work. - -At least once a year we organize an in-person all-hands team week. It’s the best. - -## Region -&yet has one office located in Richland, WA. Currently ten people are working remotely out of Seattle, Portland, Folsom, Phoenix, Denver, Kansas City, Frankfurt, Oslo, and Melbourne. The most significant timezone difference is 17 hours. - -## Company technologies -* Node.js -* React -* WebRTC -* Pug -* Stylus - -## Office locations -[Fuse Coworking in Richland, WA](https://goo.gl/maps/oJaAQFf12tv) - -## How to apply -No current openings. diff --git a/test/fixtures/duplicate-company/README.md b/test/fixtures/duplicate-company/README.md deleted file mode 100644 index 11b25f3b..00000000 --- a/test/fixtures/duplicate-company/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Test data - -This company table and its linked company profiles contain fully valid data. - -## Companies - -Name | Website | Region ------------- | ------- | ------- -[&yet](/company-profiles/and-yet.md) | https://andyet.com | Worldwide -[&Yet](/company-profiles/and.md) | https://andyet.com | Worldwide -[10up](/company-profiles/10up.md) | https://10up.com/ | Worldwide -[17hats](/company-profiles/17hats.md) | https://www.17hats.com/ | Worldwide -[18F](/company-profiles/18f.md) | https://18f.gsa.gov/ | USA diff --git a/test/fixtures/duplicate-company/company-profiles/10up.md b/test/fixtures/duplicate-company/company-profiles/10up.md deleted file mode 100644 index e8087298..00000000 --- a/test/fixtures/duplicate-company/company-profiles/10up.md +++ /dev/null @@ -1,39 +0,0 @@ -# 10up, A WordPress Development Agency - -## Company blurb - -We make websites and content management simple and fun with premiere web design & development consulting services, by contributing to open platforms like WordPress, and by providing tools and products (like [PushUp](https://pushupnotifications.com/)) that make web publishing a cinch. - -At 10up, we don’t just “make” things – we engineer them. We’re a group of people built to solve problems; made to create; wired to delight. From beautiful pixels to beautiful code, we constantly improve the things around us, applying our passions to our clients’ projects and goals. - -We’ve had the privilege of working on big web projects for clients as diverse as TechCrunch, ESPN’s FiveThirtyEight and Grantland, SurveyMonkey, Junior Diabetes Research Foundation (JDRF), and Google. - -## Company size - -125 and growing, spread across web engineering, systems, design, project management, strategy/accounts, and operations. - -## Remote status - -10up didn’t integrate remote work – we intended to be remote from the start! Being remote allows us to find talent no matter where they're located, scale up to meet needs with relative fluidity, and have been bootstrapped from the start. We also recognize the challenges of working remotely, and put a lot of effort into in-person meetups, communication tools, and ensuring that employees have the benefits and support they need no matter where they are. - -## Region - -We have employees all around the world, from across the US to the UK to South Africa to the Philippines. Most are currently located in North America, a number travel frequently, and some even work nomadically. - -## Company technologies - -* WordPress -* PHP -* Sass -* Git -* Vagrant -* Nginx -* Memcache - -## Office locations - -None; or everywhere! - -## How to apply - -Check out our [careers page](https://10up.com/careers/) and send an email to jobs@10up.com. Our amazing Recruitment Manager Christine Garrison will be on the other end. diff --git a/test/fixtures/duplicate-company/company-profiles/17hats.md b/test/fixtures/duplicate-company/company-profiles/17hats.md deleted file mode 100644 index d1c9ae31..00000000 --- a/test/fixtures/duplicate-company/company-profiles/17hats.md +++ /dev/null @@ -1,25 +0,0 @@ -# 17hats - -## Company blurb - -Are you ready to stop juggling multiple apps to manage your business? From booking clients, to managing projects, to controlling your finances, with 17hats you have everything you need to manage your business and clients anytime, anywhere. Pretty neat if we say so ourselves! We created 17hats specifically for “businesses of one” with a focus on simplicity and ease of use. - -## Company size - -11-50 - -## Remote status - -Every engineer on our team works remotely. That being said, we do need someone who can work California business hours (9am-6pm PST) and who is available for emergencies at night. If you live in the LA area, you are welcome to be in our cool office in Pasadena. Bonus points if you can curse in Dutch. - -## Region - -Worldwide - -## Company technologies - -iOS, React, Knockout, Rails, Perl, HTML, Sql, Ruby, JQuery - -## How to apply - -Email buford@17hats.com with github and/or CV diff --git a/test/fixtures/duplicate-company/company-profiles/18f.md b/test/fixtures/duplicate-company/company-profiles/18f.md deleted file mode 100644 index 785ad16f..00000000 --- a/test/fixtures/duplicate-company/company-profiles/18f.md +++ /dev/null @@ -1,55 +0,0 @@ -# 18F - -## Company blurb - -18F is a civic consultancy for the government, inside the government, working with agencies to rapidly deploy tools and services that are easy to use, cost efficient, and reusable. Our goal is to change how the government buys and develops digital services by helping agencies adopt modern techniques that deliver superior products. - -We are transforming government from the inside out, creating cultural change by working with teams inside agencies who want to create great services for the public. - -We are a trusted partner for agencies working to transform how they build and buy tools and services in a user-centered way. - -We will accomplish our mission by: - -putting the needs of the public first -being design-centric, agile, open, and data-driven -deploying tools and services early and often - -## Company size - -100+ - -## Remote status - -18F employees live all over the country. We work out of homes in Dayton and Tucson, St. Louis and Chapel Hill — and in federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -That means many of our project teams are also made up of distributed employees working all over the country. For example, you may have a developer in Austin, a designer in Washington D.C., and a content strategist in Portland — but they’re all working on the same team and with the same partners. - -Because we work on distributed teams so frequently, we've developed certain strategies for working well as a collaborative operation. - -[We have a “remote first” mindset.](https://18f.gsa.gov/2015/10/15/best-practices-for-distributed-teams/) - -## Region - -U.S. citizens, non-citizens who are nationals of the U.S., or people who have been admitted to the U.S. for permanent residence and hold a valid green card. - -## Company technologies - -Ruby, Python, HTML, CSS, JavaScript - -## Office locations - -Federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -## How to apply - -[Open positions](https://pages.18f.gov/joining-18f/open-positions/) - -If you want to apply directly to 18F please email join18f@gsa.gov. We don’t require a formal cover letter, but let us know more about you: - -Send your current resume, preferably as a PDF. -Link to your GitHub profile, design portfolio, or attach a writing sample. -Specify what role you’d like to be considered for. Check out our openings here. -If you're a Veteran of the U.S. Armed Forces or if you are eligible for "derived" preference, please mention that in your email so we can give you priority consideration. -Don't see an opening that suits you? Tell us what you want to do! - -[How to apply](https://pages.18f.gov/joining-18f/how-to-apply/) diff --git a/test/fixtures/duplicate-company/company-profiles/and-yet.md b/test/fixtures/duplicate-company/company-profiles/and-yet.md deleted file mode 100644 index 265f24ea..00000000 --- a/test/fixtures/duplicate-company/company-profiles/and-yet.md +++ /dev/null @@ -1,44 +0,0 @@ -# &yet (And Yet) - -## Company blurb -[&yet](https://andyet.com) is about people. We’re known as a design and development consultancy (specializing in Node, React, and realtime), but we don’t fit neatly in a box. - -We design and [develop custom software](https://andyet.com/software) for web, mobile, desktop, chat, and voice. - -We enable millions of people to make super simple video calls with [Talky](https://talky.io). - -We pioneer software and standards for [realtime communications](https://andyet.com/realtime). - -We [wrote the book](https://gatherthepeople.com) on taking a human approach to marketing for people who would rather make what they love than persuade people to buy it. - -We create high-impact conference experiences such as [RealtimeConf](http://experience.realtimeconf.com) and more recently–[&yetConf](http://andyetconf.com). - -[Learn more about our team](https://andyet.com/about). - -## Company size -20+ - -## Remote status -We employ several strategies to ensure an inclusive and collaborative environment for all our employees. - -To communicate we use [Slack](https://slack.com) (text-chat), our own product [Talky](https://talky.io) (video chat and meetings), [Twist](https://twistapp.com) (daily check-ins) and [GitHub](https://github.com) (organization wide discussions). - -One-on-ones and bi-weekly company-wide updates are a crucial part of staying connected and understanding our team as things change. We encourage employees to use these meetings to bring up frustrations, ideas, or whatever they need in order to be their best selves and to do their best work. - -At least once a year we organize an in-person all-hands team week. It’s the best. - -## Region -&yet has one office located in Richland, WA. Currently ten people are working remotely out of Seattle, Portland, Folsom, Phoenix, Denver, Kansas City, Frankfurt, Oslo, and Melbourne. The most significant timezone difference is 17 hours. - -## Company technologies -* Node.js -* React -* WebRTC -* Pug -* Stylus - -## Office locations -[Fuse Coworking in Richland, WA](https://goo.gl/maps/oJaAQFf12tv) - -## How to apply -No current openings. diff --git a/test/fixtures/duplicate-company/company-profiles/and.md b/test/fixtures/duplicate-company/company-profiles/and.md deleted file mode 100644 index 265f24ea..00000000 --- a/test/fixtures/duplicate-company/company-profiles/and.md +++ /dev/null @@ -1,44 +0,0 @@ -# &yet (And Yet) - -## Company blurb -[&yet](https://andyet.com) is about people. We’re known as a design and development consultancy (specializing in Node, React, and realtime), but we don’t fit neatly in a box. - -We design and [develop custom software](https://andyet.com/software) for web, mobile, desktop, chat, and voice. - -We enable millions of people to make super simple video calls with [Talky](https://talky.io). - -We pioneer software and standards for [realtime communications](https://andyet.com/realtime). - -We [wrote the book](https://gatherthepeople.com) on taking a human approach to marketing for people who would rather make what they love than persuade people to buy it. - -We create high-impact conference experiences such as [RealtimeConf](http://experience.realtimeconf.com) and more recently–[&yetConf](http://andyetconf.com). - -[Learn more about our team](https://andyet.com/about). - -## Company size -20+ - -## Remote status -We employ several strategies to ensure an inclusive and collaborative environment for all our employees. - -To communicate we use [Slack](https://slack.com) (text-chat), our own product [Talky](https://talky.io) (video chat and meetings), [Twist](https://twistapp.com) (daily check-ins) and [GitHub](https://github.com) (organization wide discussions). - -One-on-ones and bi-weekly company-wide updates are a crucial part of staying connected and understanding our team as things change. We encourage employees to use these meetings to bring up frustrations, ideas, or whatever they need in order to be their best selves and to do their best work. - -At least once a year we organize an in-person all-hands team week. It’s the best. - -## Region -&yet has one office located in Richland, WA. Currently ten people are working remotely out of Seattle, Portland, Folsom, Phoenix, Denver, Kansas City, Frankfurt, Oslo, and Melbourne. The most significant timezone difference is 17 hours. - -## Company technologies -* Node.js -* React -* WebRTC -* Pug -* Stylus - -## Office locations -[Fuse Coworking in Richland, WA](https://goo.gl/maps/oJaAQFf12tv) - -## How to apply -No current openings. diff --git a/test/fixtures/mismatched-incomplete-indicators/README.md b/test/fixtures/mismatched-incomplete-indicators/README.md deleted file mode 100644 index a6c9091d..00000000 --- a/test/fixtures/mismatched-incomplete-indicators/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# Test data - -This company table and its linked company profiles contain incomplete and -complete profiles with various mismatching indicators about whether they are -complete (⚠ symbols, number of sections in the profile). - -## Companies - -Name | Website | Region ------------- | ------- | ------- -[&yet](/company-profiles/and-yet.md) ⚠ | https://andyet.com | Worldwide -[10up](/company-profiles/10up.md) | https://10up.com/ | Worldwide -[17hats](/company-profiles/17hats.md) | https://www.17hats.com/ | Worldwide -[18F](/company-profiles/18f.md) | https://18f.gsa.gov/ | USA -[45royale](/company-profiles/45royale.md) ⚠ | http://45royale.com/ | -[Aerolab](/company-profiles/aerolab.md) ⚠ | https://aerolab.co/ | -[AngularClass](/company-profiles/angularclass.md) ⚠️ | https://angularclass.com | PST Timezone -[Anomali](/company-profiles/anomali.md) ⚠️️ | https://www.anomali.com/company/careers | United States diff --git a/test/fixtures/mismatched-incomplete-indicators/company-profiles/10up.md b/test/fixtures/mismatched-incomplete-indicators/company-profiles/10up.md deleted file mode 100644 index b9cf60f2..00000000 --- a/test/fixtures/mismatched-incomplete-indicators/company-profiles/10up.md +++ /dev/null @@ -1,9 +0,0 @@ -# 10up, A WordPress Development Agency - -## Company blurb - -We make websites and content management simple and fun with premiere web design & development consulting services, by contributing to open platforms like WordPress, and by providing tools and products (like [PushUp](https://pushupnotifications.com/)) that make web publishing a cinch. - -At 10up, we don’t just “make” things – we engineer them. We’re a group of people built to solve problems; made to create; wired to delight. From beautiful pixels to beautiful code, we constantly improve the things around us, applying our passions to our clients’ projects and goals. - -We’ve had the privilege of working on big web projects for clients as diverse as TechCrunch, ESPN’s FiveThirtyEight and Grantland, SurveyMonkey, Junior Diabetes Research Foundation (JDRF), and Google. diff --git a/test/fixtures/mismatched-incomplete-indicators/company-profiles/17hats.md b/test/fixtures/mismatched-incomplete-indicators/company-profiles/17hats.md deleted file mode 100644 index befd21e0..00000000 --- a/test/fixtures/mismatched-incomplete-indicators/company-profiles/17hats.md +++ /dev/null @@ -1,23 +0,0 @@ -# 17hats - -## Company blurb - -Are you ready to stop juggling multiple apps to manage your business? From booking clients, to managing projects, to controlling your finances, with 17hats you have everything you need to manage your business and clients anytime, anywhere. Pretty neat if we say so ourselves! We created 17hats specifically for “businesses of one” with a focus on simplicity and ease of use. - -⚠ Incomplete profile indicator - -## Company size - -11-50 - -## Remote status - -Every engineer on our team works remotely. That being said, we do need someone who can work California business hours (9am-6pm PST) and who is available for emergencies at night. If you live in the LA area, you are welcome to be in our cool office in Pasadena. Bonus points if you can curse in Dutch. - -## Region - -Worldwide - -## Company technologies - -iOS, React, Knockout, Rails, Perl, HTML, Sql, Ruby, JQuery diff --git a/test/fixtures/mismatched-incomplete-indicators/company-profiles/18f.md b/test/fixtures/mismatched-incomplete-indicators/company-profiles/18f.md deleted file mode 100644 index 1ee5aa27..00000000 --- a/test/fixtures/mismatched-incomplete-indicators/company-profiles/18f.md +++ /dev/null @@ -1,5 +0,0 @@ -# 18F - -## Company blurb - -⚠ We don't have much information about this company yet! diff --git a/test/fixtures/mismatched-incomplete-indicators/company-profiles/45royale.md b/test/fixtures/mismatched-incomplete-indicators/company-profiles/45royale.md deleted file mode 100644 index 21bbbf43..00000000 --- a/test/fixtures/mismatched-incomplete-indicators/company-profiles/45royale.md +++ /dev/null @@ -1,21 +0,0 @@ -# 45royale - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/45royale.md) - -## Company size - -Something to tell the validation script that this profile has more information -than the standard "incomplete profile" - -## Remote status - -Something else to tell the validation script that this profile has more -information than the standard "incomplete profile" diff --git a/test/fixtures/mismatched-incomplete-indicators/company-profiles/aerolab.md b/test/fixtures/mismatched-incomplete-indicators/company-profiles/aerolab.md deleted file mode 100644 index f03681e1..00000000 --- a/test/fixtures/mismatched-incomplete-indicators/company-profiles/aerolab.md +++ /dev/null @@ -1,12 +0,0 @@ -# Aerolab - -## Company blurb - -We don't have much information about this company yet! (But the warning emoji -is missing from this paragraph) - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/aerolab.md) diff --git a/test/fixtures/mismatched-incomplete-indicators/company-profiles/and-yet.md b/test/fixtures/mismatched-incomplete-indicators/company-profiles/and-yet.md deleted file mode 100644 index 265f24ea..00000000 --- a/test/fixtures/mismatched-incomplete-indicators/company-profiles/and-yet.md +++ /dev/null @@ -1,44 +0,0 @@ -# &yet (And Yet) - -## Company blurb -[&yet](https://andyet.com) is about people. We’re known as a design and development consultancy (specializing in Node, React, and realtime), but we don’t fit neatly in a box. - -We design and [develop custom software](https://andyet.com/software) for web, mobile, desktop, chat, and voice. - -We enable millions of people to make super simple video calls with [Talky](https://talky.io). - -We pioneer software and standards for [realtime communications](https://andyet.com/realtime). - -We [wrote the book](https://gatherthepeople.com) on taking a human approach to marketing for people who would rather make what they love than persuade people to buy it. - -We create high-impact conference experiences such as [RealtimeConf](http://experience.realtimeconf.com) and more recently–[&yetConf](http://andyetconf.com). - -[Learn more about our team](https://andyet.com/about). - -## Company size -20+ - -## Remote status -We employ several strategies to ensure an inclusive and collaborative environment for all our employees. - -To communicate we use [Slack](https://slack.com) (text-chat), our own product [Talky](https://talky.io) (video chat and meetings), [Twist](https://twistapp.com) (daily check-ins) and [GitHub](https://github.com) (organization wide discussions). - -One-on-ones and bi-weekly company-wide updates are a crucial part of staying connected and understanding our team as things change. We encourage employees to use these meetings to bring up frustrations, ideas, or whatever they need in order to be their best selves and to do their best work. - -At least once a year we organize an in-person all-hands team week. It’s the best. - -## Region -&yet has one office located in Richland, WA. Currently ten people are working remotely out of Seattle, Portland, Folsom, Phoenix, Denver, Kansas City, Frankfurt, Oslo, and Melbourne. The most significant timezone difference is 17 hours. - -## Company technologies -* Node.js -* React -* WebRTC -* Pug -* Stylus - -## Office locations -[Fuse Coworking in Richland, WA](https://goo.gl/maps/oJaAQFf12tv) - -## How to apply -No current openings. diff --git a/test/fixtures/mismatched-incomplete-indicators/company-profiles/angularclass.md b/test/fixtures/mismatched-incomplete-indicators/company-profiles/angularclass.md deleted file mode 100644 index 5f1890ff..00000000 --- a/test/fixtures/mismatched-incomplete-indicators/company-profiles/angularclass.md +++ /dev/null @@ -1,12 +0,0 @@ -# AngularClass - -## Company blurb - -We don't have much information about this company yet! (But the warning emoji -is missing from this paragraph) - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/angularclass.md) diff --git a/test/fixtures/mismatched-incomplete-indicators/company-profiles/anomali.md b/test/fixtures/mismatched-incomplete-indicators/company-profiles/anomali.md deleted file mode 100644 index 5d99572b..00000000 --- a/test/fixtures/mismatched-incomplete-indicators/company-profiles/anomali.md +++ /dev/null @@ -1,5 +0,0 @@ -# Anomali - -## Invalid section name - -No other content here! diff --git a/test/fixtures/missing-company-names/README.md b/test/fixtures/missing-company-names/README.md deleted file mode 100644 index 80384834..00000000 --- a/test/fixtures/missing-company-names/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Test data - -This company table contains entries with missing company names. - -## Companies - -Name | Website | Region ------------- | ------- | ------- - ⚠⚠⚠⚠ | https://andyet.com | Worldwide - | https://andyet.com | Worldwide -[](/company-profiles/10up.md) ⚠ | https://10up.com/ | Worldwide -[](/company-profiles/17hats.md) | https://www.17hats.com/ | Worldwide -| https://18f.gsa.gov/ | USA diff --git a/test/fixtures/missing-company-names/company-profiles/10up.md b/test/fixtures/missing-company-names/company-profiles/10up.md deleted file mode 100644 index 09e9a2b2..00000000 --- a/test/fixtures/missing-company-names/company-profiles/10up.md +++ /dev/null @@ -1,39 +0,0 @@ -# 10up - -## Company blurb - -We make websites and content management simple and fun with premiere web design & development consulting services, by contributing to open platforms like WordPress, and by providing tools and products (like [PushUp](https://pushupnotifications.com/)) that make web publishing a cinch. - -At 10up, we don’t just “make” things – we engineer them. We’re a group of people built to solve problems; made to create; wired to delight. From beautiful pixels to beautiful code, we constantly improve the things around us, applying our passions to our clients’ projects and goals. - -We’ve had the privilege of working on big web projects for clients as diverse as TechCrunch, ESPN’s FiveThirtyEight and Grantland, SurveyMonkey, Junior Diabetes Research Foundation (JDRF), and Google. - -## Company size - -125 and growing, spread across web engineering, systems, design, project management, strategy/accounts, and operations. - -## Remote status - -10up didn’t integrate remote work – we intended to be remote from the start! Being remote allows us to find talent no matter where they're located, scale up to meet needs with relative fluidity, and have been bootstrapped from the start. We also recognize the challenges of working remotely, and put a lot of effort into in-person meetups, communication tools, and ensuring that employees have the benefits and support they need no matter where they are. - -## Region - -We have employees all around the world, from across the US to the UK to South Africa to the Philippines. Most are currently located in North America, a number travel frequently, and some even work nomadically. - -## Company technologies - -* WordPress -* PHP -* Sass -* Git -* Vagrant -* Nginx -* Memcache - -## Office locations - -None; or everywhere! - -## How to apply - -Check out our [careers page](https://10up.com/careers/) and send an email to jobs@10up.com. Our amazing Recruitment Manager Christine Garrison will be on the other end. diff --git a/test/fixtures/missing-company-names/company-profiles/17hats.md b/test/fixtures/missing-company-names/company-profiles/17hats.md deleted file mode 100644 index d1c9ae31..00000000 --- a/test/fixtures/missing-company-names/company-profiles/17hats.md +++ /dev/null @@ -1,25 +0,0 @@ -# 17hats - -## Company blurb - -Are you ready to stop juggling multiple apps to manage your business? From booking clients, to managing projects, to controlling your finances, with 17hats you have everything you need to manage your business and clients anytime, anywhere. Pretty neat if we say so ourselves! We created 17hats specifically for “businesses of one” with a focus on simplicity and ease of use. - -## Company size - -11-50 - -## Remote status - -Every engineer on our team works remotely. That being said, we do need someone who can work California business hours (9am-6pm PST) and who is available for emergencies at night. If you live in the LA area, you are welcome to be in our cool office in Pasadena. Bonus points if you can curse in Dutch. - -## Region - -Worldwide - -## Company technologies - -iOS, React, Knockout, Rails, Perl, HTML, Sql, Ruby, JQuery - -## How to apply - -Email buford@17hats.com with github and/or CV diff --git a/test/fixtures/missing-company-names/company-profiles/18f.md b/test/fixtures/missing-company-names/company-profiles/18f.md deleted file mode 100644 index 785ad16f..00000000 --- a/test/fixtures/missing-company-names/company-profiles/18f.md +++ /dev/null @@ -1,55 +0,0 @@ -# 18F - -## Company blurb - -18F is a civic consultancy for the government, inside the government, working with agencies to rapidly deploy tools and services that are easy to use, cost efficient, and reusable. Our goal is to change how the government buys and develops digital services by helping agencies adopt modern techniques that deliver superior products. - -We are transforming government from the inside out, creating cultural change by working with teams inside agencies who want to create great services for the public. - -We are a trusted partner for agencies working to transform how they build and buy tools and services in a user-centered way. - -We will accomplish our mission by: - -putting the needs of the public first -being design-centric, agile, open, and data-driven -deploying tools and services early and often - -## Company size - -100+ - -## Remote status - -18F employees live all over the country. We work out of homes in Dayton and Tucson, St. Louis and Chapel Hill — and in federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -That means many of our project teams are also made up of distributed employees working all over the country. For example, you may have a developer in Austin, a designer in Washington D.C., and a content strategist in Portland — but they’re all working on the same team and with the same partners. - -Because we work on distributed teams so frequently, we've developed certain strategies for working well as a collaborative operation. - -[We have a “remote first” mindset.](https://18f.gsa.gov/2015/10/15/best-practices-for-distributed-teams/) - -## Region - -U.S. citizens, non-citizens who are nationals of the U.S., or people who have been admitted to the U.S. for permanent residence and hold a valid green card. - -## Company technologies - -Ruby, Python, HTML, CSS, JavaScript - -## Office locations - -Federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -## How to apply - -[Open positions](https://pages.18f.gov/joining-18f/open-positions/) - -If you want to apply directly to 18F please email join18f@gsa.gov. We don’t require a formal cover letter, but let us know more about you: - -Send your current resume, preferably as a PDF. -Link to your GitHub profile, design portfolio, or attach a writing sample. -Specify what role you’d like to be considered for. Check out our openings here. -If you're a Veteran of the U.S. Armed Forces or if you are eligible for "derived" preference, please mention that in your email so we can give you priority consideration. -Don't see an opening that suits you? Tell us what you want to do! - -[How to apply](https://pages.18f.gov/joining-18f/how-to-apply/) diff --git a/test/fixtures/missing-company-names/company-profiles/and-yet.md b/test/fixtures/missing-company-names/company-profiles/and-yet.md deleted file mode 100644 index b1994548..00000000 --- a/test/fixtures/missing-company-names/company-profiles/and-yet.md +++ /dev/null @@ -1,44 +0,0 @@ -# &yet - -## Company blurb -[&yet](https://andyet.com) is about people. We’re known as a design and development consultancy (specializing in Node, React, and realtime), but we don’t fit neatly in a box. - -We design and [develop custom software](https://andyet.com/software) for web, mobile, desktop, chat, and voice. - -We enable millions of people to make super simple video calls with [Talky](https://talky.io). - -We pioneer software and standards for [realtime communications](https://andyet.com/realtime). - -We [wrote the book](https://gatherthepeople.com) on taking a human approach to marketing for people who would rather make what they love than persuade people to buy it. - -We create high-impact conference experiences such as [RealtimeConf](http://experience.realtimeconf.com) and more recently–[&yetConf](http://andyetconf.com). - -[Learn more about our team](https://andyet.com/about). - -## Company size -20+ - -## Remote status -We employ several strategies to ensure an inclusive and collaborative environment for all our employees. - -To communicate we use [Slack](https://slack.com) (text-chat), our own product [Talky](https://talky.io) (video chat and meetings), [Twist](https://twistapp.com) (daily check-ins) and [GitHub](https://github.com) (organization wide discussions). - -One-on-ones and bi-weekly company-wide updates are a crucial part of staying connected and understanding our team as things change. We encourage employees to use these meetings to bring up frustrations, ideas, or whatever they need in order to be their best selves and to do their best work. - -At least once a year we organize an in-person all-hands team week. It’s the best. - -## Region -&yet has one office located in Richland, WA. Currently ten people are working remotely out of Seattle, Portland, Folsom, Phoenix, Denver, Kansas City, Frankfurt, Oslo, and Melbourne. The most significant timezone difference is 17 hours. - -## Company technologies -* Node.js -* React -* WebRTC -* Pug -* Stylus - -## Office locations -[Fuse Coworking in Richland, WA](https://goo.gl/maps/oJaAQFf12tv) - -## How to apply -No current openings. diff --git a/test/fixtures/name-outside-link/README.md b/test/fixtures/name-outside-link/README.md deleted file mode 100644 index deaba745..00000000 --- a/test/fixtures/name-outside-link/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Test data - -This company table contains some entries with text (parts of the company name) -outside of the link to the company profile, including spurious UTF-8 encoding -of the ⚠ symbol. - -## Companies - -Name | Website | Region ------------- | ------- | ------- -[&yet](/company-profiles/and-yet.md) | https://andyet.com | Worldwide -[10up](/company-profiles/10up.md) agency | https://10up.com/ | Worldwide -[17hats](/company-profiles/17hats.md) | https://www.17hats.com/ | Worldwide -[18F](/company-profiles/18f.md) | https://18f.gsa.gov/ | USA -[45royale](/company-profiles/45royale.md) ⚠ | http://45royale.com/ | -[Aerolab](/company-profiles/aerolab.md) ⚠️️ more text | https://aerolab.co/ | -[AngularClass](/company-profiles/angularclass.md) text ⚠️️ | https://angularclass.com | PST Timezone diff --git a/test/fixtures/name-outside-link/company-profiles/10up.md b/test/fixtures/name-outside-link/company-profiles/10up.md deleted file mode 100644 index 18300f89..00000000 --- a/test/fixtures/name-outside-link/company-profiles/10up.md +++ /dev/null @@ -1,35 +0,0 @@ -# 10up, A WordPress Development Agency - -## Company blurb - -We make websites and content management simple and fun with premiere web design & development consulting services, by contributing to open platforms like WordPress, and by providing tools and products (like [PushUp](https://pushupnotifications.com/)) that make web publishing a cinch. - -At 10up, we don’t just “make” things – we engineer them. We’re a group of people built to solve problems; made to create; wired to delight. From beautiful pixels to beautiful code, we constantly improve the things around us, applying our passions to our clients’ projects and goals. - -We’ve had the privilege of working on big web projects for clients as diverse as TechCrunch, ESPN’s FiveThirtyEight and Grantland, SurveyMonkey, Junior Diabetes Research Foundation (JDRF), and Google. - -## Company size - -125 and growing, spread across web engineering, systems, design, project management, strategy/accounts, and operations. - -## Remote status - -10up didn’t integrate remote work – we intended to be remote from the start! Being remote allows us to find talent no matter where they're located, scale up to meet needs with relative fluidity, and have been bootstrapped from the start. We also recognize the challenges of working remotely, and put a lot of effort into in-person meetups, communication tools, and ensuring that employees have the benefits and support they need no matter where they are. - -## Region - -We have employees all around the world, from across the US to the UK to South Africa to the Philippines. Most are currently located in North America, a number travel frequently, and some even work nomadically. - -## Company technologies - -* WordPress -* PHP -* Sass -* Git -* Vagrant -* Nginx -* Memcache - -## How to apply - -Check out our [careers page](https://10up.com/careers/) and send an email to jobs@10up.com. Our amazing Recruitment Manager Christine Garrison will be on the other end. diff --git a/test/fixtures/name-outside-link/company-profiles/17hats.md b/test/fixtures/name-outside-link/company-profiles/17hats.md deleted file mode 100644 index da75df2d..00000000 --- a/test/fixtures/name-outside-link/company-profiles/17hats.md +++ /dev/null @@ -1,21 +0,0 @@ -# 17hats - -## Company blurb - -Are you ready to stop juggling multiple apps to manage your business? From booking clients, to managing projects, to controlling your finances, with 17hats you have everything you need to manage your business and clients anytime, anywhere. Pretty neat if we say so ourselves! We created 17hats specifically for “businesses of one” with a focus on simplicity and ease of use. - -## Company size - -11-50 - -## Remote status - -Every engineer on our team works remotely. That being said, we do need someone who can work California business hours (9am-6pm PST) and who is available for emergencies at night. If you live in the LA area, you are welcome to be in our cool office in Pasadena. Bonus points if you can curse in Dutch. - -## Region - -Worldwide - -## Company technologies - -iOS, React, Knockout, Rails, Perl, HTML, Sql, Ruby, JQuery diff --git a/test/fixtures/name-outside-link/company-profiles/18f.md b/test/fixtures/name-outside-link/company-profiles/18f.md deleted file mode 100644 index 0cc3f141..00000000 --- a/test/fixtures/name-outside-link/company-profiles/18f.md +++ /dev/null @@ -1,47 +0,0 @@ -# 18F - -## Company blurb - -18F is a civic consultancy for the government, inside the government, working with agencies to rapidly deploy tools and services that are easy to use, cost efficient, and reusable. Our goal is to change how the government buys and develops digital services by helping agencies adopt modern techniques that deliver superior products. - -We are transforming government from the inside out, creating cultural change by working with teams inside agencies who want to create great services for the public. - -We are a trusted partner for agencies working to transform how they build and buy tools and services in a user-centered way. - -We will accomplish our mission by: - -putting the needs of the public first -being design-centric, agile, open, and data-driven -deploying tools and services early and often - -## Company size - -100+ - -## Remote status - -18F employees live all over the country. We work out of homes in Dayton and Tucson, St. Louis and Chapel Hill — and in federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -That means many of our project teams are also made up of distributed employees working all over the country. For example, you may have a developer in Austin, a designer in Washington D.C., and a content strategist in Portland — but they’re all working on the same team and with the same partners. - -Because we work on distributed teams so frequently, we've developed certain strategies for working well as a collaborative operation. - -[We have a “remote first” mindset.](https://18f.gsa.gov/2015/10/15/best-practices-for-distributed-teams/) - -## Region - -U.S. citizens, non-citizens who are nationals of the U.S., or people who have been admitted to the U.S. for permanent residence and hold a valid green card. - -## How to apply - -[Open positions](https://pages.18f.gov/joining-18f/open-positions/) - -If you want to apply directly to 18F please email join18f@gsa.gov. We don’t require a formal cover letter, but let us know more about you: - -Send your current resume, preferably as a PDF. -Link to your GitHub profile, design portfolio, or attach a writing sample. -Specify what role you’d like to be considered for. Check out our openings here. -If you're a Veteran of the U.S. Armed Forces or if you are eligible for "derived" preference, please mention that in your email so we can give you priority consideration. -Don't see an opening that suits you? Tell us what you want to do! - -[How to apply](https://pages.18f.gov/joining-18f/how-to-apply/) diff --git a/test/fixtures/name-outside-link/company-profiles/45royale.md b/test/fixtures/name-outside-link/company-profiles/45royale.md deleted file mode 100644 index deaee2d8..00000000 --- a/test/fixtures/name-outside-link/company-profiles/45royale.md +++ /dev/null @@ -1,11 +0,0 @@ -# 45royale - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/45royale.md) diff --git a/test/fixtures/name-outside-link/company-profiles/aerolab.md b/test/fixtures/name-outside-link/company-profiles/aerolab.md deleted file mode 100644 index c612bf29..00000000 --- a/test/fixtures/name-outside-link/company-profiles/aerolab.md +++ /dev/null @@ -1,11 +0,0 @@ -# Aerolab - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/aerolab.md) diff --git a/test/fixtures/name-outside-link/company-profiles/and-yet.md b/test/fixtures/name-outside-link/company-profiles/and-yet.md deleted file mode 100644 index 265f24ea..00000000 --- a/test/fixtures/name-outside-link/company-profiles/and-yet.md +++ /dev/null @@ -1,44 +0,0 @@ -# &yet (And Yet) - -## Company blurb -[&yet](https://andyet.com) is about people. We’re known as a design and development consultancy (specializing in Node, React, and realtime), but we don’t fit neatly in a box. - -We design and [develop custom software](https://andyet.com/software) for web, mobile, desktop, chat, and voice. - -We enable millions of people to make super simple video calls with [Talky](https://talky.io). - -We pioneer software and standards for [realtime communications](https://andyet.com/realtime). - -We [wrote the book](https://gatherthepeople.com) on taking a human approach to marketing for people who would rather make what they love than persuade people to buy it. - -We create high-impact conference experiences such as [RealtimeConf](http://experience.realtimeconf.com) and more recently–[&yetConf](http://andyetconf.com). - -[Learn more about our team](https://andyet.com/about). - -## Company size -20+ - -## Remote status -We employ several strategies to ensure an inclusive and collaborative environment for all our employees. - -To communicate we use [Slack](https://slack.com) (text-chat), our own product [Talky](https://talky.io) (video chat and meetings), [Twist](https://twistapp.com) (daily check-ins) and [GitHub](https://github.com) (organization wide discussions). - -One-on-ones and bi-weekly company-wide updates are a crucial part of staying connected and understanding our team as things change. We encourage employees to use these meetings to bring up frustrations, ideas, or whatever they need in order to be their best selves and to do their best work. - -At least once a year we organize an in-person all-hands team week. It’s the best. - -## Region -&yet has one office located in Richland, WA. Currently ten people are working remotely out of Seattle, Portland, Folsom, Phoenix, Denver, Kansas City, Frankfurt, Oslo, and Melbourne. The most significant timezone difference is 17 hours. - -## Company technologies -* Node.js -* React -* WebRTC -* Pug -* Stylus - -## Office locations -[Fuse Coworking in Richland, WA](https://goo.gl/maps/oJaAQFf12tv) - -## How to apply -No current openings. diff --git a/test/fixtures/name-outside-link/company-profiles/angularclass.md b/test/fixtures/name-outside-link/company-profiles/angularclass.md deleted file mode 100644 index 12a167cc..00000000 --- a/test/fixtures/name-outside-link/company-profiles/angularclass.md +++ /dev/null @@ -1,11 +0,0 @@ -# AngularClass - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/angularclass.md) diff --git a/test/fixtures/orphaned-profiles/README.md b/test/fixtures/orphaned-profiles/README.md deleted file mode 100644 index 0952f362..00000000 --- a/test/fixtures/orphaned-profiles/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Test data - -This folder contains a company profile (`18f.md`) with no link in the readme. - -## Companies - -Name | Website | Region ------------- | ------- | ------- -[&yet](/company-profiles/and-yet.md) | https://andyet.com | Worldwide -[10up](/company-profiles/10up.md) | https://10up.com/ | Worldwide -[17hats](/company-profiles/17hats.md) | https://www.17hats.com/ | Worldwide diff --git a/test/fixtures/orphaned-profiles/company-profiles/10up.md b/test/fixtures/orphaned-profiles/company-profiles/10up.md deleted file mode 100644 index e8087298..00000000 --- a/test/fixtures/orphaned-profiles/company-profiles/10up.md +++ /dev/null @@ -1,39 +0,0 @@ -# 10up, A WordPress Development Agency - -## Company blurb - -We make websites and content management simple and fun with premiere web design & development consulting services, by contributing to open platforms like WordPress, and by providing tools and products (like [PushUp](https://pushupnotifications.com/)) that make web publishing a cinch. - -At 10up, we don’t just “make” things – we engineer them. We’re a group of people built to solve problems; made to create; wired to delight. From beautiful pixels to beautiful code, we constantly improve the things around us, applying our passions to our clients’ projects and goals. - -We’ve had the privilege of working on big web projects for clients as diverse as TechCrunch, ESPN’s FiveThirtyEight and Grantland, SurveyMonkey, Junior Diabetes Research Foundation (JDRF), and Google. - -## Company size - -125 and growing, spread across web engineering, systems, design, project management, strategy/accounts, and operations. - -## Remote status - -10up didn’t integrate remote work – we intended to be remote from the start! Being remote allows us to find talent no matter where they're located, scale up to meet needs with relative fluidity, and have been bootstrapped from the start. We also recognize the challenges of working remotely, and put a lot of effort into in-person meetups, communication tools, and ensuring that employees have the benefits and support they need no matter where they are. - -## Region - -We have employees all around the world, from across the US to the UK to South Africa to the Philippines. Most are currently located in North America, a number travel frequently, and some even work nomadically. - -## Company technologies - -* WordPress -* PHP -* Sass -* Git -* Vagrant -* Nginx -* Memcache - -## Office locations - -None; or everywhere! - -## How to apply - -Check out our [careers page](https://10up.com/careers/) and send an email to jobs@10up.com. Our amazing Recruitment Manager Christine Garrison will be on the other end. diff --git a/test/fixtures/orphaned-profiles/company-profiles/17hats.md b/test/fixtures/orphaned-profiles/company-profiles/17hats.md deleted file mode 100644 index d1c9ae31..00000000 --- a/test/fixtures/orphaned-profiles/company-profiles/17hats.md +++ /dev/null @@ -1,25 +0,0 @@ -# 17hats - -## Company blurb - -Are you ready to stop juggling multiple apps to manage your business? From booking clients, to managing projects, to controlling your finances, with 17hats you have everything you need to manage your business and clients anytime, anywhere. Pretty neat if we say so ourselves! We created 17hats specifically for “businesses of one” with a focus on simplicity and ease of use. - -## Company size - -11-50 - -## Remote status - -Every engineer on our team works remotely. That being said, we do need someone who can work California business hours (9am-6pm PST) and who is available for emergencies at night. If you live in the LA area, you are welcome to be in our cool office in Pasadena. Bonus points if you can curse in Dutch. - -## Region - -Worldwide - -## Company technologies - -iOS, React, Knockout, Rails, Perl, HTML, Sql, Ruby, JQuery - -## How to apply - -Email buford@17hats.com with github and/or CV diff --git a/test/fixtures/orphaned-profiles/company-profiles/18f.md b/test/fixtures/orphaned-profiles/company-profiles/18f.md deleted file mode 100644 index 785ad16f..00000000 --- a/test/fixtures/orphaned-profiles/company-profiles/18f.md +++ /dev/null @@ -1,55 +0,0 @@ -# 18F - -## Company blurb - -18F is a civic consultancy for the government, inside the government, working with agencies to rapidly deploy tools and services that are easy to use, cost efficient, and reusable. Our goal is to change how the government buys and develops digital services by helping agencies adopt modern techniques that deliver superior products. - -We are transforming government from the inside out, creating cultural change by working with teams inside agencies who want to create great services for the public. - -We are a trusted partner for agencies working to transform how they build and buy tools and services in a user-centered way. - -We will accomplish our mission by: - -putting the needs of the public first -being design-centric, agile, open, and data-driven -deploying tools and services early and often - -## Company size - -100+ - -## Remote status - -18F employees live all over the country. We work out of homes in Dayton and Tucson, St. Louis and Chapel Hill — and in federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -That means many of our project teams are also made up of distributed employees working all over the country. For example, you may have a developer in Austin, a designer in Washington D.C., and a content strategist in Portland — but they’re all working on the same team and with the same partners. - -Because we work on distributed teams so frequently, we've developed certain strategies for working well as a collaborative operation. - -[We have a “remote first” mindset.](https://18f.gsa.gov/2015/10/15/best-practices-for-distributed-teams/) - -## Region - -U.S. citizens, non-citizens who are nationals of the U.S., or people who have been admitted to the U.S. for permanent residence and hold a valid green card. - -## Company technologies - -Ruby, Python, HTML, CSS, JavaScript - -## Office locations - -Federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -## How to apply - -[Open positions](https://pages.18f.gov/joining-18f/open-positions/) - -If you want to apply directly to 18F please email join18f@gsa.gov. We don’t require a formal cover letter, but let us know more about you: - -Send your current resume, preferably as a PDF. -Link to your GitHub profile, design portfolio, or attach a writing sample. -Specify what role you’d like to be considered for. Check out our openings here. -If you're a Veteran of the U.S. Armed Forces or if you are eligible for "derived" preference, please mention that in your email so we can give you priority consideration. -Don't see an opening that suits you? Tell us what you want to do! - -[How to apply](https://pages.18f.gov/joining-18f/how-to-apply/) diff --git a/test/fixtures/orphaned-profiles/company-profiles/and-yet.md b/test/fixtures/orphaned-profiles/company-profiles/and-yet.md deleted file mode 100644 index 265f24ea..00000000 --- a/test/fixtures/orphaned-profiles/company-profiles/and-yet.md +++ /dev/null @@ -1,44 +0,0 @@ -# &yet (And Yet) - -## Company blurb -[&yet](https://andyet.com) is about people. We’re known as a design and development consultancy (specializing in Node, React, and realtime), but we don’t fit neatly in a box. - -We design and [develop custom software](https://andyet.com/software) for web, mobile, desktop, chat, and voice. - -We enable millions of people to make super simple video calls with [Talky](https://talky.io). - -We pioneer software and standards for [realtime communications](https://andyet.com/realtime). - -We [wrote the book](https://gatherthepeople.com) on taking a human approach to marketing for people who would rather make what they love than persuade people to buy it. - -We create high-impact conference experiences such as [RealtimeConf](http://experience.realtimeconf.com) and more recently–[&yetConf](http://andyetconf.com). - -[Learn more about our team](https://andyet.com/about). - -## Company size -20+ - -## Remote status -We employ several strategies to ensure an inclusive and collaborative environment for all our employees. - -To communicate we use [Slack](https://slack.com) (text-chat), our own product [Talky](https://talky.io) (video chat and meetings), [Twist](https://twistapp.com) (daily check-ins) and [GitHub](https://github.com) (organization wide discussions). - -One-on-ones and bi-weekly company-wide updates are a crucial part of staying connected and understanding our team as things change. We encourage employees to use these meetings to bring up frustrations, ideas, or whatever they need in order to be their best selves and to do their best work. - -At least once a year we organize an in-person all-hands team week. It’s the best. - -## Region -&yet has one office located in Richland, WA. Currently ten people are working remotely out of Seattle, Portland, Folsom, Phoenix, Denver, Kansas City, Frankfurt, Oslo, and Melbourne. The most significant timezone difference is 17 hours. - -## Company technologies -* Node.js -* React -* WebRTC -* Pug -* Stylus - -## Office locations -[Fuse Coworking in Richland, WA](https://goo.gl/maps/oJaAQFf12tv) - -## How to apply -No current openings. diff --git a/test/fixtures/orphaned-profiles/example.md b/test/fixtures/orphaned-profiles/example.md deleted file mode 100644 index a8ccf1ea..00000000 --- a/test/fixtures/orphaned-profiles/example.md +++ /dev/null @@ -1,29 +0,0 @@ -# Example Company - -## Company blurb - -Insert a little bit about your company here. - -## Company size - -An approximate size of your company. 0-20, 20-50, 50-100, 100-200, etc. - -## Remote status - -Explain a bit about your remote culture here. - -## Region - -Is your company open to US-based remote employees only? Other countries? Worldwide? Explain here. - -## Company technologies - -Insert some of the technologies used in your company here. - -## Office locations - -Insert your physical office locations here. - -## How to apply - -Insert a specific webpage, email, or instructions to apply. diff --git a/test/fixtures/unsorted/README.md b/test/fixtures/unsorted/README.md deleted file mode 100644 index 4d1128f1..00000000 --- a/test/fixtures/unsorted/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# Test data - -This company table contains incorrectly sorted entries. - -## Companies - -Name | Website | Region ------------- | ------- | ------- -[10up](/company-profiles/10up.md) | https://10up.com/ | Worldwide -[18F](/company-profiles/18f.md) | https://18f.gsa.gov/ | USA -[17hats](/company-profiles/17hats.md) | https://www.17hats.com/ | Worldwide -[&yet](/company-profiles/and-yet.md) | https://andyet.com | Worldwide diff --git a/test/fixtures/unsorted/company-profiles/10up.md b/test/fixtures/unsorted/company-profiles/10up.md deleted file mode 100644 index 09e9a2b2..00000000 --- a/test/fixtures/unsorted/company-profiles/10up.md +++ /dev/null @@ -1,39 +0,0 @@ -# 10up - -## Company blurb - -We make websites and content management simple and fun with premiere web design & development consulting services, by contributing to open platforms like WordPress, and by providing tools and products (like [PushUp](https://pushupnotifications.com/)) that make web publishing a cinch. - -At 10up, we don’t just “make” things – we engineer them. We’re a group of people built to solve problems; made to create; wired to delight. From beautiful pixels to beautiful code, we constantly improve the things around us, applying our passions to our clients’ projects and goals. - -We’ve had the privilege of working on big web projects for clients as diverse as TechCrunch, ESPN’s FiveThirtyEight and Grantland, SurveyMonkey, Junior Diabetes Research Foundation (JDRF), and Google. - -## Company size - -125 and growing, spread across web engineering, systems, design, project management, strategy/accounts, and operations. - -## Remote status - -10up didn’t integrate remote work – we intended to be remote from the start! Being remote allows us to find talent no matter where they're located, scale up to meet needs with relative fluidity, and have been bootstrapped from the start. We also recognize the challenges of working remotely, and put a lot of effort into in-person meetups, communication tools, and ensuring that employees have the benefits and support they need no matter where they are. - -## Region - -We have employees all around the world, from across the US to the UK to South Africa to the Philippines. Most are currently located in North America, a number travel frequently, and some even work nomadically. - -## Company technologies - -* WordPress -* PHP -* Sass -* Git -* Vagrant -* Nginx -* Memcache - -## Office locations - -None; or everywhere! - -## How to apply - -Check out our [careers page](https://10up.com/careers/) and send an email to jobs@10up.com. Our amazing Recruitment Manager Christine Garrison will be on the other end. diff --git a/test/fixtures/unsorted/company-profiles/17hats.md b/test/fixtures/unsorted/company-profiles/17hats.md deleted file mode 100644 index d1c9ae31..00000000 --- a/test/fixtures/unsorted/company-profiles/17hats.md +++ /dev/null @@ -1,25 +0,0 @@ -# 17hats - -## Company blurb - -Are you ready to stop juggling multiple apps to manage your business? From booking clients, to managing projects, to controlling your finances, with 17hats you have everything you need to manage your business and clients anytime, anywhere. Pretty neat if we say so ourselves! We created 17hats specifically for “businesses of one” with a focus on simplicity and ease of use. - -## Company size - -11-50 - -## Remote status - -Every engineer on our team works remotely. That being said, we do need someone who can work California business hours (9am-6pm PST) and who is available for emergencies at night. If you live in the LA area, you are welcome to be in our cool office in Pasadena. Bonus points if you can curse in Dutch. - -## Region - -Worldwide - -## Company technologies - -iOS, React, Knockout, Rails, Perl, HTML, Sql, Ruby, JQuery - -## How to apply - -Email buford@17hats.com with github and/or CV diff --git a/test/fixtures/unsorted/company-profiles/18f.md b/test/fixtures/unsorted/company-profiles/18f.md deleted file mode 100644 index 785ad16f..00000000 --- a/test/fixtures/unsorted/company-profiles/18f.md +++ /dev/null @@ -1,55 +0,0 @@ -# 18F - -## Company blurb - -18F is a civic consultancy for the government, inside the government, working with agencies to rapidly deploy tools and services that are easy to use, cost efficient, and reusable. Our goal is to change how the government buys and develops digital services by helping agencies adopt modern techniques that deliver superior products. - -We are transforming government from the inside out, creating cultural change by working with teams inside agencies who want to create great services for the public. - -We are a trusted partner for agencies working to transform how they build and buy tools and services in a user-centered way. - -We will accomplish our mission by: - -putting the needs of the public first -being design-centric, agile, open, and data-driven -deploying tools and services early and often - -## Company size - -100+ - -## Remote status - -18F employees live all over the country. We work out of homes in Dayton and Tucson, St. Louis and Chapel Hill — and in federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -That means many of our project teams are also made up of distributed employees working all over the country. For example, you may have a developer in Austin, a designer in Washington D.C., and a content strategist in Portland — but they’re all working on the same team and with the same partners. - -Because we work on distributed teams so frequently, we've developed certain strategies for working well as a collaborative operation. - -[We have a “remote first” mindset.](https://18f.gsa.gov/2015/10/15/best-practices-for-distributed-teams/) - -## Region - -U.S. citizens, non-citizens who are nationals of the U.S., or people who have been admitted to the U.S. for permanent residence and hold a valid green card. - -## Company technologies - -Ruby, Python, HTML, CSS, JavaScript - -## Office locations - -Federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -## How to apply - -[Open positions](https://pages.18f.gov/joining-18f/open-positions/) - -If you want to apply directly to 18F please email join18f@gsa.gov. We don’t require a formal cover letter, but let us know more about you: - -Send your current resume, preferably as a PDF. -Link to your GitHub profile, design portfolio, or attach a writing sample. -Specify what role you’d like to be considered for. Check out our openings here. -If you're a Veteran of the U.S. Armed Forces or if you are eligible for "derived" preference, please mention that in your email so we can give you priority consideration. -Don't see an opening that suits you? Tell us what you want to do! - -[How to apply](https://pages.18f.gov/joining-18f/how-to-apply/) diff --git a/test/fixtures/unsorted/company-profiles/and-yet.md b/test/fixtures/unsorted/company-profiles/and-yet.md deleted file mode 100644 index b1994548..00000000 --- a/test/fixtures/unsorted/company-profiles/and-yet.md +++ /dev/null @@ -1,44 +0,0 @@ -# &yet - -## Company blurb -[&yet](https://andyet.com) is about people. We’re known as a design and development consultancy (specializing in Node, React, and realtime), but we don’t fit neatly in a box. - -We design and [develop custom software](https://andyet.com/software) for web, mobile, desktop, chat, and voice. - -We enable millions of people to make super simple video calls with [Talky](https://talky.io). - -We pioneer software and standards for [realtime communications](https://andyet.com/realtime). - -We [wrote the book](https://gatherthepeople.com) on taking a human approach to marketing for people who would rather make what they love than persuade people to buy it. - -We create high-impact conference experiences such as [RealtimeConf](http://experience.realtimeconf.com) and more recently–[&yetConf](http://andyetconf.com). - -[Learn more about our team](https://andyet.com/about). - -## Company size -20+ - -## Remote status -We employ several strategies to ensure an inclusive and collaborative environment for all our employees. - -To communicate we use [Slack](https://slack.com) (text-chat), our own product [Talky](https://talky.io) (video chat and meetings), [Twist](https://twistapp.com) (daily check-ins) and [GitHub](https://github.com) (organization wide discussions). - -One-on-ones and bi-weekly company-wide updates are a crucial part of staying connected and understanding our team as things change. We encourage employees to use these meetings to bring up frustrations, ideas, or whatever they need in order to be their best selves and to do their best work. - -At least once a year we organize an in-person all-hands team week. It’s the best. - -## Region -&yet has one office located in Richland, WA. Currently ten people are working remotely out of Seattle, Portland, Folsom, Phoenix, Denver, Kansas City, Frankfurt, Oslo, and Melbourne. The most significant timezone difference is 17 hours. - -## Company technologies -* Node.js -* React -* WebRTC -* Pug -* Stylus - -## Office locations -[Fuse Coworking in Richland, WA](https://goo.gl/maps/oJaAQFf12tv) - -## How to apply -No current openings. diff --git a/test/fixtures/valid-incomplete/README.md b/test/fixtures/valid-incomplete/README.md deleted file mode 100644 index 575139b3..00000000 --- a/test/fixtures/valid-incomplete/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# Test data - -This company table and its linked company profiles contain some companies that -have very little information, marked with a ⚠ symbol. - -The website for AngularClass has been changed to test an edge case with company -website links. - -## Companies - -Name | Website | Region ------------- | ------- | ------- -[&yet](/company-profiles/and-yet.md) | https://andyet.com | Worldwide -[10up](/company-profiles/10up.md) | https://10up.com/ | Worldwide -[17hats](/company-profiles/17hats.md) | https://www.17hats.com/ | Worldwide -[18F](/company-profiles/18f.md) | https://18f.gsa.gov/ | USA -[45royale](/company-profiles/45royale.md) ⚠ | http://45royale.com/ | -[Aerolab](/company-profiles/aerolab.md) ⚠ | https://aerolab.co/ | -[AngularClass](/company-profiles/angularclass.md) ⚠ | http://www.wikihow.com/wikiHow:About-wikiHow | PST Timezone diff --git a/test/fixtures/valid-incomplete/company-profiles/10up.md b/test/fixtures/valid-incomplete/company-profiles/10up.md deleted file mode 100644 index 18300f89..00000000 --- a/test/fixtures/valid-incomplete/company-profiles/10up.md +++ /dev/null @@ -1,35 +0,0 @@ -# 10up, A WordPress Development Agency - -## Company blurb - -We make websites and content management simple and fun with premiere web design & development consulting services, by contributing to open platforms like WordPress, and by providing tools and products (like [PushUp](https://pushupnotifications.com/)) that make web publishing a cinch. - -At 10up, we don’t just “make” things – we engineer them. We’re a group of people built to solve problems; made to create; wired to delight. From beautiful pixels to beautiful code, we constantly improve the things around us, applying our passions to our clients’ projects and goals. - -We’ve had the privilege of working on big web projects for clients as diverse as TechCrunch, ESPN’s FiveThirtyEight and Grantland, SurveyMonkey, Junior Diabetes Research Foundation (JDRF), and Google. - -## Company size - -125 and growing, spread across web engineering, systems, design, project management, strategy/accounts, and operations. - -## Remote status - -10up didn’t integrate remote work – we intended to be remote from the start! Being remote allows us to find talent no matter where they're located, scale up to meet needs with relative fluidity, and have been bootstrapped from the start. We also recognize the challenges of working remotely, and put a lot of effort into in-person meetups, communication tools, and ensuring that employees have the benefits and support they need no matter where they are. - -## Region - -We have employees all around the world, from across the US to the UK to South Africa to the Philippines. Most are currently located in North America, a number travel frequently, and some even work nomadically. - -## Company technologies - -* WordPress -* PHP -* Sass -* Git -* Vagrant -* Nginx -* Memcache - -## How to apply - -Check out our [careers page](https://10up.com/careers/) and send an email to jobs@10up.com. Our amazing Recruitment Manager Christine Garrison will be on the other end. diff --git a/test/fixtures/valid-incomplete/company-profiles/17hats.md b/test/fixtures/valid-incomplete/company-profiles/17hats.md deleted file mode 100644 index da75df2d..00000000 --- a/test/fixtures/valid-incomplete/company-profiles/17hats.md +++ /dev/null @@ -1,21 +0,0 @@ -# 17hats - -## Company blurb - -Are you ready to stop juggling multiple apps to manage your business? From booking clients, to managing projects, to controlling your finances, with 17hats you have everything you need to manage your business and clients anytime, anywhere. Pretty neat if we say so ourselves! We created 17hats specifically for “businesses of one” with a focus on simplicity and ease of use. - -## Company size - -11-50 - -## Remote status - -Every engineer on our team works remotely. That being said, we do need someone who can work California business hours (9am-6pm PST) and who is available for emergencies at night. If you live in the LA area, you are welcome to be in our cool office in Pasadena. Bonus points if you can curse in Dutch. - -## Region - -Worldwide - -## Company technologies - -iOS, React, Knockout, Rails, Perl, HTML, Sql, Ruby, JQuery diff --git a/test/fixtures/valid-incomplete/company-profiles/18f.md b/test/fixtures/valid-incomplete/company-profiles/18f.md deleted file mode 100644 index 0cc3f141..00000000 --- a/test/fixtures/valid-incomplete/company-profiles/18f.md +++ /dev/null @@ -1,47 +0,0 @@ -# 18F - -## Company blurb - -18F is a civic consultancy for the government, inside the government, working with agencies to rapidly deploy tools and services that are easy to use, cost efficient, and reusable. Our goal is to change how the government buys and develops digital services by helping agencies adopt modern techniques that deliver superior products. - -We are transforming government from the inside out, creating cultural change by working with teams inside agencies who want to create great services for the public. - -We are a trusted partner for agencies working to transform how they build and buy tools and services in a user-centered way. - -We will accomplish our mission by: - -putting the needs of the public first -being design-centric, agile, open, and data-driven -deploying tools and services early and often - -## Company size - -100+ - -## Remote status - -18F employees live all over the country. We work out of homes in Dayton and Tucson, St. Louis and Chapel Hill — and in federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -That means many of our project teams are also made up of distributed employees working all over the country. For example, you may have a developer in Austin, a designer in Washington D.C., and a content strategist in Portland — but they’re all working on the same team and with the same partners. - -Because we work on distributed teams so frequently, we've developed certain strategies for working well as a collaborative operation. - -[We have a “remote first” mindset.](https://18f.gsa.gov/2015/10/15/best-practices-for-distributed-teams/) - -## Region - -U.S. citizens, non-citizens who are nationals of the U.S., or people who have been admitted to the U.S. for permanent residence and hold a valid green card. - -## How to apply - -[Open positions](https://pages.18f.gov/joining-18f/open-positions/) - -If you want to apply directly to 18F please email join18f@gsa.gov. We don’t require a formal cover letter, but let us know more about you: - -Send your current resume, preferably as a PDF. -Link to your GitHub profile, design portfolio, or attach a writing sample. -Specify what role you’d like to be considered for. Check out our openings here. -If you're a Veteran of the U.S. Armed Forces or if you are eligible for "derived" preference, please mention that in your email so we can give you priority consideration. -Don't see an opening that suits you? Tell us what you want to do! - -[How to apply](https://pages.18f.gov/joining-18f/how-to-apply/) diff --git a/test/fixtures/valid-incomplete/company-profiles/45royale.md b/test/fixtures/valid-incomplete/company-profiles/45royale.md deleted file mode 100644 index 0b51ea5e..00000000 --- a/test/fixtures/valid-incomplete/company-profiles/45royale.md +++ /dev/null @@ -1,29 +0,0 @@ -# 45royale - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/45royale.md) - -Without -[variation selector](https://codepoints.net/U+FE0F?lang=en) -invisible character: - -> ⚠ | - -**With** -[variation selector](https://codepoints.net/U+FE0F?lang=en) -invisible character: - -> ⚠️ | - -**With** -[variation selector](https://codepoints.net/U+FE0F?lang=en) -invisible character (x2): - -> ⚠️️ | diff --git a/test/fixtures/valid-incomplete/company-profiles/aerolab.md b/test/fixtures/valid-incomplete/company-profiles/aerolab.md deleted file mode 100644 index c612bf29..00000000 --- a/test/fixtures/valid-incomplete/company-profiles/aerolab.md +++ /dev/null @@ -1,11 +0,0 @@ -# Aerolab - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/aerolab.md) diff --git a/test/fixtures/valid-incomplete/company-profiles/and-yet.md b/test/fixtures/valid-incomplete/company-profiles/and-yet.md deleted file mode 100644 index 265f24ea..00000000 --- a/test/fixtures/valid-incomplete/company-profiles/and-yet.md +++ /dev/null @@ -1,44 +0,0 @@ -# &yet (And Yet) - -## Company blurb -[&yet](https://andyet.com) is about people. We’re known as a design and development consultancy (specializing in Node, React, and realtime), but we don’t fit neatly in a box. - -We design and [develop custom software](https://andyet.com/software) for web, mobile, desktop, chat, and voice. - -We enable millions of people to make super simple video calls with [Talky](https://talky.io). - -We pioneer software and standards for [realtime communications](https://andyet.com/realtime). - -We [wrote the book](https://gatherthepeople.com) on taking a human approach to marketing for people who would rather make what they love than persuade people to buy it. - -We create high-impact conference experiences such as [RealtimeConf](http://experience.realtimeconf.com) and more recently–[&yetConf](http://andyetconf.com). - -[Learn more about our team](https://andyet.com/about). - -## Company size -20+ - -## Remote status -We employ several strategies to ensure an inclusive and collaborative environment for all our employees. - -To communicate we use [Slack](https://slack.com) (text-chat), our own product [Talky](https://talky.io) (video chat and meetings), [Twist](https://twistapp.com) (daily check-ins) and [GitHub](https://github.com) (organization wide discussions). - -One-on-ones and bi-weekly company-wide updates are a crucial part of staying connected and understanding our team as things change. We encourage employees to use these meetings to bring up frustrations, ideas, or whatever they need in order to be their best selves and to do their best work. - -At least once a year we organize an in-person all-hands team week. It’s the best. - -## Region -&yet has one office located in Richland, WA. Currently ten people are working remotely out of Seattle, Portland, Folsom, Phoenix, Denver, Kansas City, Frankfurt, Oslo, and Melbourne. The most significant timezone difference is 17 hours. - -## Company technologies -* Node.js -* React -* WebRTC -* Pug -* Stylus - -## Office locations -[Fuse Coworking in Richland, WA](https://goo.gl/maps/oJaAQFf12tv) - -## How to apply -No current openings. diff --git a/test/fixtures/valid-incomplete/company-profiles/angularclass.md b/test/fixtures/valid-incomplete/company-profiles/angularclass.md deleted file mode 100644 index 12a167cc..00000000 --- a/test/fixtures/valid-incomplete/company-profiles/angularclass.md +++ /dev/null @@ -1,11 +0,0 @@ -# AngularClass - -## Company blurb - -⚠ We don't have much information about this company yet! - -If you know something we don't, help us fill it in! Here's how: - -- Read our [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md) -- Have a look at our [example company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) -- Follow the structure of the example profile and [send us a pull request with your changes to this file!](https://github.com/remoteintech/remote-jobs/edit/master/company-profiles/angularclass.md) diff --git a/test/fixtures/valid-incomplete/parsed-content/10up.companyBlurb.html b/test/fixtures/valid-incomplete/parsed-content/10up.companyBlurb.html deleted file mode 100644 index 71b900ee..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/10up.companyBlurb.html +++ /dev/null @@ -1,5 +0,0 @@ -

We make websites and content management simple and fun with premiere web design & development consulting services, by contributing to open platforms like WordPress, and by providing tools and products (like PushUp ) that make web publishing a cinch.

- -

At 10up, we don’t just “make” things – we engineer them. We’re a group of people built to solve problems; made to create; wired to delight. From beautiful pixels to beautiful code, we constantly improve the things around us, applying our passions to our clients’ projects and goals.

- -

We’ve had the privilege of working on big web projects for clients as diverse as TechCrunch, ESPN’s FiveThirtyEight and Grantland, SurveyMonkey, Junior Diabetes Research Foundation (JDRF), and Google.

diff --git a/test/fixtures/valid-incomplete/parsed-content/10up.companySize.html b/test/fixtures/valid-incomplete/parsed-content/10up.companySize.html deleted file mode 100644 index 22ead818..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/10up.companySize.html +++ /dev/null @@ -1 +0,0 @@ -

125 and growing, spread across web engineering, systems, design, project management, strategy/accounts, and operations.

diff --git a/test/fixtures/valid-incomplete/parsed-content/10up.companyTechnologies.html b/test/fixtures/valid-incomplete/parsed-content/10up.companyTechnologies.html deleted file mode 100644 index 3ec73d38..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/10up.companyTechnologies.html +++ /dev/null @@ -1,9 +0,0 @@ -
    -
  • WordPress
  • -
  • PHP
  • -
  • Sass
  • -
  • Git
  • -
  • Vagrant
  • -
  • Nginx
  • -
  • Memcache
  • -
diff --git a/test/fixtures/valid-incomplete/parsed-content/10up.howToApply.html b/test/fixtures/valid-incomplete/parsed-content/10up.howToApply.html deleted file mode 100644 index d1838453..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/10up.howToApply.html +++ /dev/null @@ -1 +0,0 @@ -

Check out our careers page and send an email to jobs@10up.com. Our amazing Recruitment Manager Christine Garrison will be on the other end.

diff --git a/test/fixtures/valid-incomplete/parsed-content/10up.region.html b/test/fixtures/valid-incomplete/parsed-content/10up.region.html deleted file mode 100644 index f585cee6..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/10up.region.html +++ /dev/null @@ -1 +0,0 @@ -

We have employees all around the world, from across the US to the UK to South Africa to the Philippines. Most are currently located in North America, a number travel frequently, and some even work nomadically.

diff --git a/test/fixtures/valid-incomplete/parsed-content/10up.remoteStatus.html b/test/fixtures/valid-incomplete/parsed-content/10up.remoteStatus.html deleted file mode 100644 index 2614ba7a..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/10up.remoteStatus.html +++ /dev/null @@ -1 +0,0 @@ -

10up didn’t integrate remote work – we intended to be remote from the start! Being remote allows us to find talent no matter where they're located, scale up to meet needs with relative fluidity, and have been bootstrapped from the start. We also recognize the challenges of working remotely, and put a lot of effort into in-person meetups, communication tools, and ensuring that employees have the benefits and support they need no matter where they are.

diff --git a/test/fixtures/valid-incomplete/parsed-content/17hats.companyBlurb.html b/test/fixtures/valid-incomplete/parsed-content/17hats.companyBlurb.html deleted file mode 100644 index 42029057..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/17hats.companyBlurb.html +++ /dev/null @@ -1 +0,0 @@ -

Are you ready to stop juggling multiple apps to manage your business? From booking clients, to managing projects, to controlling your finances, with 17hats you have everything you need to manage your business and clients anytime, anywhere. Pretty neat if we say so ourselves! We created 17hats specifically for “businesses of one” with a focus on simplicity and ease of use.

diff --git a/test/fixtures/valid-incomplete/parsed-content/17hats.companySize.html b/test/fixtures/valid-incomplete/parsed-content/17hats.companySize.html deleted file mode 100644 index a96584bd..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/17hats.companySize.html +++ /dev/null @@ -1 +0,0 @@ -

11-50

diff --git a/test/fixtures/valid-incomplete/parsed-content/17hats.companyTechnologies.html b/test/fixtures/valid-incomplete/parsed-content/17hats.companyTechnologies.html deleted file mode 100644 index 562facdf..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/17hats.companyTechnologies.html +++ /dev/null @@ -1 +0,0 @@ -

iOS, React, Knockout, Rails, Perl, HTML, Sql, Ruby, JQuery

diff --git a/test/fixtures/valid-incomplete/parsed-content/17hats.region.html b/test/fixtures/valid-incomplete/parsed-content/17hats.region.html deleted file mode 100644 index e8b4aa3e..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/17hats.region.html +++ /dev/null @@ -1 +0,0 @@ -

Worldwide

diff --git a/test/fixtures/valid-incomplete/parsed-content/17hats.remoteStatus.html b/test/fixtures/valid-incomplete/parsed-content/17hats.remoteStatus.html deleted file mode 100644 index 712c0f50..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/17hats.remoteStatus.html +++ /dev/null @@ -1 +0,0 @@ -

Every engineer on our team works remotely. That being said, we do need someone who can work California business hours (9am-6pm PST) and who is available for emergencies at night. If you live in the LA area, you are welcome to be in our cool office in Pasadena. Bonus points if you can curse in Dutch.

diff --git a/test/fixtures/valid-incomplete/parsed-content/18f.companyBlurb.html b/test/fixtures/valid-incomplete/parsed-content/18f.companyBlurb.html deleted file mode 100644 index c296e97f..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/18f.companyBlurb.html +++ /dev/null @@ -1,11 +0,0 @@ -

18F is a civic consultancy for the government, inside the government, working with agencies to rapidly deploy tools and services that are easy to use, cost efficient, and reusable. Our goal is to change how the government buys and develops digital services by helping agencies adopt modern techniques that deliver superior products.

- -

We are transforming government from the inside out, creating cultural change by working with teams inside agencies who want to create great services for the public.

- -

We are a trusted partner for agencies working to transform how they build and buy tools and services in a user-centered way.

- -

We will accomplish our mission by:

- -

putting the needs of the public first -being design-centric, agile, open, and data-driven -deploying tools and services early and often

diff --git a/test/fixtures/valid-incomplete/parsed-content/18f.companySize.html b/test/fixtures/valid-incomplete/parsed-content/18f.companySize.html deleted file mode 100644 index 41d4fc7d..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/18f.companySize.html +++ /dev/null @@ -1 +0,0 @@ -

100+

diff --git a/test/fixtures/valid-incomplete/parsed-content/18f.howToApply.html b/test/fixtures/valid-incomplete/parsed-content/18f.howToApply.html deleted file mode 100644 index cb21abd9..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/18f.howToApply.html +++ /dev/null @@ -1,11 +0,0 @@ -

Open positions

- -

If you want to apply directly to 18F please email join18f@gsa.gov. We don’t require a formal cover letter, but let us know more about you:

- -

Send your current resume, preferably as a PDF. -Link to your GitHub profile, design portfolio, or attach a writing sample. -Specify what role you’d like to be considered for. Check out our openings here. -If you're a Veteran of the U.S. Armed Forces or if you are eligible for "derived" preference, please mention that in your email so we can give you priority consideration. -Don't see an opening that suits you? Tell us what you want to do!

- -

How to apply

diff --git a/test/fixtures/valid-incomplete/parsed-content/18f.region.html b/test/fixtures/valid-incomplete/parsed-content/18f.region.html deleted file mode 100644 index 93081a20..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/18f.region.html +++ /dev/null @@ -1 +0,0 @@ -

U.S. citizens, non-citizens who are nationals of the U.S., or people who have been admitted to the U.S. for permanent residence and hold a valid green card.

diff --git a/test/fixtures/valid-incomplete/parsed-content/18f.remoteStatus.html b/test/fixtures/valid-incomplete/parsed-content/18f.remoteStatus.html deleted file mode 100644 index 83ab0084..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/18f.remoteStatus.html +++ /dev/null @@ -1,7 +0,0 @@ -

18F employees live all over the country. We work out of homes in Dayton and Tucson, St. Louis and Chapel Hill — and in federal buildings in San Francisco, Chicago, New York City, and Washington D.C.

- -

That means many of our project teams are also made up of distributed employees working all over the country. For example, you may have a developer in Austin, a designer in Washington D.C., and a content strategist in Portland — but they’re all working on the same team and with the same partners.

- -

Because we work on distributed teams so frequently, we've developed certain strategies for working well as a collaborative operation.

- -

We have a “remote first” mindset.

diff --git a/test/fixtures/valid-incomplete/parsed-content/45royale.companyBlurb.html b/test/fixtures/valid-incomplete/parsed-content/45royale.companyBlurb.html deleted file mode 100644 index 8c41f383..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/45royale.companyBlurb.html +++ /dev/null @@ -1,33 +0,0 @@ -

⚠ We don't have much information about this company yet!

- -

If you know something we don't, help us fill it in! Here's how:

- - - -

Without -variation selector -invisible character:

- -
-

⚠ |

-
- -

With -variation selector -invisible character:

- -
-

⚠ |

-
- -

With -variation selector -invisible character (x2):

- -
-

⚠ |

-
diff --git a/test/fixtures/valid-incomplete/parsed-content/aerolab.companyBlurb.html b/test/fixtures/valid-incomplete/parsed-content/aerolab.companyBlurb.html deleted file mode 100644 index 0eb7f3b0..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/aerolab.companyBlurb.html +++ /dev/null @@ -1,9 +0,0 @@ -

⚠ We don't have much information about this company yet!

- -

If you know something we don't, help us fill it in! Here's how:

- - diff --git a/test/fixtures/valid-incomplete/parsed-content/and-yet.companyBlurb.html b/test/fixtures/valid-incomplete/parsed-content/and-yet.companyBlurb.html deleted file mode 100644 index aae6df50..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/and-yet.companyBlurb.html +++ /dev/null @@ -1,13 +0,0 @@ -

&yet is about people. We’re known as a design and development consultancy (specializing in Node, React, and realtime), but we don’t fit neatly in a box.

- -

We design and develop custom software for web, mobile, desktop, chat, and voice.

- -

We enable millions of people to make super simple video calls with Talky .

- -

We pioneer software and standards for realtime communications .

- -

We wrote the book on taking a human approach to marketing for people who would rather make what they love than persuade people to buy it.

- -

We create high-impact conference experiences such as RealtimeConf and more recently–&yetConf .

- -

Learn more about our team .

\ No newline at end of file diff --git a/test/fixtures/valid-incomplete/parsed-content/and-yet.companySize.html b/test/fixtures/valid-incomplete/parsed-content/and-yet.companySize.html deleted file mode 100644 index cf8f1e26..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/and-yet.companySize.html +++ /dev/null @@ -1 +0,0 @@ -

20+

diff --git a/test/fixtures/valid-incomplete/parsed-content/and-yet.companyTechnologies.html b/test/fixtures/valid-incomplete/parsed-content/and-yet.companyTechnologies.html deleted file mode 100644 index dd641b0a..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/and-yet.companyTechnologies.html +++ /dev/null @@ -1,7 +0,0 @@ -
    -
  • Node.js
  • -
  • React
  • -
  • WebRTC
  • -
  • Pug
  • -
  • Stylus
  • -
diff --git a/test/fixtures/valid-incomplete/parsed-content/and-yet.howToApply.html b/test/fixtures/valid-incomplete/parsed-content/and-yet.howToApply.html deleted file mode 100644 index adfc218c..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/and-yet.howToApply.html +++ /dev/null @@ -1 +0,0 @@ -

No current openings.

diff --git a/test/fixtures/valid-incomplete/parsed-content/and-yet.officeLocations.html b/test/fixtures/valid-incomplete/parsed-content/and-yet.officeLocations.html deleted file mode 100644 index 67deccfb..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/and-yet.officeLocations.html +++ /dev/null @@ -1 +0,0 @@ -

Fuse Coworking in Richland, WA

\ No newline at end of file diff --git a/test/fixtures/valid-incomplete/parsed-content/and-yet.region.html b/test/fixtures/valid-incomplete/parsed-content/and-yet.region.html deleted file mode 100644 index 18137548..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/and-yet.region.html +++ /dev/null @@ -1 +0,0 @@ -

&yet has one office located in Richland, WA. Currently ten people are working remotely out of Seattle, Portland, Folsom, Phoenix, Denver, Kansas City, Frankfurt, Oslo, and Melbourne. The most significant timezone difference is 17 hours.

diff --git a/test/fixtures/valid-incomplete/parsed-content/and-yet.remoteStatus.html b/test/fixtures/valid-incomplete/parsed-content/and-yet.remoteStatus.html deleted file mode 100644 index 787fa65c..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/and-yet.remoteStatus.html +++ /dev/null @@ -1,7 +0,0 @@ -

We employ several strategies to ensure an inclusive and collaborative environment for all our employees.

- -

To communicate we use Slack (text-chat), our own product Talky (video chat and meetings), Twist (daily check-ins) and GitHub (organization wide discussions).

- -

One-on-ones and bi-weekly company-wide updates are a crucial part of staying connected and understanding our team as things change. We encourage employees to use these meetings to bring up frustrations, ideas, or whatever they need in order to be their best selves and to do their best work.

- -

At least once a year we organize an in-person all-hands team week. It’s the best.

diff --git a/test/fixtures/valid-incomplete/parsed-content/angularclass.companyBlurb.html b/test/fixtures/valid-incomplete/parsed-content/angularclass.companyBlurb.html deleted file mode 100644 index 2b75bea1..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/angularclass.companyBlurb.html +++ /dev/null @@ -1,9 +0,0 @@ -

⚠ We don't have much information about this company yet!

- -

If you know something we don't, help us fill it in! Here's how:

- - diff --git a/test/fixtures/valid-incomplete/parsed-content/readme.html b/test/fixtures/valid-incomplete/parsed-content/readme.html deleted file mode 100644 index e387b72d..00000000 --- a/test/fixtures/valid-incomplete/parsed-content/readme.html +++ /dev/null @@ -1,50 +0,0 @@ -

Test data

-

This company table and its linked company profiles contain some companies that -have very little information, marked with a ⚠ symbol.

-

The website for AngularClass has been changed to test an edge case with company -website links.

-

Companies

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameWebsiteRegion
&yetandyet.comWorldwide
10up10up.comWorldwide
17hats17hats.comWorldwide
18F18f.gsa.govUSA
45royale45royale.com
Aerolabaerolab.co
AngularClasswikihow.com/wikiHow:About-wikiHowPST Timezone
diff --git a/test/fixtures/valid/README.md b/test/fixtures/valid/README.md deleted file mode 100644 index b62957b9..00000000 --- a/test/fixtures/valid/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# Test data - -This company table and its linked company profiles contain fully valid data. - -## Companies - -Name | Website | Region ------------- | ------- | ------- -[&yet](/company-profiles/and-yet.md) | https://andyet.com | Worldwide -[10up](/company-profiles/10up.md) | https://10up.com/ | Worldwide -[17hats](/company-profiles/17hats.md) | https://www.17hats.com/ | Worldwide -[18F](/company-profiles/18f.md) | https://18f.gsa.gov/ | USA diff --git a/test/fixtures/valid/company-profiles/10up.md b/test/fixtures/valid/company-profiles/10up.md deleted file mode 100644 index e8087298..00000000 --- a/test/fixtures/valid/company-profiles/10up.md +++ /dev/null @@ -1,39 +0,0 @@ -# 10up, A WordPress Development Agency - -## Company blurb - -We make websites and content management simple and fun with premiere web design & development consulting services, by contributing to open platforms like WordPress, and by providing tools and products (like [PushUp](https://pushupnotifications.com/)) that make web publishing a cinch. - -At 10up, we don’t just “make” things – we engineer them. We’re a group of people built to solve problems; made to create; wired to delight. From beautiful pixels to beautiful code, we constantly improve the things around us, applying our passions to our clients’ projects and goals. - -We’ve had the privilege of working on big web projects for clients as diverse as TechCrunch, ESPN’s FiveThirtyEight and Grantland, SurveyMonkey, Junior Diabetes Research Foundation (JDRF), and Google. - -## Company size - -125 and growing, spread across web engineering, systems, design, project management, strategy/accounts, and operations. - -## Remote status - -10up didn’t integrate remote work – we intended to be remote from the start! Being remote allows us to find talent no matter where they're located, scale up to meet needs with relative fluidity, and have been bootstrapped from the start. We also recognize the challenges of working remotely, and put a lot of effort into in-person meetups, communication tools, and ensuring that employees have the benefits and support they need no matter where they are. - -## Region - -We have employees all around the world, from across the US to the UK to South Africa to the Philippines. Most are currently located in North America, a number travel frequently, and some even work nomadically. - -## Company technologies - -* WordPress -* PHP -* Sass -* Git -* Vagrant -* Nginx -* Memcache - -## Office locations - -None; or everywhere! - -## How to apply - -Check out our [careers page](https://10up.com/careers/) and send an email to jobs@10up.com. Our amazing Recruitment Manager Christine Garrison will be on the other end. diff --git a/test/fixtures/valid/company-profiles/17hats.md b/test/fixtures/valid/company-profiles/17hats.md deleted file mode 100644 index d1c9ae31..00000000 --- a/test/fixtures/valid/company-profiles/17hats.md +++ /dev/null @@ -1,25 +0,0 @@ -# 17hats - -## Company blurb - -Are you ready to stop juggling multiple apps to manage your business? From booking clients, to managing projects, to controlling your finances, with 17hats you have everything you need to manage your business and clients anytime, anywhere. Pretty neat if we say so ourselves! We created 17hats specifically for “businesses of one” with a focus on simplicity and ease of use. - -## Company size - -11-50 - -## Remote status - -Every engineer on our team works remotely. That being said, we do need someone who can work California business hours (9am-6pm PST) and who is available for emergencies at night. If you live in the LA area, you are welcome to be in our cool office in Pasadena. Bonus points if you can curse in Dutch. - -## Region - -Worldwide - -## Company technologies - -iOS, React, Knockout, Rails, Perl, HTML, Sql, Ruby, JQuery - -## How to apply - -Email buford@17hats.com with github and/or CV diff --git a/test/fixtures/valid/company-profiles/18f.md b/test/fixtures/valid/company-profiles/18f.md deleted file mode 100644 index 785ad16f..00000000 --- a/test/fixtures/valid/company-profiles/18f.md +++ /dev/null @@ -1,55 +0,0 @@ -# 18F - -## Company blurb - -18F is a civic consultancy for the government, inside the government, working with agencies to rapidly deploy tools and services that are easy to use, cost efficient, and reusable. Our goal is to change how the government buys and develops digital services by helping agencies adopt modern techniques that deliver superior products. - -We are transforming government from the inside out, creating cultural change by working with teams inside agencies who want to create great services for the public. - -We are a trusted partner for agencies working to transform how they build and buy tools and services in a user-centered way. - -We will accomplish our mission by: - -putting the needs of the public first -being design-centric, agile, open, and data-driven -deploying tools and services early and often - -## Company size - -100+ - -## Remote status - -18F employees live all over the country. We work out of homes in Dayton and Tucson, St. Louis and Chapel Hill — and in federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -That means many of our project teams are also made up of distributed employees working all over the country. For example, you may have a developer in Austin, a designer in Washington D.C., and a content strategist in Portland — but they’re all working on the same team and with the same partners. - -Because we work on distributed teams so frequently, we've developed certain strategies for working well as a collaborative operation. - -[We have a “remote first” mindset.](https://18f.gsa.gov/2015/10/15/best-practices-for-distributed-teams/) - -## Region - -U.S. citizens, non-citizens who are nationals of the U.S., or people who have been admitted to the U.S. for permanent residence and hold a valid green card. - -## Company technologies - -Ruby, Python, HTML, CSS, JavaScript - -## Office locations - -Federal buildings in San Francisco, Chicago, New York City, and Washington D.C. - -## How to apply - -[Open positions](https://pages.18f.gov/joining-18f/open-positions/) - -If you want to apply directly to 18F please email join18f@gsa.gov. We don’t require a formal cover letter, but let us know more about you: - -Send your current resume, preferably as a PDF. -Link to your GitHub profile, design portfolio, or attach a writing sample. -Specify what role you’d like to be considered for. Check out our openings here. -If you're a Veteran of the U.S. Armed Forces or if you are eligible for "derived" preference, please mention that in your email so we can give you priority consideration. -Don't see an opening that suits you? Tell us what you want to do! - -[How to apply](https://pages.18f.gov/joining-18f/how-to-apply/) diff --git a/test/fixtures/valid/company-profiles/and-yet.md b/test/fixtures/valid/company-profiles/and-yet.md deleted file mode 100644 index 265f24ea..00000000 --- a/test/fixtures/valid/company-profiles/and-yet.md +++ /dev/null @@ -1,44 +0,0 @@ -# &yet (And Yet) - -## Company blurb -[&yet](https://andyet.com) is about people. We’re known as a design and development consultancy (specializing in Node, React, and realtime), but we don’t fit neatly in a box. - -We design and [develop custom software](https://andyet.com/software) for web, mobile, desktop, chat, and voice. - -We enable millions of people to make super simple video calls with [Talky](https://talky.io). - -We pioneer software and standards for [realtime communications](https://andyet.com/realtime). - -We [wrote the book](https://gatherthepeople.com) on taking a human approach to marketing for people who would rather make what they love than persuade people to buy it. - -We create high-impact conference experiences such as [RealtimeConf](http://experience.realtimeconf.com) and more recently–[&yetConf](http://andyetconf.com). - -[Learn more about our team](https://andyet.com/about). - -## Company size -20+ - -## Remote status -We employ several strategies to ensure an inclusive and collaborative environment for all our employees. - -To communicate we use [Slack](https://slack.com) (text-chat), our own product [Talky](https://talky.io) (video chat and meetings), [Twist](https://twistapp.com) (daily check-ins) and [GitHub](https://github.com) (organization wide discussions). - -One-on-ones and bi-weekly company-wide updates are a crucial part of staying connected and understanding our team as things change. We encourage employees to use these meetings to bring up frustrations, ideas, or whatever they need in order to be their best selves and to do their best work. - -At least once a year we organize an in-person all-hands team week. It’s the best. - -## Region -&yet has one office located in Richland, WA. Currently ten people are working remotely out of Seattle, Portland, Folsom, Phoenix, Denver, Kansas City, Frankfurt, Oslo, and Melbourne. The most significant timezone difference is 17 hours. - -## Company technologies -* Node.js -* React -* WebRTC -* Pug -* Stylus - -## Office locations -[Fuse Coworking in Richland, WA](https://goo.gl/maps/oJaAQFf12tv) - -## How to apply -No current openings. diff --git a/test/functions.js b/test/functions.js deleted file mode 100644 index 78724645..00000000 --- a/test/functions.js +++ /dev/null @@ -1,134 +0,0 @@ -const { assert } = require( 'chai' ); - -const { - companyNameToProfileFilename, - jsonStringifyUnicodeEscaped, - toIdentifierCase, - stripExtraChars, -} = require( '../lib' ); - -describe( 'companyNameToProfileFilename function', () => { - it( 'should lowercase and convert spaces to dashes', () => { - assert.strictEqual( - companyNameToProfileFilename( 'My Company-Name' ), - 'my-company-name' - ); - } ); - - it( 'should expand ampersands', () => { - assert.strictEqual( - companyNameToProfileFilename( '&text&stuff&' ), - 'and-text-and-stuff-and' - ); - } ); - - it( 'should remove apostrophes', () => { - assert.strictEqual( - companyNameToProfileFilename( 'Let\'s Encrypt' ), - 'lets-encrypt' - ); - } ); - - it( 'should lowercase and strip non-alphanumeric characters', () => { - assert.strictEqual( - companyNameToProfileFilename( 'My@123 *Markdown* _Company@Name_' ), - 'my-123-markdown-company-name' - ); - } ); - - it( 'should trim leading and trailing whitespace etc', () => { - assert.strictEqual( - companyNameToProfileFilename( ' My WEIRD company name \'$$$$' ), - 'my-weird-company-name' - ); - } ); -} ); - -describe( 'jsonStringifyUnicodeEscaped function', () => { - it( 'should equal JSON.stringify for non-Unicode-expanded inputs', () => { - assert.strictEqual( - jsonStringifyUnicodeEscaped( 'abc def' ), - '"abc def"' - ); - assert.strictEqual( - jsonStringifyUnicodeEscaped( '\'\\"\nabc\ndef@#$\'' ), - '"\'\\\\\\"\\nabc\\ndef@#$\'"' - ); - } ); - - it( 'should escape Unicode-expanded characters', () => { - assert.strictEqual( - jsonStringifyUnicodeEscaped( '\u26a0\ufe0f*' ), - '"\\u26a0\\ufe0f*"' - ); - assert.strictEqual( - jsonStringifyUnicodeEscaped( '\u26a0 Emoji \u26a0\ufe0f and\nother \\text' ), - '"\\u26a0 Emoji \\u26a0\\ufe0f and\\nother \\\\text"' - ); - } ); -} ); - -describe( 'toIdentifierCase function', () => { - it( 'should convert all valid headings to the correct identifiers', () => { - assert.strictEqual( - toIdentifierCase( 'Company blurb' ), - 'companyBlurb' - ); - assert.strictEqual( - toIdentifierCase( 'Company size' ), - 'companySize' - ); - assert.strictEqual( - toIdentifierCase( 'Remote status' ), - 'remoteStatus' - ); - assert.strictEqual( - toIdentifierCase( 'Region' ), - 'region' - ); - assert.strictEqual( - toIdentifierCase( 'Company technologies' ), - 'companyTechnologies' - ); - assert.strictEqual( - toIdentifierCase( 'Office locations' ), - 'officeLocations' - ); - assert.strictEqual( - toIdentifierCase( 'How to apply' ), - 'howToApply' - ); - } ); - - it( 'should behave reasonably for other input values', () => { - assert.strictEqual( - toIdentifierCase( ' With Whitespace ' ), - 'withWhitespace' - ); - assert.strictEqual( - toIdentifierCase( 'with chars 123.' ), - 'withExtraChars123' - ); - assert.strictEqual( - toIdentifierCase( 'Let\'s Encrypt' ), - 'letsEncrypt' - ); - } ); -} ); - -describe( 'stripExtraChars function', () => { - it( 'should strip unwanted invisible characters', () => { - assert.strictEqual( - stripExtraChars( 'abc\ufe0f def' ), - 'abc def' - ); - assert.strictEqual( - stripExtraChars( '\u26a0\ufe0f' ), - '\u26a0' - ); - assert.strictEqual( - stripExtraChars( '\u26a0\ufe0f\ufe0f \u26a0\ufe0f\ufe0f' ), - '\u26a0 \u26a0' - ); - } ); -} ); diff --git a/test/lib/index.js b/test/lib/index.js deleted file mode 100644 index 1d66c3d0..00000000 --- a/test/lib/index.js +++ /dev/null @@ -1,72 +0,0 @@ -const path = require( 'path' ); -const fs = require( 'fs' ); -const { spawnSync } = require( 'child_process' ); - -const { expect } = require( 'chai' ); - -const { parseFromDirectory } = require( '../../lib' ); - -const fixturesPath = path.join( __dirname, '..', 'fixtures' ); -const validatePath = path.join( __dirname, '..', '..', 'bin', 'validate.js' ); - -/** - * Parse a content tree from a set of fixture files. - */ -exports.parseFixtures = dirName => { - return parseFromDirectory( path.join( fixturesPath, dirName ) ); -}; - -/** - * Parse a content tree from a set of fixture files and verify that the - * resulting errors are as expected. - */ -exports.expectValidateFixturesResult = ( dirName, expected ) => { - const result = exports.parseFixtures( dirName ); - if ( result.ok ) { - expect( result ).not.to.have.key( 'errors' ); - } else { - expect( result.errors ).to.be.an( 'array' ); - expect( result.errors.length ).to.be.greaterThan( 0 ); - } - expect( expected.errorCount ).to.equal( ( result.errors || [] ).length ); - expect( expected.output ).to.eql( ( result.errors || [] ).map( err => { - return err.filename + ': ' + err.message; - } ) ); - return result; -}; - -/** - * Parse a content tree from a set of fixture files by running the validation - * script in a separate process, and return the resulting output. - */ -exports.runValidationScriptWithFixtures = ( dirName, env = {} ) => { - const result = spawnSync( process.execPath, [ - validatePath, - path.join( fixturesPath, dirName ), - ], { env } ); - - if ( result.error ) { - throw result.error; - } - - expect( result.stderr.toString() ).to.equal( '' ); - - const output = result.stdout.toString().trim().split( '\n' ); - const exitCode = result.status; - - let errorSummary = output[ output.length - 1 ]; - if ( output.length >= 2 ) { - expect( output[ output.length - 2 ] ).to.equal( '' ); - output.splice( -2 ); - } else { - output.splice( -1 ); - } - - if ( process.env.DUMP_OUTPUT ) { - output.forEach( s => { - console.log( "'%s',", s.replace( /('|\\)/g, "\\$1" ) ); - } ); - } - - return { output, errorSummary, exitCode }; -}; diff --git a/test/parsing.js b/test/parsing.js deleted file mode 100644 index 47fcf88b..00000000 --- a/test/parsing.js +++ /dev/null @@ -1,238 +0,0 @@ -const fs = require( 'fs' ); -const path = require( 'path' ); - -const { expect } = require( 'chai' ); - -const { parseFixtures } = require( './lib' ); - -describe( 'content parsing and metadata', () => { - it( 'should return content and metadata for valid data', () => { - function getContentFilename( profile, section ) { - return path.join( - __dirname, - 'fixtures', - 'valid-incomplete', - 'parsed-content', - profile + ( section ? '.' + section : '' ) + '.html' - ); - } - - function readContentFile( profile, section ) { - const content = fs.readFileSync( - getContentFilename( profile, section ), - 'utf8' - ); - if ( content.substring( content.length - 1 ) === '\n' ) { - return content.substring( 0, content.length - 1 ); - } - return content; - } - - function getContent( profile, sections ) { - return sections.reduce( ( content, section ) => { - content[ section ] = readContentFile( profile, section ); - return content; - }, {} ); - } - - const result = parseFixtures( 'valid-incomplete' ); - expect( Object.keys( result ) ).to.eql( [ - 'ok', - 'profileFilenames', - 'profileHeadingCounts', - 'companies', - 'readmeContent', - ] ); - expect( result ).to.deep.include( { - ok: true, - profileFilenames: [ - '10up.md', - '17hats.md', - '18f.md', - '45royale.md', - 'aerolab.md', - 'and-yet.md', - 'angularclass.md', - ], - profileHeadingCounts: { - 'Company blurb': 7, - 'Company size': 4, - 'Remote status': 4, - 'Region': 4, - 'Company technologies': 3, - 'How to apply': 3, - 'Office locations': 1, - }, - } ); - - if ( process.env.WRITE_PARSED_CONTENT ) { - result.companies.forEach( company => { - const profile = company.linkedFilename.replace( /\.md$/, '' ); - Object.keys( company.profileContent ).forEach( section => { - fs.writeFileSync( - getContentFilename( profile, section ), - company.profileContent[ section ] + '\n' - ); - } ); - } ); - fs.writeFileSync( - getContentFilename( 'readme' ), - result.readmeContent - ); - } - - expect( result.readmeContent ).to.eql( - readContentFile( 'readme' ) + '\n' - ); - - expect( result.companies ).to.eql( [ - { - name: '&yet', - isIncomplete: false, - websiteUrl: 'https://andyet.com', - websiteText: 'andyet.com', - shortRegion: 'Worldwide', - linkedFilename: 'and-yet.md', - profileContent: getContent( 'and-yet', [ - 'companyBlurb', - 'companySize', - 'remoteStatus', - 'region', - 'companyTechnologies', - 'officeLocations', - 'howToApply', - ] ), - }, { - name: '10up', - isIncomplete: false, - websiteUrl: 'https://10up.com/', - websiteText: '10up.com', - shortRegion: 'Worldwide', - linkedFilename: '10up.md', - profileContent: getContent( '10up', [ - 'companyBlurb', - 'companySize', - 'remoteStatus', - 'region', - 'companyTechnologies', - 'howToApply', - ] ), - }, { - name: '17hats', - isIncomplete: false, - websiteUrl: 'https://www.17hats.com/', - websiteText: '17hats.com', - shortRegion: 'Worldwide', - linkedFilename: '17hats.md', - profileContent: getContent( '17hats', [ - 'companyBlurb', - 'companySize', - 'remoteStatus', - 'region', - 'companyTechnologies', - ] ), - }, { - name: '18F', - isIncomplete: false, - websiteUrl: 'https://18f.gsa.gov/', - websiteText: '18f.gsa.gov', - shortRegion: 'USA', - linkedFilename: '18f.md', - profileContent: getContent( '18f', [ - 'companyBlurb', - 'companySize', - 'remoteStatus', - 'region', - 'howToApply', - ] ), - }, { - name: '45royale', - isIncomplete: true, - websiteUrl: 'http://45royale.com/', - websiteText: '45royale.com', - shortRegion: "", - linkedFilename: '45royale.md', - profileContent: getContent( '45royale', [ - 'companyBlurb', - ] ), - }, { - name: 'Aerolab', - isIncomplete: true, - websiteUrl: 'https://aerolab.co/', - websiteText: 'aerolab.co', - shortRegion: "", - linkedFilename: 'aerolab.md', - profileContent: getContent( 'aerolab', [ - 'companyBlurb', - ] ), - }, { - name: 'AngularClass', - isIncomplete: true, - websiteUrl: 'http://www.wikihow.com/wikiHow:About-wikiHow', - websiteText: 'wikihow.com/wikiHow:About-wikiHow', - shortRegion: 'PST Timezone', - linkedFilename: 'angularclass.md', - profileContent: getContent( 'angularclass', [ - 'companyBlurb', - ] ), - } - ] ); - } ); - - it( 'should return errors and metadata for unsorted company names', () => { - expect( parseFixtures( 'unsorted' ) ).to.eql( { - ok: false, - errors: [ - { - filename: 'README.md', - message: 'Company is listed out of order: "17hats" (should be before "18F")', - }, { - filename: 'README.md', - message: 'Company is listed out of order: "&yet" (should be before "17hats")', - }, - ], - profileFilenames: [ - '10up.md', - '17hats.md', - '18f.md', - 'and-yet.md' - ], - profileHeadingCounts: { - 'Company blurb': 4, - 'Company size': 4, - 'Remote status': 4, - 'Region': 4, - 'Company technologies': 4, - 'Office locations': 3, - 'How to apply': 4 - }, - } ); - } ); - - it( 'should return errors and metadata for orphaned company profiles', () => { - expect( parseFixtures( 'orphaned-profiles' ) ).to.eql( { - ok: false, - errors: [ - { - filename: '18f.md', - message: 'No link to company profile from readme', - }, - ], - profileFilenames: [ - '10up.md', - '17hats.md', - '18f.md', - 'and-yet.md' - ], - profileHeadingCounts: { - 'Company blurb': 4, - 'Company size': 4, - 'Remote status': 4, - 'Region': 4, - 'Company technologies': 4, - 'Office locations': 3, - 'How to apply': 4 - }, - } ); - } ); -} ); diff --git a/test/validation-errors.js b/test/validation-errors.js deleted file mode 100644 index 9a589557..00000000 --- a/test/validation-errors.js +++ /dev/null @@ -1,145 +0,0 @@ -const { expectValidateFixturesResult } = require( './lib' ); - -describe( 'validation success', () => { - it( 'should succeed with valid data', () => { - expectValidateFixturesResult( 'valid', { - errorCount: 0, - output: [], - } ); - } ); -} ); - -describe( 'validation errors', () => { - it( 'should catch invalid table rows', () => { - expectValidateFixturesResult( 'bad-table-rows', { - errorCount: 2, - output: [ - 'README.md: Expected 3 table cells but found 2: [10up](/company-profiles/10up.md) | https://10up.com/', - 'README.md: Expected 3 table cells but found 4: [18F](/company-profiles/18f.md) | https://18f.gsa.gov/ | USA | something else', - ], - } ); - } ); - - it( 'should catch missing company names', () => { - expectValidateFixturesResult( 'missing-company-names', { - errorCount: 11, - output: [ - 'README.md: Company "⚠⚠⚠" has no linked Markdown profile ("/company-profiles/.md")', - 'README.md: Missing company name: https://andyet.comWorldwide', - 'README.md: Company is listed out of order: "" (should be before "⚠⚠⚠")', - 'README.md: Company "" has no linked Markdown profile ("/company-profiles/.md")', - 'README.md: Missing company name: https://10up.com/Worldwide', - 'README.md: Missing company name: https://www.17hats.com/Worldwide', - 'README.md: Missing company name: https://18f.gsa.gov/USA', - 'README.md: Company "" has no linked Markdown profile ("/company-profiles/.md")', - '10up.md: Profile looks complete, but the main readme contains a warning emoji.', - '18f.md: No link to company profile from readme', - 'and-yet.md: No link to company profile from readme', - ], - } ); - } ); - - it( 'should catch duplicate company names', () => { - expectValidateFixturesResult( 'duplicate-company', { - errorCount: 1, - output: [ - 'README.md: Duplicate company: &Yet', - ] - } ); - } ); - - it( 'should catch unsorted company names', () => { - expectValidateFixturesResult( 'unsorted', { - errorCount: 2, - output: [ - 'README.md: Company is listed out of order: "17hats" (should be before "18F")', - 'README.md: Company is listed out of order: "&yet" (should be before "17hats")', - ], - } ); - } ); - - it( 'should catch invalid profile links and missing profiles', () => { - expectValidateFixturesResult( 'bad-profile-links', { - errorCount: 4, - output: [ - 'README.md: Invalid link to company profile for "&yet": "company-profiles/and-yet.md"', - 'README.md: Missing company profile for "17hats", or broken link: "/company-profiles/17hats-nonexistent.md"', - 'README.md: Invalid link to company profile for "18F": "/company-profiles/18f.js"', - 'README.md: Company "My awesome company" has no linked Markdown profile ("/company-profiles/my-awesome-company.md")', - ], - } ); - } ); - - it( 'should catch invalid titles in company profiles', () => { - expectValidateFixturesResult( 'bad-profile-titles', { - errorCount: 7, - output: [ - '10up.md: Expected 1 first-level heading but found 0', - '10up.md: The main title is wrapped inside of another element.', - '10up.md: Company name looks wrong: ""', - '17hats.md: Company title "A company called 17hats" doesn\'t match filename (expected ~ "a-company-called-17hats.md")', - '18f.md: Company name looks wrong: "$%$#%$#"', - 'and-yet.md: Expected 1 first-level heading but found 2', - 'let-s-encrypt.md: Company title "Let\'s Encrypt" doesn\'t match filename (expected ~ "lets-encrypt.md")', - ], - } ); - } ); - - it( 'should catch orphaned company profiles', () => { - expectValidateFixturesResult( 'orphaned-profiles', { - errorCount: 1, - output: [ - '18f.md: No link to company profile from readme', - ], - } ); - } ); - - it( 'should catch invalid section headings', () => { - expectValidateFixturesResult( 'bad-profile-headings', { - errorCount: 10, - output: [ - '10up.md: Required section "Company blurb" not found.', - '17hats.md: Invalid section: "A thing I made up". Expected one of: ["Company blurb","Company size","Remote status","Region","Company technologies","Office locations","How to apply"]', - '17hats.md: Content is not part of any section:

Some extra content.

', - '18f.md: Duplicate section: "Company size".', - '18f.md: Empty section: "Region". Fill it in or leave it out instead.', - '18f.md: Empty section: "Remote status". Fill it in or leave it out instead.', - '1password.md: The main title is wrapped inside of another element.', - '1password.md: The section heading for "Company size" is wrapped inside of another element.', - '1password.md: Content is not part of any section:

1Password

', - 'and-yet.md: Required section "Company blurb" not found.', - ], - } ); - } ); - - it( 'should catch text outside of links in readme', () => { - expectValidateFixturesResult( 'name-outside-link', { - errorCount: 3, - output: [ - 'README.md: Extra text in company name: "10up", "10up agency"', - 'README.md: Extra text in company name: "Aerolab", "Aerolab more text"', - 'README.md: Extra text in company name: "AngularClass", "AngularClass text"', - ], - } ); - } ); - - it( 'should catch mismatched "incomplete profile" indicators', () => { - expectValidateFixturesResult( 'mismatched-incomplete-indicators', { - errorCount: 9, - output: [ - '10up.md: Profile is marked as complete, but it only contains a "Company blurb" heading.', - '17hats.md: Profile looks complete, but the "Company blurb" contains a warning emoji.', - '18f.md: Profile looks incomplete, but the main readme does not contain a warning emoji.', - ( - '45royale.md: Profile is marked as incomplete, but it contains multiple sections.' - + '\nPlease remove the warning emoji from the "Company blurb" section and the main readme.' - ), - 'aerolab.md: Profile looks incomplete, but the "Company blurb" does not contain a warning emoji.', - 'and-yet.md: Profile looks complete, but the main readme contains a warning emoji.', - 'angularclass.md: Profile looks incomplete, but the "Company blurb" does not contain a warning emoji.', - 'anomali.md: Invalid section: "Invalid section name". Expected one of: ["Company blurb","Company size","Remote status","Region","Company technologies","Office locations","How to apply"]', - 'anomali.md: Required section "Company blurb" not found.', - ], - } ); - } ); -} ); diff --git a/test/validation-script.js b/test/validation-script.js deleted file mode 100644 index 62fc0714..00000000 --- a/test/validation-script.js +++ /dev/null @@ -1,52 +0,0 @@ -const { expect } = require( 'chai' ); - -const { runValidationScriptWithFixtures } = require( './lib' ); - -describe( 'validation script (integration tests)', () => { - it( 'should pass with valid data', () => { - expect( runValidationScriptWithFixtures( 'valid' ) ).to.eql( { - exitCode: 0, - errorSummary: '0 problems detected', - output: [], - } ); - } ); - - it( 'should pass with valid data and incomplete profiles, and count headings', () => { - const env = { REPORT_PROFILE_HEADINGS: 'y' }; - expect( runValidationScriptWithFixtures( 'valid-incomplete', env ) ).to.eql( { - exitCode: 0, - errorSummary: '0 problems detected', - output: [ - 'Profile headings by count (7 total profiles):', - 'Company blurb: 7', - 'Company size: 4', - 'Remote status: 4', - 'Region: 4', - 'Company technologies: 3', - 'How to apply: 3', - 'Office locations: 1', - ], - } ); - } ); - - it( 'should catch unsorted company names, and count headings', () => { - const env = { REPORT_PROFILE_HEADINGS: 'y' }; - expect( runValidationScriptWithFixtures( 'unsorted', env ) ).to.eql( { - exitCode: 3, - errorSummary: '2 problems detected', - output: [ - 'README.md: Company is listed out of order: "17hats" (should be before "18F")', - 'README.md: Company is listed out of order: "&yet" (should be before "17hats")', - '', - 'Profile headings by count (4 total profiles):', - 'Company blurb: 4', - 'Company size: 4', - 'Remote status: 4', - 'Region: 4', - 'Company technologies: 4', - 'Office locations: 3', - 'How to apply: 4', - ], - } ); - } ); -} ); From 121559b815ffb5dff8050757ceca649809217ed8 Mon Sep 17 00:00:00 2001 From: Peter <30943236+PeterMorrison1@users.noreply.github.com> Date: Thu, 21 Oct 2021 10:57:07 -0600 Subject: [PATCH 071/119] Add new company: Discord (#1227) Co-authored-by: Peter Morrison --- README.md | 1 + company-profiles/discord.md | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 company-profiles/discord.md diff --git a/README.md b/README.md index ac9855c6..7e977abc 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Name | Website | Region [Dev Spotlight](/company-profiles/dev-spotlight.md) | https://www.devspotlight.com | Worldwide [Dgraph](/company-profiles/dgraph.md) | https://dgraph.io/ | Americas [DigitalOcean](/company-profiles/digitalocean.md) | https://www.digitalocean.com/ | Worldwide +[Discord](/company-profiles/discord.md) | https://discord.com/ | USA [Discourse](/company-profiles/discourse.md) | https://www.discourse.org/ | Worldwide [DNSimple](/company-profiles/dnsimple.md) | https://dnsimple.com/ | Worldwide [Docker](/company-profiles/docker.md) | https://www.docker.com | USA diff --git a/company-profiles/discord.md b/company-profiles/discord.md new file mode 100644 index 00000000..9dfc9145 --- /dev/null +++ b/company-profiles/discord.md @@ -0,0 +1,33 @@ +# Discord + +## Company blurb + +Discord is about giving people the power to create space to find belonging in their lives. We want to make it easier for you to talk regularly with the people you care about. We want you to build genuine relationships with your friends and communities close to home or around the world. Original, reliable, playful, and relatable. These are the values that connect our users and our employees at Discord. + +## Company size + +400-500. + +## Remote status + +Some jobs are remote optional. + +## Region + +USA + +## Company technologies + +* Rust +* Python +* Airflow +* React +* React Native + +## Office locations + +* San Francisco + +## How to apply + +* [Job Openings](https://discord.com/jobs) From 9732fc92a8b9d208fcce3e08ee96e2a3c91cd670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Efr=C3=A9n=20V=C3=A1zquez?= <60627075+efrensho@users.noreply.github.com> Date: Thu, 21 Oct 2021 23:15:24 -0500 Subject: [PATCH 072/119] Add company size and office locations --- company-profiles/pathable.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/company-profiles/pathable.md b/company-profiles/pathable.md index 25e867b0..c8fac90f 100644 --- a/company-profiles/pathable.md +++ b/company-profiles/pathable.md @@ -4,6 +4,9 @@ Pathable is the leading provider of web and mobile event apps for conferences, events, associations and tradeshows. Available on any device, our award-winning web and mobile apps inspire meaningful engagement and boosts conference revenue. We help you connect your attendees, speakers, sponsors and exhibitors before, during, and after the event to help drive and measure engagement every step of the way. +## Company size +51-200 + ## Remote status We are a 100% remote company, so you may work from anywhere in the world (although many positions are tied to the time zones of your clients or co-workers.) @@ -20,8 +23,11 @@ Worldwide [Stackshare](https://stackshare.io/pathable/pathable) +## Office locations +9620 Executive Center Dr N #200, St. Petersburg, FL 33702, US + ## How to apply **Important Note:** Please read the requirements and application questions carefully. Many positions have special requirements, such as submitting a short video along with your application. Due to the volume of applicants, generic applications that omit these requirements will not be reviewed. -[Pathable careers page](https://pathable.com/careers/) \ No newline at end of file +[Pathable careers page](https://pathable.com/careers/) From 1b9889158edf267d27cc62d71d47271e30963d1a Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Fri, 22 Oct 2021 22:48:57 +0100 Subject: [PATCH 073/119] Revert "add new company - incubyte" --- README.md | 1 - company-profiles/incubyte.md | 52 ------------------------------------ 2 files changed, 53 deletions(-) delete mode 100644 company-profiles/incubyte.md diff --git a/README.md b/README.md index b6faae3d..5d4a6de3 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,6 @@ Name | Website | Region [Impira](/company-profiles/impira.md) | https://www.impira.com/ | USA [Implisense](/company-profiles/implisense.md) | https://implisense.com/ | Germany [Incsub](/company-profiles/incsub.md) | https://incsub.com/ | Worldwide -[Incubyte](/company-profiles/incubyte.md) | https://incubyte.co/ | India [Infinite Red](/company-profiles/infinite-red.md) | https://infinite.red | USA & CA [InfluxData](/company-profiles/influxdata.md) | https://influxdata.com | USA, UK, DE, IT [Inpsyde](/company-profiles/inpsyde.md) | https://inpsyde.com/en/ | Europe diff --git a/company-profiles/incubyte.md b/company-profiles/incubyte.md deleted file mode 100644 index 7f821c22..00000000 --- a/company-profiles/incubyte.md +++ /dev/null @@ -1,52 +0,0 @@ -# Incubyte - -## Company blurb - -[Incubyte](https://incubyte.co/) is a remote-first company that helps its clients craft future-ready software products that can adapt to changing business needs. -We are powered by software professionals from over 15 cities, to converge on projects across the globe. - -## Company size - -[Around 50 software craftspersons.](https://blog.incubyte.co/blog/one-year-of-incubyte/) - -## Remote status - -No office. We're fully remote. - -Here is an [overview of hiring process.](https://blog.incubyte.co/blog/how-we-hire-software-craftspeople/) - -## Region - -As of 2021, all employees are from **India**. - -## Company technologies - -Incubyte is a *technology agnostic* company. -However, here is small list of our area of work: - -- Java: - - Spring - - Hibernate -- Javascript / HTML: - - NodeJS - - Angular - - React -- Python - - Flask -- Data Engineering: - - Databricks - - Spark - - Kafka - - NoSQL (MongoDB, CosmosDB, Cassandra etc) - - Azure Datalake, Event Hub, Debezium, Confluent, Azure Functions - -## Best Practices - -- Test Driven Development -- SOLID Design Principles -- Clean Coding - -## How to apply - -Visit our [carrers page](https://www.incubyte.co/careers) for the latest openings. -For questions regarding hiring, feel free to write at careers@incubyte.co. From a14b8bea5395688fe38e6fe854ca3bf6fe23c72c Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Fri, 22 Oct 2021 22:51:18 +0100 Subject: [PATCH 074/119] Revert "add new company - Rocket.Chat" --- README.md | 1 - company-profiles/rocket-chat.md | 40 --------------------------------- 2 files changed, 41 deletions(-) delete mode 100644 company-profiles/rocket-chat.md diff --git a/README.md b/README.md index 5d4a6de3..31664eff 100644 --- a/README.md +++ b/README.md @@ -459,7 +459,6 @@ Name | Website | Region [RenoFi](/company-profiles/renofi.md) | https://renofi.com/ | Worldwide [Research Square](/company-profiles/research-square.md) | https://www.researchsquare.com/ | USA [Roadtrippers](/company-profiles/roadtrippers.md) | https://www.roadtrippers.com | USA -[Rocket.Chat](/company-profiles/rocket-chat.md) | https://rocket.chat | Worldwide [rtCamp](/company-profiles/rtcamp-solutions.md) | https://rtcamp.com | Worldwide [Safari Books Online](/company-profiles/safari-books-online.md) | https://www.safaribooksonline.com | Worldwide [Salesforce](/company-profiles/salesforce.md) | https://www.salesforce.com/ | Worldwide diff --git a/company-profiles/rocket-chat.md b/company-profiles/rocket-chat.md deleted file mode 100644 index 1d8fcfe2..00000000 --- a/company-profiles/rocket-chat.md +++ /dev/null @@ -1,40 +0,0 @@ -# Example Company - -## Company blurb - -[Rocket.Chat](https://rocket.chat) is an open-source fully customizable communications platform developed in JavaScript for organizations with high standards of data protection. - -We are a MERN based application enabling real-time conversations between colleagues, with other companies or with your customers, regardless of how they connect with you. The result is an increase in productivity and customer satisfaction rates. - -Every day, tens of millions of users in over 150 countries and in organizations such as Deutsche Bahn, The US Navy, and Credit Suisse trust [Rocket.Chat](https://rocket.chat) to keep their communications completely private and secure. - -## Company size - -[Currently 100-200 Rocketeers](https://rocket.chat/team) and [1500 contributors](https://rocket.chat/company/about-us) - -## Remote status - -Almost all of us are remote. We also have an office in Brazil that everone is welcome to use when they're around Porto Alegre with place to work, dinner and sleep. - -Explore our [handbook](https://handbook.rocket.chat/): -- [Our Culture](https://handbook.rocket.chat/company/our-culture) -- [Remote Work](https://handbook.rocket.chat/company/our-culture/remote-work) -- [Our Summit](https://handbook.rocket.chat/departments-operations/people/summit) - -## Region - -Worldwide. We have Rocketeers on, almost, every continent. - -## Company technologies - -Based on our [Open Source Organization](https://github.com/RocketChat) the company focuses on JavaScript/TypeScript for the [server / web-client](https://github.com/RocketChat/Rocket.Chat), [mobile](https://github.com/RocketChat/Rocket.Chat.ReactNative) and [desktop](https://github.com/RocketChat/Rocket.Chat.Electron). - -We work with MongoDB as the application's database, GoLang for our closed source applications, Kubernets and many more. - -## Office locations - -Our "Co-Working" Office is located in Porto Alegre, Rio Grande do Sul, Brazil. - -## How to apply - -We are higin, visit [rocket.chat/jobs](https://rocket.chat/jobs) From 5c3c828457ea15e671d690a1fce799fb1f615548 Mon Sep 17 00:00:00 2001 From: Calvin Hsieh Date: Fri, 22 Oct 2021 15:23:01 -0700 Subject: [PATCH 075/119] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd163382..0a5c6bc4 100644 --- a/README.md +++ b/README.md @@ -503,6 +503,7 @@ Name | Website | Region [Stencil](/company-profiles/stencil.md) | https://getstencil.com/ | USA and Canada [Stitch Fix](/company-profiles/stitch-fix.md) | https://www.stitchfix.com | USA [StoneCo](/company-profiles/stoneco.md) | https://www.stone.co/ | Brazil +[StormX](/company-profiles/stormx.md) | https://stormx.io/ | Worldwide [Stripe](/company-profiles/stripe.md) | https://stripe.com/ | Worldwide [Strongloop](/company-profiles/strongloop.md) ⚠️️ | https://strongloop.com/ | [StudySoup](/company-profiles/studysoup.md) | https://studysoup.com/ | Worldwide From fb188d98f81cabe89af02434aae82ab8b39b0249 Mon Sep 17 00:00:00 2001 From: okpierre <1679025+okpierre@users.noreply.github.com> Date: Fri, 22 Oct 2021 21:17:51 -0400 Subject: [PATCH 076/119] Update and rename wpmedia.md to wp-media.md --- company-profile/{wpmedia.md => wp-media.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename company-profile/{wpmedia.md => wp-media.md} (97%) diff --git a/company-profile/wpmedia.md b/company-profile/wp-media.md similarity index 97% rename from company-profile/wpmedia.md rename to company-profile/wp-media.md index 25ce7796..ee17d42f 100644 --- a/company-profile/wpmedia.md +++ b/company-profile/wp-media.md @@ -1,4 +1,4 @@ -# WP Media +# WP-Media ## Company blurb From 3de6620a7f8ffb56a673cd444afc62b5fdc67659 Mon Sep 17 00:00:00 2001 From: okpierre <1679025+okpierre@users.noreply.github.com> Date: Fri, 22 Oct 2021 21:18:24 -0400 Subject: [PATCH 077/119] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb3a40e0..fe0242b8 100644 --- a/README.md +++ b/README.md @@ -580,7 +580,7 @@ Name | Website | Region [Wizeline](/company-profiles/wizeline.md) | https://www.wizeline.com/ | Worldwide [Wolfram](/company-profiles/wolfram.md) | https://www.wolfram.com | Worldwide [Wombat Security Technologies](/company-profiles/wombat-security.md) | https://www.wombatsecurity.com/ | USA -[WP Media](/company-profiles/wpmedia.md) | https://wp-media.me/ | Worldwide +[WP-Media](/company-profiles/wp-media.md) | https://wp-media.me/ | Worldwide [X-Team](/company-profiles/x-team.md) | https://x-team.com/ | Worldwide [Xapo](/company-profiles/xapo.md) | https://xapo.com/en/ | Worldwide [XP Inc](/company-profiles/xp-inc.md) | https://www.xpi.com.br/ | Brazil From a6678a0640d118712c49ae8db59cc489f7b8d6fe Mon Sep 17 00:00:00 2001 From: JunaidJaved248 <42333336+JunaidJaved248@users.noreply.github.com> Date: Sat, 23 Oct 2021 08:59:12 +0500 Subject: [PATCH 078/119] Its RemoteBase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1515998c..332dd226 100644 --- a/README.md +++ b/README.md @@ -454,7 +454,7 @@ Name | Website | Region [Redox](/company-profiles/redox.md) | https://www.redoxengine.com/ | USA [Reducer](/company-profiles/reducer.md) | https://reducer.co.uk | UK [reinteractive](/company-profiles/reinteractive.md) ⚠️️ | https://reinteractive.net/ | -[Remote Base](/company-profiles/remotebase.md) | https://remotebase.com | Worldwide +[RemoteBase](/company-profiles/remotebase.md) | https://remotebase.com | Worldwide [Remote Garage](/company-profiles/remote-garage.md) | http://www.remotegarage.club/ | India [RenoFi](/company-profiles/renofi.md) | https://renofi.com/ | Worldwide [Research Square](/company-profiles/research-square.md) | https://www.researchsquare.com/ | USA From a4399d764fd3c4f5e7a7ffa43164b559aaf735f9 Mon Sep 17 00:00:00 2001 From: JunaidJaved248 <42333336+JunaidJaved248@users.noreply.github.com> Date: Sat, 23 Oct 2021 09:01:37 +0500 Subject: [PATCH 079/119] Extra Period Removed --- company-profiles/remotebase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-profiles/remotebase.md b/company-profiles/remotebase.md index 5ca0664b..cc0ac390 100644 --- a/company-profiles/remotebase.md +++ b/company-profiles/remotebase.md @@ -2,7 +2,7 @@ ## Company blurb -Remote Base provides Internal community of only the top 3% of software engineers.. +Remote Base provides Internal community of only the top 3% of software engineers. RemoteBase only hire the top 3% of candidates that apply. This enables us to have a very strong internal community of engineers. Whenever an obstacle arises, the community instantly provides support and removes it, resulting in a far quicker development process. Freedom and flexibility are a core part of a career with remoteBase. We are a new, fast-growing start-up that is changing the future of work. Committed to providing an inspiring career that will develop your full potential, our team of remotely based software engineers are the power behind some of the most successful start-ups on the US west coast. Playing a key role in driving and accelerating the success of these enterprises, you will have the opportunity to work on challenging projects, share knowledge and learn from fellow remoteBase colleagues. Our success is driven by yours and working together with a set of common goals and values you will grow with us. From 1ffaf820f806efb79711b72db0155d1b62de1ab2 Mon Sep 17 00:00:00 2001 From: Adrian Skar Date: Sat, 23 Oct 2021 09:10:19 +0200 Subject: [PATCH 080/119] remove Anexus: closes #1276 --- README.md | 1 - company-profiles/anexus.md | 36 ------------------------------------ 2 files changed, 37 deletions(-) delete mode 100644 company-profiles/anexus.md diff --git a/README.md b/README.md index 0707fce5..b54db07e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ Name | Website | Region [AlphaSights](/company-profiles/alphasights.md) | https://engineering.alphasights.com | USA, UK, (EST, GMT) [Amazon](/company-profiles/amazon.md) | https://www.amazon.jobs/en/locations/virtual-locations | Worldwide [Ambaum](/company-profiles/ambaum.md) | https://ambaum.com/ | USA, Europe - [Animalz](/company-profiles/animalz.md) | https://www.animalz.co | USA [Anomali](/company-profiles/anomali.md) | https://www.anomali.com/company/careers | USA, UK, Singapore [apartment therapy](/company-profiles/apartment-therapy.md) | http://www.apartmenttherapy.com/ | USA diff --git a/company-profiles/anexus.md b/company-profiles/anexus.md deleted file mode 100644 index 02f92e96..00000000 --- a/company-profiles/anexus.md +++ /dev/null @@ -1,36 +0,0 @@ -# Anexus - -## Company blurb - -Anexus provides Web Development and Outsourcing services to companies and partners in the United States and Canada. We have a team of highly skilled and talented people in 9 countries of Latin America. - -## Company size - -25+ employees - -## Remote status - -Anexus is a distributed company, which means that even though we have a physical office in San José - Costa Rica, all our team is remote located in 9 countries of Latin America. We rely heavily on Google for Business, Flowdock, Email and internal custom tools to communicate across the different teams. - -## Region - -Latin America - Anexus is a regional company with offices in Costa Rica but a team distributed across 9 different countries from México to Argentina. The company has available positions in Latin America. - -## Company technologies - -- Drupal -- PHP -- Git -- HTML -- CSS -- JavaScript -- ReactJS -- Symfony - -## Office locations - -- San Jose, Costa Rica (Headquarters) - -## How to apply - -Send an email to hr@anexusit.com From d3d437a5fd9bab1986495f6af4f4c965497cbe76 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Sat, 23 Oct 2021 09:47:36 -0300 Subject: [PATCH 081/119] add new company - Rocket.Chat --- README.md | 1 + company-profiles/rocket-chat.md | 40 +++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 company-profiles/rocket-chat.md diff --git a/README.md b/README.md index a24f97c7..8c47265d 100644 --- a/README.md +++ b/README.md @@ -459,6 +459,7 @@ Name | Website | Region [RenoFi](/company-profiles/renofi.md) | https://renofi.com/ | Worldwide [Research Square](/company-profiles/research-square.md) | https://www.researchsquare.com/ | USA [Roadtrippers](/company-profiles/roadtrippers.md) | https://www.roadtrippers.com | USA +[Rocket.Chat](/company-profiles/rocket-chat.md) | https://rocket.chat | Worldwide [rtCamp](/company-profiles/rtcamp-solutions.md) | https://rtcamp.com | Worldwide [Safari Books Online](/company-profiles/safari-books-online.md) | https://www.safaribooksonline.com | Worldwide [Salesforce](/company-profiles/salesforce.md) | https://www.salesforce.com/ | Worldwide diff --git a/company-profiles/rocket-chat.md b/company-profiles/rocket-chat.md new file mode 100644 index 00000000..69369807 --- /dev/null +++ b/company-profiles/rocket-chat.md @@ -0,0 +1,40 @@ +# Rocket.Chat + +## Company blurb + +[Rocket.Chat](https://rocket.chat) is an open-source fully customizable communications platform developed in JavaScript for organizations with high standards of data protection. + +We are a MERN based application enabling real-time conversations between colleagues, with other companies or with your customers, regardless of how they connect with you. The result is an increase in productivity and customer satisfaction rates. + +Every day, tens of millions of users in over 150 countries and in organizations such as Deutsche Bahn, The US Navy, and Credit Suisse trust [Rocket.Chat](https://rocket.chat) to keep their communications completely private and secure. + +## Company size + +[Currently 100-200 Rocketeers](https://rocket.chat/team) and [1500 contributors](https://rocket.chat/company/about-us) + +## Remote status + +Almost all of us are remote. We also have an office in Brazil that everone is welcome to use when they're around Porto Alegre with place to work, dinner and sleep. + +Explore our [handbook](https://handbook.rocket.chat/): +- [Our Culture](https://handbook.rocket.chat/company/our-culture) +- [Remote Work](https://handbook.rocket.chat/company/our-culture/remote-work) +- [Our Summit](https://handbook.rocket.chat/departments-operations/people/summit) + +## Region + +Worldwide. We have Rocketeers on, almost, every continent. + +## Company technologies + +Based on our [Open Source Organization](https://github.com/RocketChat) the company focuses on JavaScript/TypeScript for the [server / web-client](https://github.com/RocketChat/Rocket.Chat), [mobile](https://github.com/RocketChat/Rocket.Chat.ReactNative) and [desktop](https://github.com/RocketChat/Rocket.Chat.Electron). + +We work with MongoDB as the application's database, GoLang for our closed source applications, Kubernets and many more. + +## Office locations + +Our "Co-Working" Office is located in Porto Alegre, Rio Grande do Sul, Brazil. + +## How to apply + +We are higin, visit [rocket.chat/jobs](https://rocket.chat/jobs) From dcf0a1218a14b0e909bf1098286f3bb778ba3ba8 Mon Sep 17 00:00:00 2001 From: Ayush guha <91629926+HelloGit-ty@users.noreply.github.com> Date: Sat, 23 Oct 2021 20:09:20 +0530 Subject: [PATCH 082/119] Rename FOH&BOH to fohandboh --- company-profiles/{FOH&BOH.md => fohandboh.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename company-profiles/{FOH&BOH.md => fohandboh.md} (100%) diff --git a/company-profiles/FOH&BOH.md b/company-profiles/fohandboh.md similarity index 100% rename from company-profiles/FOH&BOH.md rename to company-profiles/fohandboh.md From 7b1812d1eadb843926f256c4a5de6b78abda06ff Mon Sep 17 00:00:00 2001 From: Ayush guha <91629926+HelloGit-ty@users.noreply.github.com> Date: Sat, 23 Oct 2021 20:12:40 +0530 Subject: [PATCH 083/119] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8526e100..7b679d3a 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Name | Website | Region [Flowing](/company-profiles/flowing.md) | https://flowing.it | Italy [FMX](/company-profiles/fmx.md) | https://www.gofmx.com/ | USA [Focusnetworks](/company-profiles/focusnetworks.md) | https://focusnetworks.com.br | Worldwide -[FOH&BOH](/company-profiles/FOH&BOH.md) | https://fohandboh.com/ | Worldwide +[fohandboh](/company-profiles/fohandboh.md) | https://fohandboh.com/ | Worldwide [Formidable](/company-profiles/formidable.md) | https://www.formidable.com/ | USA, Canada, UK, Europe [Formstack](/company-profiles/formstack.md) | https://www.formstack.com/ | Worldwide [Four Kitchens](/company-profiles/four-kitchens.md) | https://fourkitchens.com/ | North America, Latin America From 541b9d9e46a5f837c2f45b910f0bdd00fea66c23 Mon Sep 17 00:00:00 2001 From: Ayush guha <91629926+HelloGit-ty@users.noreply.github.com> Date: Sat, 23 Oct 2021 20:20:08 +0530 Subject: [PATCH 084/119] update fohandboh.md --- company-profiles/fohandboh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-profiles/fohandboh.md b/company-profiles/fohandboh.md index 73872a13..3f50f160 100644 --- a/company-profiles/fohandboh.md +++ b/company-profiles/fohandboh.md @@ -1,4 +1,4 @@ -# [FOH&BOH](https://fohandboh.com/) +# [fohandboh](https://fohandboh.com/) ## Company blurb From 9127b92374fba90c720cdd66703ecfc434173f69 Mon Sep 17 00:00:00 2001 From: Ayush guha <91629926+HelloGit-ty@users.noreply.github.com> Date: Sat, 23 Oct 2021 20:28:42 +0530 Subject: [PATCH 085/119] Updated argyle.md --- company-profiles/{Argyle.md => argyle.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename company-profiles/{Argyle.md => argyle.md} (93%) diff --git a/company-profiles/Argyle.md b/company-profiles/argyle.md similarity index 93% rename from company-profiles/Argyle.md rename to company-profiles/argyle.md index d46db6b6..276ee1e5 100644 --- a/company-profiles/Argyle.md +++ b/company-profiles/argyle.md @@ -1,4 +1,4 @@ -# [Argyle](https://argyle.com/) +# [argyle](https://argyle.com/) ## Company blurb @@ -29,7 +29,7 @@ And that is part of our strength—drawing on the best talent from around the wo We currently have employees from 21 different countries and counting, We are a 100% remote company hiring from around the world. -** Certain job openings are for USA based citizens only.** +**Certain job openings are for USA based citizens only.** ## Company technologies @@ -39,7 +39,7 @@ Kubernetes, Salesforce, Node.js, Jest, Python, GO and React are some of the popu Argyle is headquartered in New York, NY and has 2 office locations across 2 countries. -Ney York, USA🇺🇸 +New York, USA🇺🇸 Vilnius, Lithuania🇱🇹 From 1fbc6de71bc34a381900a97419d6a04f16c6aab9 Mon Sep 17 00:00:00 2001 From: Ayush guha <91629926+HelloGit-ty@users.noreply.github.com> Date: Sat, 23 Oct 2021 20:30:20 +0530 Subject: [PATCH 086/119] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e0eacb1..4cbf85a9 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Name | Website | Region [apartment therapy](/company-profiles/apartment-therapy.md) | http://www.apartmenttherapy.com/ | USA [Appstractor Corporation](/company-profiles/appstractor.md) | https://www.appstractor.com/ | USA, UK, Israel [Appwrite](/company-profiles/appwrite.md) | https://appwrite.io | Worldwide -[Argyle](/company-profiles/Argyle.md) | https://argyle.com/ | Worldwide +[argyle](/company-profiles/argyle.md) | https://argyle.com/ | Worldwide [ARK](/company-profiles/ark.md) | https://www.ark.io/careers | Worldwide [Arkency](/company-profiles/arkency.md) | https://arkency.com/ | Worldwide [Art & Logic](/company-profiles/art-and-logic.md) | https://artandlogic.com | USA and Canada From c97d0fb3f9c2a0478fc4a37493206299071888cc Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Sat, 23 Oct 2021 18:20:15 +0100 Subject: [PATCH 087/119] Create wp-media.md --- company-profiles/wp-media.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 company-profiles/wp-media.md diff --git a/company-profiles/wp-media.md b/company-profiles/wp-media.md new file mode 100644 index 00000000..ee17d42f --- /dev/null +++ b/company-profiles/wp-media.md @@ -0,0 +1,29 @@ +# WP-Media + +## Company blurb + +WP Media is a bootstrapped, remote startup of 35 people based all around the world. We are mostly focused on the WordPress market. + +## Company size + +35 + +## Remote status + +You choose where you want to work: from home, from an office, from a coworking, or your rocket ship. It makes no difference to us. + +## Region + +**Worldwide** + +## Company technologies + +WordPress, WP Rocket, Imagify, PHP, SaaS + +## Office locations + +Lyon, Auvergne-Rhône-Alpes 69002, France + +## How to apply + +https://apply.workable.com/wp-media/ From 1c59f518c6d7e19fe2f39795b39f9c06c0e33fca Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Sat, 23 Oct 2021 18:21:20 +0100 Subject: [PATCH 088/119] Delete company-profile directory --- company-profile/wp-media.md | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 company-profile/wp-media.md diff --git a/company-profile/wp-media.md b/company-profile/wp-media.md deleted file mode 100644 index ee17d42f..00000000 --- a/company-profile/wp-media.md +++ /dev/null @@ -1,29 +0,0 @@ -# WP-Media - -## Company blurb - -WP Media is a bootstrapped, remote startup of 35 people based all around the world. We are mostly focused on the WordPress market. - -## Company size - -35 - -## Remote status - -You choose where you want to work: from home, from an office, from a coworking, or your rocket ship. It makes no difference to us. - -## Region - -**Worldwide** - -## Company technologies - -WordPress, WP Rocket, Imagify, PHP, SaaS - -## Office locations - -Lyon, Auvergne-Rhône-Alpes 69002, France - -## How to apply - -https://apply.workable.com/wp-media/ From a47a8ff5a870e4092337004a2cdc7bcc4746f392 Mon Sep 17 00:00:00 2001 From: Paulius Date: Sat, 23 Oct 2021 20:49:53 +0300 Subject: [PATCH 089/119] Add DappRadar --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2a8289d..a1ead794 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ Name | Website | Region [Cueup](/company-profiles/cueup.md) | https://cueup.io/ | Worldwide [Customer.io](/company-profiles/customer-io.md) | https://customer.io | Worldwide [Dalenys](/company-profiles/dalenys.md) | https://dalenys.com/ | Europe +[DappRadar](/company-profiles/dappradar.md) | https://dappradar.com/ | Worldwide [DareCode](/company-profiles/darecode.md) | https://darecode.com/ | Europe [DashboardHub](/company-profiles/dashboardhub.md) | https://dashboardhub.io | Worldwide [Data Science Brigade](/company-profiles/data-science-brigade.md) | https://dsbrigade.com/ | Worldwide @@ -593,4 +594,4 @@ Name | Website | Region [Zapier](/company-profiles/zapier.md) | https://zapier.com/ | Worldwide [Zeit.io](/company-profiles/zeit-io.md) | https://zeit.io/ | Germany, The Netherlands, Spain, Chile [Zignaly.com](/company-profiles/zignaly.md) | https://zignaly.io/ | Worldwide -[Zip.co](/company-profiles/zip-co.md) | https://zip.co/us/ | USA, Canada \ No newline at end of file +[Zip.co](/company-profiles/zip-co.md) | https://zip.co/us/ | USA, Canada From a83ce92eb8b9a645c8fbc0ba3edfd79318f5e285 Mon Sep 17 00:00:00 2001 From: Paulius Date: Sat, 23 Oct 2021 20:57:10 +0300 Subject: [PATCH 090/119] Add dappradar --- company-profiles/dappradar.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 company-profiles/dappradar.md diff --git a/company-profiles/dappradar.md b/company-profiles/dappradar.md new file mode 100644 index 00000000..3794fb19 --- /dev/null +++ b/company-profiles/dappradar.md @@ -0,0 +1,33 @@ +# DappRadar + +## Company blurb + +DappRadar tracks, analyzes and discovers decentralized applications (dapps). + +## Company size + +20-50 employees + +## Remote status + +DappRadar offers good remote jobs with competetive salaries. + +## Region + +- Worldwide + +## Company technologies + +- Web3 +- MySQL, Postgres, etc. +- Express framework (Node.js) +- Docker + +## Office locations + +- Lithuania, Kaunas + +## How to apply + +Apply for remote jobs at [careers](https://dappradar.com/careers) + From 867c2794b086778d9d7d33cad84b3a6396907cf2 Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Sat, 23 Oct 2021 20:36:23 +0100 Subject: [PATCH 091/119] Add fathom to base --- site/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/site/templates/base.html b/site/templates/base.html index 4746e3db..a8bc8167 100644 --- a/site/templates/base.html +++ b/site/templates/base.html @@ -14,6 +14,7 @@ {%- for script in scripts %} {%- endfor %} + From e87c901cd53ed3e517ac1b79418912b3f1ad2785 Mon Sep 17 00:00:00 2001 From: Paulius Date: Sun, 24 Oct 2021 10:09:00 +0300 Subject: [PATCH 092/119] Update dappradar.md --- company-profiles/dappradar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-profiles/dappradar.md b/company-profiles/dappradar.md index 3794fb19..467efc7b 100644 --- a/company-profiles/dappradar.md +++ b/company-profiles/dappradar.md @@ -10,7 +10,7 @@ DappRadar tracks, analyzes and discovers decentralized applications (dapps). ## Remote status -DappRadar offers good remote jobs with competetive salaries. +DappRadar offers good remote jobs with competitive salaries. ## Region From 7baa4d0749609eacf95b65dd3ac91e8836f45637 Mon Sep 17 00:00:00 2001 From: JunaidJaved248 <42333336+JunaidJaved248@users.noreply.github.com> Date: Sun, 24 Oct 2021 13:09:13 +0500 Subject: [PATCH 093/119] RemoteBase Moved after Remote Garage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 332dd226..bbb81802 100644 --- a/README.md +++ b/README.md @@ -454,8 +454,8 @@ Name | Website | Region [Redox](/company-profiles/redox.md) | https://www.redoxengine.com/ | USA [Reducer](/company-profiles/reducer.md) | https://reducer.co.uk | UK [reinteractive](/company-profiles/reinteractive.md) ⚠️️ | https://reinteractive.net/ | -[RemoteBase](/company-profiles/remotebase.md) | https://remotebase.com | Worldwide [Remote Garage](/company-profiles/remote-garage.md) | http://www.remotegarage.club/ | India +[RemoteBase](/company-profiles/remotebase.md) | https://remotebase.com | Worldwide [RenoFi](/company-profiles/renofi.md) | https://renofi.com/ | Worldwide [Research Square](/company-profiles/research-square.md) | https://www.researchsquare.com/ | USA [RightScale](/company-profiles/rightscale.md) ⚠️️ | https://www.rightscale.com/ | From f687fddd6c168900dd1f30c02892e1b8a05d5dfc Mon Sep 17 00:00:00 2001 From: JunaidJaved248 <42333336+JunaidJaved248@users.noreply.github.com> Date: Sun, 24 Oct 2021 22:52:47 +0500 Subject: [PATCH 094/119] Reviewd & Corrected --- company-profiles/remotebase.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/company-profiles/remotebase.md b/company-profiles/remotebase.md index cc0ac390..23215fbd 100644 --- a/company-profiles/remotebase.md +++ b/company-profiles/remotebase.md @@ -1,10 +1,10 @@ -# Remote Base +# RemoteBase ## Company blurb -Remote Base provides Internal community of only the top 3% of software engineers. +RemoteBase provides Internal community of only the top 3% of software engineers. -RemoteBase only hire the top 3% of candidates that apply. This enables us to have a very strong internal community of engineers. Whenever an obstacle arises, the community instantly provides support and removes it, resulting in a far quicker development process. Freedom and flexibility are a core part of a career with remoteBase. We are a new, fast-growing start-up that is changing the future of work. Committed to providing an inspiring career that will develop your full potential, our team of remotely based software engineers are the power behind some of the most successful start-ups on the US west coast. Playing a key role in driving and accelerating the success of these enterprises, you will have the opportunity to work on challenging projects, share knowledge and learn from fellow remoteBase colleagues. Our success is driven by yours and working together with a set of common goals and values you will grow with us. +RemoteBase only hire the top 3% of candidates that apply. This enables us to have a very strong internal community of engineers. Whenever an obstacle arises, the community instantly provides support and removes it, resulting in a far quicker development process. Freedom and flexibility are a core part of a career with RemoteBase. We are a new, fast-growing start-up that is changing the future of work. Committed to providing an inspiring career that will develop your full potential, our team of remotely based software engineers are the power behind some of the most successful start-ups on the US west coast. Playing a key role in driving and accelerating the success of these enterprises, you will have the opportunity to work on challenging projects, share knowledge and learn from fellow RemoteBase colleagues. Our success is driven by yours and working together with a set of common goals and values you will grow with us. ## Company size @@ -12,7 +12,7 @@ RemoteBase only hire the top 3% of candidates that apply. This enables us to hav ## Remote status -We are a new, fast-growing start-up that is changing the future of work. Committed to providing an inspiring career that will develop your full potential, our team of remotely based software engineers are the power behind some of the most successful start-ups on the US west coast. Playing a key role in driving and accelerating the success of these enterprises, you will have the opportunity to work on challenging projects, share knowledge and learn from fellow remoteBase colleagues. +We are a new, fast-growing start-up that is changing the future of work. Committed to providing an inspiring career that will develop your full potential, our team of remotely based software engineers are the power behind some of the most successful start-ups on the US west coast. Playing a key role in driving and accelerating the success of these enterprises, you will have the opportunity to work on challenging projects, share knowledge and learn from fellow RemoteBase colleagues. ## Region From e96eda0c91c4b146fdf742df37716bd27f3999f0 Mon Sep 17 00:00:00 2001 From: rylim <36293596+rylim@users.noreply.github.com> Date: Sun, 24 Oct 2021 16:58:11 -0700 Subject: [PATCH 095/119] Add template for custom 404 page --- bin/build-site.js | 11 +++- site/assets/404.css | 111 ++++++++++++++++++++++++++++++++++++++++ site/templates/404.html | 41 +++++++++++++++ 3 files changed, 162 insertions(+), 1 deletion(-) create mode 100644 site/assets/404.css create mode 100644 site/templates/404.html diff --git a/bin/build-site.js b/bin/build-site.js index 1f038bac..4dc431c9 100755 --- a/bin/build-site.js +++ b/bin/build-site.js @@ -220,6 +220,9 @@ async function buildSite() { }, { url: copyAssetToBuild( 'companies-table.js' ), } ]; + const notFoundStyles = [ { + url: copyAssetToBuild( '404.css' ) + } ]; // Copy favicon files console.log( 'Copying favicon files' ); @@ -282,7 +285,13 @@ async function buildSite() { // Generate custom 404 page console.log(); console.log( 'Writing custom 404 page' ); - writePage( '404.html', '

Test Custom 404

' ); + const notFoundTemplate = swig.compileFile( + path.join( sitePath, 'templates', '404.html' ) + ); + // writePage( '404.html', '

Test Custom 404

' ); + writePage( '404.html', notFoundTemplate( { + notFoundStyles + } ) ); console.log(); console.log( 'Site files are ready in "site/build/"' ); diff --git a/site/assets/404.css b/site/assets/404.css new file mode 100644 index 00000000..1c22c70b --- /dev/null +++ b/site/assets/404.css @@ -0,0 +1,111 @@ +* { + -webkit-box-sizing: border-box; + box-sizing: border-box; + } + + body { + padding: 0; + margin: 0; + } + + #notfound { + position: relative; + height: 100vh; + } + + #notfound .notfound { + position: absolute; + left: 50%; + top: 50%; + -webkit-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + } + + .notfound { + max-width: 520px; + width: 100%; + line-height: 1.4; + text-align: center; + } + + .notfound .notfound-404 { + position: relative; + height: 200px; + margin: 0px auto 20px; + z-index: -1; + } + + .notfound .notfound-404 h1 { + font-family: 'Montserrat', sans-serif; + font-size: 236px; + font-weight: 200; + margin: 0px; + color: #211b19; + text-transform: uppercase; + position: absolute; + left: 50%; + top: 50%; + -webkit-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + } + + .notfound .notfound-404 h2 { + font-family: 'Montserrat', sans-serif; + font-size: 28px; + font-weight: 400; + text-transform: uppercase; + color: #211b19; + background: #fff; + padding: 10px 5px; + margin: auto; + display: inline-block; + position: absolute; + bottom: 0px; + left: 0; + right: 0; + } + + .notfound a { + font-family: 'Montserrat', sans-serif; + display: inline-block; + font-weight: 700; + text-decoration: none; + color: #fff; + text-transform: uppercase; + padding: 13px 23px; + background: #ff6300; + font-size: 18px; + -webkit-transition: 0.2s all; + transition: 0.2s all; + } + + .notfound a:hover { + color: #ff6300; + background: #211b19; + } + + @media only screen and (max-width: 767px) { + .notfound .notfound-404 h1 { + font-size: 148px; + } + } + + @media only screen and (max-width: 480px) { + .notfound .notfound-404 { + height: 148px; + margin: 0px auto 10px; + } + .notfound .notfound-404 h1 { + font-size: 86px; + } + .notfound .notfound-404 h2 { + font-size: 16px; + } + .notfound a { + padding: 7px 15px; + font-size: 14px; + } + } + \ No newline at end of file diff --git a/site/templates/404.html b/site/templates/404.html new file mode 100644 index 00000000..2f8807c0 --- /dev/null +++ b/site/templates/404.html @@ -0,0 +1,41 @@ + + + + + + + + + + 404 HTML Template by Colorlib + + + + + + + + + + + + + + + +
+
+
+

Oops!

+

404 - The Page can't be found

+
+ Go TO Homepage +
+
+ + + + From 2b4d8ffa658457ac52d760744b5f2a52a7efc8da Mon Sep 17 00:00:00 2001 From: rylim <36293596+rylim@users.noreply.github.com> Date: Sun, 24 Oct 2021 17:08:22 -0700 Subject: [PATCH 096/119] Add stylesheet in 404 page template --- site/templates/404.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/templates/404.html b/site/templates/404.html index 2f8807c0..4f2f3c29 100644 --- a/site/templates/404.html +++ b/site/templates/404.html @@ -12,8 +12,8 @@ - - + + {%- for stylesheet in notFoundStyles %} From d0a9e67f6902318c981ebc5460b83a53432749fc Mon Sep 17 00:00:00 2001 From: rylim <36293596+rylim@users.noreply.github.com> Date: Sun, 24 Oct 2021 17:14:40 -0700 Subject: [PATCH 097/119] Fix 404 stylesheet link --- site/templates/404.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/templates/404.html b/site/templates/404.html index 4f2f3c29..e1859eeb 100644 --- a/site/templates/404.html +++ b/site/templates/404.html @@ -14,6 +14,8 @@ {%- for stylesheet in notFoundStyles %} + + {%- endfor %} From 83c15f888f32ea1a0096e5abeef164f593d0c5e9 Mon Sep 17 00:00:00 2001 From: rylim <36293596+rylim@users.noreply.github.com> Date: Sun, 24 Oct 2021 17:18:05 -0700 Subject: [PATCH 098/119] Fix 404 go to homepage link --- site/templates/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/templates/404.html b/site/templates/404.html index e1859eeb..af8a1381 100644 --- a/site/templates/404.html +++ b/site/templates/404.html @@ -34,7 +34,7 @@

Oops!

404 - The Page can't be found

- Go TO Homepage + Go To Homepage From 60b2371bb1cccb918e24cedf5d7811d2295c264d Mon Sep 17 00:00:00 2001 From: rylim <36293596+rylim@users.noreply.github.com> Date: Sun, 24 Oct 2021 17:40:46 -0700 Subject: [PATCH 099/119] Remove redundant comment --- bin/build-site.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/build-site.js b/bin/build-site.js index 4dc431c9..e3596305 100755 --- a/bin/build-site.js +++ b/bin/build-site.js @@ -288,7 +288,6 @@ async function buildSite() { const notFoundTemplate = swig.compileFile( path.join( sitePath, 'templates', '404.html' ) ); - // writePage( '404.html', '

Test Custom 404

' ); writePage( '404.html', notFoundTemplate( { notFoundStyles } ) ); From f45199a8b22be27a7c6c252263dafd6ab1a53b28 Mon Sep 17 00:00:00 2001 From: Thomas Antunes Date: Sun, 24 Oct 2021 22:24:30 -0300 Subject: [PATCH 100/119] add new company - Zup --- README.md | 1 + company-profiles/zup.md | 54 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 company-profiles/zup.md diff --git a/README.md b/README.md index b4d88e4f..bf676db7 100644 --- a/README.md +++ b/README.md @@ -599,3 +599,4 @@ Name | Website | Region [Zeit.io](/company-profiles/zeit-io.md) | https://zeit.io/ | Germany, The Netherlands, Spain, Chile [Zignaly.com](/company-profiles/zignaly.md) | https://zignaly.io/ | Worldwide [Zip.co](/company-profiles/zip-co.md) | https://zip.co/us/ | USA, Canada +[Zup](/company-profiles/zup.md) | https://zup.com.br/ | Brazil diff --git a/company-profiles/zup.md b/company-profiles/zup.md new file mode 100644 index 00000000..3393f8bc --- /dev/null +++ b/company-profiles/zup.md @@ -0,0 +1,54 @@ +# Zup + +## Company blurb + +[Zup](https://zup.com.br) | We create technology! We develop products to improve the developer experience, reducing the time between an idea and a commit. Thus, we help companies become tech companies and evolve the experience of those inside and outside. Far beyond ready-made products, we deliver strategy, culture and exponential growth. + +We know that our great dream is, in fact, ambitious: to transform Brazil into a global technology creator! + +Here, no matter what your field, we want to provide constant learning and development environments. The idea is that testing, making mistakes, and learning will lead us to innovate and, consequently, create environments of exponential growth. + +Furthermore, we believe in freedom! With this, zuppers can work from wherever they want, whether it's a home office, in our offices or a hybrid model. + +Open Source Projects + +[Beagle - Server-driven UI](https://usebeagle.io/) +[Charles CD - Circle deploy](https://charlescd.io/) +[Hoursec - Security Analysis Tool](https://horusec.io/site/) +[Ritchie - Noops pelo CLI](https://ritchiecli.io/) + + +## Company size + +Currently 3500-4000 Zuppers + +## Remote status + +We believe in freedom! With this, zuppers can work from wherever they want, whether it's a home office, in our offices or a hybrid model. + +[Careers](https://www.zup.com.br/carreiras) + +## Region + +Brazil. + +## Company technologies + +- Kotlin/Java +- Spring +- Kubernetes +- Go +- Swift + +## Office locations + +Our offices are located in + +Belo Horizonte, Minas Gerais, Brazil +Joinville, Santa Catarina, Brazil. +Sao Paulo, Sao Paulo, Brazil +Uberlandia, Minas Gerais, Brazil + +## How to apply + +We are higin, visit [GreenHouse](https://boards.greenhouse.io/zupinnovation) or [Linkedin](https://www.linkedin.com/company/zupinnovation/jobs/) From 601bc733af26fee9a9d19fed33b5a88a2aed7115 Mon Sep 17 00:00:00 2001 From: Dmytro Khmelenko Date: Mon, 25 Oct 2021 09:05:00 +0200 Subject: [PATCH 101/119] Address review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7536eb10..97a47fae 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ Name | Website | Region [Four Kitchens](/company-profiles/four-kitchens.md) | https://fourkitchens.com/ | North America, Latin America [Fraudio](/company-profiles/fraudio.md) | https://www.fraudio.com/ | Europe [Freeagent](/company-profiles/freeagent.md) | https://www.freeagent.com/ | Worldwide -[Freeletics](/company-profiles/freeletics.md) | https://www.freeletics.com/ | Germany +[Freeletics](/company-profiles/freeletics.md) | https://www.freeletics.com/ | Germany, Poland, Portugal [Fuel Made](/company-profiles/fuel-made.md) | https://fuelmade.com/ | Western North America [FullFabric](/company-profiles/full-fabric.md) | https://fullfabric.com/ | Europe [Functionize](/company-profiles/functionize.md) | https://www.functionize.com/ | Worldwide From cbec0d537d4df38f50726c81ee852a3332527302 Mon Sep 17 00:00:00 2001 From: "Katie (she/they)" <72274725+punnypenguins@users.noreply.github.com> Date: Mon, 25 Oct 2021 10:01:01 -0500 Subject: [PATCH 102/119] Adding CVS Health to the site 1. Added CVS Health company profile 2. Added CVS Health to the README file in correct alphabetic order position --- README.md | 1 + company-profiles/cvshealth.md | 38 +++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 company-profiles/cvshealth.md diff --git a/README.md b/README.md index b4d88e4f..55974904 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ Name | Website | Region [CrowdTangle](/company-profiles/crowdtangle.md) | https://crowdtangle.com | USA [Cueup](/company-profiles/cueup.md) | https://cueup.io/ | Worldwide [Customer.io](/company-profiles/customer-io.md) | https://customer.io | Worldwide +[CVS Health](/company-profiles/cvshealth.md) | https://jobs.cvshealth.com/ | USA [Dalenys](/company-profiles/dalenys.md) | https://dalenys.com/ | Europe [DappRadar](/company-profiles/dappradar.md) | https://dappradar.com/ | Worldwide [DareCode](/company-profiles/darecode.md) | https://darecode.com/ | Europe diff --git a/company-profiles/cvshealth.md b/company-profiles/cvshealth.md new file mode 100644 index 00000000..0605091b --- /dev/null +++ b/company-profiles/cvshealth.md @@ -0,0 +1,38 @@ +# CVS Health + +## Company blurb + +CVS Health is the leading health solutions company that delivers care in ways no one else can. We help people navigate the health care system — and their personal health care — by improving access, lowering costs and being a trusted partner for every meaningful moment of health. And we do it all with heart, each and every day. + +CVS Health is proud to announce we have been named to FlexJobs’ annual list of the Top 100 Companies to Watch for Remote Work. CVS Health ranked among the Top 100 Companies with remote work for the sixth year in a row. + +## Company size + +Over 300,000 employees. + +## Remote status + +CVS offers on-site, fully remote, and work-from-home flexible jobs. There are a large number of listings for each type, across multiple job fields. + +## Region + +USA + +## Company technologies + +LINUX/UNIX, Windows Servers, PLSQL, Microsoft Office, Putty/EMACS, Java, SQL Server, IaaS, PaaS, SaaS, iRules, TCP, LTM, Web Application Firewall, Bot Net Defense, TSH, Perl, UIPath, AssistEdge, JavaScript, React, HTML, CSS, JSON, C##, Bootstrap, XHTML, HTML5, Base SAS, Hadoop, OLAP, Business Objects, Crystal, Visual Basic, data analytics, and more. + +## Office locations + +**Corporate Headquarters:** +CVS Health +One CVS Drive +Woonsocket, Rhode Island 02895 + +Over 9,000 store and office locations around the U.S. and growing. + +## How to apply + +Go to the webiste at [CVS Health Jobs](https://jobs.cvshealth.com/) and then use the search fields to find jobs. You'll need to specify "Fully Remote" in the filters area to find the remote jobs. + +Note from CVS Health website: *Please note that we only accept applications for employment via this site. We provide reasonable accommodations to individuals with disabilities as needed. To request an accommodation – including a qualified interpreter, written information in other formats, translation or other services – please email AdviceandCounsel@cvshealth.com or call 877-805-9511. If you have a speech or hearing disability, please call 7-1-1 to utilize Telecommunications Relay Services (TRS). We will make every effort to respond to your request within 48 business hours and do everything we can to work towards a solution.* From 693687e0dcd430311dffa1de037251823bc212bb Mon Sep 17 00:00:00 2001 From: Calvin Hsieh Date: Mon, 25 Oct 2021 08:33:35 -0700 Subject: [PATCH 103/119] fix: update region --- company-profiles/stormx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-profiles/stormx.md b/company-profiles/stormx.md index a4e86945..9dcd7675 100644 --- a/company-profiles/stormx.md +++ b/company-profiles/stormx.md @@ -14,7 +14,7 @@ Fully remote with people all over the world. ## Region -USA or worldwide. +Worldwide. ## Company technologies From bc57c1cd1d19f01c74e3ae417a2a22a6c20bb1e0 Mon Sep 17 00:00:00 2001 From: "Katie (she/they)" <72274725+punnypenguins@users.noreply.github.com> Date: Mon, 25 Oct 2021 13:11:50 -0500 Subject: [PATCH 104/119] Renaming CVS Health company profile Changed from cvshealth.md to cvs-health.md --- company-profiles/{cvshealth.md => cvs-health.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename company-profiles/{cvshealth.md => cvs-health.md} (100%) diff --git a/company-profiles/cvshealth.md b/company-profiles/cvs-health.md similarity index 100% rename from company-profiles/cvshealth.md rename to company-profiles/cvs-health.md From 5f661fdb69c0da733f11fd502e47a9b31db544ce Mon Sep 17 00:00:00 2001 From: "Katie (she/they)" <72274725+punnypenguins@users.noreply.github.com> Date: Mon, 25 Oct 2021 14:21:03 -0500 Subject: [PATCH 105/119] New company - Nationwide Created company profile for Nationwide and added it to the README file. --- README.md | 1 + company-profiles/nationwide.md | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 company-profiles/nationwide.md diff --git a/README.md b/README.md index e532b4ad..189b72c3 100644 --- a/README.md +++ b/README.md @@ -376,6 +376,7 @@ Name | Website | Region [Muck Rack](/company-profiles/muck-rack.md) | https://muckrack.com | Worldwide [Mux](/company-profiles/mux.md) | https://mux.com | Worldwide [MySQL](/company-profiles/mysql.md) | https://www.mysql.com/ | Worldwide +[Nationwide](/company-profiles/nationwide.md) | https://www.nationwide.com/ | USA [Netguru](/company-profiles/netguru.md) | https://www.netguru.com | Worldwide [Netris](/company-profiles/netris.md) | https://www.netris.ai | Worldwide [Netsparker](/company-profiles/netsparker.md) | https://www.netsparker.com/ | Worldwide diff --git a/company-profiles/nationwide.md b/company-profiles/nationwide.md new file mode 100644 index 00000000..98dab1b5 --- /dev/null +++ b/company-profiles/nationwide.md @@ -0,0 +1,34 @@ +# Example Company + +## Company blurb + +We’ve grown from a small mutual auto insurance company, owned by policyholders who spent their days farming in Ohio, to one of the largest insurance and financial services companies in the world. + +Today we still answer to our members, but we protect more than just cars and Ohio farmers. We’re a Fortune 100 company that offers a full range of insurance and financial services across the country. Including car, motorcycle, homeowners, pet, farm, life and commercial insurance. As well as annuities, mutual funds, retirement plans and specialty health services. + +## Company size + +Over 25,000 employees + +## Remote status + +Nationwide has gone from twenty offices to just four main corporate offices, and made most of its employees able to work remotely. As of Novemeber 2020, it has adopted a permanent remote-first setup and strategy. + +## Region + +USA + +## Company technologies + +Cloud technologies, Agile methodologies, Java, Microservices/REST APIs, C++, Python, JavaScript, PowerShell, UNIX/Linux, Windows, AWS, containers, security, SQL, Snowflake, Teradata, Oracle, and more. + +## Office locations + +**Main office:** +Nationwide Headquarters +One Nationwide Plaza +Columbus, OH 43215 + +## How to apply + +Open job listings can be found on the [Nationwide Careers website](https://nationwide.eightfold.ai/careers), and the application process is outlined [here](https://www.nationwide.com/personal/about-us/careers/application-process/) in full. From 3567703be9d4b3b52b4c87ff2a716e281a02422a Mon Sep 17 00:00:00 2001 From: "Katie (she/they)" <72274725+punnypenguins@users.noreply.github.com> Date: Mon, 25 Oct 2021 14:32:50 -0500 Subject: [PATCH 106/119] Fixed Nationwide company page title whoops. --- company-profiles/nationwide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-profiles/nationwide.md b/company-profiles/nationwide.md index 98dab1b5..00959cbb 100644 --- a/company-profiles/nationwide.md +++ b/company-profiles/nationwide.md @@ -1,4 +1,4 @@ -# Example Company +# Nationwide ## Company blurb From 08561b7370307a00818fd2f786273e09ad9e1601 Mon Sep 17 00:00:00 2001 From: rylim <36293596+rylim@users.noreply.github.com> Date: Mon, 25 Oct 2021 20:52:46 -0700 Subject: [PATCH 107/119] Update build-site.js --- bin/build-site.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/build-site.js b/bin/build-site.js index e3596305..b01e0d35 100755 --- a/bin/build-site.js +++ b/bin/build-site.js @@ -291,6 +291,11 @@ async function buildSite() { writePage( '404.html', notFoundTemplate( { notFoundStyles } ) ); + + // Add empty robots.txt + console.log(); + console.log( 'Writing empty robots.txt' ); + writePage( 'robots.txt', '' ); console.log(); console.log( 'Site files are ready in "site/build/"' ); From 537b7fa86bc44cd9aea2d4b55b65fd2a3239a228 Mon Sep 17 00:00:00 2001 From: rylim <36293596+rylim@users.noreply.github.com> Date: Mon, 25 Oct 2021 20:53:50 -0700 Subject: [PATCH 108/119] Update 404.html --- site/templates/404.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/templates/404.html b/site/templates/404.html index af8a1381..fc0b054c 100644 --- a/site/templates/404.html +++ b/site/templates/404.html @@ -14,8 +14,8 @@ {%- for stylesheet in notFoundStyles %} - - {%- endfor %} + + {%- endfor %} From c0eb19b2713c6fb4af0d31960514b5d414df5e7e Mon Sep 17 00:00:00 2001 From: Saikat Sengupta <41847480+s4ik4t@users.noreply.github.com> Date: Tue, 26 Oct 2021 10:02:17 +0530 Subject: [PATCH 109/119] Update pwc.md --- company-profiles/pwc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-profiles/pwc.md b/company-profiles/pwc.md index e9c62297..218b5250 100644 --- a/company-profiles/pwc.md +++ b/company-profiles/pwc.md @@ -1,5 +1,5 @@ -# PricewaterhouseCoopers (PwC) +# PwC ## Company blurb From ee899fb24b8d5348db4955e912a3e5f6bd4d5377 Mon Sep 17 00:00:00 2001 From: "Katie (she/they)" <72274725+punnypenguins@users.noreply.github.com> Date: Thu, 28 Oct 2021 06:20:40 -0500 Subject: [PATCH 110/119] Fixed link in README added the dash in the path where it should have been --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55974904..edd29973 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Name | Website | Region [CrowdTangle](/company-profiles/crowdtangle.md) | https://crowdtangle.com | USA [Cueup](/company-profiles/cueup.md) | https://cueup.io/ | Worldwide [Customer.io](/company-profiles/customer-io.md) | https://customer.io | Worldwide -[CVS Health](/company-profiles/cvshealth.md) | https://jobs.cvshealth.com/ | USA +[CVS Health](/company-profiles/cvs-health.md) | https://jobs.cvshealth.com/ | USA [Dalenys](/company-profiles/dalenys.md) | https://dalenys.com/ | Europe [DappRadar](/company-profiles/dappradar.md) | https://dappradar.com/ | Worldwide [DareCode](/company-profiles/darecode.md) | https://darecode.com/ | Europe From 079b01044644552b16de17588050f82d7237dcba Mon Sep 17 00:00:00 2001 From: Rafael Mora Date: Thu, 28 Oct 2021 16:43:58 -0500 Subject: [PATCH 111/119] Remove change for the gitignore file --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index de17f94f..1a91441f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /node_modules/ /site/build/ -.history/ From 802b559955f467f206761d3e24e6a58e5048f7df Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Fri, 29 Oct 2021 12:45:22 +0100 Subject: [PATCH 112/119] Change profile header --- company-profiles/{aimindia.md => aim-india.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename company-profiles/{aimindia.md => aim-india.md} (99%) diff --git a/company-profiles/aimindia.md b/company-profiles/aim-india.md similarity index 99% rename from company-profiles/aimindia.md rename to company-profiles/aim-india.md index 47131289..d9e19a49 100644 --- a/company-profiles/aimindia.md +++ b/company-profiles/aim-india.md @@ -1,4 +1,4 @@ -# 1Password +# AIM India ## Company blurb From 6ba56211127082f93e84bf5329bab2b564ef5cc9 Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Fri, 29 Oct 2021 12:46:37 +0100 Subject: [PATCH 113/119] rename to nuage since that is the company name --- company-profiles/{nuagebiztech.md => nuage.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename company-profiles/{nuagebiztech.md => nuage.md} (99%) diff --git a/company-profiles/nuagebiztech.md b/company-profiles/nuage.md similarity index 99% rename from company-profiles/nuagebiztech.md rename to company-profiles/nuage.md index fdaed20a..808d80ee 100644 --- a/company-profiles/nuagebiztech.md +++ b/company-profiles/nuage.md @@ -1,4 +1,4 @@ -# 1Password +# Nuage ## Company blurb From be73cf9c8e51525cb2f355db5bc6e44c6f65f67c Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Fri, 29 Oct 2021 12:48:52 +0100 Subject: [PATCH 114/119] correct profile name header --- company-profiles/{homeflicwegrow.md => homeflic-wegrow.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename company-profiles/{homeflicwegrow.md => homeflic-wegrow.md} (98%) diff --git a/company-profiles/homeflicwegrow.md b/company-profiles/homeflic-wegrow.md similarity index 98% rename from company-profiles/homeflicwegrow.md rename to company-profiles/homeflic-wegrow.md index 77c957a0..7da34bb7 100644 --- a/company-profiles/homeflicwegrow.md +++ b/company-profiles/homeflic-wegrow.md @@ -1,4 +1,4 @@ -# 1Password +# Homeflic wegrow ## Company blurb From 72c929a532aec800e639f8f29afba8fda7d1345e Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Fri, 29 Oct 2021 12:50:56 +0100 Subject: [PATCH 115/119] correct profile links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f78b9af..f878336b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Name | Website | Region [Aerolab](/company-profiles/aerolab.md) | https://aerolab.co/ | Latin America [AgFlow](/company-profiles/agflow.md) | https://www.agflow.com | Europe [Aha!](/company-profiles/aha.md) | https://www.aha.io | Worldwide -[AimIndia](/company-profiles/aimindia.md) | https://www.aimincorp.com/ | India +[AimIndia](/company-profiles/aim-india.md) | https://www.aimincorp.com/ | India [AirTreks](/company-profiles/airtreks.md) | https://www.airtreks.com/ | USA [Aivitex](/company-profiles/aivitex.md) | https://www.aivitex.de/ | Germany [Algorithmia](/company-profiles/algorithmia.md) | https://algorithmia.com/ | the USA or Canada @@ -253,7 +253,7 @@ Name | Website | Region [Help Scout](/company-profiles/help-scout.md) | https://www.helpscout.net/ | Worldwide [Heroku](/company-profiles/heroku.md) | https://www.heroku.com/ | USA, CA, UK, Europe [Hireology](/company-profiles/hireology.md) | https://www.hireology.com | USA -[HomeFlicWeGrow](/company-profiles/homeflicwegrow.md) | https://homevalet.co | India +[HomeFlicWeGrow](/company-profiles/homeflic-wegrow.md) | https://homevalet.co | India [HomeValet](/company-profiles/homevalet.md) | https://www.homeflicwegrow.com/ | USA [Honeybadger](/company-profiles/honeybadger.md) | https://www.honeybadger.io/ | Worldwide [Honeycomb](/company-profiles/honeycomb.md) | https://honeycomb.tv/ | Worldwide @@ -378,7 +378,7 @@ Name | Website | Region [NoRedInk](/company-profiles/noredink.md) | https://noredink.com | UTC-8 to UTC+1 [Novoda](/company-profiles/novoda.md) | https://www.novoda.com/ | UK & Europe [npm](/company-profiles/npm.md) | https://www.npmjs.com/ | USA -[NuageBizTech](/company-profiles/nuagebiztech.md) | https://nuagebiz.tech/ | India +[Nuage](/company-profiles/nuage.md) | https://nuagebiz.tech/ | India [Nuna](/company-profiles/nuna.md) | https://www.nuna.com/ | USA [O'Reilly Media](/company-profiles/oreilly-media.md) | https://www.oreilly.com/ | USA, UK, JPN, CHN [Octopus Deploy](/company-profiles/octopus-deploy.md) | https://octopus.com/ | Worldwide From 75a909b5d9ee74e94e64ee7b4ab2c47aaf7b9efc Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Fri, 29 Oct 2021 12:55:28 +0100 Subject: [PATCH 116/119] corrected naming problem --- company-profiles/{cyberwhale.md => cyber-whale.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename company-profiles/{cyberwhale.md => cyber-whale.md} (100%) diff --git a/company-profiles/cyberwhale.md b/company-profiles/cyber-whale.md similarity index 100% rename from company-profiles/cyberwhale.md rename to company-profiles/cyber-whale.md From f0e650b800b612c7214b69dc0fb21edbddcb9ddc Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Fri, 29 Oct 2021 12:57:28 +0100 Subject: [PATCH 117/119] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66ffae6e..abef1eb4 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Name | Website | Region [Cueup](/company-profiles/cueup.md) | https://cueup.io/ | Worldwide [Customer.io](/company-profiles/customer-io.md) | https://customer.io | Worldwide [CVS Health](/company-profiles/cvs-health.md) | https://jobs.cvshealth.com/ | USA -[Cyber Whale](/company-profiles/cyberwhale.md) | https://cyberwhale.tech | Europe +[Cyber Whale](/company-profiles/cyber-whale.md) | https://cyberwhale.tech | Europe [Dalenys](/company-profiles/dalenys.md) | https://dalenys.com/ | Europe [DappRadar](/company-profiles/dappradar.md) | https://dappradar.com/ | Worldwide [DareCode](/company-profiles/darecode.md) | https://darecode.com/ | Europe From 18303062a93091c49a59f270fa28f9f925dea059 Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Fri, 29 Oct 2021 13:00:29 +0100 Subject: [PATCH 118/119] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5670d625..8999a7d3 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Name | Website | Region [Cueup](/company-profiles/cueup.md) | https://cueup.io/ | Worldwide [Customer.io](/company-profiles/customer-io.md) | https://customer.io | Worldwide [CVS Health](/company-profiles/cvs-health.md) | https://jobs.cvshealth.com/ | USA -[Cyber Whale](/company-profiles/cyberwhale.md) | https://cyberwhale.tech | Europe +[Cyber Whale](/company-profiles/cyber-whale.md) | https://cyberwhale.tech | Europe [Dalenys](/company-profiles/dalenys.md) | https://dalenys.com/ | Europe [DappRadar](/company-profiles/dappradar.md) | https://dappradar.com/ | Worldwide [DareCode](/company-profiles/darecode.md) | https://darecode.com/ | Europe From 38e31eff0a28608011faaa9f4f73a37680e88cd2 Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Fri, 29 Oct 2021 13:09:50 +0100 Subject: [PATCH 119/119] rename cyber whale file in fork --- company-profiles/{cyberwhale.md => cyber-whale.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename company-profiles/{cyberwhale.md => cyber-whale.md} (100%) diff --git a/company-profiles/cyberwhale.md b/company-profiles/cyber-whale.md similarity index 100% rename from company-profiles/cyberwhale.md rename to company-profiles/cyber-whale.md