Commit graph

787 commits

Author SHA1 Message Date
MasumCS
ba56e577a3 Add realtimecrm (#476)
* add-placeholder

* update-readme

* capitals-readme

* realtime-profile
2018-10-09 11:42:44 +01:00
Fabian Wosar
9cee0b5105 Add Emsisoft (#473) 2018-08-23 20:51:56 -05:00
Huiming Teo
bbe6122106 Update Black Tangent company URLs (#471) 2018-08-16 12:32:29 +01:00
James Nylen
5733a39842
Tweak spacing on company pages (#472) 2018-08-15 14:08:52 -05:00
James Nylen
59dba260a7
Remove Word to the Wise (#470) 2018-08-14 23:08:06 -05:00
James Nylen
e2bb6f92e7
Make all links gray on hover (#468) 2018-08-12 23:20:26 -05:00
James Nylen
58b9cf57b0
Static site improvements (#467)
* Improve logging messages

* Make local development easier; improve docs

* Combine page-specific CSS files into one

This file is small, and later it will also contain styles that need to
apply to the whole site.

* Add "Edit this page on GitHub" links

* Remove an unneeded element

* Assign table cell classes during parsing

This way it will work with JavaScript disabled too.

* Match font weights with other styles

* Always show hovered links in gray

Before this change, already-visited links would stay red on hover.

* Minor CSS tweaks

* In main table, show company names in bold

* Add mobile styles for companies table

* Remove a couple more empty profile sections
2018-08-12 23:12:18 -05:00
James Nylen
38b276606b
The (#466) 2018-08-11 21:47:21 -05:00
James Nylen
4ee26500e3
Make the listing site work on Netlify (#460) 2018-08-11 20:41:11 -05:00
Ben Darfler
a65dfb4464 InVision Information (#459)
Primarily taken from https://www.crunchbase.com/organization/invisionapp
and from job descriptions on https://www.invisionapp.com/company#jobs

However, I do also work there.
2018-07-25 09:50:58 +01:00
Scott Walton
90a1c630bd Add Hotjar information (#458) 2018-07-23 10:16:41 -05:00
Tai Le
2578f02971 Remove crew.co (#457)
They no longer accepting remote work under the name crew.co

  Sunsetting Crew

  We’re proud to announce that Crew will now become Dribbble Hiring, a set
  of tools under the Dribbble brand to help you find and hire design and
  front-end development talent.

  After our acquisition last year, we’ve moved on to work side-by-side
  with the Dribbble team to build the future of creative hiring.

  This means we also had a difficult decision to make...

Source: https://crew.co/
2018-07-23 09:57:08 +01:00
James Nylen
7b0e9459e7
Add a couple more validation checks (#456) 2018-07-20 13:30:21 -05:00
Pavel Bragin
7f33cdc825 Add Soshace LLC to listing of remote jobs (#313) (#454)
* Add Soshace LLC to listing of remote jobs (#313)

* Complete checklist

Confirm the stuff shared from recruiting matches the checklist and code of conduct.

* Add in Soshace's company profile

* Add Soshace to read me listing

* Add region "Worldwide"

Should be used in the PR

* Changed order of the Soshace company. Also fixed fetlife company

Fixed fetlife, because automatic checking told me to do so
2018-07-20 13:26:00 -05:00
Austin Songer
ae43651c21 Alight Solutions (#453)
* Create alightsolutions.md

* Update README.md

* Update README.md

* Rename alightsolutions.md to alight-solutions.md

* Update README.md

* Update big-cartel.md

Changing Big Cartel Job link to proper markdown syntax.

* Update the-ghost-foundation.md

Change to the ghost career link.

* Update fetlife.md

* Update fetlife.md
2018-07-20 12:55:12 +01:00
machiko
22ba20336a docs: add reaction-commerce.md and add Reaction Commerce to README.md (#452) 2018-07-18 23:39:09 -05:00
Arun Sathiya
4ec99ed77c FIX: Automattic company size (#450) 2018-07-14 14:52:40 +01:00
Mbroaz
289ef61ae7 Whitespectre's Worldwide location updated in the table (#449)
* Updated Whitespectre details.

Updated Whitespectre details

* Add Whitespectre Glassdoor link

* Remove ⚠ from Whitespectre

* Updated version with requested changes

* Updated Worldwide location to Whitespectre
2018-07-09 17:04:45 +01:00
Mbroaz
b845033e3d Add Whitespectre information (#446) 2018-07-03 23:19:16 -05:00
Michael Edelstone
1fec2349aa Adds complete info for a company called Kuali (#447) 2018-07-02 01:26:43 -05:00
James Nylen
2682009c9f
Parse profile content into a JSON+HTML data structure (#445)
* A few minor tweaks

* Add toIdentifierCase function

* Use toIdentifierCase function to make profile content more code-friendly

* Improve "incomplete profile" indicator checks

In order to properly check the "incomplete profile" indicators, the
"Company blurb" section should exist.

* Return parsed HTML content for each company

* Test parsing of invisible "variation selector" character

* Strip out invisible "variation selector" character
2018-06-25 02:16:13 -05:00
James Nylen
5cce269df4
Refactor validation logic into a short script and a larger library file (#444)
* Refactor validation logic into a short script and a larger library file

* Add unit tests for utility functions
2018-06-25 00:00:12 -05:00
James Nylen
19c4d82dbb
Remove sections with no content (#439)
* Remove section that just says "Not known"

* Remove wording copied from the example profile

* Remove unnecessary "Approximate size" wording
2018-06-24 21:43:38 -05:00
James Nylen
cbd3073fd6
Validate whether profiles marked as incomplete are actually incomplete (#443) 2018-06-24 21:42:33 -05:00
Doug Aitken
788c25c8ab Merge branch 'readme-search' 2018-06-23 08:07:19 +01:00
Doug Aitken
ae961d411f fixed merge conflict 2018-06-23 08:06:44 +01:00
James Nylen
780627bf1e
Better handling of apostrophes in company names (#441) 2018-06-23 00:20:24 -05:00
Austin Songer
cbff2a95a8 Adding Crowdstrike (#436) 2018-06-23 00:02:46 -05:00
James Nylen
8942a91a85
Add automated tests for validation script (#438)
* Update node

* Add mocha and chai

* Fix npm audit issue

https://nodesecurity.io/advisories/577

* Skip some redundant errors

* Catch duplicate headings

* Update the wording of a few errors

* Detect when headings are wrapped inside another element

* Build and validate the content of each profile section

* Add tests for validation script

* Remove empty sections in existing profiles
2018-06-22 23:50:06 -05:00
Doug Aitken
326c86427b moved exclaimation up to top, changed descrtipion 2018-06-22 22:56:46 +01:00
Doug Aitken
3416ed6c1c change exclaimation mark to emoji. probably breaks something 2018-06-21 22:53:34 +01:00
Brendan O'Leary
be43568bbd Add GitLab company details (#437)
* Add GitLab company details

* Fix upper case headings
2018-06-21 21:55:31 +01:00
Flora Worley
89a2f877c9 add picksco listing (#435)
* add picksco listing

* Update and rename picks-and-shovels-picksco.md to picksco.md

* Update profile filename for PicksCo

* Update region for PicksCo
2018-06-19 07:42:31 +01:00
Ruslan Isay
bf0d8914fb Added Drupal Jedi profile info. (#433) 2018-06-14 19:15:37 +01:00
James Nylen
c80a1776f5
Add a "Coming Soon" page to the Netlify site (#430) 2018-06-09 02:35:26 -05:00
Elan Feingold
5e6b71dcf8 Added Plex. (#429) 2018-06-09 02:21:37 -05:00
Josh Unger
3c4082be20 Add key for what ⚠ means (#428) 2018-06-07 18:42:17 -05:00
RohitTalwalkar
95e58d9c80 Add Nuna Inc to listing of remote jobs (#427)
* Complete checklist

Confirm the stuff shared from recruiting matches the checklist and code of conduct.
Will add `nuna.md` in next commit

* Add in Nuna's company profile

* Add Nuna to read me listing

* Remove warning icon - copy/paste issue

* Add region "US"

* Doh - undo changes to checklist template

Should be used in the PR
2018-06-07 17:43:36 +01:00
Jacob Wilson
94faef188c AgileBits -> 1Password (#424) 2018-06-06 23:14:14 -05:00
Phil Freo
92fd92c399 Updates to Close.io (#426) 2018-06-06 23:11:17 -05:00
Christopher Brind
a23c5bba05 Added info for DuckDuckGo (#425) 2018-06-06 23:10:33 -05:00
James Nylen
9cb842022b Fix paths to JS/CSS for front-end filtering 2018-05-28 15:48:55 -05:00
James Nylen
2ccf9d4a86
Add simple frontend filtering (#419) 2018-05-28 15:46:25 -05:00
Drew Szurko
4d65c61b77 Update udacity.md (#418)
Previous 'Open positions' url produced a 404 error. New url redirects to correct Udacity 'Open positions' page.
2018-05-25 14:12:54 -05:00
James Nylen
c620906482 Remove "unknown" sections (#417) 2018-05-24 15:23:24 +01:00
Yorgos Saslis
e90e0a8713 Add telestax profile (#416) 2018-05-19 17:37:07 -05:00
Lynn Fisher
0f3d7c7d95 Update &yet profile (#415)
* update &yet company profile

* update &yet profile
2018-05-10 07:29:02 +01:00
Jacob Wilson
ad3c2b9208 Modernize the AgileBits profile (#414) 2018-04-30 19:53:53 +01:00
James Nylen
bdce7e5637 Add missing company profiles; require all companies to have a profile (#413)
* Rename "Tower / fournova" to "fournova"

* Fix some issues in the readme

These could break later steps in automated profile generation.

* Generate "sed" script to fill in missing readme links

To use this:

sed -e "big output line from script" -i README.md

* Fill in missing readme links

Missing profile files have not been generated yet.

* Update script to write missing company profiles

* Add missing company profile files (minimal)

* Update rename script

Now that company profiles may contain their own filename, we need to
update the filename there too.

* Rename a few company profiles

* Remove temporary code to generate minimal profiles
2018-04-24 11:20:07 +01:00
James Nylen
4544d77fa0
Update CFPB (#412) 2018-04-21 13:59:01 -04:00