Commit graph

739 commits

Author SHA1 Message Date
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
Pam Selle
ff98995a68 Add IOpipe, closes #410 (#411) 2018-04-20 23:01:59 -04:00
Joshua Rosenfeld
bfa37bd248 Update Discourse (#408) 2018-04-18 14:46:00 +01:00
Kyle
930553c7aa Add Sandhills Development (#409)
* Create sandhills-development.md

* Add Sandhills Development

* Main Sandhills site not on https

just removed the "s".

* Fix alphabetization
2018-04-18 14:43:15 +01:00
James Nylen
c00635038d
Make company headings consistent (#407)
* Change "Office Locations" to "Office locations" for consistent casing

* Standardize other company headings

* Validate heading names

* Add a way to look at headings of all profiles at once
2018-04-16 18:15:26 -04:00
jvelezpo
4eb1208c8f Add Payfully (#389)
Props @jvelezpo.
2018-04-15 14:53:39 -04:00
Jon Lay
162614ec82 Update location for Hanno (#324) 2018-04-15 14:48:29 -04:00
jose pita
5378ecec11 add kodify.io (#249) 2018-04-15 14:35:37 -04:00
Eddie Jaoude
39f2e994e3 DashboardHub company profile page added (#404) 2018-04-14 05:15:55 -04:00
David GG
e70843bc19 Add MarsBased (#406) 2018-04-14 03:18:51 -04:00
John Xie
aea7894766 added taskade company profile (#397) 2018-04-14 03:16:38 -04:00
Philippe Lafoucrière
4695c446a1 Remove Tech-Angels (#405)
* Remove Tech-Angels

The company is shutting down after [Gemnasium acquisition](https://gemnasium.com/blog/gemnasium-is-acquired-by-gitlab/)

* Delete tech-angels.md
2018-03-29 12:17:06 +01:00
wakingrufus
1d75d2ca73 Add Grubhub (#402) 2018-03-20 15:01:28 +00:00
Michael Overmeyer
9106cc1c88 PhishMe rebranded as Cofense (#401)
* PhishMe rebranded as Cofense

See [press release](https://cofense.com/phishme-acquired-private-equity-syndicate-rebrands-cofense)

* Added company profile and fixed syntax mistakes in README.
2018-03-20 14:40:02 +00:00
Michael Overmeyer
6cc592abe8 Removed functionite. (#400)
Website says ["This company was closed in June 2017."](http://functionite.com/)
2018-03-19 12:07:57 +00:00
Chris Armstrong
4e3c0082c2 Add Algorithmia (#399) 2018-03-02 09:19:25 +00:00
Jake Johnson
4e8c85c29b Add TaxJar (#395) 2018-02-28 17:43:28 +00:00
Mayank Mishra
30841db3c0 Adds Thinkful to the list (#394) 2018-02-28 17:42:41 +00:00
Sean Flannagan
0a5af3dc97 Add status.im (#393)
* add status.im

* add status.im to readme
2018-02-28 17:41:04 +00:00
Rafael Perez
582864b399 Added paktor (#392)
* Added paktor.md

* Added paktor to README.md
2018-02-28 17:40:07 +00:00
Gary Poster
fdaa5a7529 Update Manifold (#388)
* Update manifold.md

* Update Manifold supported timezones
2018-01-25 09:52:15 +00:00
James Nylen
5ba395bdc7 Upgrade marked to 0.3.12 (#387) 2018-01-11 20:53:40 +00:00
Chris Bracco
1bc392c26e Update filename to comply with naming conventions 2018-01-10 23:19:27 +00:00
Chris Bracco
aec528923e Adds Muck Rack 2018-01-10 23:19:27 +00:00
Robert Wilkinson
68b16899a5 Add oddball and profile (#383)
* Create oddball.md

* Update README.md

* Update README.md
2018-01-10 23:10:56 +00:00
Andy Wiseman
9da9b5c710 Update casumo.md (#385) 2018-01-10 23:07:41 +00:00
James Nylen
3bbfe49a51 Validate company sort order in readme; try out comment bot (#382)
* Left over from previous changes

* Validate company sort order in readme

* Changes to support validating PR branches

In order to make this work without potentially running untrusted code,
we need to run the validation scripts from a separate place than the
content being validated.

* Fix typo

The output of the validation script should be the same, so this commit
should not generate another bot message.

* Fix most of the readme sort order

The PR should get a new bot message after this.

* Fix remaining sort order issues and remove a duplicate company
2017-12-29 10:40:05 +00:00
James Nylen
1d19ab3730 Add company profile for The Wirecutter (#378)
* Add company profile for The Wirecutter

* Actually add company profile for The Wirecutter
2017-12-29 10:37:04 +00:00
Max Al Farakh
b4129c57cc Added Jitbit (#381) 2017-12-29 10:34:43 +00:00
Nikita Sobolev
ca57f59bce Adds wemake.services (#379) 2017-12-21 18:36:00 +00:00
James Nylen
7c08aef114 Fix company names; add Travis CI config (#377)
* Fix minor issues in readme table

* Parse and validate readme table

* Add missing links from readme to company profiles

* Fix the last issue with a company's name in its profile

* Add script to rename a company profile

* Fix example company name to match its profile filename

* Rename company profiles to match filename convention

Run this to generate the rename commands:

bin/validate.js | grep 'Expected filename' | sed 's#^#bin/rename.sh company-profiles/#; s#: Expected filename "# company-profiles/#; s#" for company .*$##' | tee renames.txt

Inspect the output, then run this to do the renames:

sh < renames.txt

* Add Travis CI configuration
2017-12-18 22:08:09 +00:00
Doug Aitken
6ad87a5e1b
Fixing (#376)
* Update a8c

* https 10up and add example profile to readme

* delete *2.md dupe files

* add https to links

* fix hmnmd header

* fix conversio header

* fix header and https

* header, https, typo

* name company name standard

* removed h1 from region
2017-12-17 14:49:15 +00:00
James Nylen
c7dfcb8ffd Add initial validation script (#375)
Let's do this
2017-12-17 14:31:37 +00:00
Doug Aitken
1fa29f010b
Bunch of updates (#374)
* Update a8c

* https 10up and add example profile to readme

* delete *2.md dupe files

* add https to links
2017-12-16 21:36:09 +00:00
rickmurt
77b0fef142 Add Fuel Made (#373) 2017-12-16 18:34:04 +00:00
JW
c13c24f08d remove getaround (#371) 2017-12-14 18:09:26 +00:00
Sarah
db2cd802ff Update README.md (#370)
Removed Rocana - acquired by Splunk and no longer hiring remote employees.
2017-12-08 17:37:12 +00:00
Valentin Radulescu
40bc3772ef Fix broken links (#365)
* Remove Emetech

Link is dead, company seems to have moved on from remote work http://www.emetech.com.ar/

* Fix insecure url

https://hanzo.co would show a "Privacy error" in Chrome, www variant works ok.

* Fix formatting
2017-12-02 22:46:21 +00:00
JW
605c4b1280 edit company size and hiring process link (#364) 2017-12-02 12:40:38 +00:00
Sietse van der Laan
f199e43b11 Update texts (#363)
Updated to a more modern version
2017-12-02 12:38:44 +00:00
garmahis
a0d1717dd0 adding TimeSpot (#362) 2017-11-27 21:45:11 +00:00
Joshua Rosenfeld
bb7d9c3b17 Update employee count for Discourse (#361) 2017-11-16 17:59:06 +00:00
Jordy Webb
91b3e61c3c Add link to the grid profile in readme.md (#360)
* Add profile link to the grid in readme.md

* delete closing tag
2017-11-06 14:54:34 +00:00
Jacqueline Outka
873fb4d5b7 Add ConsenSys (#358)
* Add Circonus

* Add ConsenSys

* Update README.md
2017-11-03 08:45:51 +00:00
Huiming Teo
d0cc4ad175 Add Black Tangent company profile (#359) 2017-11-03 08:43:44 +00:00
ahughes5ak
693414a227 Added Gaggle Profile (#357) 2017-10-28 21:49:21 +01:00
Jenell Pizarro
40404dd4ff Skillcrush (#356)
* added Skillcrush

* added Skillcrush

* clickable links on skillcrush.md
2017-10-17 15:38:58 -04:00
Doug Aitken
bc740dcd55 Merge pull request #355 from dougaitken/master
adding in Stencil
2017-10-06 14:42:40 +01:00
Doug Aitken
a90d6e31ea Merge pull request #1 from dougaitken/stencil
adding stencil.md
2017-10-06 14:41:39 +01:00